From a4a52b65ae2cf9ff284886b452357b7641c120f2 Mon Sep 17 00:00:00 2001 From: Yuan Chen Date: Thu, 9 May 2024 16:27:35 -0700 Subject: [PATCH] Add verification scripts Signed-off-by: Yuan Chen Add verify and update to Makefile Signed-off-by: Yuan Chen --- .golangci.yaml | 196 + .yamllint.conf | 14 + Makefile | 10 + README.md | 2 +- hack/spelling.txt | 1 + hack/update-all.sh | 64 + hack/update-ends-newline.sh | 42 + hack/update-go-format.sh | 37 + hack/update-go-lint.sh | 26 + hack/update-go-mod.sh | 24 + hack/update-shell-format.sh | 37 + hack/update-spelling.sh | 47 + hack/update-yaml-format.sh | 40 + hack/verify-all.sh | 75 + hack/verify-ends-newline.sh | 51 + hack/verify-go-format.sh | 42 + hack/verify-go-lint.sh | 26 + hack/verify-go-mod.sh | 30 + hack/verify-shell-format.sh | 30 + hack/verify-shellcheck.sh | 94 + hack/verify-spelling.sh | 30 + hack/verify-yaml-format.sh | 30 + hack/verify-yamllint.sh | 63 + pkg/engine/check_object_task.go | 2 +- venv/bin/Activate.ps1 | 247 + venv/bin/activate | 70 + venv/bin/activate.csh | 27 + venv/bin/activate.fish | 69 + venv/bin/pip | 8 + venv/bin/pip3 | 8 + venv/bin/pip3.12 | 8 + venv/bin/python | 1 + venv/bin/python3 | 1 + venv/bin/python3.12 | 1 + venv/bin/yamllint | 8 + .../PyYAML-6.0.1.dist-info/INSTALLER | 1 + .../PyYAML-6.0.1.dist-info/LICENSE | 20 + .../PyYAML-6.0.1.dist-info/METADATA | 46 + .../PyYAML-6.0.1.dist-info/RECORD | 43 + .../PyYAML-6.0.1.dist-info/WHEEL | 5 + .../PyYAML-6.0.1.dist-info/top_level.txt | 2 + .../site-packages/_yaml/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 863 bytes .../pathspec-0.12.1.dist-info/INSTALLER | 1 + .../pathspec-0.12.1.dist-info/LICENSE | 373 + .../pathspec-0.12.1.dist-info/METADATA | 647 ++ .../pathspec-0.12.1.dist-info/RECORD | 22 + .../pathspec-0.12.1.dist-info/WHEEL | 4 + .../site-packages/pathspec/__init__.py | 76 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1590 bytes .../__pycache__/_meta.cpython-312.pyc | Bin 0 -> 2362 bytes .../__pycache__/gitignore.cpython-312.pyc | Bin 0 -> 5453 bytes .../__pycache__/pathspec.cpython-312.pyc | Bin 0 -> 15858 bytes .../__pycache__/pattern.cpython-312.pyc | Bin 0 -> 7249 bytes .../pathspec/__pycache__/util.cpython-312.pyc | Bin 0 -> 26369 bytes .../site-packages/pathspec/_meta.py | 58 + .../site-packages/pathspec/gitignore.py | 157 + .../site-packages/pathspec/pathspec.py | 394 + .../site-packages/pathspec/pattern.py | 213 + .../pathspec/patterns/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 380 bytes .../__pycache__/gitwildmatch.cpython-312.pyc | Bin 0 -> 9683 bytes .../pathspec/patterns/gitwildmatch.py | 421 + .../site-packages/pathspec/py.typed | 1 + .../python3.12/site-packages/pathspec/util.py | 792 ++ .../pip-23.2.1.dist-info/AUTHORS.txt | 738 ++ .../pip-23.2.1.dist-info/INSTALLER | 1 + .../pip-23.2.1.dist-info/LICENSE.txt | 20 + .../pip-23.2.1.dist-info/METADATA | 90 + .../site-packages/pip-23.2.1.dist-info/RECORD | 1003 ++ .../pip-23.2.1.dist-info/REQUESTED | 0 .../site-packages/pip-23.2.1.dist-info/WHEEL | 5 + .../pip-23.2.1.dist-info/entry_points.txt | 4 + .../pip-23.2.1.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 690 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 844 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2202 bytes .../site-packages/pip/_internal/__init__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 850 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14294 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12690 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17402 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33403 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 673 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4972 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10099 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13696 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 292 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 281 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8455 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10441 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30344 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1778 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2301 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4908 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15076 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2620 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18841 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7837 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 378 bytes .../pip/_internal/cli/autocompletion.py | 171 + .../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 | 508 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4005 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9382 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2093 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 4890 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13257 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10068 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7589 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4359 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 2986 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1676 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6775 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3978 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28969 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15378 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7621 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9731 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4729 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8953 bytes .../pip/_internal/commands/cache.py | 222 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 121 + .../pip/_internal/commands/configuration.py | 282 + .../pip/_internal/commands/debug.py | 199 + .../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 | 778 ++ .../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 | 381 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 944 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2183 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1443 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8030 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1991 bytes .../pip/_internal/distributions/base.py | 39 + .../pip/_internal/distributions/installed.py | 23 + .../pip/_internal/distributions/sdist.py | 150 + .../pip/_internal/distributions/wheel.py | 34 + .../site-packages/pip/_internal/exceptions.py | 733 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 235 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21858 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40771 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 9866 bytes .../pip/_internal/index/collector.py | 505 + .../pip/_internal/index/package_finder.py | 1029 ++ .../pip/_internal/index/sources.py | 223 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16779 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6875 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8014 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3784 bytes .../pip/_internal/locations/_distutils.py | 173 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 127 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5803 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2878 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35120 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15138 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 688 ++ .../_internal/metadata/importlib/__init__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 333 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3336 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13163 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11166 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 224 + .../pip/_internal/metadata/importlib/_envs.py | 188 + .../pip/_internal/metadata/pkg_resources.py | 270 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 269 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1926 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11225 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4252 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1697 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2185 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26035 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1172 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5091 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1854 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4443 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5783 bytes .../pip/_internal/models/candidate.py | 34 + .../pip/_internal/models/direct_url.py | 237 + .../pip/_internal/models/format_control.py | 80 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 53 + .../pip/_internal/models/link.py | 581 ++ .../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 | 110 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 257 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 21991 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 4157 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8579 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11663 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18772 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2256 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2903 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 69 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 519 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 60 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7582 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10117 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25821 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 206 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7122 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1883 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1917 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3068 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1684 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2025 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3932 bytes .../operations/build/build_tracker.py | 124 + .../_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 -> 269 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1820 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 34016 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 740 ++ .../pip/_internal/operations/prepare.py | 743 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3744 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 18852 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21239 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 35934 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7215 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 33103 bytes .../pip/_internal/req/constructors.py | 506 + .../pip/_internal/req/req_file.py | 552 ++ .../pip/_internal/req/req_install.py | 874 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 650 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 200 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1188 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 207 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22533 bytes .../_internal/resolution/legacy/resolver.py | 600 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 211 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8614 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 27994 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 28516 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6211 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10381 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4938 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 10437 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 11426 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 555 ++ .../resolution/resolvelib/factory.py | 730 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 165 + .../resolution/resolvelib/resolver.py | 299 + .../pip/_internal/self_outdated_check.py | 242 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 195 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4536 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1866 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2410 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2213 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5561 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 684 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4186 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3553 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 2928 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2155 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 3993 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7455 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1164 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2342 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7554 bytes .../inject_securetransport.cpython-312.pyc | Bin 0 -> 1208 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13649 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 32754 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2712 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2583 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4547 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8706 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 10311 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11106 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2400 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4480 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5987 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 | 72 + .../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 + .../_internal/utils/inject_securetransport.py | 35 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 735 ++ .../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 | 246 + .../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 | 136 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 534 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5026 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19127 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7602 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12481 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29099 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 | 355 + .../site-packages/pip/_vendor/__init__.py | 120 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4660 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41273 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122041 bytes .../pip/_vendor/cachecontrol/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 779 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2431 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 5057 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3243 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 925 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 14642 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 3952 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6081 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 7272 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 856 bytes .../pip/_vendor/cachecontrol/_cmd.py | 61 + .../pip/_vendor/cachecontrol/adapter.py | 137 + .../pip/_vendor/cachecontrol/cache.py | 65 + .../_vendor/cachecontrol/caches/__init__.py | 9 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 376 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7299 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2221 bytes .../_vendor/cachecontrol/caches/file_cache.py | 188 + .../cachecontrol/caches/redis_cache.py | 39 + .../pip/_vendor/cachecontrol/compat.py | 32 + .../pip/_vendor/cachecontrol/controller.py | 439 + .../pip/_vendor/cachecontrol/filewrapper.py | 111 + .../pip/_vendor/cachecontrol/heuristics.py | 139 + .../pip/_vendor/cachecontrol/serialize.py | 190 + .../pip/_vendor/cachecontrol/wrapper.py | 33 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 322 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 649 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 2853 bytes .../pip/_vendor/certifi/cacert.pem | 4589 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 108 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4572 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27203 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1391 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9642 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4126 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5022 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3882 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 793 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1400 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3000 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4570 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15314 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4378 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12086 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1394 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27208 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1394 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19130 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1407 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5814 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22159 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83007 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1398 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39553 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83126 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 76992 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77503 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83080 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105255 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77681 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77520 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7006 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7186 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3898 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1592 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38649 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 636 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6391 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2361 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4490 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12270 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9983 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3179 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 492 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 -> 199 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4016 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 -> 204 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9759 bytes .../pip/_vendor/chardet/metadata/languages.py | 352 + .../pip/_vendor/chardet/resultdict.py | 16 + .../pip/_vendor/chardet/sbcharsetprober.py | 162 + .../pip/_vendor/chardet/sbcsgroupprober.py | 88 + .../pip/_vendor/chardet/sjisprober.py | 105 + .../pip/_vendor/chardet/universaldetector.py | 362 + .../pip/_vendor/chardet/utf1632prober.py | 225 + .../pip/_vendor/chardet/utf8prober.py | 82 + .../pip/_vendor/chardet/version.py | 9 + .../pip/_vendor/colorama/__init__.py | 7 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 496 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3954 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16425 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3554 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8130 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9092 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 -> 202 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5471 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18107 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11752 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4908 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2492 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6616 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 | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1263 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45546 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 65977 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24391 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60213 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15137 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7464 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41611 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17329 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19594 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 87581 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30159 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 52549 bytes .../pip/_vendor/distlib/compat.py | 1116 +++ .../pip/_vendor/distlib/database.py | 1350 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1300 +++ .../pip/_vendor/distlib/manifest.py | 393 + .../pip/_vendor/distlib/markers.py | 152 + .../pip/_vendor/distlib/metadata.py | 1076 +++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 437 + .../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 | 1932 ++++ .../pip/_vendor/distlib/version.py | 739 ++ .../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 | 1082 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 964 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 296 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53756 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 885 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4637 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 891 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16286 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 38386 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2642 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158874 bytes .../site-packages/pip/_vendor/idna/codec.py | 112 + .../site-packages/pip/_vendor/idna/compat.py | 13 + .../site-packages/pip/_vendor/idna/core.py | 400 + .../pip/_vendor/idna/idnadata.py | 2151 +++++ .../pip/_vendor/idna/intranges.py | 54 + .../pip/_vendor/idna/package_data.py | 2 + .../pip/_vendor/idna/uts46data.py | 8600 +++++++++++++++++ .../pip/_vendor/msgpack/__init__.py | 57 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1835 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2029 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8672 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43566 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 -> 634 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 470 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12077 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6911 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3245 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14053 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6950 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31251 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18960 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5872 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19943 bytes .../pip/_vendor/packaging/_manylinux.py | 301 + .../pip/_vendor/packaging/_musllinux.py | 136 + .../pip/_vendor/packaging/_structures.py | 61 + .../pip/_vendor/packaging/markers.py | 304 + .../pip/_vendor/packaging/requirements.py | 146 + .../pip/_vendor/packaging/specifiers.py | 802 ++ .../pip/_vendor/packaging/tags.py | 487 + .../pip/_vendor/packaging/utils.py | 136 + .../pip/_vendor/packaging/version.py | 504 + .../pip/_vendor/pkg_resources/__init__.py | 3361 +++++++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 146478 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18033 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1950 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9448 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9676 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5641 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12445 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 315 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13003 bytes .../pip/_vendor/platformdirs/android.py | 210 + .../pip/_vendor/platformdirs/api.py | 223 + .../pip/_vendor/platformdirs/macos.py | 91 + .../pip/_vendor/platformdirs/unix.py | 223 + .../pip/_vendor/platformdirs/version.py | 4 + .../pip/_vendor/platformdirs/windows.py | 255 + .../pip/_vendor/pygments/__init__.py | 82 + .../pip/_vendor/pygments/__main__.py | 17 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3493 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 739 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26610 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2631 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3237 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4574 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38305 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1573 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3401 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4086 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4761 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11051 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6677 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8147 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 32993 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 13986 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 -> 37941 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6931 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4220 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4199 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7269 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40577 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27048 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6070 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19959 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6889 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2935 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6131 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9071 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5834 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15162 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 -> 14657 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64409 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42644 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 -> 4453 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 -> 7916 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8400 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13419 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267713 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 12999 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48506 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34115 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17193 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13189 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14909 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 -> 26818 bytes .../pip/_vendor/pyparsing/exceptions.py | 299 + .../pip/_vendor/pyparsing/helpers.py | 1100 +++ .../pip/_vendor/pyparsing/results.py | 796 ++ .../pip/_vendor/pyparsing/testing.py | 331 + .../pip/_vendor/pyparsing/unicode.py | 361 + .../pip/_vendor/pyparsing/util.py | 284 + .../pip/_vendor/pyproject_hooks/__init__.py | 23 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 618 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 379 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14730 bytes .../pip/_vendor/pyproject_hooks/_compat.py | 8 + .../pip/_vendor/pyproject_hooks/_impl.py | 330 + .../pyproject_hooks/_in_process/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1085 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14402 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5451 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 589 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2026 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21285 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7209 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13928 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 927 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1512 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25251 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7052 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4317 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1057 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35453 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 777 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27762 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5964 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5622 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36274 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 -> 639 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6856 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2659 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25902 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10511 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 205 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 425 bytes .../resolvelib/compat/collections_abc.py | 6 + .../pip/_vendor/resolvelib/providers.py | 133 + .../pip/_vendor/resolvelib/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 -> 7020 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10309 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7826 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205981 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1734 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2326 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 542 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 860 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12082 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4152 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1890 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3625 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5165 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 729 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6582 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13184 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 970 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 870 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28972 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2495 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3578 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2365 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1613 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12327 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9111 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4277 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11863 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5623 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26530 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1706 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8592 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113789 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2263 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9231 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10934 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10378 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1492 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4214 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1850 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3582 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3087 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9903 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6040 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5214 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20225 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19145 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4899 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13553 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9303 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6381 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7139 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1825 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5319 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12102 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40047 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75080 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10394 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14783 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1797 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 572 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6631 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6573 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3835 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2489 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28166 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6069 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6073 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33519 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2144 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39615 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43589 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3353 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58954 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6345 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 319 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31549 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11444 bytes .../pip/_vendor/rich/_cell_widths.py | 451 + .../pip/_vendor/rich/_emoji_codes.py | 3610 +++++++ .../pip/_vendor/rich/_emoji_replace.py | 32 + .../pip/_vendor/rich/_export_format.py | 76 + .../pip/_vendor/rich/_extension.py | 10 + .../site-packages/pip/_vendor/rich/_fileno.py | 24 + .../pip/_vendor/rich/_inspect.py | 270 + .../pip/_vendor/rich/_log_render.py | 94 + .../site-packages/pip/_vendor/rich/_loop.py | 43 + .../pip/_vendor/rich/_null_file.py | 69 + .../pip/_vendor/rich/_palettes.py | 309 + .../site-packages/pip/_vendor/rich/_pick.py | 17 + .../site-packages/pip/_vendor/rich/_ratio.py | 160 + .../pip/_vendor/rich/_spinners.py | 482 + .../site-packages/pip/_vendor/rich/_stack.py | 16 + .../site-packages/pip/_vendor/rich/_timer.py | 19 + .../pip/_vendor/rich/_win32_console.py | 662 ++ .../pip/_vendor/rich/_windows.py | 72 + .../pip/_vendor/rich/_windows_renderer.py | 56 + .../site-packages/pip/_vendor/rich/_wrap.py | 56 + .../site-packages/pip/_vendor/rich/abc.py | 33 + .../site-packages/pip/_vendor/rich/align.py | 311 + .../site-packages/pip/_vendor/rich/ansi.py | 240 + .../site-packages/pip/_vendor/rich/bar.py | 94 + .../site-packages/pip/_vendor/rich/box.py | 517 + .../site-packages/pip/_vendor/rich/cells.py | 154 + .../site-packages/pip/_vendor/rich/color.py | 622 ++ .../pip/_vendor/rich/color_triplet.py | 38 + .../site-packages/pip/_vendor/rich/columns.py | 187 + .../site-packages/pip/_vendor/rich/console.py | 2633 +++++ .../pip/_vendor/rich/constrain.py | 37 + .../pip/_vendor/rich/containers.py | 167 + .../site-packages/pip/_vendor/rich/control.py | 225 + .../pip/_vendor/rich/default_styles.py | 190 + .../pip/_vendor/rich/diagnose.py | 37 + .../site-packages/pip/_vendor/rich/emoji.py | 96 + .../site-packages/pip/_vendor/rich/errors.py | 34 + .../pip/_vendor/rich/file_proxy.py | 57 + .../pip/_vendor/rich/filesize.py | 89 + .../pip/_vendor/rich/highlighter.py | 232 + .../site-packages/pip/_vendor/rich/json.py | 140 + .../site-packages/pip/_vendor/rich/jupyter.py | 101 + .../site-packages/pip/_vendor/rich/layout.py | 443 + .../site-packages/pip/_vendor/rich/live.py | 375 + .../pip/_vendor/rich/live_render.py | 113 + .../site-packages/pip/_vendor/rich/logging.py | 289 + .../site-packages/pip/_vendor/rich/markup.py | 246 + .../site-packages/pip/_vendor/rich/measure.py | 151 + .../site-packages/pip/_vendor/rich/padding.py | 141 + .../site-packages/pip/_vendor/rich/pager.py | 34 + .../site-packages/pip/_vendor/rich/palette.py | 100 + .../site-packages/pip/_vendor/rich/panel.py | 308 + .../site-packages/pip/_vendor/rich/pretty.py | 994 ++ .../pip/_vendor/rich/progress.py | 1702 ++++ .../pip/_vendor/rich/progress_bar.py | 224 + .../site-packages/pip/_vendor/rich/prompt.py | 376 + .../pip/_vendor/rich/protocol.py | 42 + .../site-packages/pip/_vendor/rich/region.py | 10 + .../site-packages/pip/_vendor/rich/repr.py | 149 + .../site-packages/pip/_vendor/rich/rule.py | 130 + .../site-packages/pip/_vendor/rich/scope.py | 86 + .../site-packages/pip/_vendor/rich/screen.py | 54 + .../site-packages/pip/_vendor/rich/segment.py | 739 ++ .../site-packages/pip/_vendor/rich/spinner.py | 137 + .../site-packages/pip/_vendor/rich/status.py | 132 + .../site-packages/pip/_vendor/rich/style.py | 796 ++ .../site-packages/pip/_vendor/rich/styled.py | 42 + .../site-packages/pip/_vendor/rich/syntax.py | 948 ++ .../site-packages/pip/_vendor/rich/table.py | 1002 ++ .../pip/_vendor/rich/terminal_theme.py | 153 + .../site-packages/pip/_vendor/rich/text.py | 1307 +++ .../site-packages/pip/_vendor/rich/theme.py | 115 + .../site-packages/pip/_vendor/rich/themes.py | 5 + .../pip/_vendor/rich/traceback.py | 756 ++ .../site-packages/pip/_vendor/rich/tree.py | 251 + .../site-packages/pip/_vendor/six.py | 998 ++ .../pip/_vendor/tenacity/__init__.py | 608 ++ .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 27091 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4811 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2320 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1629 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1469 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2307 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1417 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14286 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5573 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2591 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12418 bytes .../pip/_vendor/tenacity/_asyncio.py | 94 + .../pip/_vendor/tenacity/_utils.py | 76 + .../pip/_vendor/tenacity/after.py | 51 + .../pip/_vendor/tenacity/before.py | 46 + .../pip/_vendor/tenacity/before_sleep.py | 71 + .../site-packages/pip/_vendor/tenacity/nap.py | 43 + .../pip/_vendor/tenacity/retry.py | 272 + .../pip/_vendor/tenacity/stop.py | 103 + .../pip/_vendor/tenacity/tornadoweb.py | 59 + .../pip/_vendor/tenacity/wait.py | 228 + .../pip/_vendor/tomli/__init__.py | 11 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 389 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26932 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3913 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 371 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3410 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 15936 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 223 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20412 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36284 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13498 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10418 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4023 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20307 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 6360 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33971 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 -> 203 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1853 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11569 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5724 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24455 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35549 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7516 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17432 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14806 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 -> 204 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41324 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1825 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7333 bytes .../urllib3/packages/backports/makefile.py | 51 + .../packages/backports/weakref_finalize.py | 155 + .../pip/_vendor/urllib3/packages/six.py | 1076 +++ .../pip/_vendor/urllib3/poolmanager.py | 537 + .../pip/_vendor/urllib3/request.py | 170 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1151 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4761 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1557 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1357 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4188 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 2994 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21690 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15108 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5076 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10772 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11144 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15800 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4408 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 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 | 23 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12000 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7137 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2701 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9044 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3300 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 + .../python3.12/site-packages/yaml/__init__.py | 390 + .../yaml/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 15617 bytes .../yaml/__pycache__/composer.cpython-312.pyc | Bin 0 -> 6526 bytes .../__pycache__/constructor.cpython-312.pyc | Bin 0 -> 34919 bytes .../yaml/__pycache__/cyaml.cpython-312.pyc | Bin 0 -> 4627 bytes .../yaml/__pycache__/dumper.cpython-312.pyc | Bin 0 -> 2463 bytes .../yaml/__pycache__/emitter.cpython-312.pyc | Bin 0 -> 50167 bytes .../yaml/__pycache__/error.cpython-312.pyc | Bin 0 -> 4269 bytes .../yaml/__pycache__/events.cpython-312.pyc | Bin 0 -> 4711 bytes .../yaml/__pycache__/loader.cpython-312.pyc | Bin 0 -> 3525 bytes .../yaml/__pycache__/nodes.cpython-312.pyc | Bin 0 -> 2210 bytes .../yaml/__pycache__/parser.cpython-312.pyc | Bin 0 -> 24711 bytes .../yaml/__pycache__/reader.cpython-312.pyc | Bin 0 -> 8845 bytes .../__pycache__/representer.cpython-312.pyc | Bin 0 -> 16918 bytes .../yaml/__pycache__/resolver.cpython-312.pyc | Bin 0 -> 9062 bytes .../yaml/__pycache__/scanner.cpython-312.pyc | Bin 0 -> 49853 bytes .../__pycache__/serializer.cpython-312.pyc | Bin 0 -> 6200 bytes .../yaml/__pycache__/tokens.cpython-312.pyc | Bin 0 -> 5780 bytes .../yaml/_yaml.cpython-312-darwin.so | Bin 0 -> 361928 bytes .../python3.12/site-packages/yaml/composer.py | 139 + .../site-packages/yaml/constructor.py | 748 ++ .../python3.12/site-packages/yaml/cyaml.py | 101 + .../python3.12/site-packages/yaml/dumper.py | 62 + .../python3.12/site-packages/yaml/emitter.py | 1137 +++ .../python3.12/site-packages/yaml/error.py | 75 + .../python3.12/site-packages/yaml/events.py | 86 + .../python3.12/site-packages/yaml/loader.py | 63 + .../python3.12/site-packages/yaml/nodes.py | 49 + .../python3.12/site-packages/yaml/parser.py | 589 ++ .../python3.12/site-packages/yaml/reader.py | 185 + .../site-packages/yaml/representer.py | 389 + .../python3.12/site-packages/yaml/resolver.py | 227 + .../python3.12/site-packages/yaml/scanner.py | 1435 +++ .../site-packages/yaml/serializer.py | 111 + .../python3.12/site-packages/yaml/tokens.py | 104 + .../yamllint-1.35.1.dist-info/INSTALLER | 1 + .../yamllint-1.35.1.dist-info/LICENSE | 674 ++ .../yamllint-1.35.1.dist-info/METADATA | 171 + .../yamllint-1.35.1.dist-info/RECORD | 73 + .../yamllint-1.35.1.dist-info/REQUESTED | 0 .../yamllint-1.35.1.dist-info/WHEEL | 5 + .../entry_points.txt | 2 + .../yamllint-1.35.1.dist-info/top_level.txt | 1 + .../site-packages/yamllint/__init__.py | 30 + .../site-packages/yamllint/__main__.py | 19 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 630 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 293 bytes .../yamllint/__pycache__/cli.cpython-312.pyc | Bin 0 -> 12239 bytes .../__pycache__/config.cpython-312.pyc | Bin 0 -> 12342 bytes .../__pycache__/linter.cpython-312.pyc | Bin 0 -> 10832 bytes .../__pycache__/parser.cpython-312.pyc | Bin 0 -> 7064 bytes .../python3.12/site-packages/yamllint/cli.py | 249 + .../site-packages/yamllint/conf/default.yaml | 35 + .../site-packages/yamllint/conf/relaxed.yaml | 29 + .../site-packages/yamllint/config.py | 248 + .../site-packages/yamllint/linter.py | 235 + .../site-packages/yamllint/parser.py | 159 + .../site-packages/yamllint/rules/__init__.py | 73 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1949 bytes .../rules/__pycache__/anchors.cpython-312.pyc | Bin 0 -> 4515 bytes .../rules/__pycache__/braces.cpython-312.pyc | Bin 0 -> 5118 bytes .../__pycache__/brackets.cpython-312.pyc | Bin 0 -> 5116 bytes .../rules/__pycache__/colons.cpython-312.pyc | Bin 0 -> 2639 bytes .../rules/__pycache__/commas.cpython-312.pyc | Bin 0 -> 3386 bytes .../__pycache__/comments.cpython-312.pyc | Bin 0 -> 3335 bytes .../comments_indentation.cpython-312.pyc | Bin 0 -> 2744 bytes .../rules/__pycache__/common.cpython-312.pyc | Bin 0 -> 4336 bytes .../__pycache__/document_end.cpython-312.pyc | Bin 0 -> 2739 bytes .../document_start.cpython-312.pyc | Bin 0 -> 2406 bytes .../__pycache__/empty_lines.cpython-312.pyc | Bin 0 -> 3296 bytes .../__pycache__/empty_values.cpython-312.pyc | Bin 0 -> 3607 bytes .../__pycache__/float_values.cpython-312.pyc | Bin 0 -> 4441 bytes .../rules/__pycache__/hyphens.cpython-312.pyc | Bin 0 -> 1737 bytes .../__pycache__/indentation.cpython-312.pyc | Bin 0 -> 19163 bytes .../key_duplicates.cpython-312.pyc | Bin 0 -> 4168 bytes .../__pycache__/key_ordering.cpython-312.pyc | Bin 0 -> 4273 bytes .../__pycache__/line_length.cpython-312.pyc | Bin 0 -> 5264 bytes .../new_line_at_end_of_file.cpython-312.pyc | Bin 0 -> 1204 bytes .../__pycache__/new_lines.cpython-312.pyc | Bin 0 -> 1837 bytes .../__pycache__/octal_values.cpython-312.pyc | Bin 0 -> 3341 bytes .../quoted_strings.cpython-312.pyc | Bin 0 -> 11332 bytes .../trailing_spaces.cpython-312.pyc | Bin 0 -> 1532 bytes .../rules/__pycache__/truthy.cpython-312.pyc | Bin 0 -> 5566 bytes .../site-packages/yamllint/rules/anchors.py | 173 + .../site-packages/yamllint/rules/braces.py | 200 + .../site-packages/yamllint/rules/brackets.py | 202 + .../site-packages/yamllint/rules/colons.py | 114 + .../site-packages/yamllint/rules/commas.py | 139 + .../site-packages/yamllint/rules/comments.py | 112 + .../yamllint/rules/comments_indentation.py | 136 + .../site-packages/yamllint/rules/common.py | 88 + .../yamllint/rules/document_end.py | 115 + .../yamllint/rules/document_start.py | 99 + .../yamllint/rules/empty_lines.py | 116 + .../yamllint/rules/empty_values.py | 139 + .../yamllint/rules/float_values.py | 157 + .../site-packages/yamllint/rules/hyphens.py | 94 + .../yamllint/rules/indentation.py | 586 ++ .../yamllint/rules/key_duplicates.py | 138 + .../yamllint/rules/key_ordering.py | 126 + .../yamllint/rules/line_length.py | 157 + .../yamllint/rules/new_line_at_end_of_file.py | 35 + .../site-packages/yamllint/rules/new_lines.py | 58 + .../yamllint/rules/octal_values.py | 111 + .../yamllint/rules/quoted_strings.py | 327 + .../yamllint/rules/trailing_spaces.py | 60 + .../site-packages/yamllint/rules/truthy.py | 193 + venv/pyvenv.cfg | 5 + 1173 files changed, 203496 insertions(+), 2 deletions(-) create mode 100644 .golangci.yaml create mode 100644 .yamllint.conf create mode 100644 hack/spelling.txt create mode 100755 hack/update-all.sh create mode 100755 hack/update-ends-newline.sh create mode 100755 hack/update-go-format.sh create mode 100755 hack/update-go-lint.sh create mode 100755 hack/update-go-mod.sh create mode 100755 hack/update-shell-format.sh create mode 100755 hack/update-spelling.sh create mode 100755 hack/update-yaml-format.sh create mode 100755 hack/verify-all.sh create mode 100755 hack/verify-ends-newline.sh create mode 100755 hack/verify-go-format.sh create mode 100755 hack/verify-go-lint.sh create mode 100755 hack/verify-go-mod.sh create mode 100755 hack/verify-shell-format.sh create mode 100755 hack/verify-shellcheck.sh create mode 100755 hack/verify-spelling.sh create mode 100755 hack/verify-yaml-format.sh create mode 100755 hack/verify-yamllint.sh create mode 100644 venv/bin/Activate.ps1 create mode 100644 venv/bin/activate create mode 100644 venv/bin/activate.csh create mode 100644 venv/bin/activate.fish create mode 100755 venv/bin/pip create mode 100755 venv/bin/pip3 create mode 100755 venv/bin/pip3.12 create mode 120000 venv/bin/python create mode 120000 venv/bin/python3 create mode 120000 venv/bin/python3.12 create mode 100755 venv/bin/yamllint create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/_yaml/__init__.py create mode 100644 venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/pathspec/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/_meta.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/gitignore.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/pathspec.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/_meta.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/gitignore.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/pathspec.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/pattern.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pathspec/patterns/gitwildmatch.py create mode 100644 venv/lib/python3.12/site-packages/pathspec/py.typed create mode 100644 venv/lib/python3.12/site-packages/pathspec/util.py create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/pip/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__pip-runner__.py create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/build_env.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/main.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/download.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/help.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/install.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/list.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/search.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/show.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/configuration.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/collector.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/index/sources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/locations/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/main.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/link.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/auth.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/download.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/session.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/pyproject.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/constructors.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/inject_securetransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/models.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py create mode 100644 venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/certifi/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5freq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/big5prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/chardistribution.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/charsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cli/chardetect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachine.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/codingstatemachinedict.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/cp949prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/enums.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/escprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/escsm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/eucjpprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euckrprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/euctwprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312freq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/gb2312prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/hebrewprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/jisfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabfreq.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/johabprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/jpcntx.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langbulgarianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langgreekmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhebrewmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langhungarianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langrussianmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langthaimodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/langturkishmodel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/latin1prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/macromanprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcharsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcsgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/mbcssm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/metadata/languages.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/resultdict.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcharsetprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sbcsgroupprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/sjisprober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/universaldetector.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf1632prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/utf8prober.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/chardet/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansi.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/ansitowin32.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/initialise.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansi_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/ansitowin32_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/initialise_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/isatty_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/tests/winterm_test.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/win32.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/colorama/winterm.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/database.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/index.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/distro/distro.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/codec.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__about__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/packaging/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/style.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/token.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pygments/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/actions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/common.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/core.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/helpers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/results.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/testing.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/unicode.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyparsing/util.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/api.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/auth.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/certs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/compat.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/help.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/models.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/packages.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/structures.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/requests/utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/abc.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/align.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/bar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/box.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/cells.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/color.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/columns.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/console.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/containers.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/control.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/errors.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/json.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/layout.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/live.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/logging.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/markup.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/measure.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/padding.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/pager.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/palette.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/panel.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/progress.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/region.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/repr.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/rule.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/scope.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/screen.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/segment.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/status.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/style.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/styled.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/table.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/text.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/theme.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/themes.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/rich/tree.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/six.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_asyncio.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/_utils.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/after.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/before_sleep.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/nap.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/retry.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/stop.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/tornadoweb.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tenacity/wait.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/vendor.txt create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/labels.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/mklabels.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/tests.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/webencodings/x_user_defined.py create mode 100644 venv/lib/python3.12/site-packages/pip/py.typed create mode 100644 venv/lib/python3.12/site-packages/yaml/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/composer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/constructor.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/cyaml.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/dumper.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/emitter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/error.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/events.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/loader.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/nodes.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/reader.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/representer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/resolver.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/scanner.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/serializer.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yaml/__pycache__/tokens.cpython-312.pyc create mode 100755 venv/lib/python3.12/site-packages/yaml/_yaml.cpython-312-darwin.so create mode 100644 venv/lib/python3.12/site-packages/yaml/composer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/constructor.py create mode 100644 venv/lib/python3.12/site-packages/yaml/cyaml.py create mode 100644 venv/lib/python3.12/site-packages/yaml/dumper.py create mode 100644 venv/lib/python3.12/site-packages/yaml/emitter.py create mode 100644 venv/lib/python3.12/site-packages/yaml/error.py create mode 100644 venv/lib/python3.12/site-packages/yaml/events.py create mode 100644 venv/lib/python3.12/site-packages/yaml/loader.py create mode 100644 venv/lib/python3.12/site-packages/yaml/nodes.py create mode 100644 venv/lib/python3.12/site-packages/yaml/parser.py create mode 100644 venv/lib/python3.12/site-packages/yaml/reader.py create mode 100644 venv/lib/python3.12/site-packages/yaml/representer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/resolver.py create mode 100644 venv/lib/python3.12/site-packages/yaml/scanner.py create mode 100644 venv/lib/python3.12/site-packages/yaml/serializer.py create mode 100644 venv/lib/python3.12/site-packages/yaml/tokens.py create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/LICENSE create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/entry_points.txt create mode 100644 venv/lib/python3.12/site-packages/yamllint-1.35.1.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/yamllint/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/__main__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/__main__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/cli.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/config.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/linter.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/__pycache__/parser.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/cli.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/conf/default.yaml create mode 100644 venv/lib/python3.12/site-packages/yamllint/conf/relaxed.yaml create mode 100644 venv/lib/python3.12/site-packages/yamllint/config.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/linter.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/parser.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__init__.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/anchors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/braces.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/brackets.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/colons.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/commas.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/comments.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/comments_indentation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/common.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_end.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/document_start.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_lines.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/empty_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/float_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/hyphens.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/indentation.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_duplicates.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/key_ordering.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/line_length.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_line_at_end_of_file.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/new_lines.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/octal_values.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/quoted_strings.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/trailing_spaces.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/__pycache__/truthy.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/anchors.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/braces.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/brackets.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/colons.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/commas.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/comments.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/comments_indentation.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/common.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/document_end.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/document_start.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/empty_lines.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/empty_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/float_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/hyphens.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/indentation.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/key_duplicates.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/key_ordering.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/line_length.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/new_line_at_end_of_file.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/new_lines.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/octal_values.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/quoted_strings.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/trailing_spaces.py create mode 100644 venv/lib/python3.12/site-packages/yamllint/rules/truthy.py create mode 100644 venv/pyvenv.cfg diff --git a/.golangci.yaml b/.golangci.yaml new file mode 100644 index 0000000..331c1c5 --- /dev/null +++ b/.golangci.yaml @@ -0,0 +1,196 @@ +# https://golangci-lint.run/usage/linters +linters: + disable-all: true + enable: + - asciicheck + - bodyclose + - depguard + - dogsled + - errcheck + - errorlint + - exportloopref + - gci + - goconst + - gocritic + - gocyclo + - gofmt + - goimports + - goprintffuncname + - gosec + - gosimple + - govet + - importas + - ineffassign + - misspell + - nakedret + - nilerr + - nolintlint + - prealloc + - revive + - staticcheck + - stylecheck + - typecheck + - unconvert + - unparam + - unused + - usestdlibvars + - whitespace + +linters-settings: + gci: + sections: + - standard + - default + - prefix(sigs.k8s.io/kwok) + - blank + - dot + skip-generated: true + custom-order: true + importas: + no-unaliased: true + alias: + # Kubernetes + - pkg: k8s.io/api/core/v1 + alias: corev1 + - pkg: k8s.io/apiextensions-apiserver/pkg/apis/apiextensions/v1 + alias: apiextensionsv1 + - pkg: k8s.io/apimachinery/pkg/apis/meta/v1 + alias: metav1 + - pkg: k8s.io/apimachinery/pkg/api/errors + alias: apierrors + staticcheck: + go: "1.21" + stylecheck: + go: "1.21" + # STxxxx checks in https://staticcheck.io/docs/configuration/options/#checks + checks: ["all", "-ST1000", "-ST1003"] + depguard: + rules: + main: + deny: + # https://go.dev/doc/go1.16#ioutil + - pkg: "io/ioutil" + desc: "please see https://go.dev/doc/go1.16#ioutil" + # Use sigs.k8s.io/kwok/pkg/log, which is a wrapper around slog + - pkg: "k8s.io/klog/v2" + desc: "please use `sigs.k8s.io/kwok/pkg/log` instead" + - pkg: "k8s.io/klog" + desc: "please use `sigs.k8s.io/kwok/pkg/log` instead" + - pkg: "golang.org/x/exp/slog" + desc: "please use `sigs.k8s.io/kwok/pkg/log` instead" + - pkg: "log/slog" + desc: "please use `sigs.k8s.io/kwok/pkg/log` instead" + - pkg: "log" + desc: "please use `sigs.k8s.io/kwok/pkg/log` instead" + # Use sigs.k8s.io/kwok/pkg/utils/yaml, which is a wrapper around yaml + - pkg: "k8s.io/apimachinery/pkg/util/yaml" + desc: "please use `sigs.k8s.io/kwok/pkg/utils/yaml` instead" + - pkg: "sigs.k8s.io/yaml" + desc: "please use `sigs.k8s.io/kwok/pkg/utils/yaml` instead" + # Use sigs.k8s.io/kwok/pkg/utils/wait, which is a wrapper around wait + - pkg: "k8s.io/apimachinery/pkg/util/wait" + desc: "please use `sigs.k8s.io/kwok/pkg/utils/wait` instead" + # Use sigs.k8s.io/kwok/pkg/utils/slices, which is a wrapper around slices + - pkg: "k8s.io/utils/strings/slices" + desc: "please use `sigs.k8s.io/kwok/pkg/utils/slices` instead" + gocyclo: + min-complexity: 50 + gosec: + excludes: + - G110 + - G304 + config: + G301: "0750" + G302: "0640" + G306: "0640" + goconst: + min-len: 5 + min-occurrences: 10 + ignore-tests: true + match-constant: false + revive: + ignore-generated-header: true + severity: error + enable-all-rules: true + # https://github.com/mgechev/revive/blob/master/RULES_DESCRIPTIONS.md + rules: + - name: add-constant + disabled: true + - name: argument-limit + disabled: true + - name: cognitive-complexity + disabled: true + - name: confusing-naming + disabled: true + - name: cyclomatic + disabled: true + - name: early-return + disabled: true + - name: enforce-map-style + disabled: true + - name: exported + disabled: true + - name: file-header + disabled: true + - name: flag-parameter + disabled: true + - name: function-length + disabled: true + - name: get-return + disabled: true + - name: if-return + disabled: true + - name: import-shadowing + disabled: true + - name: line-length-limit + disabled: true + - name: modifies-parameter + disabled: true + - name: nested-structs + disabled: true + - name: optimize-operands-order + disabled: true + - name: unused-parameter + disabled: true + - name: unused-receiver + disabled: true + - name: use-any + disabled: true + - name: unchecked-type-assertion + disabled: true + - name: function-result-limit + disabled: true + - name: deep-exit + disabled: true + - name: superfluous-else + disabled: true + - name: confusing-results + disabled: true + - name: defer + disabled: true + - name: var-naming + disabled: true + - name: max-public-structs + disabled: true + - name: comment-spacings + disabled: true + - name: struct-tag + disabled: true + - name: unhandled-error + disabled: true + - name: error-strings + disabled: true +issues: + max-same-issues: 0 + max-issues-per-linter: 0 + # We are disabling default golangci exclusions because we want to help reviewers to focus on reviewing the most relevant + # changes in PRs and avoid nitpicking. + exclude-use-default: false +run: + concurrency: 1 + timeout: 10m + allow-parallel-runners: false + skip-dirs-use-default: true + skip-files: + - ".*\\.zz_generated\\..*" + go: '1.21' diff --git a/.yamllint.conf b/.yamllint.conf new file mode 100644 index 0000000..ed49eeb --- /dev/null +++ b/.yamllint.conf @@ -0,0 +1,14 @@ +# configuration file rules +# https://yamllint.readthedocs.io/en/stable/rules.html + +extends: default + +ignore-from-file: .gitignore + +rules: + indentation: disable + document-start: disable + comments: disable + line-length: disable + truthy: + check-keys: false diff --git a/Makefile b/Makefile index 4d49e15..be60da6 100644 --- a/Makefile +++ b/Makefile @@ -22,6 +22,16 @@ IMAGE_REPO ?=docker.io/nvidia/knavigator GIT_REF =$(shell git rev-parse --abbrev-ref HEAD) IMAGE_TAG ?=$(GIT_REF) +## verify: Verify code +.PHONY: verify +verify: + @./hack/verify-all.sh + +## update: Update all the generated +.PHONY: update +update: + @./hack/update-all.sh + .PHONY: build build: @for target in $(TARGETS); do \ diff --git a/README.md b/README.md index 5acdaec..67d8fca 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Knavigator is a project designed to analyze, optimize, and compare scheduling sy The term "knavigator" is derived from "navigator," with a silent "k" prefix representing "kubernetes." Much like a navigator, this initiative assists in charting a secure route and steering clear of obstacles within the cluster. -Knavigator interfaces with Kubernetes clusters to manage tasks such as manupulating with Kubernetes objects, evaluating PromQL queries, as well as executing specific operations. +Knavigator interfaces with Kubernetes clusters to manage tasks such as manipulating with Kubernetes objects, evaluating PromQL queries, as well as executing specific operations. Knavigator can operate both outside and inside a Kubernetes cluster, leveraging the Kubernetes API for task management. diff --git a/hack/spelling.txt b/hack/spelling.txt new file mode 100644 index 0000000..6daaf5e --- /dev/null +++ b/hack/spelling.txt @@ -0,0 +1 @@ +importas diff --git a/hack/update-all.sh b/hack/update-all.sh new file mode 100755 index 0000000..10fd631 --- /dev/null +++ b/hack/update-all.sh @@ -0,0 +1,64 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +failed=() + +if [[ "${UPDATE_GO_FORMAT:-true}" == "true" ]]; then + echo "[*] Update go format..." + "${ROOT_DIR}"/hack/update-go-format.sh || failed+=(go-format) +fi + +if [[ "${UPDATE_GO_MOD:-true}" == "true" ]]; then + echo "[*] Update go mod..." + "${ROOT_DIR}"/hack/update-go-mod.sh || failed+=(go-mod) +fi + +if [[ "${UPDATE_GO_LINT:-true}" == "true" ]]; then + echo "[*] Update go lint..." + "${ROOT_DIR}"/hack/update-go-lint.sh || failed+=(go-lint) +fi + +if [[ "${UPDATE_ENDS_NEWLINE:-true}" == "true" ]]; then + echo "[*] Update ends newline..." + "${ROOT_DIR}"/hack/update-ends-newline.sh || failed+=(ends-newline) +fi + +if [[ "${UPDATE_SHELL_FORMAT:-true}" == "true" ]]; then + echo "[*] Update shell format..." + "${ROOT_DIR}"/hack/update-shell-format.sh || failed+=(shell-format) +fi + +if [[ "${UPDATE_YAML_FORMAT:-true}" == "true" ]]; then + echo "[*] Update yaml format..." + "${ROOT_DIR}"/hack/update-yaml-format.sh || failed+=(yaml-format) +fi + +if [[ "${UPDATE_SPELLING:-true}" == "true" ]]; then + echo "[*] Update spelling..." + "${ROOT_DIR}"/hack/update-spelling.sh || failed+=(spelling) +fi + +if [[ "${#failed[@]}" != 0 ]]; then + echo "Update failed for: ${failed[*]}" + exit 1 +fi diff --git a/hack/update-ends-newline.sh b/hack/update-ends-newline.sh new file mode 100755 index 0000000..ef82ec0 --- /dev/null +++ b/hack/update-ends-newline.sh @@ -0,0 +1,42 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function update_ends_newline() { + find . \( \ + -iname "*.md" \ + -o -iname "*.sh" \ + -o -iname "*.go" \ + -o -iname "*.tpl" \ + -o -iname "*.yaml" \ + -o -iname "*.yml" \ + \) \ + -not \( \ + -path ./.git/\* \ + -o -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \) \ + -exec sh -c '[ -n "$(tail -c 1 $1)" ] && echo >> $1' sh {} \; +} + +cd "${ROOT_DIR}" && update_ends_newline diff --git a/hack/update-go-format.sh b/hack/update-go-format.sh new file mode 100755 index 0000000..e476d6a --- /dev/null +++ b/hack/update-go-format.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function format() { + echo "Update go format" + mapfile -t findfiles < <(find . \( \ + -iname "*.go" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + gofmt -s -w "${findfiles[@]}" +} + +cd "${ROOT_DIR}" && format diff --git a/hack/update-go-lint.sh b/hack/update-go-lint.sh new file mode 100755 index 0000000..c1a5b5c --- /dev/null +++ b/hack/update-go-lint.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +COMMAND=(go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2) + +cd "${ROOT_DIR}" && "${COMMAND[@]}" run -c "${ROOT_DIR}/.golangci.yaml" --fix diff --git a/hack/update-go-mod.sh b/hack/update-go-mod.sh new file mode 100755 index 0000000..3fb386a --- /dev/null +++ b/hack/update-go-mod.sh @@ -0,0 +1,24 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +cd "${ROOT_DIR}" && go mod tidy diff --git a/hack/update-shell-format.sh b/hack/update-shell-format.sh new file mode 100755 index 0000000..2e8069a --- /dev/null +++ b/hack/update-shell-format.sh @@ -0,0 +1,37 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function format() { + echo "Update shell format" + mapfile -t findfiles < <(find . \( \ + -iname "*.sh" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + go run mvdan.cc/sh/v3/cmd/shfmt@v3.7.0 -w -i=2 "${findfiles[@]}" +} + +cd "${ROOT_DIR}" && format diff --git a/hack/update-spelling.sh b/hack/update-spelling.sh new file mode 100755 index 0000000..b04dc3c --- /dev/null +++ b/hack/update-spelling.sh @@ -0,0 +1,47 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +allowed_spelling_words="${ROOT_DIR}/hack/spelling.txt" + +function update() { + local ignore + ignore="$(tr <"${allowed_spelling_words}" '\n' ',')" + mapfile -t files < <(find . \( \ + -iname "*.md" \ + -o -iname "*.sh" \ + -o -iname "*.go" \ + -o -iname "*.tpl" \ + -o -iname "*.yaml" \ + -o -iname "*.yml" \ + \) \ + -not \( \ + -path ./.git/\* \ + -o -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + go run github.com/client9/misspell/cmd/misspell@v0.3.4 \ + -locale US -w -i "${ignore}" "${files[@]}" +} + +cd "${ROOT_DIR}" && update diff --git a/hack/update-yaml-format.sh b/hack/update-yaml-format.sh new file mode 100755 index 0000000..65bf544 --- /dev/null +++ b/hack/update-yaml-format.sh @@ -0,0 +1,40 @@ +#!/usr/bin/env bash +# Copyright 2024 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function format() { + echo "Update yaml format" + mapfile -t findfiles < <(find . \( \ + -iname "*.yaml" \ + -o -iname "*.yml" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + -o -path ./kustomize/crd/bases/\* \ + -o -path ./kustomize/rbac/\* \ + \)) + go run github.com/google/yamlfmt/cmd/yamlfmt@v0.11.0 -conf .yamlfmt.yaml "${findfiles[@]}" +} + +cd "${ROOT_DIR}" && format diff --git a/hack/verify-all.sh b/hack/verify-all.sh new file mode 100755 index 0000000..5c25aa8 --- /dev/null +++ b/hack/verify-all.sh @@ -0,0 +1,75 @@ +#!/usr/bin/env bash +# Copyright 2022 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +failed=() + +if [[ "${VERIFY_ENDS_NEWLINE:-true}" == "true" ]]; then + echo "[*] Verifying ends newline..." + "${ROOT_DIR}"/hack/verify-ends-newline.sh || failed+=(ends-newline) +fi + +if [[ "${VERIFY_GO_MOD:-true}" == "true" ]]; then + echo "[*] Verifying go mod..." + "${ROOT_DIR}"/hack/verify-go-mod.sh || failed+=(go-mod) +fi + +if [[ "${VERIFY_GO_FORMAT:-true}" == "true" ]]; then + echo "[*] Verifying go format..." + "${ROOT_DIR}"/hack/verify-go-format.sh || failed+=(go-format) +fi + +if [[ "${VERIFY_GO_LINT:-true}" == "true" ]]; then + echo "[*] Verifying go lint..." + "${ROOT_DIR}"/hack/verify-go-lint.sh || failed+=(go-lint) +fi + +if [[ "${VERIFY_YAMLLINT:-true}" == "true" ]]; then + echo "[*] Verifying YAML lint..." + "${ROOT_DIR}"/hack/verify-yamllint.sh || failed+=(yamllint) +fi + +if [[ "${VERIFY_SHELLCHECK:-true}" == "true" ]]; then + echo "[*] Verifying shell check..." + "${ROOT_DIR}"/hack/verify-shellcheck.sh || failed+=(shellcheck) +fi + +if [[ "${VERIFY_SHELL_FORMAT:-true}" == "true" ]]; then + echo "[*] Verifying shell format..." + "${ROOT_DIR}"/hack/verify-shell-format.sh || failed+=(shell-format) +fi + +if [[ "${VERIFY_YAML_FORMAT:-true}" == "true" ]]; then + echo "[*] Verifying yaml format..." + "${ROOT_DIR}"/hack/verify-yaml-format.sh || failed+=(yaml-format) +fi + +if [[ "${VERIFY_SPELLING:-true}" == "true" ]]; then + echo "[*] Verifying spelling..." + "${ROOT_DIR}"/hack/verify-spelling.sh || failed+=(spelling) +fi + +# exit based on verify scripts +if [[ "${#failed[@]}" != 0 ]]; then + echo "Verify failed for: ${failed[*]}" + exit 1 +fi diff --git a/hack/verify-ends-newline.sh b/hack/verify-ends-newline.sh new file mode 100755 index 0000000..5bcdcc8 --- /dev/null +++ b/hack/verify-ends-newline.sh @@ -0,0 +1,51 @@ +#!/usr/bin/env bash +# Copyright 2022 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check_ends() { + find . \( \ + -iname "*.md" \ + -o -iname "*.sh" \ + -o -iname "*.go" \ + -o -iname "*.tpl" \ + -o -iname "*.yaml" \ + -o -iname "*.yml" \ + \) \ + -not \( \ + -path ./.git/\* \ + -o -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \) \ + -exec sh -c '[ -n "$(tail -c 1 "$1")" ] && echo "$1"' sh {} \; +} + +function check() { + out="$(check_ends)" + if [[ "${out}" != "" ]]; then + echo "Add a new line in ends for below files" + echo "${out}" + return 1 + fi +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-go-format.sh b/hack/verify-go-format.sh new file mode 100755 index 0000000..a20e229 --- /dev/null +++ b/hack/verify-go-format.sh @@ -0,0 +1,42 @@ +#!/usr/bin/env bash +# Copyright 2022 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check() { + echo "Verify go format" + mapfile -t findfiles < <(find . \( \ + -iname "*.go" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + out="$(gofmt -s -w "${findfiles[@]}")" + + if [[ -n "${out}" ]]; then + echo "${out}" + return 1 + fi +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-go-lint.sh b/hack/verify-go-lint.sh new file mode 100755 index 0000000..16ca03d --- /dev/null +++ b/hack/verify-go-lint.sh @@ -0,0 +1,26 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +COMMAND=(go run github.com/golangci/golangci-lint/cmd/golangci-lint@v1.55.2) + +cd "${ROOT_DIR}" && "${COMMAND[@]}" run -c "${ROOT_DIR}/.golangci.yaml" diff --git a/hack/verify-go-mod.sh b/hack/verify-go-mod.sh new file mode 100755 index 0000000..c504008 --- /dev/null +++ b/hack/verify-go-mod.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash +# Copyright 2022 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check() { + echo "Verify go.mod & go.sum" + go mod tidy + git --no-pager diff --exit-code go.mod go.sum +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-shell-format.sh b/hack/verify-shell-format.sh new file mode 100755 index 0000000..fbb0b23 --- /dev/null +++ b/hack/verify-shell-format.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check() { + echo "Verify shell format" + "${ROOT_DIR}"/hack/update-shell-format.sh + git --no-pager diff --exit-code +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-shellcheck.sh b/hack/verify-shellcheck.sh new file mode 100755 index 0000000..b0a394f --- /dev/null +++ b/hack/verify-shellcheck.sh @@ -0,0 +1,94 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +SHELLCHECK_VERSION="0.9.0" + +# disabled lints +disabled=( + # this lint disallows non-constant source, which we use extensively without + # any known bugs + 1090 + # this lint warns when shellcheck cannot find a sourced file + # this wouldn't be a bad idea to warn on, but it fails on lots of path + # dependent sourcing, so just disable enforcing it + 1091 + # this lint prefers command -v to which, they are not the same + 2230 +) +# comma separate for passing to shellcheck +join_by() { + local IFS="$1" + shift + echo "$*" +} +SHELLCHECK_DISABLED="$(join_by , "${disabled[@]}")" +readonly SHELLCHECK_DISABLED + +mapfile -t findfiles < <(find . \( \ + -iname "*.sh" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + +SHELLCHECK_OPTIONS=( + "--external-sources" + "--exclude=${SHELLCHECK_DISABLED}" + "--color=always" +) + +HAVE_SHELLCHECK=false +if command -v shellcheck; then + detected_version="$(shellcheck --version | grep 'version: .*')" + if [[ "${detected_version}" == "version: ${SHELLCHECK_VERSION}" ]]; then + HAVE_SHELLCHECK=true + fi +fi + +COMMAND=() +if ${HAVE_SHELLCHECK}; then + COMMAND=(shellcheck) +elif command -v "${ROOT_DIR}/bin/shellcheck"; then + COMMAND=("${ROOT_DIR}/bin/shellcheck") +elif [[ "$(uname -s)" == "Linux" ]] && [[ "$(uname -m)" == "x86_64" ]]; then + wget -qO- "https://github.com/koalaman/shellcheck/releases/download/v${SHELLCHECK_VERSION?}/shellcheck-v${SHELLCHECK_VERSION?}.linux.x86_64.tar.xz" | tar -xJv + mkdir -p "${ROOT_DIR}"/bin + mv "shellcheck-v${SHELLCHECK_VERSION}/shellcheck" "${ROOT_DIR}/bin/" + COMMAND=("${ROOT_DIR}/bin/shellcheck") +elif command -v docker; then + COMMAND=( + docker run + --rm + -v "${ROOT_DIR}:${ROOT_DIR}" + -w "${ROOT_DIR}" + docker.io/koalaman/shellcheck-alpine:v0.9.0@sha256:e19ed93c22423970d56568e171b4512c9244fc75dd9114045016b4a0073ac4b7 + shellcheck + ) +else + echo "WARNING: shellcheck or docker not installed" >&2 + exit 1 +fi + +cd "${ROOT_DIR}" && "${COMMAND[@]}" "${SHELLCHECK_OPTIONS[@]}" "${findfiles[@]}" diff --git a/hack/verify-spelling.sh b/hack/verify-spelling.sh new file mode 100755 index 0000000..2cfc6b8 --- /dev/null +++ b/hack/verify-spelling.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check() { + echo "Verify spelling" + "${ROOT_DIR}"/hack/update-spelling.sh + git --no-pager diff --exit-code +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-yaml-format.sh b/hack/verify-yaml-format.sh new file mode 100755 index 0000000..38f448f --- /dev/null +++ b/hack/verify-yaml-format.sh @@ -0,0 +1,30 @@ +#!/usr/bin/env bash +# Copyright 2024 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +function check() { + echo "Verify yaml format" + "${ROOT_DIR}"/hack/update-yaml-format.sh + git --no-pager diff --exit-code +} + +cd "${ROOT_DIR}" && check diff --git a/hack/verify-yamllint.sh b/hack/verify-yamllint.sh new file mode 100755 index 0000000..1b6f844 --- /dev/null +++ b/hack/verify-yamllint.sh @@ -0,0 +1,63 @@ +#!/usr/bin/env bash +# Copyright 2023 The Kubernetes Authors. +# +# 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. + +set -o errexit +set -o nounset +set -o pipefail + +DIR="$(dirname "${BASH_SOURCE[0]}")" + +ROOT_DIR="$(realpath "${DIR}/..")" + +COMMAND=() +if command -v yamllint; then + COMMAND=(yamllint) +elif command -v "${ROOT_DIR}/venv/bin/yamllint"; then + COMMAND=("${ROOT_DIR}/venv/bin/yamllint") +elif command -v python3; then + python3 -m venv "${ROOT_DIR}/venv" + source "${ROOT_DIR}/venv/bin/activate" + pip install yamllint + COMMAND=("${ROOT_DIR}/venv/bin/yamllint") +elif command -v docker; then + COMMAND=( + docker run + --rm -i + -v "${ROOT_DIR}:/workdir" + -w "/workdir" + --security-opt="label=disable" + "docker.io/cytopia/yamllint:1.26@sha256:1bf8270a671a2e5f2fea8ac2e80164d627e0c5fa083759862bbde80628f942b2" + ) +else + echo "WARNING: yamllint, python3 or docker not installed" >&2 + exit 1 +fi + +function check() { + echo "Verify go format" + mapfile -t findfiles < <(find . \( \ + -iname "*.yaml" \ + -o -iname "*.yml" \ + \) \ + -not \( \ + -path ./vendor/\* \ + -o -path ./demo/node_modules/\* \ + -o -path ./site/themes/\* \ + \)) + + "${COMMAND[@]}" -s -c .yamllint.conf "${findfiles[@]}" +} + +cd "${ROOT_DIR}" && check diff --git a/pkg/engine/check_object_task.go b/pkg/engine/check_object_task.go index 8e744f9..4d24e32 100644 --- a/pkg/engine/check_object_task.go +++ b/pkg/engine/check_object_task.go @@ -151,7 +151,7 @@ func (task *CheckObjTask) checkStateAsync(ctx context.Context, name string, info } } -// checkState validates state conformance and removes object name from the map if succeded +// checkState validates state conformance and removes object name from the map if succeeded func (task *CheckObjTask) checkState(ctx context.Context, name string, info *ObjInfo, nameMap *utils.SyncMap) error { cr, err := task.client.Resource(info.GVR).Namespace(info.Namespace).Get(ctx, name, metav1.GetOptions{}) if err != nil { diff --git a/venv/bin/Activate.ps1 b/venv/bin/Activate.ps1 new file mode 100644 index 0000000..b49d77b --- /dev/null +++ b/venv/bin/Activate.ps1 @@ -0,0 +1,247 @@ +<# +.Synopsis +Activate a Python virtual environment for the current PowerShell session. + +.Description +Pushes the python executable for a virtual environment to the front of the +$Env:PATH environment variable and sets the prompt to signify that you are +in a Python virtual environment. Makes use of the command line switches as +well as the `pyvenv.cfg` file values present in the virtual environment. + +.Parameter VenvDir +Path to the directory that contains the virtual environment to activate. The +default value for this is the parent of the directory that the Activate.ps1 +script is located within. + +.Parameter Prompt +The prompt prefix to display when this virtual environment is activated. By +default, this prompt is the name of the virtual environment folder (VenvDir) +surrounded by parentheses and followed by a single space (ie. '(.venv) '). + +.Example +Activate.ps1 +Activates the Python virtual environment that contains the Activate.ps1 script. + +.Example +Activate.ps1 -Verbose +Activates the Python virtual environment that contains the Activate.ps1 script, +and shows extra information about the activation as it executes. + +.Example +Activate.ps1 -VenvDir C:\Users\MyUser\Common\.venv +Activates the Python virtual environment located in the specified location. + +.Example +Activate.ps1 -Prompt "MyPython" +Activates the Python virtual environment that contains the Activate.ps1 script, +and prefixes the current prompt with the specified string (surrounded in +parentheses) while the virtual environment is active. + +.Notes +On Windows, it may be required to enable this Activate.ps1 script by setting the +execution policy for the user. You can do this by issuing the following PowerShell +command: + +PS C:\> Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser + +For more information on Execution Policies: +https://go.microsoft.com/fwlink/?LinkID=135170 + +#> +Param( + [Parameter(Mandatory = $false)] + [String] + $VenvDir, + [Parameter(Mandatory = $false)] + [String] + $Prompt +) + +<# Function declarations --------------------------------------------------- #> + +<# +.Synopsis +Remove all shell session elements added by the Activate script, including the +addition of the virtual environment's Python executable from the beginning of +the PATH variable. + +.Parameter NonDestructive +If present, do not remove this function from the global namespace for the +session. + +#> +function global:deactivate ([switch]$NonDestructive) { + # Revert to original values + + # The prior prompt: + if (Test-Path -Path Function:_OLD_VIRTUAL_PROMPT) { + Copy-Item -Path Function:_OLD_VIRTUAL_PROMPT -Destination Function:prompt + Remove-Item -Path Function:_OLD_VIRTUAL_PROMPT + } + + # The prior PYTHONHOME: + if (Test-Path -Path Env:_OLD_VIRTUAL_PYTHONHOME) { + Copy-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME -Destination Env:PYTHONHOME + Remove-Item -Path Env:_OLD_VIRTUAL_PYTHONHOME + } + + # The prior PATH: + if (Test-Path -Path Env:_OLD_VIRTUAL_PATH) { + Copy-Item -Path Env:_OLD_VIRTUAL_PATH -Destination Env:PATH + Remove-Item -Path Env:_OLD_VIRTUAL_PATH + } + + # Just remove the VIRTUAL_ENV altogether: + if (Test-Path -Path Env:VIRTUAL_ENV) { + Remove-Item -Path env:VIRTUAL_ENV + } + + # Just remove VIRTUAL_ENV_PROMPT altogether. + if (Test-Path -Path Env:VIRTUAL_ENV_PROMPT) { + Remove-Item -Path env:VIRTUAL_ENV_PROMPT + } + + # Just remove the _PYTHON_VENV_PROMPT_PREFIX altogether: + if (Get-Variable -Name "_PYTHON_VENV_PROMPT_PREFIX" -ErrorAction SilentlyContinue) { + Remove-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Scope Global -Force + } + + # Leave deactivate function in the global namespace if requested: + if (-not $NonDestructive) { + Remove-Item -Path function:deactivate + } +} + +<# +.Description +Get-PyVenvConfig parses the values from the pyvenv.cfg file located in the +given folder, and returns them in a map. + +For each line in the pyvenv.cfg file, if that line can be parsed into exactly +two strings separated by `=` (with any amount of whitespace surrounding the =) +then it is considered a `key = value` line. The left hand string is the key, +the right hand is the value. + +If the value starts with a `'` or a `"` then the first and last character is +stripped from the value before being captured. + +.Parameter ConfigDir +Path to the directory that contains the `pyvenv.cfg` file. +#> +function Get-PyVenvConfig( + [String] + $ConfigDir +) { + Write-Verbose "Given ConfigDir=$ConfigDir, obtain values in pyvenv.cfg" + + # Ensure the file exists, and issue a warning if it doesn't (but still allow the function to continue). + $pyvenvConfigPath = Join-Path -Resolve -Path $ConfigDir -ChildPath 'pyvenv.cfg' -ErrorAction Continue + + # An empty map will be returned if no config file is found. + $pyvenvConfig = @{ } + + if ($pyvenvConfigPath) { + + Write-Verbose "File exists, parse `key = value` lines" + $pyvenvConfigContent = Get-Content -Path $pyvenvConfigPath + + $pyvenvConfigContent | ForEach-Object { + $keyval = $PSItem -split "\s*=\s*", 2 + if ($keyval[0] -and $keyval[1]) { + $val = $keyval[1] + + # Remove extraneous quotations around a string value. + if ("'""".Contains($val.Substring(0, 1))) { + $val = $val.Substring(1, $val.Length - 2) + } + + $pyvenvConfig[$keyval[0]] = $val + Write-Verbose "Adding Key: '$($keyval[0])'='$val'" + } + } + } + return $pyvenvConfig +} + + +<# Begin Activate script --------------------------------------------------- #> + +# Determine the containing directory of this script +$VenvExecPath = Split-Path -Parent $MyInvocation.MyCommand.Definition +$VenvExecDir = Get-Item -Path $VenvExecPath + +Write-Verbose "Activation script is located in path: '$VenvExecPath'" +Write-Verbose "VenvExecDir Fullname: '$($VenvExecDir.FullName)" +Write-Verbose "VenvExecDir Name: '$($VenvExecDir.Name)" + +# Set values required in priority: CmdLine, ConfigFile, Default +# First, get the location of the virtual environment, it might not be +# VenvExecDir if specified on the command line. +if ($VenvDir) { + Write-Verbose "VenvDir given as parameter, using '$VenvDir' to determine values" +} +else { + Write-Verbose "VenvDir not given as a parameter, using parent directory name as VenvDir." + $VenvDir = $VenvExecDir.Parent.FullName.TrimEnd("\\/") + Write-Verbose "VenvDir=$VenvDir" +} + +# Next, read the `pyvenv.cfg` file to determine any required value such +# as `prompt`. +$pyvenvCfg = Get-PyVenvConfig -ConfigDir $VenvDir + +# Next, set the prompt from the command line, or the config file, or +# just use the name of the virtual environment folder. +if ($Prompt) { + Write-Verbose "Prompt specified as argument, using '$Prompt'" +} +else { + Write-Verbose "Prompt not specified as argument to script, checking pyvenv.cfg value" + if ($pyvenvCfg -and $pyvenvCfg['prompt']) { + Write-Verbose " Setting based on value in pyvenv.cfg='$($pyvenvCfg['prompt'])'" + $Prompt = $pyvenvCfg['prompt']; + } + else { + Write-Verbose " Setting prompt based on parent's directory's name. (Is the directory name passed to venv module when creating the virtual environment)" + Write-Verbose " Got leaf-name of $VenvDir='$(Split-Path -Path $venvDir -Leaf)'" + $Prompt = Split-Path -Path $venvDir -Leaf + } +} + +Write-Verbose "Prompt = '$Prompt'" +Write-Verbose "VenvDir='$VenvDir'" + +# Deactivate any currently active virtual environment, but leave the +# deactivate function in place. +deactivate -nondestructive + +# Now set the environment variable VIRTUAL_ENV, used by many tools to determine +# that there is an activated venv. +$env:VIRTUAL_ENV = $VenvDir + +if (-not $Env:VIRTUAL_ENV_DISABLE_PROMPT) { + + Write-Verbose "Setting prompt to '$Prompt'" + + # Set the prompt to include the env name + # Make sure _OLD_VIRTUAL_PROMPT is global + function global:_OLD_VIRTUAL_PROMPT { "" } + Copy-Item -Path function:prompt -Destination function:_OLD_VIRTUAL_PROMPT + New-Variable -Name _PYTHON_VENV_PROMPT_PREFIX -Description "Python virtual environment prompt prefix" -Scope Global -Option ReadOnly -Visibility Public -Value $Prompt + + function global:prompt { + Write-Host -NoNewline -ForegroundColor Green "($_PYTHON_VENV_PROMPT_PREFIX) " + _OLD_VIRTUAL_PROMPT + } + $env:VIRTUAL_ENV_PROMPT = $Prompt +} + +# Clear PYTHONHOME +if (Test-Path -Path Env:PYTHONHOME) { + Copy-Item -Path Env:PYTHONHOME -Destination Env:_OLD_VIRTUAL_PYTHONHOME + Remove-Item -Path Env:PYTHONHOME +} + +# Add the venv to the PATH +Copy-Item -Path Env:PATH -Destination Env:_OLD_VIRTUAL_PATH +$Env:PATH = "$VenvExecDir$([System.IO.Path]::PathSeparator)$Env:PATH" diff --git a/venv/bin/activate b/venv/bin/activate new file mode 100644 index 0000000..564d1af --- /dev/null +++ b/venv/bin/activate @@ -0,0 +1,70 @@ +# This file must be used with "source bin/activate" *from bash* +# You cannot run it directly + +deactivate () { + # reset old environment variables + if [ -n "${_OLD_VIRTUAL_PATH:-}" ] ; then + PATH="${_OLD_VIRTUAL_PATH:-}" + export PATH + unset _OLD_VIRTUAL_PATH + fi + if [ -n "${_OLD_VIRTUAL_PYTHONHOME:-}" ] ; then + PYTHONHOME="${_OLD_VIRTUAL_PYTHONHOME:-}" + export PYTHONHOME + unset _OLD_VIRTUAL_PYTHONHOME + fi + + # Call hash to forget past commands. Without forgetting + # past commands the $PATH changes we made may not be respected + hash -r 2> /dev/null + + if [ -n "${_OLD_VIRTUAL_PS1:-}" ] ; then + PS1="${_OLD_VIRTUAL_PS1:-}" + export PS1 + unset _OLD_VIRTUAL_PS1 + fi + + unset VIRTUAL_ENV + unset VIRTUAL_ENV_PROMPT + if [ ! "${1:-}" = "nondestructive" ] ; then + # Self destruct! + unset -f deactivate + fi +} + +# unset irrelevant variables +deactivate nondestructive + +# on Windows, a path can contain colons and backslashes and has to be converted: +if [ "$OSTYPE" = "cygwin" ] || [ "$OSTYPE" = "msys" ] ; then + # transform D:\path\to\venv to /d/path/to/venv on MSYS + # and to /cygdrive/d/path/to/venv on Cygwin + export VIRTUAL_ENV=$(cygpath "/Users/yuanc/projects/knavigator/venv") +else + # use the path as-is + export VIRTUAL_ENV="/Users/yuanc/projects/knavigator/venv" +fi + +_OLD_VIRTUAL_PATH="$PATH" +PATH="$VIRTUAL_ENV/bin:$PATH" +export PATH + +# unset PYTHONHOME if set +# this will fail if PYTHONHOME is set to the empty string (which is bad anyway) +# could use `if (set -u; : $PYTHONHOME) ;` in bash +if [ -n "${PYTHONHOME:-}" ] ; then + _OLD_VIRTUAL_PYTHONHOME="${PYTHONHOME:-}" + unset PYTHONHOME +fi + +if [ -z "${VIRTUAL_ENV_DISABLE_PROMPT:-}" ] ; then + _OLD_VIRTUAL_PS1="${PS1:-}" + PS1="(venv) ${PS1:-}" + export PS1 + VIRTUAL_ENV_PROMPT="(venv) " + export VIRTUAL_ENV_PROMPT +fi + +# Call hash to forget past commands. Without forgetting +# past commands the $PATH changes we made may not be respected +hash -r 2> /dev/null diff --git a/venv/bin/activate.csh b/venv/bin/activate.csh new file mode 100644 index 0000000..50da2ed --- /dev/null +++ b/venv/bin/activate.csh @@ -0,0 +1,27 @@ +# This file must be used with "source bin/activate.csh" *from csh*. +# You cannot run it directly. + +# Created by Davide Di Blasi . +# Ported to Python 3.3 venv by Andrew Svetlov + +alias deactivate 'test $?_OLD_VIRTUAL_PATH != 0 && setenv PATH "$_OLD_VIRTUAL_PATH" && unset _OLD_VIRTUAL_PATH; rehash; test $?_OLD_VIRTUAL_PROMPT != 0 && set prompt="$_OLD_VIRTUAL_PROMPT" && unset _OLD_VIRTUAL_PROMPT; unsetenv VIRTUAL_ENV; unsetenv VIRTUAL_ENV_PROMPT; test "\!:*" != "nondestructive" && unalias deactivate' + +# Unset irrelevant variables. +deactivate nondestructive + +setenv VIRTUAL_ENV "/Users/yuanc/projects/knavigator/venv" + +set _OLD_VIRTUAL_PATH="$PATH" +setenv PATH "$VIRTUAL_ENV/bin:$PATH" + + +set _OLD_VIRTUAL_PROMPT="$prompt" + +if (! "$?VIRTUAL_ENV_DISABLE_PROMPT") then + set prompt = "(venv) $prompt" + setenv VIRTUAL_ENV_PROMPT "(venv) " +endif + +alias pydoc python -m pydoc + +rehash diff --git a/venv/bin/activate.fish b/venv/bin/activate.fish new file mode 100644 index 0000000..8ce70a7 --- /dev/null +++ b/venv/bin/activate.fish @@ -0,0 +1,69 @@ +# This file must be used with "source /bin/activate.fish" *from fish* +# (https://fishshell.com/). You cannot run it directly. + +function deactivate -d "Exit virtual environment and return to normal shell environment" + # reset old environment variables + if test -n "$_OLD_VIRTUAL_PATH" + set -gx PATH $_OLD_VIRTUAL_PATH + set -e _OLD_VIRTUAL_PATH + end + if test -n "$_OLD_VIRTUAL_PYTHONHOME" + set -gx PYTHONHOME $_OLD_VIRTUAL_PYTHONHOME + set -e _OLD_VIRTUAL_PYTHONHOME + end + + if test -n "$_OLD_FISH_PROMPT_OVERRIDE" + set -e _OLD_FISH_PROMPT_OVERRIDE + # prevents error when using nested fish instances (Issue #93858) + if functions -q _old_fish_prompt + functions -e fish_prompt + functions -c _old_fish_prompt fish_prompt + functions -e _old_fish_prompt + end + end + + set -e VIRTUAL_ENV + set -e VIRTUAL_ENV_PROMPT + if test "$argv[1]" != "nondestructive" + # Self-destruct! + functions -e deactivate + end +end + +# Unset irrelevant variables. +deactivate nondestructive + +set -gx VIRTUAL_ENV "/Users/yuanc/projects/knavigator/venv" + +set -gx _OLD_VIRTUAL_PATH $PATH +set -gx PATH "$VIRTUAL_ENV/bin" $PATH + +# Unset PYTHONHOME if set. +if set -q PYTHONHOME + set -gx _OLD_VIRTUAL_PYTHONHOME $PYTHONHOME + set -e PYTHONHOME +end + +if test -z "$VIRTUAL_ENV_DISABLE_PROMPT" + # fish uses a function instead of an env var to generate the prompt. + + # Save the current fish_prompt function as the function _old_fish_prompt. + functions -c fish_prompt _old_fish_prompt + + # With the original prompt function renamed, we can override with our own. + function fish_prompt + # Save the return status of the last command. + set -l old_status $status + + # Output the venv prompt; color taken from the blue of the Python logo. + printf "%s%s%s" (set_color 4B8BBE) "(venv) " (set_color normal) + + # Restore the return status of the previous command. + echo "exit $old_status" | . + # Output the original/"old" prompt. + _old_fish_prompt + end + + set -gx _OLD_FISH_PROMPT_OVERRIDE "$VIRTUAL_ENV" + set -gx VIRTUAL_ENV_PROMPT "(venv) " +end diff --git a/venv/bin/pip b/venv/bin/pip new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3.12 b/venv/bin/pip3.12 new file mode 100755 index 0000000..4afa2c5 --- /dev/null +++ b/venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..11b9d88 --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +python3.12 \ No newline at end of file diff --git a/venv/bin/python3.12 b/venv/bin/python3.12 new file mode 120000 index 0000000..a7a5fcc --- /dev/null +++ b/venv/bin/python3.12 @@ -0,0 +1 @@ +/Library/Frameworks/Python.framework/Versions/3.12/bin/python3.12 \ No newline at end of file diff --git a/venv/bin/yamllint b/venv/bin/yamllint new file mode 100755 index 0000000..50270db --- /dev/null +++ b/venv/bin/yamllint @@ -0,0 +1,8 @@ +#!/Users/yuanc/projects/knavigator/venv/bin/python3.12 +# -*- coding: utf-8 -*- +import re +import sys +from yamllint.cli import run +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(run()) diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE new file mode 100644 index 0000000..2f1b8e1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/LICENSE @@ -0,0 +1,20 @@ +Copyright (c) 2017-2021 Ingy döt Net +Copyright (c) 2006-2016 Kirill Simonov + +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/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA new file mode 100644 index 0000000..c890598 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/METADATA @@ -0,0 +1,46 @@ +Metadata-Version: 2.1 +Name: PyYAML +Version: 6.0.1 +Summary: YAML parser and emitter for Python +Home-page: https://pyyaml.org/ +Download-URL: https://pypi.org/project/PyYAML/ +Author: Kirill Simonov +Author-email: xi@resolvent.net +License: MIT +Project-URL: Bug Tracker, https://github.com/yaml/pyyaml/issues +Project-URL: CI, https://github.com/yaml/pyyaml/actions +Project-URL: Documentation, https://pyyaml.org/wiki/PyYAMLDocumentation +Project-URL: Mailing lists, http://lists.sourceforge.net/lists/listinfo/yaml-core +Project-URL: Source Code, https://github.com/yaml/pyyaml +Platform: Any +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Cython +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.6 +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Text Processing :: Markup +Requires-Python: >=3.6 +License-File: LICENSE + +YAML is a data serialization format designed for human readability +and interaction with scripting languages. PyYAML is a YAML parser +and emitter for Python. + +PyYAML features a complete YAML 1.1 parser, Unicode support, pickle +support, capable extension API, and sensible error messages. PyYAML +supports standard YAML tags and provides Python-specific tags that +allow to represent an arbitrary Python object. + +PyYAML is applicable for a broad range of tasks from complex +configuration files to object serialization and persistence. diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD new file mode 100644 index 0000000..54ce599 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/RECORD @@ -0,0 +1,43 @@ +PyYAML-6.0.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +PyYAML-6.0.1.dist-info/LICENSE,sha256=jTko-dxEkP1jVwfLiOsmvXZBAqcoKVQwfT5RZ6V36KQ,1101 +PyYAML-6.0.1.dist-info/METADATA,sha256=UNNF8-SzzwOKXVo-kV5lXUGH2_wDWMBmGxqISpp5HQk,2058 +PyYAML-6.0.1.dist-info/RECORD,, +PyYAML-6.0.1.dist-info/WHEEL,sha256=FCrbbeH_Uuw2ZMaB8nW-JE7XeUWVfF-XtWcVJYU0Zm8,110 +PyYAML-6.0.1.dist-info/top_level.txt,sha256=rpj0IVMTisAjh_1vG3Ccf9v5jpCQwAz6cD1IVU5ZdhQ,11 +_yaml/__init__.py,sha256=04Ae_5osxahpJHa3XBZUAf4wi6XX32gR8D6X6p64GEA,1402 +_yaml/__pycache__/__init__.cpython-312.pyc,, +yaml/__init__.py,sha256=bhl05qSeO-1ZxlSRjGrvl2m9nrXb1n9-GQatTN0Mrqc,12311 +yaml/__pycache__/__init__.cpython-312.pyc,, +yaml/__pycache__/composer.cpython-312.pyc,, +yaml/__pycache__/constructor.cpython-312.pyc,, +yaml/__pycache__/cyaml.cpython-312.pyc,, +yaml/__pycache__/dumper.cpython-312.pyc,, +yaml/__pycache__/emitter.cpython-312.pyc,, +yaml/__pycache__/error.cpython-312.pyc,, +yaml/__pycache__/events.cpython-312.pyc,, +yaml/__pycache__/loader.cpython-312.pyc,, +yaml/__pycache__/nodes.cpython-312.pyc,, +yaml/__pycache__/parser.cpython-312.pyc,, +yaml/__pycache__/reader.cpython-312.pyc,, +yaml/__pycache__/representer.cpython-312.pyc,, +yaml/__pycache__/resolver.cpython-312.pyc,, +yaml/__pycache__/scanner.cpython-312.pyc,, +yaml/__pycache__/serializer.cpython-312.pyc,, +yaml/__pycache__/tokens.cpython-312.pyc,, +yaml/_yaml.cpython-312-darwin.so,sha256=zLYFDcq5DNWEltMIpJVcuFQ4jRWM4bIJADV_pT4O5wM,361928 +yaml/composer.py,sha256=_Ko30Wr6eDWUeUpauUGT3Lcg9QPBnOPVlTnIMRGJ9FM,4883 +yaml/constructor.py,sha256=kNgkfaeLUkwQYY_Q6Ff1Tz2XVw_pG1xVE9Ak7z-viLA,28639 +yaml/cyaml.py,sha256=6ZrAG9fAYvdVe2FK_w0hmXoG7ZYsoYUwapG8CiC72H0,3851 +yaml/dumper.py,sha256=PLctZlYwZLp7XmeUdwRuv4nYOZ2UBnDIUy8-lKfLF-o,2837 +yaml/emitter.py,sha256=jghtaU7eFwg31bG0B7RZea_29Adi9CKmXq_QjgQpCkQ,43006 +yaml/error.py,sha256=Ah9z-toHJUbE9j-M8YpxgSRM5CgLCcwVzJgLLRF2Fxo,2533 +yaml/events.py,sha256=50_TksgQiE4up-lKo_V-nBy-tAIxkIPQxY5qDhKCeHw,2445 +yaml/loader.py,sha256=UVa-zIqmkFSCIYq_PgSGm4NSJttHY2Rf_zQ4_b1fHN0,2061 +yaml/nodes.py,sha256=gPKNj8pKCdh2d4gr3gIYINnPOaOxGhJAUiYhGRnPE84,1440 +yaml/parser.py,sha256=ilWp5vvgoHFGzvOZDItFoGjD6D42nhlZrZyjAwa0oJo,25495 +yaml/reader.py,sha256=0dmzirOiDG4Xo41RnuQS7K9rkY3xjHiVasfDMNTqCNw,6794 +yaml/representer.py,sha256=IuWP-cAW9sHKEnS0gCqSa894k1Bg4cgTxaDwIcbRQ-Y,14190 +yaml/resolver.py,sha256=9L-VYfm4mWHxUD1Vg4X7rjDRK_7VZd6b92wzq7Y2IKY,9004 +yaml/scanner.py,sha256=YEM3iLZSaQwXcQRg2l2R4MdT0zGP2F9eHkKGKnHyWQY,51279 +yaml/serializer.py,sha256=ChuFgmhU01hj4xgI8GaKv6vfM2Bujwa9i7d2FAHj7cA,4165 +yaml/tokens.py,sha256=lTQIzSVw8Mg9wv459-TjiOQe6wVziqaRlqX2_89rp54,2573 diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL new file mode 100644 index 0000000..2e30bef --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.41.2) +Root-Is-Purelib: false +Tag: cp312-cp312-macosx_11_0_arm64 + diff --git a/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt new file mode 100644 index 0000000..e6475e9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/PyYAML-6.0.1.dist-info/top_level.txt @@ -0,0 +1,2 @@ +_yaml +yaml diff --git a/venv/lib/python3.12/site-packages/_yaml/__init__.py b/venv/lib/python3.12/site-packages/_yaml/__init__.py new file mode 100644 index 0000000..7baa8c4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/_yaml/__init__.py @@ -0,0 +1,33 @@ +# This is a stub package designed to roughly emulate the _yaml +# extension module, which previously existed as a standalone module +# and has been moved into the `yaml` package namespace. +# It does not perfectly mimic its old counterpart, but should get +# close enough for anyone who's relying on it even when they shouldn't. +import yaml + +# in some circumstances, the yaml module we imoprted may be from a different version, so we need +# to tread carefully when poking at it here (it may not have the attributes we expect) +if not getattr(yaml, '__with_libyaml__', False): + from sys import version_info + + exc = ModuleNotFoundError if version_info >= (3, 6) else ImportError + raise exc("No module named '_yaml'") +else: + from yaml._yaml import * + import warnings + warnings.warn( + 'The _yaml extension module is now located at yaml._yaml' + ' and its location is subject to change. To use the' + ' LibYAML-based parser and emitter, import from `yaml`:' + ' `from yaml import CLoader as Loader, CDumper as Dumper`.', + DeprecationWarning + ) + del warnings + # Don't `del yaml` here because yaml is actually an existing + # namespace member of _yaml. + +__name__ = '_yaml' +# If the module is top-level (i.e. not a part of any specific package) +# then the attribute should be set to ''. +# https://docs.python.org/3.8/library/types.html +__package__ = '' diff --git a/venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/_yaml/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b1f83d05389ea7de03302fb4c8c4765a343058fb GIT binary patch literal 863 zcmYjPzi$&U6t?d!$>kTNtxAOe$(_=mHYZ>}LV$!?Dv+8^MTiv1adK{Q?cMogJ89FY zWr2~6e*sh>F~Z-#Qhp572nh+6Zb4=0gq@>;H`xB(`@Z*{pZ&gEE&y%s)^4ruWB~YK zz^Q3Gvg7A^djWjl!w@up1t_Gzw|slwP6=XK$DGiL?1l{iwf)TIV*t2Cofy(gBdZlz zKf4c8_7kYtxiI(If@w~-;cAAvF_FgqUwxMr_N~+d!J6ym8%4j+C=Fn>cx2ow>MX`v zf$ZWiXbngdV!Tv^s??`k1T4luyw0lDk!kcOtCyYW6^0___d<$d5>X#ju#r`?2wvVf zT4+w(gT5FwuM60CQ|E&L`GOk*(CN+AVnHABFz@P)&^}$BpGUVN!+0| zgjN~q35ujHvmCS@-Kj6nw}{Z`62b-L$mF3>ASLB^^^$bi%E z!ZIVikqVTa=Fq}oFG^BZdTQ2GX4I$x)v|JoT;)1c5-GW|#XxXJ4@XVbN0V7$a*6d~ z|1Rf@tK$7p8!52qc3TzxU0k_agvUYL5y~+qHL*w&PW6cN5FVx>1gl@9P66kWYv41Z!Ww+kHl>+;miz8c$+cl2OT0A_xd#Md-{F7WFWgNzE-<()f0iF z^M7**Z*(^g>*o$6#Wp{OU}8amIJ=J+1H6hnAgRghLnP cFZ?cMGuh!8kRR8uG`Z{QZESq6$ftF+KM5-a82|tP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE new file mode 100644 index 0000000..14e2f77 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/LICENSE @@ -0,0 +1,373 @@ +Mozilla Public License Version 2.0 +================================== + +1. Definitions +-------------- + +1.1. "Contributor" + means each individual or legal entity that creates, contributes to + the creation of, or owns Covered Software. + +1.2. "Contributor Version" + means the combination of the Contributions of others (if any) used + by a Contributor and that particular Contributor's Contribution. + +1.3. "Contribution" + means Covered Software of a particular Contributor. + +1.4. "Covered Software" + means Source Code Form to which the initial Contributor has attached + the notice in Exhibit A, the Executable Form of such Source Code + Form, and Modifications of such Source Code Form, in each case + including portions thereof. + +1.5. "Incompatible With Secondary Licenses" + means + + (a) that the initial Contributor has attached the notice described + in Exhibit B to the Covered Software; or + + (b) that the Covered Software was made available under the terms of + version 1.1 or earlier of the License, but not also under the + terms of a Secondary License. + +1.6. "Executable Form" + means any form of the work other than Source Code Form. + +1.7. "Larger Work" + means a work that combines Covered Software with other material, in + a separate file or files, that is not Covered Software. + +1.8. "License" + means this document. + +1.9. "Licensable" + means having the right to grant, to the maximum extent possible, + whether at the time of the initial grant or subsequently, any and + all of the rights conveyed by this License. + +1.10. "Modifications" + means any of the following: + + (a) any file in Source Code Form that results from an addition to, + deletion from, or modification of the contents of Covered + Software; or + + (b) any new file in Source Code Form that contains any Covered + Software. + +1.11. "Patent Claims" of a Contributor + means any patent claim(s), including without limitation, method, + process, and apparatus claims, in any patent Licensable by such + Contributor that would be infringed, but for the grant of the + License, by the making, using, selling, offering for sale, having + made, import, or transfer of either its Contributions or its + Contributor Version. + +1.12. "Secondary License" + means either the GNU General Public License, Version 2.0, the GNU + Lesser General Public License, Version 2.1, the GNU Affero General + Public License, Version 3.0, or any later versions of those + licenses. + +1.13. "Source Code Form" + means the form of the work preferred for making modifications. + +1.14. "You" (or "Your") + means an individual or a legal entity exercising rights under this + License. For legal entities, "You" includes any entity that + controls, is controlled by, or is under common control with You. For + purposes of this definition, "control" means (a) the power, direct + or indirect, to cause the direction or management of such entity, + whether by contract or otherwise, or (b) ownership of more than + fifty percent (50%) of the outstanding shares or beneficial + ownership of such entity. + +2. License Grants and Conditions +-------------------------------- + +2.1. Grants + +Each Contributor hereby grants You a world-wide, royalty-free, +non-exclusive license: + +(a) under intellectual property rights (other than patent or trademark) + Licensable by such Contributor to use, reproduce, make available, + modify, display, perform, distribute, and otherwise exploit its + Contributions, either on an unmodified basis, with Modifications, or + as part of a Larger Work; and + +(b) under Patent Claims of such Contributor to make, use, sell, offer + for sale, have made, import, and otherwise transfer either its + Contributions or its Contributor Version. + +2.2. Effective Date + +The licenses granted in Section 2.1 with respect to any Contribution +become effective for each Contribution on the date the Contributor first +distributes such Contribution. + +2.3. Limitations on Grant Scope + +The licenses granted in this Section 2 are the only rights granted under +this License. No additional rights or licenses will be implied from the +distribution or licensing of Covered Software under this License. +Notwithstanding Section 2.1(b) above, no patent license is granted by a +Contributor: + +(a) for any code that a Contributor has removed from Covered Software; + or + +(b) for infringements caused by: (i) Your and any other third party's + modifications of Covered Software, or (ii) the combination of its + Contributions with other software (except as part of its Contributor + Version); or + +(c) under Patent Claims infringed by Covered Software in the absence of + its Contributions. + +This License does not grant any rights in the trademarks, service marks, +or logos of any Contributor (except as may be necessary to comply with +the notice requirements in Section 3.4). + +2.4. Subsequent Licenses + +No Contributor makes additional grants as a result of Your choice to +distribute the Covered Software under a subsequent version of this +License (see Section 10.2) or under the terms of a Secondary License (if +permitted under the terms of Section 3.3). + +2.5. Representation + +Each Contributor represents that the Contributor believes its +Contributions are its original creation(s) or it has sufficient rights +to grant the rights to its Contributions conveyed by this License. + +2.6. Fair Use + +This License is not intended to limit any rights You have under +applicable copyright doctrines of fair use, fair dealing, or other +equivalents. + +2.7. Conditions + +Sections 3.1, 3.2, 3.3, and 3.4 are conditions of the licenses granted +in Section 2.1. + +3. Responsibilities +------------------- + +3.1. Distribution of Source Form + +All distribution of Covered Software in Source Code Form, including any +Modifications that You create or to which You contribute, must be under +the terms of this License. You must inform recipients that the Source +Code Form of the Covered Software is governed by the terms of this +License, and how they can obtain a copy of this License. You may not +attempt to alter or restrict the recipients' rights in the Source Code +Form. + +3.2. Distribution of Executable Form + +If You distribute Covered Software in Executable Form then: + +(a) such Covered Software must also be made available in Source Code + Form, as described in Section 3.1, and You must inform recipients of + the Executable Form how they can obtain a copy of such Source Code + Form by reasonable means in a timely manner, at a charge no more + than the cost of distribution to the recipient; and + +(b) You may distribute such Executable Form under the terms of this + License, or sublicense it under different terms, provided that the + license for the Executable Form does not attempt to limit or alter + the recipients' rights in the Source Code Form under this License. + +3.3. Distribution of a Larger Work + +You may create and distribute a Larger Work under terms of Your choice, +provided that You also comply with the requirements of this License for +the Covered Software. If the Larger Work is a combination of Covered +Software with a work governed by one or more Secondary Licenses, and the +Covered Software is not Incompatible With Secondary Licenses, this +License permits You to additionally distribute such Covered Software +under the terms of such Secondary License(s), so that the recipient of +the Larger Work may, at their option, further distribute the Covered +Software under the terms of either this License or such Secondary +License(s). + +3.4. Notices + +You may not remove or alter the substance of any license notices +(including copyright notices, patent notices, disclaimers of warranty, +or limitations of liability) contained within the Source Code Form of +the Covered Software, except that You may alter any license notices to +the extent required to remedy known factual inaccuracies. + +3.5. Application of Additional Terms + +You may choose to offer, and to charge a fee for, warranty, support, +indemnity or liability obligations to one or more recipients of Covered +Software. However, You may do so only on Your own behalf, and not on +behalf of any Contributor. You must make it absolutely clear that any +such warranty, support, indemnity, or liability obligation is offered by +You alone, and You hereby agree to indemnify every Contributor for any +liability incurred by such Contributor as a result of warranty, support, +indemnity or liability terms You offer. You may include additional +disclaimers of warranty and limitations of liability specific to any +jurisdiction. + +4. Inability to Comply Due to Statute or Regulation +--------------------------------------------------- + +If it is impossible for You to comply with any of the terms of this +License with respect to some or all of the Covered Software due to +statute, judicial order, or regulation then You must: (a) comply with +the terms of this License to the maximum extent possible; and (b) +describe the limitations and the code they affect. Such description must +be placed in a text file included with all distributions of the Covered +Software under this License. Except to the extent prohibited by statute +or regulation, such description must be sufficiently detailed for a +recipient of ordinary skill to be able to understand it. + +5. Termination +-------------- + +5.1. The rights granted under this License will terminate automatically +if You fail to comply with any of its terms. However, if You become +compliant, then the rights granted under this License from a particular +Contributor are reinstated (a) provisionally, unless and until such +Contributor explicitly and finally terminates Your grants, and (b) on an +ongoing basis, if such Contributor fails to notify You of the +non-compliance by some reasonable means prior to 60 days after You have +come back into compliance. Moreover, Your grants from a particular +Contributor are reinstated on an ongoing basis if such Contributor +notifies You of the non-compliance by some reasonable means, this is the +first time You have received notice of non-compliance with this License +from such Contributor, and You become compliant prior to 30 days after +Your receipt of the notice. + +5.2. If You initiate litigation against any entity by asserting a patent +infringement claim (excluding declaratory judgment actions, +counter-claims, and cross-claims) alleging that a Contributor Version +directly or indirectly infringes any patent, then the rights granted to +You by any and all Contributors for the Covered Software under Section +2.1 of this License shall terminate. + +5.3. In the event of termination under Sections 5.1 or 5.2 above, all +end user license agreements (excluding distributors and resellers) which +have been validly granted by You or Your distributors under this License +prior to termination shall survive termination. + +************************************************************************ +* * +* 6. Disclaimer of Warranty * +* ------------------------- * +* * +* Covered Software is provided under this License on an "as is" * +* basis, without warranty of any kind, either expressed, implied, or * +* statutory, including, without limitation, warranties that the * +* Covered Software is free of defects, merchantable, fit for a * +* particular purpose or non-infringing. The entire risk as to the * +* quality and performance of the Covered Software is with You. * +* Should any Covered Software prove defective in any respect, You * +* (not any Contributor) assume the cost of any necessary servicing, * +* repair, or correction. This disclaimer of warranty constitutes an * +* essential part of this License. No use of any Covered Software is * +* authorized under this License except under this disclaimer. * +* * +************************************************************************ + +************************************************************************ +* * +* 7. Limitation of Liability * +* -------------------------- * +* * +* Under no circumstances and under no legal theory, whether tort * +* (including negligence), contract, or otherwise, shall any * +* Contributor, or anyone who distributes Covered Software as * +* permitted above, be liable to You for any direct, indirect, * +* special, incidental, or consequential damages of any character * +* including, without limitation, damages for lost profits, loss of * +* goodwill, work stoppage, computer failure or malfunction, or any * +* and all other commercial damages or losses, even if such party * +* shall have been informed of the possibility of such damages. This * +* limitation of liability shall not apply to liability for death or * +* personal injury resulting from such party's negligence to the * +* extent applicable law prohibits such limitation. Some * +* jurisdictions do not allow the exclusion or limitation of * +* incidental or consequential damages, so this exclusion and * +* limitation may not apply to You. * +* * +************************************************************************ + +8. Litigation +------------- + +Any litigation relating to this License may be brought only in the +courts of a jurisdiction where the defendant maintains its principal +place of business and such litigation shall be governed by laws of that +jurisdiction, without reference to its conflict-of-law provisions. +Nothing in this Section shall prevent a party's ability to bring +cross-claims or counter-claims. + +9. Miscellaneous +---------------- + +This License represents the complete agreement concerning the subject +matter hereof. If any provision of this License is held to be +unenforceable, such provision shall be reformed only to the extent +necessary to make it enforceable. Any law or regulation which provides +that the language of a contract shall be construed against the drafter +shall not be used to construe this License against a Contributor. + +10. Versions of the License +--------------------------- + +10.1. New Versions + +Mozilla Foundation is the license steward. Except as provided in Section +10.3, no one other than the license steward has the right to modify or +publish new versions of this License. Each version will be given a +distinguishing version number. + +10.2. Effect of New Versions + +You may distribute the Covered Software under the terms of the version +of the License under which You originally received the Covered Software, +or under the terms of any subsequent version published by the license +steward. + +10.3. Modified Versions + +If you create software not governed by this License, and you want to +create a new license for such software, you may create and use a +modified version of this License if you rename the license and remove +any references to the name of the license steward (except to note that +such modified license differs from this License). + +10.4. Distributing Source Code Form that is Incompatible With Secondary +Licenses + +If You choose to distribute Source Code Form that is Incompatible With +Secondary Licenses under the terms of this version of the License, the +notice described in Exhibit B of this License must be attached. + +Exhibit A - Source Code Form License Notice +------------------------------------------- + + This Source Code Form is subject to the terms of the Mozilla Public + License, v. 2.0. If a copy of the MPL was not distributed with this + file, You can obtain one at http://mozilla.org/MPL/2.0/. + +If it is not possible or desirable to put the notice in a particular +file, then You may include the notice in a location (such as a LICENSE +file in a relevant directory) where a recipient would be likely to look +for such a notice. + +You may add additional accurate notices of copyright ownership. + +Exhibit B - "Incompatible With Secondary Licenses" Notice +--------------------------------------------------------- + + This Source Code Form is "Incompatible With Secondary Licenses", as + defined by the Mozilla Public License, v. 2.0. diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA new file mode 100644 index 0000000..9cef724 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/METADATA @@ -0,0 +1,647 @@ +Metadata-Version: 2.1 +Name: pathspec +Version: 0.12.1 +Summary: Utility library for gitignore style pattern matching of file paths. +Author-email: "Caleb P. Burns" +Requires-Python: >=3.8 +Description-Content-Type: text/x-rst +Classifier: Development Status :: 4 - Beta +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: Mozilla Public License 2.0 (MPL 2.0) +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Classifier: Topic :: Software Development :: Libraries :: Python Modules +Classifier: Topic :: Utilities +Project-URL: Documentation, https://python-path-specification.readthedocs.io/en/latest/index.html +Project-URL: Issue Tracker, https://github.com/cpburnz/python-pathspec/issues +Project-URL: Source Code, https://github.com/cpburnz/python-pathspec + + +PathSpec +======== + +*pathspec* is a utility library for pattern matching of file paths. So +far this only includes Git's wildmatch pattern matching which itself is +derived from Rsync's wildmatch. Git uses wildmatch for its `gitignore`_ +files. + +.. _`gitignore`: http://git-scm.com/docs/gitignore + + +Tutorial +-------- + +Say you have a "Projects" directory and you want to back it up, but only +certain files, and ignore others depending on certain conditions:: + + >>> import pathspec + >>> # The gitignore-style patterns for files to select, but we're including + >>> # instead of ignoring. + >>> spec_text = """ + ... + ... # This is a comment because the line begins with a hash: "#" + ... + ... # Include several project directories (and all descendants) relative to + ... # the current directory. To reference a directory you must end with a + ... # slash: "/" + ... /project-a/ + ... /project-b/ + ... /project-c/ + ... + ... # Patterns can be negated by prefixing with exclamation mark: "!" + ... + ... # Ignore temporary files beginning or ending with "~" and ending with + ... # ".swp". + ... !~* + ... !*~ + ... !*.swp + ... + ... # These are python projects so ignore compiled python files from + ... # testing. + ... !*.pyc + ... + ... # Ignore the build directories but only directly under the project + ... # directories. + ... !/*/build/ + ... + ... """ + +We want to use the ``GitWildMatchPattern`` class to compile our patterns. The +``PathSpec`` class provides an interface around pattern implementations:: + + >>> spec = pathspec.PathSpec.from_lines(pathspec.patterns.GitWildMatchPattern, spec_text.splitlines()) + +That may be a mouthful but it allows for additional patterns to be implemented +in the future without them having to deal with anything but matching the paths +sent to them. ``GitWildMatchPattern`` is the implementation of the actual +pattern which internally gets converted into a regular expression. ``PathSpec`` +is a simple wrapper around a list of compiled patterns. + +To make things simpler, we can use the registered name for a pattern class +instead of always having to provide a reference to the class itself. The +``GitWildMatchPattern`` class is registered as **gitwildmatch**:: + + >>> spec = pathspec.PathSpec.from_lines('gitwildmatch', spec_text.splitlines()) + +If we wanted to manually compile the patterns we can just do the following:: + + >>> patterns = map(pathspec.patterns.GitWildMatchPattern, spec_text.splitlines()) + >>> spec = PathSpec(patterns) + +``PathSpec.from_lines()`` is simply a class method which does just that. + +If you want to load the patterns from file, you can pass the file instance +directly as well:: + + >>> with open('patterns.list', 'r') as fh: + >>> spec = pathspec.PathSpec.from_lines('gitwildmatch', fh) + +You can perform matching on a whole directory tree with:: + + >>> matches = spec.match_tree('path/to/directory') + +Or you can perform matching on a specific set of file paths with:: + + >>> matches = spec.match_files(file_paths) + +Or check to see if an individual file matches:: + + >>> is_matched = spec.match_file(file_path) + +There is a specialized class, ``pathspec.GitIgnoreSpec``, which more closely +implements the behavior of **gitignore**. This uses ``GitWildMatchPattern`` +pattern by default and handles some edge cases differently from the generic +``PathSpec`` class. ``GitIgnoreSpec`` can be used without specifying the pattern +factory:: + + >>> spec = pathspec.GitIgnoreSpec.from_lines(spec_text.splitlines()) + + +License +------- + +*pathspec* is licensed under the `Mozilla Public License Version 2.0`_. See +`LICENSE`_ or the `FAQ`_ for more information. + +In summary, you may use *pathspec* with any closed or open source project +without affecting the license of the larger work so long as you: + +- give credit where credit is due, + +- and release any custom changes made to *pathspec*. + +.. _`Mozilla Public License Version 2.0`: http://www.mozilla.org/MPL/2.0 +.. _`LICENSE`: LICENSE +.. _`FAQ`: http://www.mozilla.org/MPL/2.0/FAQ.html + + +Source +------ + +The source code for *pathspec* is available from the GitHub repo +`cpburnz/python-pathspec`_. + +.. _`cpburnz/python-pathspec`: https://github.com/cpburnz/python-pathspec + + +Installation +------------ + +*pathspec* is available for install through `PyPI`_:: + + pip install pathspec + +*pathspec* can also be built from source. The following packages will be +required: + +- `build`_ (>=0.6.0) + +*pathspec* can then be built and installed with:: + + python -m build + pip install dist/pathspec-*-py3-none-any.whl + +.. _`PyPI`: http://pypi.python.org/pypi/pathspec +.. _`build`: https://pypi.org/project/build/ + + +Documentation +------------- + +Documentation for *pathspec* is available on `Read the Docs`_. + +.. _`Read the Docs`: https://python-path-specification.readthedocs.io + + +Other Languages +--------------- + +The related project `pathspec-ruby`_ (by *highb*) provides a similar library as +a `Ruby gem`_. + +.. _`pathspec-ruby`: https://github.com/highb/pathspec-ruby +.. _`Ruby gem`: https://rubygems.org/gems/pathspec + + + +Change History +============== + + +0.12.1 (2023-12-10) +------------------- + +Bug fixes: + +- `Issue #84`_: PathSpec.match_file() returns None since 0.12.0. + + +.. _`Issue #84`: https://github.com/cpburnz/python-pathspec/issues/84 + + +0.12.0 (2023-12-09) +------------------- + +Major changes: + +- Dropped support of EOL Python 3.7. See `Pull #82`_. + + +API changes: + +- Signature of protected method `pathspec.pathspec.PathSpec._match_file()` (with a leading underscore) has been changed from `def _match_file(patterns: Iterable[Pattern], file: str) -> bool` to `def _match_file(patterns: Iterable[Tuple[int, Pattern]], file: str) -> Tuple[Optional[bool], Optional[int]]`. + +New features: + +- Added `pathspec.pathspec.PathSpec.check_*()` methods. These methods behave similarly to `.match_*()` but return additional information in the `pathspec.util.CheckResult` objects (e.g., `CheckResult.index` indicates the index of the last pattern that matched the file). +- Added `pathspec.pattern.RegexPattern.pattern` attribute which stores the original, uncompiled pattern. + +Bug fixes: + +- `Issue #81`_: GitIgnoreSpec behaviors differ from git. +- `Pull #83`_: Fix ReadTheDocs builds. + +Improvements: + +- Mark Python 3.12 as supported. See `Pull #82`_. +- Improve test debugging. +- Improve type hint on *on_error* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`. +- Improve type hint on *on_error* parameter on `pathspec.util.iter_tree_entries()`. + + +.. _`Issue #81`: https://github.com/cpburnz/python-pathspec/issues/81 +.. _`Pull #82`: https://github.com/cpburnz/python-pathspec/pull/82 +.. _`Pull #83`: https://github.com/cpburnz/python-pathspec/pull/83 + + +0.11.2 (2023-07-28) +------------------- + +New features: + +- `Issue #80`_: match_files with negated path spec. `pathspec.PathSpec.match_*()` now have a `negate` parameter to make using *.gitignore* logic easier and more efficient. + +Bug fixes: + +- `Pull #76`_: Add edge case: patterns that end with an escaped space +- `Issue #77`_/`Pull #78`_: Negate with caret symbol as with the exclamation mark. + + +.. _`Pull #76`: https://github.com/cpburnz/python-pathspec/pull/76 +.. _`Issue #77`: https://github.com/cpburnz/python-pathspec/issues/77 +.. _`Pull #78`: https://github.com/cpburnz/python-pathspec/pull/78/ +.. _`Issue #80`: https://github.com/cpburnz/python-pathspec/issues/80 + + +0.11.1 (2023-03-14) +------------------- + +Bug fixes: + +- `Issue #74`_: Include directory should override exclude file. + +Improvements: + +- `Pull #75`_: Fix partially unknown PathLike type. +- Convert `os.PathLike` to a string properly using `os.fspath`. + + +.. _`Issue #74`: https://github.com/cpburnz/python-pathspec/issues/74 +.. _`Pull #75`: https://github.com/cpburnz/python-pathspec/pull/75 + + +0.11.0 (2023-01-24) +------------------- + +Major changes: + +- Changed build backend to `flit_core.buildapi`_ from `setuptools.build_meta`_. Building with `setuptools` through `setup.py` is still supported for distributions that need it. See `Issue #72`_. + +Improvements: + +- `Issue #72`_/`Pull #73`_: Please consider switching the build-system to flit_core to ease setuptools bootstrap. + + +.. _`flit_core.buildapi`: https://flit.pypa.io/en/latest/index.html +.. _`Issue #72`: https://github.com/cpburnz/python-pathspec/issues/72 +.. _`Pull #73`: https://github.com/cpburnz/python-pathspec/pull/73 + + +0.10.3 (2022-12-09) +------------------- + +New features: + +- Added utility function `pathspec.util.append_dir_sep()` to aid in distinguishing between directories and files on the file-system. See `Issue #65`_. + +Bug fixes: + +- `Issue #66`_/`Pull #67`_: Package not marked as py.typed. +- `Issue #68`_: Exports are considered private. +- `Issue #70`_/`Pull #71`_: 'Self' string literal type is Unknown in pyright. + +Improvements: + +- `Issue #65`_: Checking directories via match_file() does not work on Path objects. + + +.. _`Issue #65`: https://github.com/cpburnz/python-pathspec/issues/65 +.. _`Issue #66`: https://github.com/cpburnz/python-pathspec/issues/66 +.. _`Pull #67`: https://github.com/cpburnz/python-pathspec/pull/67 +.. _`Issue #68`: https://github.com/cpburnz/python-pathspec/issues/68 +.. _`Issue #70`: https://github.com/cpburnz/python-pathspec/issues/70 +.. _`Pull #71`: https://github.com/cpburnz/python-pathspec/pull/71 + + +0.10.2 (2022-11-12) +------------------- + +Bug fixes: + +- Fix failing tests on Windows. +- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_entries()`. +- Type hint on *root* parameter on `pathspec.pathspec.PathSpec.match_tree_files()`. +- Type hint on *root* parameter on `pathspec.util.iter_tree_entries()`. +- Type hint on *root* parameter on `pathspec.util.iter_tree_files()`. +- `Issue #64`_: IndexError with my .gitignore file when trying to build a Python package. + +Improvements: + +- `Pull #58`_: CI: add GitHub Actions test workflow. + + +.. _`Pull #58`: https://github.com/cpburnz/python-pathspec/pull/58 +.. _`Issue #64`: https://github.com/cpburnz/python-pathspec/issues/64 + + +0.10.1 (2022-09-02) +------------------- + +Bug fixes: + +- Fix documentation on `pathspec.pattern.RegexPattern.match_file()`. +- `Pull #60`_: Remove redundant wheel dep from pyproject.toml. +- `Issue #61`_: Dist failure for Fedora, CentOS, EPEL. +- `Issue #62`_: Since version 0.10.0 pure wildcard does not work in some cases. + +Improvements: + +- Restore support for legacy installations using `setup.py`. See `Issue #61`_. + + +.. _`Pull #60`: https://github.com/cpburnz/python-pathspec/pull/60 +.. _`Issue #61`: https://github.com/cpburnz/python-pathspec/issues/61 +.. _`Issue #62`: https://github.com/cpburnz/python-pathspec/issues/62 + + +0.10.0 (2022-08-30) +------------------- + +Major changes: + +- Dropped support of EOL Python 2.7, 3.5, 3.6. See `Issue #47`_. +- The *gitwildmatch* pattern `dir/*` is now handled the same as `dir/`. This means `dir/*` will now match all descendants rather than only direct children. See `Issue #19`_. +- Added `pathspec.GitIgnoreSpec` class (see new features). +- Changed build system to `pyproject.toml`_ and build backend to `setuptools.build_meta`_ which may have unforeseen consequences. +- Renamed GitHub project from `python-path-specification`_ to `python-pathspec`_. See `Issue #35`_. + +API changes: + +- Deprecated: `pathspec.util.match_files()` is an old function no longer used. +- Deprecated: `pathspec.match_files()` is an old function no longer used. +- Deprecated: `pathspec.util.normalize_files()` is no longer used. +- Deprecated: `pathspec.util.iter_tree()` is an alias for `pathspec.util.iter_tree_files()`. +- Deprecated: `pathspec.iter_tree()` is an alias for `pathspec.util.iter_tree_files()`. +- Deprecated: `pathspec.pattern.Pattern.match()` is no longer used. Use or implement + `pathspec.pattern.Pattern.match_file()`. + +New features: + +- Added class `pathspec.gitignore.GitIgnoreSpec` (with alias `pathspec.GitIgnoreSpec`) to implement *gitignore* behavior not possible with standard `PathSpec` class. The particular *gitignore* behavior implemented is prioritizing patterns matching the file directly over matching an ancestor directory. + +Bug fixes: + +- `Issue #19`_: Files inside an ignored sub-directory are not matched. +- `Issue #41`_: Incorrectly (?) matches files inside directories that do match. +- `Pull #51`_: Refactor deprecated unittest aliases for Python 3.11 compatibility. +- `Issue #53`_: Symlink pathspec_meta.py breaks Windows. +- `Issue #54`_: test_util.py uses os.symlink which can fail on Windows. +- `Issue #55`_: Backslashes at start of pattern not handled correctly. +- `Pull #56`_: pyproject.toml: include subpackages in setuptools config +- `Issue #57`_: `!` doesn't exclude files in directories if the pattern doesn't have a trailing slash. + +Improvements: + +- Support Python 3.10, 3.11. +- Modernize code to Python 3.7. +- `Issue #52`_: match_files() is not a pure generator function, and it impacts tree_*() gravely. + + +.. _`python-path-specification`: https://github.com/cpburnz/python-path-specification +.. _`python-pathspec`: https://github.com/cpburnz/python-pathspec +.. _`pyproject.toml`: https://pip.pypa.io/en/stable/reference/build-system/pyproject-toml/ +.. _`setuptools.build_meta`: https://setuptools.pypa.io/en/latest/build_meta.html +.. _`Issue #19`: https://github.com/cpburnz/python-pathspec/issues/19 +.. _`Issue #35`: https://github.com/cpburnz/python-pathspec/issues/35 +.. _`Issue #41`: https://github.com/cpburnz/python-pathspec/issues/41 +.. _`Issue #47`: https://github.com/cpburnz/python-pathspec/issues/47 +.. _`Pull #51`: https://github.com/cpburnz/python-pathspec/pull/51 +.. _`Issue #52`: https://github.com/cpburnz/python-pathspec/issues/52 +.. _`Issue #53`: https://github.com/cpburnz/python-pathspec/issues/53 +.. _`Issue #54`: https://github.com/cpburnz/python-pathspec/issues/54 +.. _`Issue #55`: https://github.com/cpburnz/python-pathspec/issues/55 +.. _`Pull #56`: https://github.com/cpburnz/python-pathspec/pull/56 +.. _`Issue #57`: https://github.com/cpburnz/python-pathspec/issues/57 + + +0.9.0 (2021-07-17) +------------------ + +- `Issue #44`_/`Pull #50`_: Raise `GitWildMatchPatternError` for invalid git patterns. +- `Pull #45`_: Fix for duplicate leading double-asterisk, and edge cases. +- `Issue #46`_: Fix matching absolute paths. +- API change: `util.normalize_files()` now returns a `Dict[str, List[pathlike]]` instead of a `Dict[str, pathlike]`. +- Added type hinting. + +.. _`Issue #44`: https://github.com/cpburnz/python-pathspec/issues/44 +.. _`Pull #45`: https://github.com/cpburnz/python-pathspec/pull/45 +.. _`Issue #46`: https://github.com/cpburnz/python-pathspec/issues/46 +.. _`Pull #50`: https://github.com/cpburnz/python-pathspec/pull/50 + + +0.8.1 (2020-11-07) +------------------ + +- `Pull #43`_: Add support for addition operator. + +.. _`Pull #43`: https://github.com/cpburnz/python-pathspec/pull/43 + + +0.8.0 (2020-04-09) +------------------ + +- `Issue #30`_: Expose what patterns matched paths. Added `util.detailed_match_files()`. +- `Issue #31`_: `match_tree()` doesn't return symlinks. +- `Issue #34`_: Support `pathlib.Path`\ s. +- Add `PathSpec.match_tree_entries` and `util.iter_tree_entries()` to support directories and symlinks. +- API change: `match_tree()` has been renamed to `match_tree_files()`. The old name `match_tree()` is still available as an alias. +- API change: `match_tree_files()` now returns symlinks. This is a bug fix but it will change the returned results. + +.. _`Issue #30`: https://github.com/cpburnz/python-pathspec/issues/30 +.. _`Issue #31`: https://github.com/cpburnz/python-pathspec/issues/31 +.. _`Issue #34`: https://github.com/cpburnz/python-pathspec/issues/34 + + +0.7.0 (2019-12-27) +------------------ + +- `Pull #28`_: Add support for Python 3.8, and drop Python 3.4. +- `Pull #29`_: Publish bdist wheel. + +.. _`Pull #28`: https://github.com/cpburnz/python-pathspec/pull/28 +.. _`Pull #29`: https://github.com/cpburnz/python-pathspec/pull/29 + + +0.6.0 (2019-10-03) +------------------ + +- `Pull #24`_: Drop support for Python 2.6, 3.2, and 3.3. +- `Pull #25`_: Update README.rst. +- `Pull #26`_: Method to escape gitwildmatch. + +.. _`Pull #24`: https://github.com/cpburnz/python-pathspec/pull/24 +.. _`Pull #25`: https://github.com/cpburnz/python-pathspec/pull/25 +.. _`Pull #26`: https://github.com/cpburnz/python-pathspec/pull/26 + + +0.5.9 (2018-09-15) +------------------ + +- Fixed file system error handling. + + +0.5.8 (2018-09-15) +------------------ + +- Improved type checking. +- Created scripts to test Python 2.6 because Tox removed support for it. +- Improved byte string handling in Python 3. +- `Issue #22`_: Handle dangling symlinks. + +.. _`Issue #22`: https://github.com/cpburnz/python-pathspec/issues/22 + + +0.5.7 (2018-08-14) +------------------ + +- `Issue #21`_: Fix collections deprecation warning. + +.. _`Issue #21`: https://github.com/cpburnz/python-pathspec/issues/21 + + +0.5.6 (2018-04-06) +------------------ + +- Improved unit tests. +- Improved type checking. +- `Issue #20`_: Support current directory prefix. + +.. _`Issue #20`: https://github.com/cpburnz/python-pathspec/issues/20 + + +0.5.5 (2017-09-09) +------------------ + +- Add documentation link to README. + + +0.5.4 (2017-09-09) +------------------ + +- `Pull #17`_: Add link to Ruby implementation of *pathspec*. +- Add sphinx documentation. + +.. _`Pull #17`: https://github.com/cpburnz/python-pathspec/pull/17 + + +0.5.3 (2017-07-01) +------------------ + +- `Issue #14`_: Fix byte strings for Python 3. +- `Pull #15`_: Include "LICENSE" in source package. +- `Issue #16`_: Support Python 2.6. + +.. _`Issue #14`: https://github.com/cpburnz/python-pathspec/issues/14 +.. _`Pull #15`: https://github.com/cpburnz/python-pathspec/pull/15 +.. _`Issue #16`: https://github.com/cpburnz/python-pathspec/issues/16 + + +0.5.2 (2017-04-04) +------------------ + +- Fixed change log. + + +0.5.1 (2017-04-04) +------------------ + +- `Pull #13`_: Add equality methods to `PathSpec` and `RegexPattern`. + +.. _`Pull #13`: https://github.com/cpburnz/python-pathspec/pull/13 + + +0.5.0 (2016-08-22) +------------------ + +- `Issue #12`_: Add `PathSpec.match_file()`. +- Renamed `gitignore.GitIgnorePattern` to `patterns.gitwildmatch.GitWildMatchPattern`. +- Deprecated `gitignore.GitIgnorePattern`. + +.. _`Issue #12`: https://github.com/cpburnz/python-pathspec/issues/12 + + +0.4.0 (2016-07-15) +------------------ + +- `Issue #11`_: Support converting patterns into regular expressions without compiling them. +- API change: Subclasses of `RegexPattern` should implement `pattern_to_regex()`. + +.. _`Issue #11`: https://github.com/cpburnz/python-pathspec/issues/11 + + +0.3.4 (2015-08-24) +------------------ + +- `Pull #7`_: Fixed non-recursive links. +- `Pull #8`_: Fixed edge cases in gitignore patterns. +- `Pull #9`_: Fixed minor usage documentation. +- Fixed recursion detection. +- Fixed trivial incompatibility with Python 3.2. + +.. _`Pull #7`: https://github.com/cpburnz/python-pathspec/pull/7 +.. _`Pull #8`: https://github.com/cpburnz/python-pathspec/pull/8 +.. _`Pull #9`: https://github.com/cpburnz/python-pathspec/pull/9 + + +0.3.3 (2014-11-21) +------------------ + +- Improved documentation. + + +0.3.2 (2014-11-08) +------------------ + +- `Pull #5`_: Use tox for testing. +- `Issue #6`_: Fixed matching Windows paths. +- Improved documentation. +- API change: `spec.match_tree()` and `spec.match_files()` now return iterators instead of sets. + +.. _`Pull #5`: https://github.com/cpburnz/python-pathspec/pull/5 +.. _`Issue #6`: https://github.com/cpburnz/python-pathspec/issues/6 + + +0.3.1 (2014-09-17) +------------------ + +- Updated README. + + +0.3.0 (2014-09-17) +------------------ + +- `Pull #3`_: Fixed trailing slash in gitignore patterns. +- `Pull #4`_: Fixed test for trailing slash in gitignore patterns. +- Added registered patterns. + +.. _`Pull #3`: https://github.com/cpburnz/python-pathspec/pull/3 +.. _`Pull #4`: https://github.com/cpburnz/python-pathspec/pull/4 + + +0.2.2 (2013-12-17) +------------------ + +- Fixed setup.py. + + +0.2.1 (2013-12-17) +------------------ + +- Added tests. +- Fixed comment gitignore patterns. +- Fixed relative path gitignore patterns. + + +0.2.0 (2013-12-07) +------------------ + +- Initial release. + diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD new file mode 100644 index 0000000..356f2c8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/RECORD @@ -0,0 +1,22 @@ +pathspec-0.12.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pathspec-0.12.1.dist-info/LICENSE,sha256=-rPda9qyJvHAhjCx3ZF-Efy07F4eAg4sFvg6ChOGPoU,16726 +pathspec-0.12.1.dist-info/METADATA,sha256=RNvbPbid5TWixr8xaLyA3Bm6Wt8FQM4JLYxHuucSxWQ,21171 +pathspec-0.12.1.dist-info/RECORD,, +pathspec-0.12.1.dist-info/WHEEL,sha256=EZbGkh7Ie4PoZfRQ8I0ZuP9VklN_TvcZ6DSE5Uar4z4,81 +pathspec/__init__.py,sha256=7SXysmS-FbGnfonqXtaSm6aUKdepQCXdvd4ArWAMJak,1630 +pathspec/__pycache__/__init__.cpython-312.pyc,, +pathspec/__pycache__/_meta.cpython-312.pyc,, +pathspec/__pycache__/gitignore.cpython-312.pyc,, +pathspec/__pycache__/pathspec.cpython-312.pyc,, +pathspec/__pycache__/pattern.cpython-312.pyc,, +pathspec/__pycache__/util.cpython-312.pyc,, +pathspec/_meta.py,sha256=DaSTHF-ynkklvBBbKIQCnNYSW0yXJaKUDYEkvWHBYWE,2268 +pathspec/gitignore.py,sha256=89sV53U9ZMHwakCyfz6ISE5aQ0RNvSRkFbV9tUkWIdc,4637 +pathspec/pathspec.py,sha256=mDLpYD3_ZECYhe774ujSNKFJcazL1QE1XPSWk5r7rv0,13273 +pathspec/pattern.py,sha256=fcvcThcL5c-EJP2WnYuFV4tzoL7mzoOQMW09etCrk14,6270 +pathspec/patterns/__init__.py,sha256=vAzIEqBc2KsvWsiszsLCeYQwQVWXIHzbHNgq5TNrPdk,302 +pathspec/patterns/__pycache__/__init__.cpython-312.pyc,, +pathspec/patterns/__pycache__/gitwildmatch.cpython-312.pyc,, +pathspec/patterns/gitwildmatch.py,sha256=7gpaKsoLH8AYbFQ4Mqyj2wxCEI3zXOVj1Ge-x6RtsRY,12623 +pathspec/py.typed,sha256=wq7wwDeyBungK6DsiV4O-IujgKzARwHz94uQshdpdEU,68 +pathspec/util.py,sha256=G-26tZBw8p95D9FErmb5alpQ4glzjCmpbnZ1cBSKL9k,22680 diff --git a/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/pathspec-0.12.1.dist-info/WHEEL new file mode 100644 index 0000000..3b5e64b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec-0.12.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/venv/lib/python3.12/site-packages/pathspec/__init__.py b/venv/lib/python3.12/site-packages/pathspec/__init__.py new file mode 100644 index 0000000..32e03f7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/__init__.py @@ -0,0 +1,76 @@ +""" +The *pathspec* package provides pattern matching for file paths. So far +this only includes Git's wildmatch pattern matching (the style used for +".gitignore" files). + +The following classes are imported and made available from the root of +the `pathspec` package: + +- :class:`pathspec.gitignore.GitIgnoreSpec` + +- :class:`pathspec.pathspec.PathSpec` + +- :class:`pathspec.pattern.Pattern` + +- :class:`pathspec.pattern.RegexPattern` + +- :class:`pathspec.util.RecursionError` + +The following functions are also imported: + +- :func:`pathspec.util.lookup_pattern` + +The following deprecated functions are also imported to maintain +backward compatibility: + +- :func:`pathspec.util.iter_tree` which is an alias for + :func:`pathspec.util.iter_tree_files`. + +- :func:`pathspec.util.match_files` +""" + +from .gitignore import ( + GitIgnoreSpec) +from .pathspec import ( + PathSpec) +from .pattern import ( + Pattern, + RegexPattern) +from .util import ( + RecursionError, + iter_tree, + lookup_pattern, + match_files) + +from ._meta import ( + __author__, + __copyright__, + __credits__, + __license__, + __version__, +) + +# Load pattern implementations. +from . import patterns + +# DEPRECATED: Expose the `GitIgnorePattern` class in the root module for +# backward compatibility with v0.4. +from .patterns.gitwildmatch import GitIgnorePattern + +# Declare private imports as part of the public interface. Deprecated +# imports are deliberately excluded. +__all__ = [ + 'GitIgnoreSpec', + 'PathSpec', + 'Pattern', + 'RecursionError', + 'RegexPattern', + '__author__', + '__copyright__', + '__credits__', + '__license__', + '__version__', + 'iter_tree', + 'lookup_pattern', + 'match_files', +] diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..51ef35fe7345832d71967b37089af61c1fafcb26 GIT binary patch literal 1590 zcmaJ>O>ZML7`D^N*W{yV*$)nYti7;VX)|J%Q?>Ml5Eq1YS*T7HU=fA+0#Jw%MaAO^j;WuH z$4|RQ0rY6Q`(DNb;`llUdIc$(-spUVIr$cna;KY5ruXvyw_*jSmwe8Dy3@0ALQY=t ztTI;U;!9(+0Z3ob_qm!?Mdo04oh>G<-ll9Fw|BS}cEFTcpH?M>s5UZpF>_uTo-v>G zJK%}aP!Lf#_{ArX>N93?l4%97;zUT{R<|n;jG1+$?~x<@w& z-yWmBMeP(?2TFUBXK2ZdSNs=-TRFz{V5iiu(1HAidX5`)dsB_P32kY$T!rQbr-j8QpFv+RYr}>$OGKJiqGH3?PFpN{2u6HQd0UG zI)^EG_a=F5AvMXWVnvp~8}=j5oJ~#(wiI*bv`Ln{SSC`OB;^Y7UOb0 zz$QQ!B1$L~g@95_%GJBh3#Ic)@?-M}@c3@A$6)^6!x;b5_!vhQ#~6<;B8+>NQ3LN^ kwjw+{M_?}dE!?<3-W($Q@S=n8=l^zwy~fXN^ASM&2jqwIYXATM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/_meta.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/_meta.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..450f95cd8c1add7d026471378531bb530b195bb2 GIT binary patch literal 2362 zcmZ{m&2HO95XVW`v0Vvvaw>8Ph@dU%pcW;%NYElB;JAmR&4;aO{1kJRH?`DdCwQ-a~F}VZQeLL|9%N8I|{x!FBvLn zP*@Lhk+O4RODdE>m79XF{!H>R*COVqwuNE+1tkkXXPOwMQRxN;tCZ!XPC6oJA?Ok= z;xs1`HQBK{4o)Ox+C0isPFa?rzCV;ebu7=%7pU}# zz*=63Jjs~E*V00$A}`IFPf zsI-M)eeXLZ=Sn^%6`q!B44HXi2#H7c$M;dAYYMUc$fm?tL5Q57+6@kS@CU`R6X-~g z<56r1AZ87F%djl%NW?V;+jGT9)94-QO#xJb5;^ZsHfY%)d|GndwGG!4ls}(+`$AJ8 z@uO@_L1~3fiMCvz`C3zma89ZP#Sgv)LD$V+DcaR1D+a1GQ*q7kt+isXla*#2Ww{~{ zyD6S6vurCg_BDmBgoBf48sH7oLeR}goQ}s|2B^UnLN4+|X^FdS5NM_~Nhw7wH3&4E zh@9X%xj~>gSr9{V)J}t-Gbfq$+e(beu9P z26akHZSy!~_{p}WVZHn8?5P(FNA=EVI1Yy6=Z8CQccX}^IEvo(qllE2D-GlQD2m%V z9i{`AYDR@M%_I{s^bTt#aN8K6WE8!2-YuUV?_c^q!R=`Lsw6V@S8oX8rxLbzLafsM z0`4e36H~vaz@a>bV0%qnTf4%X|-o@aOy3Wnp7lStkAOAYgAA$UT$q7Of literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/gitignore.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/gitignore.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8135a46b83c7dd2c0acbabf892fb768565c9c3d8 GIT binary patch literal 5453 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 JpTjqk_aD9E!o>gp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/pathspec.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/pathspec.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f22e1571fe77c852f8f49265a42f98c61fb49d79 GIT binary patch literal 15858 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/__pycache__/pattern.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e9fd452baa9258ff1a6dc105746f3ae703b789b8 GIT binary patch literal 7249 zcmcIpU2GiJb-pvRJG-;H{E;Y2Vr02vS+=w^xlCodNwL~(ilT6U0!1I%m%fmtPz#d)71}&BZ>x}o z(>(P%cV_m7q6Fum1MHnU_ue`8&OP5b=R0@*ZD1h9aQ*aq->6(Y$k>0=Lv+buW$PbM zd7tU5z;rT-y7y1QDt{}9x0J4|sIM^6 z6tk(;*Hg0#RadRqdc!o-x?^9g>V~U&3x+zUxrVA6m8wjqnUot8C;_7(EtFJEk6w2F}^GSyG|4ysmj#zBFT7Mkz~Q zb7{fA2RZz!YNQ@RS1VQ1a3RQDup6eX&KYVbQHR7pz^v1NfN|Bh%)hYP@uFtBya$s( zyaq8=!!#%CI^e+36Nw1cfSpoioB@1uR`g@8VOIEVxwJ8=`kU`ezU~^1JK1dD^Cp4H z^G4ZoCofpq#p=8UP)%Mmtc#Oob#AiW^cHOEncVN5m~^Y2F;Umb7qof9odi@D+`56+ z1GMGpO+Q&I5}J#})^ModT-5RyW_E{BEV1@pws&;t=(X{-7?b2Jv@t)yO1xLRnriYSyJ6$0Fkw0GcWG z$8btlL`XG1iR#t#nDq%G!Tm3MgV~`pnts7f#Ji zPvzCX8vq=(PKvZ_)wHd7Af@2~BATVE3z`dT7?$c7byF*&b*>2^`5IozmvS6UMcS=W zPK6dZ#CGXaX*?#mRP`2ML8fij$-_XBTdh@1&4GNkVR~>iXyYz~n*kOTDpb|xHL?Ic z18KTisYWmkEQ0H-#~!YhZPNsj;BDNTHdoF?-U>!i>DWGO97a;MEsw;jhE`s{3P=`~ zWCG0>@liIP)v;|jgQ^3Ww$oIP8@c)1xLPV5i3V~MPI~qvy?&%r%JPMss-~4u|tpQPA$SQN?6h_$u6>jpMvKqUoee}hB=d!{p2OhvG9$q zAETNt0}5E3uM~^i0~d?_-l=ej(B2!tXg|fjfG;5{IeQ@5c?5+Y1N$GbcmM7Yx7~B7a%;M?g7gxOZu3o>o^x|ghvD@m2 zPv81niAjGbv@>jI->;Y`4K3++Pp<=kv!M1J7fe02qX~~)XAwD#w}q_K`j_9{aJqKWV>W?7 z!0;#rTBI0?NkPCMV_YC};QJYwWFN}ut)MrsXti2V$4EhA5t#o#wJ921s=CH_U##L# z{^pm!qFQUf5!e?E#{qu{P<1Gd_!1Q3Q0#DyP(g6vtNobq z>4N1GyWtdvR^YyY;u^ariekK-5(lNF(ROlBl-Is{L;v7U+6>iOu`Rl_)&1hoTJpxo z2Lo+}>doV~p80rUi>mFfrbKn^g*LB{(Zu0&Yd`XMUs?84;~ zrVnyvCL0M|sz{u_#XC$+Mw`6CDuSN4Hc&|ENuBAkp@6|DoY$p{44#vEI^=a3;&lc| zr1l{rgRx@RH*hW1p})f`?6OeUbB<+){LEQn-nbm9xCQbu3&=(!s<*F)55jj>BQOOF zr5>lOJ_vd0X&^ukp(xAJ4Bv_UBK7RCUM?5hbwe4nb1b z_a!`&XXY2!wxS)!N5WY?h;a8qpr3VzdfeeI;l{#DVy@{KZmIk17`YH=Xykn7K5|YD zGZagnwQSewL_Vq(9yD-}osbHg_Lrvr+*N|z_s**}ERcU<|6`pGA|8*7&&-cMEQpAj`defhSY4Dw?94Y*$~M#oXB&7`$>r3U*Jh{l zdG%alj%x>mQnwM&Jk>I=AZ)MOsMl>Lpp@N&s;)U;OfXlTwzQJrR_9xXg1Cdtw-ipQvDREG8E$mG^;E#LJ#2R{cpO_Dp@cx9Qqq*m4*01m z+)9x1IY2pB4TqOM9Lg$sc9HuNUvvyV5o*p)fV0EhIKDF5tQ$P=`Eh(Iq9rk)Af#{y z^i@1&<3S|sdL(M)LDHqT14^YX1;K@4QR|Uj^XTMLl+U_%Q4q0uipj&Pi4ULnu(9^& z?f6r7QhQb=5f@|eJM!SlrIicoqtD)Y!~4TRDc-#NfI-`t!`-d#A6TUTth<4lhsNMO)%4A6~j~=~m+Q?|dDDG9$~+p>^r| zsHgYtK2>u)_A;MpJH=8XtKVIlU;Ezr@tO6J*EW?i>(ZHDh>3SItNMm`^u`;v#fiJm z);CBx0Y?`Uy;9)^NRm-5JC~s$P@wA&(A*IGQ3%2PA)te`=4z z>(zfL3wd)*?zA)lK9R;MP9O+>`O?)hVKN??P>H9MQD?899G|%aY4m1wt^qen<_C11 zzt`<(6~l}e;)-9n<2!;f4F!%eiVfM zz47bgYft{w#0L`_sbl}1n!Y*plhYrc{`ARzditkNZ;Vf`OVhtd9bA_V1{{beq(96j zc$Lmp&hkXI4;zFFjtvtP900NNxbM7{kE6X4-n+fKo+5MtHV@TluM^a}q3|3(TGG;B z5!gt+v@f4hKO{5gOO^RC5@7SNL>aS(sqzC7<^D98;$dF`(K+DC?c8KK-MTNkz;qAE zFJ`i_fOl~(cLdw)JdYyECrO#yce|u7xW1mO;6NXU_!4<)@HZIg{vHaPCGBHK58qsV zb3K0ePI~CQ{Pp~2=|daoLu*r;>BpCzyCbL9%pl0-j6#W5-n1(=hif=IDLVaiXR3H7(XG9INF1aL6}KBNtxtS&1P&{x0y|~?+zV*Z{ z?^bqW{N%6bc}v28Z5j}`a$0X0zs^NgNY|E%qWj0h>-g^{_-lgxn9!w@=xxRjtH_nK z-r6Ojyo?fy`)s97MxJe#FM2SR4B4U}E+PvOPC;>kUP;?LN<7}sBTlE9R`o5CKj zA~7Dk#~tZDjyOL}9~sha=Q$EcB7E6v)L6 zkSLE6XMgN>Za)EmQXHpd@?%z{FM2Sq zDkHFTN#wZKxHuQ#;(T04@)4f>3dXN1;$qKYL}b5GL}I`0h@1U-A|Cv@lHO4{;v4lx z0zB0tCaXq+ksu38Nq)3CQq98dWX))8q;|9}Qa4&3sYe-kv?0{x<}@hDevpDg4M&c70|Du}_;}`*%>- z&0XdOgdzOBxPs#*xh$vFW;sQyRL809Xqk}Zt_YW!M3k81B5P$X!9~`|Ts)w-Mh@FG zo1u7>vU*UA2QP?`aJ*XaD=U>=r9S#bs4SLOk-uQ|OQe>l}OqJ49{%*9Z5w-Wlo0M9VUytWzJa3XY zyzk+7i_#fyMg8^4<{{9Qqs>-pQK~WC#@g$RufiK2h_|B^9rz1Td(d|_cc`bNmiS6# zy`yX(z8de{^6B1d(1thOiT6H;_I6$1BU|I$Y&`3gx*^^iXY^|g>fh!V4Sm$tV|>>l zwLaXR}a)QR%^`$a)%^51M0lJdAeiV0oyHPL^_aP8yXaJ=K^i zcf1!RA7&+~_3JTKj@HLF*mI0o@WwYHcfY{xd1*{Z4JZZIQ6*E5j*Xp8Dh1E6@zculF|{B)mqNZ@ z(3qkL9y9^1ONE7B(5rqSv$~I=5!5zhkWQw@Qt^UFy)3v@B{Qa`28;$7}@dd030w;8g3Cm=Xb3x5=Cj%~v$eDcoIrOI>K5g7K$fS%u8Aw@AJuQ!Utlh&`BjUrYUhM8B4@N zi4?MF8BFn5LK~);KB;8RDhfsGr4yixSSs$52NOvI(<$~Adf2FqYZ+xUbaFhTD#>vw zY^0u66^-U4lpaJoGHMKjg;Z+1Pqtd$=kv+E6xSQ->1UMEe}W#9iIaVY@p~d10+m|5 zMvKvMDs+U+jU&k_u4U8{VRSbv7F-Ay+zBm;jueEnh6v?!SWsIr)&(yTqx3F~P=^q)R|3a+NRUvSRSbd`ySY`NlRpu zji+M+r(#2jwu#k;)v<{dQs3$ELNLZ=j#?1K%hfKtYd8M1Fm5^SP9s-UGcEq%{#^5d z=zaCT`2!c8T@ZYiPF^0oIG7h2ay^UQnq0>cGNZ+)oyb=!h&1*ChCHP-jtGi~ZYhTw zum(RV;LnxC%U;~VabHBtTuYe@R z6G{?`L5U3vgL>o2IS{ikHa^)Rgbc9)M>AdwnKj>VNwd23Fl)5#M)8BC*}ICKAr zgXt7TXanmqEiyKkv|{N2d^=+{%p6{OAZV;YY1Jo}RE2eS@S0HY7%eFHSjVE&-LP9- z1L{)O;#Tmd$1+hfldL~r9t#p{LBV78p15O(U1}$ltHCG@oQm4Ds+$n~JpMGg<+x%u z7wXQfTxbjBS{9l*ZgVbS#rZGgo}1dYAO&8Ho{#3G(CiC0*KE(P*?wJ|U-MXg&Hjbj z=GQu|bmSgcsBSp_aM6PzMIR?OOdp@~w$JhHYB#-FqE2W9KZKS3etLM8=54nE%1RD6 zmyd)JY&m`&>!3tV@EL2_nt&K^l~4IHREAylqMLLjux!~P{t6Z_E#C_A0!y<7DJ0Fx zuB^*kzLW0CWz|DjH(11e)b7c8vf>#|-I^8Dj;xsV5a<|T>P>02Bc@{Gh|Wspn|SV0 zPgc5D`8fY5N?v*-Q*Bm|m4+-vLnT@I0g=0uWv#==OnMRTeT=*0LF}twH6mj({|STX zli4glFcH&S%WZ^{!N6H|$k5zp*%SDZA-)(72;1jD29umvRr{ZVuj~4{``K_+++B zF)!9o_ZZCLm^#Mz4(dv$lH<#=8{+0Vr`j7!YADhd+N})6#*!I&tCRCEq*{{K$v0_c z^~UI|SF`z89B9)L5~H!xhFEdtcE}WcoH1Qgqt&g=5^D_Oo&~p#CsfFEE-dRDbu+^11C&#y ziPQO1K%WTxN$sOlL}?g0BZJ@Z#F(;13`A$Pxa<73A1#sV*x?I~rP4jK8R%pw;V6)$ax|Y{AUfDP+&)4i?4&3Vt}x0>Gf zJiNH+peu3qvjAV`~{~+M7s%Z2@SHWkRX3WD@vN2LsD7CJP%m zd4i2hOqjqpqy=iA!Pz+4MixYOC(IHAEGoe)o489*R%QOSJj|k1q(d!pF*(-SJ@_cW zd!ZmJsj*Qgn;0uvCt;VqL_AR-3kD{lgzq()MT?*tiTY6>ssjmgVAUs)X%>GPi5`%2 zJJ-@V+cV$1{$oj$T|aj>=7O$fSm@kf~eI?Lxq$R^oH&DvFX$j%O4Y3DjM9(y#_NgZ~7g(B8}jtNW1fJ<36V z43kvD$@SCQzPVxEyY4;jq3`*wZ~MuE|6O`}!~Et$a~lrL@rQKeCaUQ)YzFC6R8dvf z5CVfxEz)PBP)JW{1^Jk&D0@;Fb-V<@dGLxZ{4HI_?EuGPy0ZNFR)@xKAr`GVLo~*& zII!F|gt+U^E#&nIR((#0i<5$l@a*Xu@tP&=-x0qZHbb_3Auc7*lC1Cs5fiRGQ1)KN z`@bf`p|Ynnrmd582eQ=A*r|+F5oCOt^!}JSFwAN+XTwqJT~Nm~ z4C(K3sw_}q3=0s@gYiB#xuIb+AEqSMCz6Dwg#xs$up(MtXnzLAEcExJ0)~Z-V=$O; zi`bEs4=fJh{u76e?jfon>~RDOC!r}!_}lrYW3iKIRo83JVx*TxDOg8|ApkQSry6bZ z$yR0hXglfCF+R)SuhNk)RwW={Iz(*=Y2%|O)5*j@h><(m4y*#vpH7}ZN7B{=(M&tQ zRjFR*L{|*EG0{O|0TjkY>4-8grfRUY>4O!5B?`79J&Gm>I0DubC0-(PQZ{C;sO`h% zaza=3EjdI}3d-}zCWVfN6k5BsK8Qcfo5ugF%2#v2GQb7%z%uz%ioqS`1n=rJT#C9axCES;-SSsX?j?UvsIn z!=Xa6;#AtzD3wFC#MDYEQb{KKfHGnqiTg+Hmr!Q6a#Gct*!->Lt35YXKlp*Sc6$HJ z@XQzI!u@k~kIZ`?of95i6l;)Up>{=X!-s*cZ$0_#eXsBP_Mz7gy|sJ3`{CB5$a{R`6Ri%Fzp}GtXDk21I(}!f_``ZP!UdTICprkQQSgwh3IkUVN0rg^ zfWc-^jKh|L!4%JdtLRKI!xHFL3G|FOOB*?}U|*)pnw0KSp4f2NWviM{YTa4k46nM0 zA!gkqyHm9pY9+fUHR~odHp{=sn-=m{c$hb?11@t~Gt<+OK>m3Og zjdA=~y_aPUIV?5U&Jq{iv;@ec4|(eCG&5uwli>La@Lm(yg?`j7laNEj6y@qF3hb=R=}+25Kkf#PcBnDUAl^zSDGd4U$eDZ z?Y;Y}@t6MYw`t|24@D4gT%>>I4De*LbU((8i(Oo%#%xPBr>>avXIo|9o|I{^XD6aux`$`x001(hw?A08HD7V|Ezk>;NDfSZd z3!i+HjQJ$9Y+gwFH6+QgmotD3gIFq~3w29~vnB43DTYFeO2D_$$+3)WmZX|XWjL$F z;0_h*AjW6fUhGCe%4pP72Q!AH)M7ZjtXkqVjyess{FI_VBggIm%*eEn08Lq=O%Jnj zFknc})Bv_^z)vAwLeE+%yp>tS1{UcT!?utxx}CP##I&OF46I?MsBkpyp9`okgR%pw zI+~!PYLZ<2zQKg5W%RILQ($_EvxmLd zMyoae44?-C9S6ffhlCVI(h2MnQdKl5gI-zUgmA%2ss`~Q2i~BA=bMcv( zmf3ytfepFl4+24oyBTQ92ij&nKOb0|Ylih%s+!)Nhg`33&2{I_z0&ugw{f=lt@!mF z-%ZUOIex<%nG+%(y1lQCoFAEPo_Dtvxz)mMekQS4xAHdE;o8mThCc|_TpqeObUAr3 zIkSECsc%2~`m^)FEx8>dLCCW7DhVYq#Z|E(SPH^-Xt6-raJ;y|O4u zQqaiq)sFMWky^Vlw|~(cd^LSOJ)6v>Z@3@46dqQ@|?d87JandQ$6Qd`BSNCDt6%u{~!i_4WqqS z_3JxzT%aBq&~|UloVV?#?%>o*7f$_yR7Dx2;3vgqPKxlq{P>a5s{fz%70lEtJ2&s` z=YP0m^WOEYA9dC3SttHzTMfcLcGv9nia&1L$>ZTCP5j=l_b1J3DExRE?(eJ&px8U> zH{##rB*eTcxhU+F_pbH4TkG4q+Vk#8mbzM^n6)CMu9x<1_q>a; z{d|cIN|2%pe@kR+GvF2}$Lt~)l@)AQ1DMhYnBvO1DsJQnrVvy4ODmAa5a4EQ^!qiQ zg!!dzksBA7pmD{1%>>P-&>k&8T+bXu8xP7lN=@rs5SOCPA4Akc5J6L$9_~J$kXG zzJ#(5VjXJ_A)t$ftz30zR=j%d?c|N%(c7GWo&V<+myD#t_d^VWZlKo!28p?^i6(tt$`vsU7ca1OjAhZWg zC6zNuQcWWY9wOeeF*QY|&w@yyLfvkoYP9+VJ&8@1dKCFfHF()-lsb;YBQ&951Yno+ zaf0vFRp(bN2>U(|8)qN*2y?a;;!TsG6l+*vSq5H zG{V=$QgPNnWu4A8_jsGNqL# z3A4+DIjOm1Jf@*^8jpiXHb!O^HH-8YX_`pk#x&J&@~W9*d2i<&-^nJUvPVq{xpj{k zwh_P45VD9Zzt~26W$|kni;<@j;@u^HjhVrxg1~M%ks(17xF%h;$Mg^rqARmq?~l zLonu(yQ0qOosz@eAY?*<%`s#Cwg}Pf`Z3g#KFxq6TpO_zz-nkGoFU3*nd_BKw@g0& zzAdtUX>SlG_czv&u~TF*d`%%|Fq^Y5W&1RX@G^eOC)HnO0&ldIJH#LIBJRLBrgN}X!h=Yi zWXR(GAVAxhIk$~2CV6`kvyyUXZ$N^t5O?UrIJm%JETD)=jVtTQSbV3Fh27*Lka$ow zQHRB2%o=d!!d6&4S!}4r`Bui!jxLv9v=m$k`Ei2A%#Tgbaeyl9`j-JMG2czHQw59Y7^^v<^NKawzEqFsu81r6^h0RLQb!(2wY|I#_ zgP-u5R08u8Lf+<78&ja;TFrf zidNnaHaVeEsWuBQS{w-j(}Ew|q|2e(y09^5Z3Y4Mh}cfV<_|W7L{hfy?NbYY6VAGZ zXzNj=t;b874frm_{){o4yFiWwZGd)`K{u8jT{>Sx>LxC_kA#H6c5oR^#}@IuSe?bA z?#Wy#Y7>T)4|;t?r;rlXVyza|AZP_vXPJXQ@9&7mIUPiQYd&{Wv1}VwD@~LM<}*sp z9ElY85Ksbmi<3v#PIYWM3ofXqPZOtOMkuSY<(UU_;vi0%Rue-B9CxzWjKhOfci1aK zUyR3BoC$(uQ3jZ;7O?It1J5et{8S)~XUr)q*;q|SXvBZi9k?NhK{Cd}u-9VnFparW zsDFeU8gT&!9;+^ExOxTY?-DONg#a*FuYt*m0`KZBfne3OxmJd1E7&%3?CQvk z;KRA_f)t$Y%}Z?yuBxd--qn25)sc5~%!=>3)-1M#W**A*PbJ=SH5dITSq#GQY>uyE z{HjoGDBw}U>H<%*Gm5I>Jl%j{PD86W&SGUh!h@5QWx2b3|KL(a`Pmi6fik$12~L+X z2Me<-3ngX1*ic4vmce^0RHidIt=`uCoT<8{$wX;zVB_tQS&mrUxCB(ShcUS$hAjq5 z8I)?fml>mC+M*a|xvvch2*R}Om>9%qjPl7io~Nj+uCh^gfU3K!AC?~(GkB3Q38+H8 zs-vgLoye$3cMKaH!>O0p06B{h3INa5bJ@l51q4%@}vbjml(rlil2 z70#$tck|krWObW!uEce_oL$LpoA6`xxc<6S{pBw^DO%jX7MVMyP%bdH%11tMrh!>DF)7-|(&? zPpmyN-80Q|tGCS6Jvi^(Iwx%X&|5Rzal^YBiE|Czv(dTk?Q`3onycGC?|phsczRLv z-Ux*9V(41)2j2FX%#AePZ`P{tsi8$3J^ar@T z3g)43_;dgl!4W@vIzUjwxJ!`~Hx5&KjHBFQTpDywaf5u^eIXF>Dso&@#6cnMxgeTG zo`}zi^*UnxEViUJl#?Af0#n>MK2ilUrBD4+G-x7A$^e8Ua|EnB_$M5GmB2pCx(lbv zVH`4znbZk{W01=28oWMi;rzhJ}d_e6qYhmB=L6p*@|y-Mf?KX%1T7a_@b)9ab2vMMqx^ zYS+t`k-mdZ+=s)VQoR4}YHeOD%h=8;NZJ@Yu-PP%0VRRHMx)pj5j7<_Xb)^bjz$@# zi$+bQBBy&g{22yoqNDPZ_n8&eVpKKqD*Giwb1Uca-te~1ig}^$YUZuz`@$Zb-m%cE z%bGS?*<^Yjai$vCaLU@4E~^{@h^5kH*PE7;JgC<7$yS=3QAN{mX4f&QB_?c)3!ytb z6X;By*!MC`=xTM6*(wb>bPO`7qQ;b&1Ks~}*&L#D9}XZ}j0lt9)}f;vca2xSf%ZFh zGCW2*Cfb)7Ya=~GLrt^}h0e$Mj`BC<<9Ye`f;Vtkz9=u$H{GmXm#<%k(+j=`zr?wG zVv%#X#JgvJMwTs{5CSk2aU=LGzv8^HAtg*a`B~{5c2<(@9H`UtckVD zbiJ%m4`39Qj8O=1zPm;Nj#xQVSMWun`llbF(Lx{^eF=x1X%O**(=+k(0PLuAFheC* zT9r_vN{*u{t#=$lSJPk{nQ`@XinD0BP-U=*0R^Yfq9EgMBArd*6FR#fX~DRSpC*gs z>n|^Gw*;3U6@690UVhQ*FG>`EF`=Pt=J}bYW{2k5Hshfq z5ya^M92^tGC6^gdtYaZjXqQ$)eEY+Ty)6M(Fkhy6N)O$zCm; zhBUbQ%U2vnCZ>W*m$0$*;Okggm4$412TFx2dF~NZbACCZgn?5A;>U1E)sH-wrxDJ^ z;4|uU8pRn@UEta-jgG}#QYp)!*Xr;(rJW_>5O$mN`W$YN%T=gn`HgC1GF$yRMvu)l zTZ~YiNmi846kB+v*6ftkO{Ifs$!L5uhSQo+6Updq$mmPK8Hi}|V4tq&(1^7 z(FlFU5$?xkzuJF-;7Ok~*r7+uI%TCieu4z|JyU_(fD@bR^p{$ zQT`xOeisl0BG!cYsL{LtT#OY%z(xHF#82!#Vo~jx#0 zf(l5O3cajT8v`M(f=Gqwvj*_vEx7e07?l4K?{##xZ~9vEzSg3L^SuBlA`%o4e-}{X`O=kGW{)TA zrep3;#T^WIQdvL~o1ADa8x4yHhn6QIqv z7>EL)VuMx6Rk;*_4V-N^D|7%1YWp$xGr0%V^aNHf9<9q*_1w~KMA-`eb5Mpz<&TJ@ z@W)+`A{AfL^C;dHgb>3vB3O)U#7LB9+>JdaKRXwEgtEPH+{0p z+!TXrhHc%(DG@r9PAiDn@QJms@9S8n%B}A#Br;&W;8|<&dbS_0ZlqA@<3ZREaui)k z4y18v$#g~o4kf8nsE$TsDQpZf6FbEQDOMzVS;2)*(OlD6v<@?`Q-yRpM>Ij*{|a|Y zB$OEtgRWc)P@uQw-?kS80a0Gg53A0_zInd6s3TEMuAQ#GST)bDU=cbPr0Pm0NJIo( zOTD<+6J$=0ZjqrWz;Po9AGdSk<8&UFO+D%sL{29~xT ziFr|&D2S;7w9}vEh}iUt**1O-R${|0HlZddl(wZ5bs6f$J$Hx9FS3)zly>1XvwczcSZ-VPjDcU2aAR@H)vMt&CvR?^7K4721lD`d{g> zn{J(Sqj_hy8F~S&15$p727O#`CCE|?3htTV*|YifO+^mjw|3v5A02!kyLI`D(9+uo zRHi+sArh1h_XsVNvMcUhCLSOD9Q2W`FXD|?~GF zgm@LoR+Z(c*ap-WM7iL&H(bMx@Jt*jTM_m#-uteHP>gXS`#3e72nG#Y6ASJrJGi53 zsjV1@f)u5*JI)9_$4Mj_Dh`1=^TJ%|OX*1ju$1sgHG3)H;3X|BXfgVQXY4aasSLaD zEaKT@=FF@Z!-g)JQ;)k3S}_8c$p)*Wk$S*l4LloFh$9*M>@)~ zp>gOgIOtEK2M1j8pR>>UQzYz|6lu0VKcdIhC7TU|dMVp)R~u^+Tt?swkwF+HSseVQ z!)0`&oEH0!FyN*(6hm0wK75BlCvhv=L)4dloi*0h;{Pw0JFOoDu=snq)oZc%*Fy}r z+*qUy&3Fn!Y~aaT_7v(yS})6~FZriYM~U|p5dq`LSp=B(6@8%(duwW-vUx4#N4!N! zC}dpD4@p$g87g~yn%+^+BZSzaItlJm;BsSrHV!yMn3bmAei2$ErAoDl!;=j|~7v4AY(E^%W@+fkA#1eI|?=~2O21(#7=lpzunZVqH znB!+jPU@5C)@ZeKnE|jB2>r|@k=rp)+D|YY>W}G0^i}X2jqX3Xd;bv}U(AqgO}XaM zB@YpTI*OY{vyW|TT^i8Y#fci50QIj_{%_3plA$~`aPGP}sb!(AG56@t+j^$rmq-3! z>pKg+G8EMTbKYHyhXG8`sUtJ##{jE-9QOL$9R2rQZXh+jC!{gE4(98N;_b zuq*p}KzGjO{Bx3?^Sz&j`i|_`r~Vx#Tm5gil~S96n2FjFYNJ8^2(+U9JryCCQexn+ zDCZbbobC#hSP~eOh-_t7CFbN{Lp(l0eBWhQ!ZRuj1}ql#`g`W!0ewlbVVFgGoK}lC zo+lbg2EpJn5_+qV3JU9&m(1q0wBoOwx^n7fV>sU!o|k*)gxK-K$c@`?T-@=JJb zQ`b}jow~!`{?&%>th}}o0Y(GY_=Dl<<<$UY%jiIb1wYkqfF%YwnBJ=XHPZBBgtRVI zqDw}^2QN}$_!u}-zu5iqw)0$lI`(ip;mn{Arl7X}VFQ1nm;BpkThezCoXucQ%h zk^N+PEBfgP=e+$(RS4aBo(~G)S?|?`*Mp>Pgs*om(a)_AMK@pVe!X3f-pZnjAyHUA z(*R4Iu>Mw{O4tTXCG+)Ekwfsh@Ppv@gLf#%#z)PgsbS&Z!SIv1b%zax2h&C{lYQNl zzVNL6A@z@~UKhS2%{;^k)n#7-Vjl%pNhGpQfvbBED)_Ari{m(@L}_F@Ex0q|eTzk{q8q72y1qu5o{Hl#oJ#vvqxe-_VUs`6dcIMz<&FwvTQDbR!UJH3XRi^B({Dy=>moRm~Q0g#{5zW@*eYhR&1Y2-w_}qMZujuNguA()lDKESePW3 zQ}7`TVpp3P{P@KCsJ{RAxVnf)O3>Dd90ylko`+J(i%VXP_x+3uvi~(dJ7#x% z{joWJPhJWyc_{61d~5iYXFb1y>e!d}w-sG@z^4w#epHkYCaYu9bmn5JNZGJ3@hyX{ zsmVECTV7hVBvafM`C8s(SAd5_NuF9W?V5gJI*|9R%1iA_5@L%zUj8sYgKrJe@2t4Q zev7T#mWLLo86o}){DLP~bWvat4SH&3Xy*7;aVDB?*qHbC6(veQgKBUJ_2QR{tN^tr zICUy7wJymlc`tvE=NlFR)kPNt7JcXk1yIf#nA$a6KlRjklx0y~F3^BR?w`p_AHrl7 zWftq>Y8r}u77SRGSFz_o!E9_B-a&1}Z^fn}-qBKeVhtTQ|KgI2r=`ce{4;#9QRcg5 z>WdtHz_1>=+Vj@Fx!ySJL^awM9x`C6+uCI;Q9DSr zis`1jx25R9LunC2P!Xbs%=EsCCQW!K9wvfSt8aN$@qG)RLl=G*>sn{_f&yQdTe%@$ zx3MT84#hD6pv)rWWW=>3BXs8pegoe)bNmj6pF3aTAK@FP@qnLOS)LR8)7>}traM9# zFHNtT>B-k&F(3?^wg3|-LU$f-*j!iD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/_meta.py b/venv/lib/python3.12/site-packages/pathspec/_meta.py new file mode 100644 index 0000000..4d8c89d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/_meta.py @@ -0,0 +1,58 @@ +""" +This module contains the project meta-data. +""" + +__author__ = "Caleb P. Burns" +__copyright__ = "Copyright © 2013-2023 Caleb P. Burns" +__credits__ = [ + "dahlia ", + "highb ", + "029xue ", + "mikexstudios ", + "nhumrich ", + "davidfraser ", + "demurgos ", + "ghickman ", + "nvie ", + "adrienverge ", + "AndersBlomdell ", + "thmxv ", + "wimglenn ", + "hugovk ", + "dcecile ", + "mroutis ", + "jdufresne ", + "groodt ", + "ftrofin ", + "pykong ", + "nhhollander ", + "KOLANICH ", + "JonjonHays ", + "Isaac0616 ", + "SebastiaanZ ", + "RoelAdriaans ", + "raviselker ", + "johanvergeer ", + "danjer ", + "jhbuhrman ", + "WPDOrdina ", + "tirkarthi ", + "jayvdb ", + "jwodder ", + "kloczek ", + "orens ", + "spMohanty ", + "ichard26 ", + "jack1142 ", + "mgorny ", + "bzakdd ", + "haimat ", + "Avasam ", + "yschroeder ", + "axesider ", + "tomruk ", + "oprypin ", + "kurtmckee ", +] +__license__ = "MPL 2.0" +__version__ = "0.12.1" diff --git a/venv/lib/python3.12/site-packages/pathspec/gitignore.py b/venv/lib/python3.12/site-packages/pathspec/gitignore.py new file mode 100644 index 0000000..994a2c7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/gitignore.py @@ -0,0 +1,157 @@ +""" +This module provides :class:`.GitIgnoreSpec` which replicates +*.gitignore* behavior. +""" + +from typing import ( + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Tuple, # Replaced by `tuple` in 3.9. + Type, # Replaced by `type` in 3.9. + TypeVar, + Union, # Replaced by `X | Y` in 3.10. + cast, + overload) + +from .pathspec import ( + PathSpec) +from .pattern import ( + Pattern) +from .patterns.gitwildmatch import ( + GitWildMatchPattern, + _DIR_MARK) +from .util import ( + _is_iterable) + +Self = TypeVar("Self", bound="GitIgnoreSpec") +""" +:class:`GitIgnoreSpec` self type hint to support Python v<3.11 using PEP +673 recommendation. +""" + + +class GitIgnoreSpec(PathSpec): + """ + The :class:`GitIgnoreSpec` class extends :class:`pathspec.pathspec.PathSpec` to + replicate *.gitignore* behavior. + """ + + def __eq__(self, other: object) -> bool: + """ + Tests the equality of this gitignore-spec with *other* (:class:`GitIgnoreSpec`) + by comparing their :attr:`~pathspec.pattern.Pattern` + attributes. A non-:class:`GitIgnoreSpec` will not compare equal. + """ + if isinstance(other, GitIgnoreSpec): + return super().__eq__(other) + elif isinstance(other, PathSpec): + return False + else: + return NotImplemented + + # Support reversed order of arguments from PathSpec. + @overload + @classmethod + def from_lines( + cls: Type[Self], + pattern_factory: Union[str, Callable[[AnyStr], Pattern]], + lines: Iterable[AnyStr], + ) -> Self: + ... + + @overload + @classmethod + def from_lines( + cls: Type[Self], + lines: Iterable[AnyStr], + pattern_factory: Union[str, Callable[[AnyStr], Pattern], None] = None, + ) -> Self: + ... + + @classmethod + def from_lines( + cls: Type[Self], + lines: Iterable[AnyStr], + pattern_factory: Union[str, Callable[[AnyStr], Pattern], None] = None, + ) -> Self: + """ + Compiles the pattern lines. + + *lines* (:class:`~collections.abc.Iterable`) yields each uncompiled + pattern (:class:`str`). This simply has to yield each line so it can + be a :class:`io.TextIOBase` (e.g., from :func:`open` or + :class:`io.StringIO`) or the result from :meth:`str.splitlines`. + + *pattern_factory* can be :data:`None`, the name of a registered + pattern factory (:class:`str`), or a :class:`~collections.abc.Callable` + used to compile patterns. The callable must accept an uncompiled + pattern (:class:`str`) and return the compiled pattern + (:class:`pathspec.pattern.Pattern`). + Default is :data:`None` for :class:`.GitWildMatchPattern`). + + Returns the :class:`GitIgnoreSpec` instance. + """ + if pattern_factory is None: + pattern_factory = GitWildMatchPattern + + elif (isinstance(lines, (str, bytes)) or callable(lines)) and _is_iterable(pattern_factory): + # Support reversed order of arguments from PathSpec. + pattern_factory, lines = lines, pattern_factory + + self = super().from_lines(pattern_factory, lines) + return cast(Self, self) + + @staticmethod + def _match_file( + patterns: Iterable[Tuple[int, GitWildMatchPattern]], + file: str, + ) -> Tuple[Optional[bool], Optional[int]]: + """ + Check the file against the patterns. + + .. NOTE:: Subclasses of :class:`~pathspec.pathspec.PathSpec` may override + this method as an instance method. It does not have to be a static + method. The signature for this method is subject to change. + + *patterns* (:class:`~collections.abc.Iterable`) yields each indexed pattern + (:class:`tuple`) which contains the pattern index (:class:`int`) and actual + pattern (:class:`~pathspec.pattern.Pattern`). + + *file* (:class:`str`) is the normalized file path to be matched against + *patterns*. + + Returns a :class:`tuple` containing whether to include *file* (:class:`bool` + or :data:`None`), and the index of the last matched pattern (:class:`int` or + :data:`None`). + """ + out_include: Optional[bool] = None + out_index: Optional[int] = None + out_priority = 0 + for index, pattern in patterns: + if pattern.include is not None: + match = pattern.match_file(file) + if match is not None: + # Pattern matched. + + # Check for directory marker. + dir_mark = match.match.groupdict().get(_DIR_MARK) + + if dir_mark: + # Pattern matched by a directory pattern. + priority = 1 + else: + # Pattern matched by a file pattern. + priority = 2 + + if pattern.include and dir_mark: + out_include = pattern.include + out_index = index + out_priority = priority + elif priority >= out_priority: + out_include = pattern.include + out_index = index + out_priority = priority + + return out_include, out_index diff --git a/venv/lib/python3.12/site-packages/pathspec/pathspec.py b/venv/lib/python3.12/site-packages/pathspec/pathspec.py new file mode 100644 index 0000000..bdfaccd --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/pathspec.py @@ -0,0 +1,394 @@ +""" +This module provides an object oriented interface for pattern matching of files. +""" + +from collections.abc import ( + Collection as CollectionType) +from itertools import ( + zip_longest) +from typing import ( + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Collection, # Replaced by `collections.abc.Collection` in 3.9. + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Type, # Replaced by `type` in 3.9. + TypeVar, + Union) # Replaced by `X | Y` in 3.10. + +from . import util +from .pattern import ( + Pattern) +from .util import ( + CheckResult, + StrPath, + TStrPath, + TreeEntry, + _filter_check_patterns, + _is_iterable, + normalize_file) + +Self = TypeVar("Self", bound="PathSpec") +""" +:class:`PathSpec` self type hint to support Python v<3.11 using PEP 673 +recommendation. +""" + + +class PathSpec(object): + """ + The :class:`PathSpec` class is a wrapper around a list of compiled + :class:`.Pattern` instances. + """ + + def __init__(self, patterns: Iterable[Pattern]) -> None: + """ + Initializes the :class:`PathSpec` instance. + + *patterns* (:class:`~collections.abc.Collection` or :class:`~collections.abc.Iterable`) + yields each compiled pattern (:class:`.Pattern`). + """ + if not isinstance(patterns, CollectionType): + patterns = list(patterns) + + self.patterns: Collection[Pattern] = patterns + """ + *patterns* (:class:`~collections.abc.Collection` of :class:`.Pattern`) + contains the compiled patterns. + """ + + def __eq__(self, other: object) -> bool: + """ + Tests the equality of this path-spec with *other* (:class:`PathSpec`) + by comparing their :attr:`~PathSpec.patterns` attributes. + """ + if isinstance(other, PathSpec): + paired_patterns = zip_longest(self.patterns, other.patterns) + return all(a == b for a, b in paired_patterns) + else: + return NotImplemented + + def __len__(self) -> int: + """ + Returns the number of compiled patterns this path-spec contains + (:class:`int`). + """ + return len(self.patterns) + + def __add__(self: Self, other: "PathSpec") -> Self: + """ + Combines the :attr:`Pathspec.patterns` patterns from two + :class:`PathSpec` instances. + """ + if isinstance(other, PathSpec): + return self.__class__(self.patterns + other.patterns) + else: + return NotImplemented + + def __iadd__(self: Self, other: "PathSpec") -> Self: + """ + Adds the :attr:`Pathspec.patterns` patterns from one :class:`PathSpec` + instance to this instance. + """ + if isinstance(other, PathSpec): + self.patterns += other.patterns + return self + else: + return NotImplemented + + def check_file( + self, + file: TStrPath, + separators: Optional[Collection[str]] = None, + ) -> CheckResult[TStrPath]: + """ + Check the files against this path-spec. + + *file* (:class:`str` or :class:`os.PathLike`) is the file path to be + matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns the file check result (:class:`~pathspec.util.CheckResult`). + """ + norm_file = normalize_file(file, separators) + include, index = self._match_file(enumerate(self.patterns), norm_file) + return CheckResult(file, include, index) + + def check_files( + self, + files: Iterable[TStrPath], + separators: Optional[Collection[str]] = None, + ) -> Iterator[CheckResult[TStrPath]]: + """ + Check the files against this path-spec. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be checked against + :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns an :class:`~collections.abc.Iterator` yielding each file check + result (:class:`~pathspec.util.CheckResult`). + """ + if not _is_iterable(files): + raise TypeError(f"files:{files!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for orig_file in files: + norm_file = normalize_file(orig_file, separators) + include, index = self._match_file(use_patterns, norm_file) + yield CheckResult(orig_file, include, index) + + def check_tree_files( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + ) -> Iterator[CheckResult[str]]: + """ + Walks the specified root path for all files and checks them against this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns an :class:`~collections.abc.Iterator` yielding each file check + result (:class:`~pathspec.util.CheckResult`). + """ + files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links) + yield from self.check_files(files) + + @classmethod + def from_lines( + cls: Type[Self], + pattern_factory: Union[str, Callable[[AnyStr], Pattern]], + lines: Iterable[AnyStr], + ) -> Self: + """ + Compiles the pattern lines. + + *pattern_factory* can be either the name of a registered pattern factory + (:class:`str`), or a :class:`~collections.abc.Callable` used to compile + patterns. It must accept an uncompiled pattern (:class:`str`) and return the + compiled pattern (:class:`.Pattern`). + + *lines* (:class:`~collections.abc.Iterable`) yields each uncompiled pattern + (:class:`str`). This simply has to yield each line so that it can be a + :class:`io.TextIOBase` (e.g., from :func:`open` or :class:`io.StringIO`) or + the result from :meth:`str.splitlines`. + + Returns the :class:`PathSpec` instance. + """ + if isinstance(pattern_factory, str): + pattern_factory = util.lookup_pattern(pattern_factory) + + if not callable(pattern_factory): + raise TypeError(f"pattern_factory:{pattern_factory!r} is not callable.") + + if not _is_iterable(lines): + raise TypeError(f"lines:{lines!r} is not an iterable.") + + patterns = [pattern_factory(line) for line in lines if line] + return cls(patterns) + + def match_entries( + self, + entries: Iterable[TreeEntry], + separators: Optional[Collection[str]] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[TreeEntry]: + """ + Matches the entries to this path-spec. + + *entries* (:class:`~collections.abc.Iterable` of :class:`~pathspec.util.TreeEntry`) + contains the entries to be matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched entries (:class:`~collections.abc.Iterator` of + :class:`~pathspec.util.TreeEntry`). + """ + if not _is_iterable(entries): + raise TypeError(f"entries:{entries!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for entry in entries: + norm_file = normalize_file(entry.path, separators) + include, _index = self._match_file(use_patterns, norm_file) + + if negate: + include = not include + + if include: + yield entry + + _match_file = staticmethod(util.check_match_file) + """ + Match files using the `check_match_file()` utility function. Subclasses may + override this method as an instance method. It does not have to be a static + method. The signature for this method is subject to change. + """ + + def match_file( + self, + file: StrPath, + separators: Optional[Collection[str]] = None, + ) -> bool: + """ + Matches the file to this path-spec. + + *file* (:class:`str` or :class:`os.PathLike`) is the file path to be + matched against :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`) + optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + Returns :data:`True` if *file* matched; otherwise, :data:`False`. + """ + norm_file = normalize_file(file, separators) + include, _index = self._match_file(enumerate(self.patterns), norm_file) + return bool(include) + + def match_files( + self, + files: Iterable[StrPath], + separators: Optional[Collection[str]] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[StrPath]: + """ + Matches the files to this path-spec. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be matched against + :attr:`self.patterns `. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. See + :func:`~pathspec.util.normalize_file` for more information. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterator` of + :class:`str` or :class:`os.PathLike`). + """ + if not _is_iterable(files): + raise TypeError(f"files:{files!r} is not an iterable.") + + use_patterns = _filter_check_patterns(self.patterns) + for orig_file in files: + norm_file = normalize_file(orig_file, separators) + include, _index = self._match_file(use_patterns, norm_file) + + if negate: + include = not include + + if include: + yield orig_file + + def match_tree_entries( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[TreeEntry]: + """ + Walks the specified root path for all files and matches them to this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterator` of + :class:`.TreeEntry`). + """ + entries = util.iter_tree_entries(root, on_error=on_error, follow_links=follow_links) + yield from self.match_entries(entries, negate=negate) + + def match_tree_files( + self, + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, + *, + negate: Optional[bool] = None, + ) -> Iterator[str]: + """ + Walks the specified root path for all files and matches them to this + path-spec. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) optionally + is the error handler for file-system exceptions. It will be called with the + exception (:exc:`OSError`). Reraise the exception to abort the walk. Default + is :data:`None` to ignore file-system exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether to walk + symbolic links that resolve to directories. Default is :data:`None` for + :data:`True`. + + *negate* (:class:`bool` or :data:`None`) is whether to negate the match + results of the patterns. If :data:`True`, a pattern matching a file will + exclude the file rather than include it. Default is :data:`None` for + :data:`False`. + + Returns the matched files (:class:`~collections.abc.Iterable` of + :class:`str`). + """ + files = util.iter_tree_files(root, on_error=on_error, follow_links=follow_links) + yield from self.match_files(files, negate=negate) + + # Alias `match_tree_files()` as `match_tree()` for backward compatibility + # before v0.3.2. + match_tree = match_tree_files diff --git a/venv/lib/python3.12/site-packages/pathspec/pattern.py b/venv/lib/python3.12/site-packages/pathspec/pattern.py new file mode 100644 index 0000000..d081557 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/pattern.py @@ -0,0 +1,213 @@ +""" +This module provides the base definition for patterns. +""" + +import dataclasses +import re +import warnings +from typing import ( + Any, + AnyStr, + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + Match as MatchHint, # Replaced by `re.Match` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Pattern as PatternHint, # Replaced by `re.Pattern` in 3.9. + Tuple, # Replaced by `tuple` in 3.9. + Union) # Replaced by `X | Y` in 3.10. + + +class Pattern(object): + """ + The :class:`Pattern` class is the abstract definition of a pattern. + """ + + # Make the class dict-less. + __slots__ = ( + 'include', + ) + + def __init__(self, include: Optional[bool]) -> None: + """ + Initializes the :class:`Pattern` instance. + + *include* (:class:`bool` or :data:`None`) is whether the matched files + should be included (:data:`True`), excluded (:data:`False`), or is a + null-operation (:data:`None`). + """ + + self.include = include + """ + *include* (:class:`bool` or :data:`None`) is whether the matched files + should be included (:data:`True`), excluded (:data:`False`), or is a + null-operation (:data:`None`). + """ + + def match(self, files: Iterable[str]) -> Iterator[str]: + """ + DEPRECATED: This method is no longer used and has been replaced by + :meth:`.match_file`. Use the :meth:`.match_file` method with a loop for + similar results. + + Matches this pattern against the specified files. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains each + file relative to the root directory (e.g., ``"relative/path/to/file"``). + + Returns an :class:`~collections.abc.Iterable` yielding each matched file + path (:class:`str`). + """ + warnings.warn(( + "{cls.__module__}.{cls.__qualname__}.match() is deprecated. Use " + "{cls.__module__}.{cls.__qualname__}.match_file() with a loop for " + "similar results." + ).format(cls=self.__class__), DeprecationWarning, stacklevel=2) + + for file in files: + if self.match_file(file) is not None: + yield file + + def match_file(self, file: str) -> Optional[Any]: + """ + Matches this pattern against the specified file. + + *file* (:class:`str`) is the normalized file path to match against. + + Returns the match result if *file* matched; otherwise, :data:`None`. + """ + raise NotImplementedError(( + "{cls.__module__}.{cls.__qualname__} must override match_file()." + ).format(cls=self.__class__)) + + +class RegexPattern(Pattern): + """ + The :class:`RegexPattern` class is an implementation of a pattern using + regular expressions. + """ + + # Keep the class dict-less. + __slots__ = ( + 'pattern', + 'regex', + ) + + def __init__( + self, + pattern: Union[AnyStr, PatternHint, None], + include: Optional[bool] = None, + ) -> None: + """ + Initializes the :class:`RegexPattern` instance. + + *pattern* (:class:`str`, :class:`bytes`, :class:`re.Pattern`, or + :data:`None`) is the pattern to compile into a regular expression. + + *include* (:class:`bool` or :data:`None`) must be :data:`None` unless + *pattern* is a precompiled regular expression (:class:`re.Pattern`) in which + case it is whether matched files should be included (:data:`True`), excluded + (:data:`False`), or is a null operation (:data:`None`). + + .. NOTE:: Subclasses do not need to support the *include* parameter. + """ + + if isinstance(pattern, (str, bytes)): + assert include is None, ( + f"include:{include!r} must be null when pattern:{pattern!r} is a string." + ) + regex, include = self.pattern_to_regex(pattern) + # NOTE: Make sure to allow a null regular expression to be + # returned for a null-operation. + if include is not None: + regex = re.compile(regex) + + elif pattern is not None and hasattr(pattern, 'match'): + # Assume pattern is a precompiled regular expression. + # - NOTE: Used specified *include*. + regex = pattern + + elif pattern is None: + # NOTE: Make sure to allow a null pattern to be passed for a + # null-operation. + assert include is None, ( + f"include:{include!r} must be null when pattern:{pattern!r} is null." + ) + + else: + raise TypeError(f"pattern:{pattern!r} is not a string, re.Pattern, or None.") + + super(RegexPattern, self).__init__(include) + + self.pattern: Union[AnyStr, PatternHint, None] = pattern + """ + *pattern* (:class:`str`, :class:`bytes`, :class:`re.Pattern`, or + :data:`None`) is the uncompiled, input pattern. This is for reference. + """ + + self.regex: PatternHint = regex + """ + *regex* (:class:`re.Pattern`) is the regular expression for the pattern. + """ + + def __eq__(self, other: 'RegexPattern') -> bool: + """ + Tests the equality of this regex pattern with *other* (:class:`RegexPattern`) + by comparing their :attr:`~Pattern.include` and :attr:`~RegexPattern.regex` + attributes. + """ + if isinstance(other, RegexPattern): + return self.include == other.include and self.regex == other.regex + else: + return NotImplemented + + def match_file(self, file: str) -> Optional['RegexMatchResult']: + """ + Matches this pattern against the specified file. + + *file* (:class:`str`) contains each file relative to the root directory + (e.g., "relative/path/to/file"). + + Returns the match result (:class:`.RegexMatchResult`) if *file* matched; + otherwise, :data:`None`. + """ + if self.include is not None: + match = self.regex.match(file) + if match is not None: + return RegexMatchResult(match) + + return None + + @classmethod + def pattern_to_regex(cls, pattern: str) -> Tuple[str, bool]: + """ + Convert the pattern into an uncompiled regular expression. + + *pattern* (:class:`str`) is the pattern to convert into a regular + expression. + + Returns the uncompiled regular expression (:class:`str` or :data:`None`), + and whether matched files should be included (:data:`True`), excluded + (:data:`False`), or is a null-operation (:data:`None`). + + .. NOTE:: The default implementation simply returns *pattern* and + :data:`True`. + """ + return pattern, True + + +@dataclasses.dataclass() +class RegexMatchResult(object): + """ + The :class:`RegexMatchResult` data class is used to return information about + the matched regular expression. + """ + + # Keep the class dict-less. + __slots__ = ( + 'match', + ) + + match: MatchHint + """ + *match* (:class:`re.Match`) is the regex match result. + """ diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py b/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py new file mode 100644 index 0000000..7360e9c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/patterns/__init__.py @@ -0,0 +1,11 @@ +""" +The *pathspec.patterns* package contains the pattern matching +implementations. +""" + +# Load pattern implementations. +from . import gitwildmatch + +# DEPRECATED: Expose the `GitWildMatchPattern` class in this module for +# backward compatibility with v0.5. +from .gitwildmatch import GitWildMatchPattern diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pathspec/patterns/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2c07a3608e083844a44577881f4da913ddafe11d GIT binary patch literal 380 zcmXv~u};G<5IrYBR8c#@#*(#_hy|>`$^>EnA(g=x$0VkSZP{*7_z}K=Pv9H)gRV?$ zpbCagTuOVx(|fvix_9?J7^Hypc6;)W6M&CSY${rlMTX=B3K&B{il`<{G>%Be<2q{M zaZI31hFi~<=~X4Ok>#QCR*D=+kWTwiX1SQ~Qf9*Fz?Jq{K;ycdH9Uw)=`vM~tz{$8 z5|q(CPd_mc49UD-s_>-hV&z1=bEd)#>ho^$@_)<4Fqv;NRv5w999)c(EN3ih s(kd{P+jiMIZcH()<*Dml+C}%f2wyQFGtvqNJs$2SH1Obdn{TdYvrFvMq~x`b9~GR@fB@3S7{;3sFSC zJ3!WzNLh*CJ70_|%T-L(rAk-6RO!?CbNM6XO3GCLL6=Y)B}FIxi2q=dP8{YV>Dk2s zAVuC?QrRlZ&dzlA^z`)fbobyNyj}sp^S2idT|2!Sp?}36&cl=|3;zt250Q)pkxa;B zlo%weH#tbcn~GAS^dLRT3^JqaAWI;bmYFCw>Kb%ebvDY63WEaFxj{FNWY?gFMQRJBtDi)QYeX#bQuC6%ivJVRZXj%mKEU-ut3$DVP24)A zzKT0R2I>=8;lgl47e`}qJgSJ1(Xps9s;Gu8o`@LRb#Xirl}9BbJS>h$hM{PxXnjT0 zA#r>-0?iRaSEAQMAR#MSC!?pOmn4lQfm0FtDVj3nOZtfk57?B}0 zrYW1nYmum;_X^+QDGmfElRc_VoHsPnb$ZN*#8fG2G8f{&=C@b~0m7u?MkESv&pBmC zxp~HB(`2KP5m9%W^q3x!!?w8Wk|=*H)IsG#q##&Vgx7SC0*O#&8!-9?O#2j`cA4C9 zO^a!XHw6B|up;(_qmr)oU0Dn6iWpJlNLVspu96BLH>7Ap7Ga8(IBf|Ed|9Bq0zVL- zO;;$SN~20BWD22>y&6#WghKDcrD(Z_3x(uZI28IFTEKHyl7p}5ilzrA;*uH;j%l$G zC2Z)y>#B4kG9(!>EqFswZv>-}tHH4eV>qVn>D~R4pdK-lonun?x-_KdLEvIoA5#F` z7MvagJ}ax-7D6JkK{M8<(<}4wMQU?%N zJ}aIo1oStq=!8$1b~w>knVAH|m}D}f`fiet+3Ve)nzgMrlSGEp-dTeZSE1yRU6Tw@ z;ALhV0^Uejm}G!53z*HT@W48llU$OM-B?9EXwqf0InE6KS;SNIpvvt-zZH)3Nb1 zKYUwsbwTzU>umlI`UuH&A5$>bGPF+P+99MKT9r0$@zc0!pFOTv8E3si6FArpYtxkE zMm9L(R^K2KucNgDQVAX-{hqBYQF2K_HW4 zGel}cZWtmaJ+Ri^Rk^p;XVPbMI^$N?t{-KH%Ucn;1bcFlpL9EGp(SDEJY{L~Nqhbc zNzX`^L!eD7$|q2HTyY3tU&YF@UkE!BMsV_sbYr?ooL zJ!1`+wkizl4ez}vkU+aN@8d}??Do}XT-hfCS_5KTm2PEz?Q6iUUpBXn+PPUg&Hibe zfOf6QZ4!;Z3a@;UZihqX4Rdi;;{V8LhPc;Fufc`9p*oJdaU`&kAJAow12IXfT#|(n zTS3bbCh7EsBw4llaildT>5*rirm~9Vr;~J&xkjExUC7wxU~GY1JLzA0FDCuBNEqG! zGyga-j&4$Kp>ZOxN%}b)Cj!qOi>Wsh%@7Unlgh^+I6y{Bl;A8Kibo|)RBqxkRR>qD zR{)HjGFXq;?KoDtpcg>kR2Hv-W37gx zaTz+g%g7hBI3Vu;YRb(OT`x*e9rs}oM8LH+@WdrijYp$9V`GX2j%`e>5VE-dFOpBV z%A)LB>cl8&%mB2w8VSc_1rx(^6hXM)z4s=_OX3pIHLyekmx#_6zs26bg>U~G9u2!8 z39_e0!@f#_d%O3U?jvUoCfLKlKyS~MMDxov4y`jH(0V)Jz4&(UG644ldwT*$5-zCq zJ`;o*Z4qEB0tpIwt-fIIGl3%}(UV{-yaWgE79eK<297KdTTB#aF@=a8QFQ~HT*ah- zf0MB^!enIyPtEj)UU=)m@$;eM1IJGHzdUfl0p9`HjdhVpj!r-9OmJe+5iW(oqYoM5{G&Tm* z&DM|sh&luuN=R3RaQGA&ipH**!s}8rUgm=yiA7YCRY3Vy` z`j*szqPOY(+tY79I9>4WNbmoK zZ^*ov9m-zJb-$cze5Jsj%uy%jn>%u3!#v}8%rxhj=8Q7Obd*@+YsQEL?}qgLc_4Cm z`tp0B)P4)BHP5tWDGcU9p1RbtMQ{DB{qvkJ({<}-fLUq!7tU8?y^q_lTz3Q|}brtyv=5`5P+l?nw0)g_g`a)4|lS zBIlkm-c4qytnrb%$iu+Xn@T)jEP4KtDbDUUgYELI{4|Vss?||F(qRV&RJMGQV58le2 zoQdaJc7EmRoi8_1U%55_qh+EtejDHm-b~}&p0D}FBImWnJ3q&@&$FI8qv_Gii8+`H zuob@B2GT9#j$5K{%{A|y<9;&V*qR>s&V_`gTKp1CaTke7%j4!<`Q}}Z8Vk*!{riBD z;QqrTZ;h1V1jwg!lR%97&Z+dNOxGOUQuO%lpO`+8dGWo|>El4gyB=PGqt$o|2sx%D zd*Jt5^Xr2}cisJi(+3~;3-0dJv-7+!!%c0>k*z;2?nl11?-2nUKJjkNbsx$d9>^U! zo7;A-;60yvYcR(R{#S{@-Aj5K?B~DVE1sgsFKPZ%C-bG(f2xD|vV(zoxExFZ2tqi4 z2HPGjjKN6)2{d97(r1&TOx1+1)$o&s;F3zx*8w&|Xuc#$QdTI$Bq^CrK+uVUPi;M> z0*(%*Yds^CP}gYzM~QJ9B@2&K=aUfBSxze@vk>ML;hVF**(52u%1~cIs}KkW;KB;BtS~@#RlcpjO=FUf*RW_*al926J78E1W_=9|4xJiT zp~J6$A?^WGnXgx?@Uk1i)Uq7Q!HOFKBd^63SCy;UP=T^}hd}gcC?NziCl3>*K$ZjD;WyD6C^5SaN4lH37!?Wncy_U!;n%F0kv}6ixQ?dES67w zapf2|w;7IU;O>saASI{{0j;Nf&OhV^SDfBj(iTFkOZzm<<$i1cyN54on?ZDzccc-?OEsvxGZN#8^Gfp zz{O8-aU2Sh#^ag9h)LtnLB|;^$4{{w6m2iGB%WE#Ct1TY`vDO20;ov}l{%28KDDhV zcv4%7ZqL1NX8U{5)cI6r(Zx?4dyktJ>NB0wJ*mA#ik>3U`%=5VW5laAd6y?c--X`#^ozJo-F3q;#RyYxz-efASDIc=gWYz3e25oPNAZ!y zPwlxio;i^{`u;03U9(MFAGSWK|J}Mr`fQ-D$goqL>DNlN_6S9fKXqZ=<1%1JXv-x_%?j(mPXPa=wm&5SlYsL^=4|GjsY{Q&oq2EP%$A32!5hpo z!PEs9m32?a>C36tpenf2XW{UI7A5_5`Zd61gk`c#9WTX55Yp7Kd)#-R!mQ^B-(>Z<)}+=u%&ib32BqiS3iNYU!f*2|U=t~B6+!HFoXU|#X%fe-@*Y)i2NtT9}IL?t#Zjwba!4WIA{_TuHvo~|R7;asLq*bUhOzXfc1eodT21UNcLbQv<>pfAKU zc>`x7A*Y{!eid5&lK7B-j9fj9CWybGAY(#mFGJUWbz=aRPGs*clelU6M-@W~RqU&- z*0LM>HpNRTlH>p8vzEn3#!@{T;MdBhBHLkc3ePy8fp7* z0geg++kPI`pNGO^ad52;nF2(bA-k@<2^~6i3bEDxsco{colmS=dlE9{_!j^K>@GIp z=#ltf&m7YV(IbS59&dUd4k0@~cx{ebZ-|D#~g8y`?XP&A1;CP;CFA7bMh4p!1J%pmd zjvTdPUTDfuO_og=2>3O82cr3Kf$usr95X|v03zv_p~H2Z+qyM^H5`t~8eTdLPg}z> zHR-FdSX4WKs~$)_7?E%p&XO?JBm3~fS0whOS|hIE+X$<`VEV71aBkl`$XAzYpC`Q~ z@;F7d&AaPM46eX5InUHfnb-54j_mM^@f$Vg*^y^=e$V0F1qx9<8>2M9BFbNan{CoR z6D}eAei;7VdSkG1SLu>nUq?1i-6$b=Ww(8gUlz=FB-CtvF{`F$sOI`G3@w!h%L6|P zuRw8U<)t7qg}|PXw>{S7AY2dDT;;I}XZ6yzU5=$2bWNd~#2}Atm01UR^s;q(e8#@S zO#JGp8@^@z&h;KRdNRJ@!*{iirkkjw`&LoRD_|Nd@6f&(jHzIcl$#M9Ts*KsqY|Vb z;b&bE!s1?yKtgH4_Ka@q>fH;-%M1wC3#>v5uR`%_0vnGJQ2CXQGhG5zBcG~aPoh5u zT}%=Ylq7#k`~^XPaS4!18^ChDA;DF>bQN}CWrkM5mA5XN-J$BVAs-fpq@s2e#>ThM z5jA3jLU1EZ?3O&){cuZ;eD=}i0{N_^OUo1o%L*&c!a*o%kM0qO8CO1X z&A}&=zo(q5H;@etmP!WrL}(?iV)ynT=MMC{g@J2G=+&3K&P-q;bt`=r8LYtPEZ+=(3K3n%%Epb~{$G z+gr1I?_=rWt39xj0;1e^cBXfhNP^z<4bwVv^xrv(+HOmvOms!NmwJu0ydxm9TkCbUroTm8r##@TBokgjEV=&E5&7gL7o# z6W%xH-!#*h=l6X|=lElvk$L`Djyz^b0FGRIT{{pERx{(47Hc5@u$jM%YnHY4mi0cY zM5C}V2%B##&hlAiO%WHjF?bUP zyl7SJg~yakzM_wT2J4v7PC>I4!+k7dim|R>Ewj!R`;^&?KRI0Bw6cc7B>TADg=;v- zvj56qndv$R8Nqfbl}xd{P|FXWCD%dwpD2g5aX`mY*6%|B86kpzzkm?*f`AC&ACdn* z;KTJDg5n2gY5FI$dA?y?3Jws^MA-A*#uQ(|@QWUXV6%xu1h2)qiwx16-LZ)9y99UT vL`#Z(jGFVPIiu#bJwJ!~7TFC%Kap$gSwy%}dV#0~x}NLW^A*}_iS2&?hSFYz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pathspec/patterns/gitwildmatch.py b/venv/lib/python3.12/site-packages/pathspec/patterns/gitwildmatch.py new file mode 100644 index 0000000..6a3d6d5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/patterns/gitwildmatch.py @@ -0,0 +1,421 @@ +""" +This module implements Git's wildmatch pattern matching which itself is derived +from Rsync's wildmatch. Git uses wildmatch for its ".gitignore" files. +""" + +import re +import warnings +from typing import ( + AnyStr, + Optional, # Replaced by `X | None` in 3.10. + Tuple) # Replaced by `tuple` in 3.9. + +from .. import util +from ..pattern import RegexPattern + +_BYTES_ENCODING = 'latin1' +""" +The encoding to use when parsing a byte string pattern. +""" + +_DIR_MARK = 'ps_d' +""" +The regex group name for the directory marker. This is only used by +:class:`GitIgnoreSpec`. +""" + + +class GitWildMatchPatternError(ValueError): + """ + The :class:`GitWildMatchPatternError` indicates an invalid git wild match + pattern. + """ + pass + + +class GitWildMatchPattern(RegexPattern): + """ + The :class:`GitWildMatchPattern` class represents a compiled Git wildmatch + pattern. + """ + + # Keep the dict-less class hierarchy. + __slots__ = () + + @classmethod + def pattern_to_regex( + cls, + pattern: AnyStr, + ) -> Tuple[Optional[AnyStr], Optional[bool]]: + """ + Convert the pattern into a regular expression. + + *pattern* (:class:`str` or :class:`bytes`) is the pattern to convert into a + regular expression. + + Returns the uncompiled regular expression (:class:`str`, :class:`bytes`, or + :data:`None`); and whether matched files should be included (:data:`True`), + excluded (:data:`False`), or if it is a null-operation (:data:`None`). + """ + if isinstance(pattern, str): + return_type = str + elif isinstance(pattern, bytes): + return_type = bytes + pattern = pattern.decode(_BYTES_ENCODING) + else: + raise TypeError(f"pattern:{pattern!r} is not a unicode or byte string.") + + original_pattern = pattern + + if pattern.endswith('\\ '): + # EDGE CASE: Spaces can be escaped with backslash. If a pattern that ends + # with backslash followed by a space, only strip from left. + pattern = pattern.lstrip() + else: + pattern = pattern.strip() + + if pattern.startswith('#'): + # A pattern starting with a hash ('#') serves as a comment (neither + # includes nor excludes files). Escape the hash with a back-slash to match + # a literal hash (i.e., '\#'). + regex = None + include = None + + elif pattern == '/': + # EDGE CASE: According to `git check-ignore` (v2.4.1), a single '/' does + # not match any file. + regex = None + include = None + + elif pattern: + if pattern.startswith('!'): + # A pattern starting with an exclamation mark ('!') negates the pattern + # (exclude instead of include). Escape the exclamation mark with a + # back-slash to match a literal exclamation mark (i.e., '\!'). + include = False + # Remove leading exclamation mark. + pattern = pattern[1:] + else: + include = True + + # Allow a regex override for edge cases that cannot be handled through + # normalization. + override_regex = None + + # Split pattern into segments. + pattern_segs = pattern.split('/') + + # Check whether the pattern is specifically a directory pattern before + # normalization. + is_dir_pattern = not pattern_segs[-1] + + # Normalize pattern to make processing easier. + + # EDGE CASE: Deal with duplicate double-asterisk sequences. Collapse each + # sequence down to one double-asterisk. Iterate over the segments in + # reverse and remove the duplicate double asterisks as we go. + for i in range(len(pattern_segs) - 1, 0, -1): + prev = pattern_segs[i-1] + seg = pattern_segs[i] + if prev == '**' and seg == '**': + del pattern_segs[i] + + if len(pattern_segs) == 2 and pattern_segs[0] == '**' and not pattern_segs[1]: + # EDGE CASE: The '**/' pattern should match everything except individual + # files in the root directory. This case cannot be adequately handled + # through normalization. Use the override. + override_regex = f'^.+(?P<{_DIR_MARK}>/).*$' + + if not pattern_segs[0]: + # A pattern beginning with a slash ('/') will only match paths directly + # on the root directory instead of any descendant paths. So, remove + # empty first segment to make pattern relative to root. + del pattern_segs[0] + + elif len(pattern_segs) == 1 or (len(pattern_segs) == 2 and not pattern_segs[1]): + # A single pattern without a beginning slash ('/') will match any + # descendant path. This is equivalent to "**/{pattern}". So, prepend + # with double-asterisks to make pattern relative to root. + # - EDGE CASE: This also holds for a single pattern with a trailing + # slash (e.g. dir/). + if pattern_segs[0] != '**': + pattern_segs.insert(0, '**') + + else: + # EDGE CASE: A pattern without a beginning slash ('/') but contains at + # least one prepended directory (e.g. "dir/{pattern}") should not match + # "**/dir/{pattern}", according to `git check-ignore` (v2.4.1). + pass + + if not pattern_segs: + # After resolving the edge cases, we end up with no pattern at all. This + # must be because the pattern is invalid. + raise GitWildMatchPatternError(f"Invalid git pattern: {original_pattern!r}") + + if not pattern_segs[-1] and len(pattern_segs) > 1: + # A pattern ending with a slash ('/') will match all descendant paths if + # it is a directory but not if it is a regular file. This is equivalent + # to "{pattern}/**". So, set last segment to a double-asterisk to + # include all descendants. + pattern_segs[-1] = '**' + + if override_regex is None: + # Build regular expression from pattern. + output = ['^'] + need_slash = False + end = len(pattern_segs) - 1 + for i, seg in enumerate(pattern_segs): + if seg == '**': + if i == 0 and i == end: + # A pattern consisting solely of double-asterisks ('**') will + # match every path. + output.append(f'[^/]+(?:/.*)?') + + elif i == 0: + # A normalized pattern beginning with double-asterisks + # ('**') will match any leading path segments. + output.append('(?:.+/)?') + need_slash = False + + elif i == end: + # A normalized pattern ending with double-asterisks ('**') will + # match any trailing path segments. + if is_dir_pattern: + output.append(f'(?P<{_DIR_MARK}>/).*') + else: + output.append(f'/.*') + + else: + # A pattern with inner double-asterisks ('**') will match multiple + # (or zero) inner path segments. + output.append('(?:/.+)?') + need_slash = True + + elif seg == '*': + # Match single path segment. + if need_slash: + output.append('/') + + output.append('[^/]+') + + if i == end: + # A pattern ending without a slash ('/') will match a file or a + # directory (with paths underneath it). E.g., "foo" matches "foo", + # "foo/bar", "foo/bar/baz", etc. + output.append(f'(?:(?P<{_DIR_MARK}>/).*)?') + + need_slash = True + + else: + # Match segment glob pattern. + if need_slash: + output.append('/') + + try: + output.append(cls._translate_segment_glob(seg)) + except ValueError as e: + raise GitWildMatchPatternError(f"Invalid git pattern: {original_pattern!r}") from e + + if i == end: + # A pattern ending without a slash ('/') will match a file or a + # directory (with paths underneath it). E.g., "foo" matches "foo", + # "foo/bar", "foo/bar/baz", etc. + output.append(f'(?:(?P<{_DIR_MARK}>/).*)?') + + need_slash = True + + output.append('$') + regex = ''.join(output) + + else: + # Use regex override. + regex = override_regex + + else: + # A blank pattern is a null-operation (neither includes nor excludes + # files). + regex = None + include = None + + if regex is not None and return_type is bytes: + regex = regex.encode(_BYTES_ENCODING) + + return regex, include + + @staticmethod + def _translate_segment_glob(pattern: str) -> str: + """ + Translates the glob pattern to a regular expression. This is used in the + constructor to translate a path segment glob pattern to its corresponding + regular expression. + + *pattern* (:class:`str`) is the glob pattern. + + Returns the regular expression (:class:`str`). + """ + # NOTE: This is derived from `fnmatch.translate()` and is similar to the + # POSIX function `fnmatch()` with the `FNM_PATHNAME` flag set. + + escape = False + regex = '' + i, end = 0, len(pattern) + while i < end: + # Get next character. + char = pattern[i] + i += 1 + + if escape: + # Escape the character. + escape = False + regex += re.escape(char) + + elif char == '\\': + # Escape character, escape next character. + escape = True + + elif char == '*': + # Multi-character wildcard. Match any string (except slashes), including + # an empty string. + regex += '[^/]*' + + elif char == '?': + # Single-character wildcard. Match any single character (except a + # slash). + regex += '[^/]' + + elif char == '[': + # Bracket expression wildcard. Except for the beginning exclamation + # mark, the whole bracket expression can be used directly as regex, but + # we have to find where the expression ends. + # - "[][!]" matches ']', '[' and '!'. + # - "[]-]" matches ']' and '-'. + # - "[!]a-]" matches any character except ']', 'a' and '-'. + j = i + + # Pass bracket expression negation. + if j < end and (pattern[j] == '!' or pattern[j] == '^'): + j += 1 + + # Pass first closing bracket if it is at the beginning of the + # expression. + if j < end and pattern[j] == ']': + j += 1 + + # Find closing bracket. Stop once we reach the end or find it. + while j < end and pattern[j] != ']': + j += 1 + + if j < end: + # Found end of bracket expression. Increment j to be one past the + # closing bracket: + # + # [...] + # ^ ^ + # i j + # + j += 1 + expr = '[' + + if pattern[i] == '!': + # Bracket expression needs to be negated. + expr += '^' + i += 1 + elif pattern[i] == '^': + # POSIX declares that the regex bracket expression negation "[^...]" + # is undefined in a glob pattern. Python's `fnmatch.translate()` + # escapes the caret ('^') as a literal. Git supports the using a + # caret for negation. Maintain consistency with Git because that is + # the expected behavior. + expr += '^' + i += 1 + + # Build regex bracket expression. Escape slashes so they are treated + # as literal slashes by regex as defined by POSIX. + expr += pattern[i:j].replace('\\', '\\\\') + + # Add regex bracket expression to regex result. + regex += expr + + # Set i to one past the closing bracket. + i = j + + else: + # Failed to find closing bracket, treat opening bracket as a bracket + # literal instead of as an expression. + regex += '\\[' + + else: + # Regular character, escape it for regex. + regex += re.escape(char) + + if escape: + raise ValueError(f"Escape character found with no next character to escape: {pattern!r}") + + return regex + + @staticmethod + def escape(s: AnyStr) -> AnyStr: + """ + Escape special characters in the given string. + + *s* (:class:`str` or :class:`bytes`) a filename or a string that you want to + escape, usually before adding it to a ".gitignore". + + Returns the escaped string (:class:`str` or :class:`bytes`). + """ + if isinstance(s, str): + return_type = str + string = s + elif isinstance(s, bytes): + return_type = bytes + string = s.decode(_BYTES_ENCODING) + else: + raise TypeError(f"s:{s!r} is not a unicode or byte string.") + + # Reference: https://git-scm.com/docs/gitignore#_pattern_format + meta_characters = r"[]!*#?" + + out_string = "".join("\\" + x if x in meta_characters else x for x in string) + + if return_type is bytes: + return out_string.encode(_BYTES_ENCODING) + else: + return out_string + +util.register_pattern('gitwildmatch', GitWildMatchPattern) + + +class GitIgnorePattern(GitWildMatchPattern): + """ + The :class:`GitIgnorePattern` class is deprecated by :class:`GitWildMatchPattern`. + This class only exists to maintain compatibility with v0.4. + """ + + def __init__(self, *args, **kw) -> None: + """ + Warn about deprecation. + """ + self._deprecated() + super(GitIgnorePattern, self).__init__(*args, **kw) + + @staticmethod + def _deprecated() -> None: + """ + Warn about deprecation. + """ + warnings.warn(( + "GitIgnorePattern ('gitignore') is deprecated. Use GitWildMatchPattern " + "('gitwildmatch') instead." + ), DeprecationWarning, stacklevel=3) + + @classmethod + def pattern_to_regex(cls, *args, **kw): + """ + Warn about deprecation. + """ + cls._deprecated() + return super(GitIgnorePattern, cls).pattern_to_regex(*args, **kw) + +# Register `GitIgnorePattern` as "gitignore" for backward compatibility with +# v0.4. +util.register_pattern('gitignore', GitIgnorePattern) diff --git a/venv/lib/python3.12/site-packages/pathspec/py.typed b/venv/lib/python3.12/site-packages/pathspec/py.typed new file mode 100644 index 0000000..b01eaaf --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/py.typed @@ -0,0 +1 @@ +# Marker file for PEP 561. The pathspec package uses inline types. diff --git a/venv/lib/python3.12/site-packages/pathspec/util.py b/venv/lib/python3.12/site-packages/pathspec/util.py new file mode 100644 index 0000000..5883951 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pathspec/util.py @@ -0,0 +1,792 @@ +""" +This module provides utility methods for dealing with path-specs. +""" + +import os +import os.path +import pathlib +import posixpath +import stat +import sys +import warnings +from collections.abc import ( + Collection as CollectionType, + Iterable as IterableType) +from dataclasses import ( + dataclass) +from os import ( + PathLike) +from typing import ( + Any, + AnyStr, + Callable, # Replaced by `collections.abc.Callable` in 3.9. + Collection, # Replaced by `collections.abc.Collection` in 3.9. + Dict, # Replaced by `dict` in 3.9. + Generic, + Iterable, # Replaced by `collections.abc.Iterable` in 3.9. + Iterator, # Replaced by `collections.abc.Iterator` in 3.9. + List, # Replaced by `list` in 3.9. + Optional, # Replaced by `X | None` in 3.10. + Sequence, # Replaced by `collections.abc.Sequence` in 3.9. + Set, # Replaced by `set` in 3.9. + Tuple, # Replaced by `tuple` in 3.9. + TypeVar, + Union) # Replaced by `X | Y` in 3.10. + +from .pattern import ( + Pattern) + +if sys.version_info >= (3, 9): + StrPath = Union[str, PathLike[str]] +else: + StrPath = Union[str, PathLike] + +TStrPath = TypeVar("TStrPath", bound=StrPath) +""" +Type variable for :class:`str` or :class:`os.PathLike`. +""" + +NORMALIZE_PATH_SEPS = [ + __sep + for __sep in [os.sep, os.altsep] + if __sep and __sep != posixpath.sep +] +""" +*NORMALIZE_PATH_SEPS* (:class:`list` of :class:`str`) contains the path +separators that need to be normalized to the POSIX separator for the +current operating system. The separators are determined by examining +:data:`os.sep` and :data:`os.altsep`. +""" + +_registered_patterns = {} +""" +*_registered_patterns* (:class:`dict`) maps a name (:class:`str`) to the +registered pattern factory (:class:`~collections.abc.Callable`). +""" + + +def append_dir_sep(path: pathlib.Path) -> str: + """ + Appends the path separator to the path if the path is a directory. + This can be used to aid in distinguishing between directories and + files on the file-system by relying on the presence of a trailing path + separator. + + *path* (:class:`pathlib.Path`) is the path to use. + + Returns the path (:class:`str`). + """ + str_path = str(path) + if path.is_dir(): + str_path += os.sep + + return str_path + + +def check_match_file( + patterns: Iterable[Tuple[int, Pattern]], + file: str, +) -> Tuple[Optional[bool], Optional[int]]: + """ + Check the file against the patterns. + + *patterns* (:class:`~collections.abc.Iterable`) yields each indexed pattern + (:class:`tuple`) which contains the pattern index (:class:`int`) and actual + pattern (:class:`~pathspec.pattern.Pattern`). + + *file* (:class:`str`) is the normalized file path to be matched + against *patterns*. + + Returns a :class:`tuple` containing whether to include *file* (:class:`bool` + or :data:`None`), and the index of the last matched pattern (:class:`int` or + :data:`None`). + """ + out_include: Optional[bool] = None + out_index: Optional[int] = None + for index, pattern in patterns: + if pattern.include is not None and pattern.match_file(file) is not None: + out_include = pattern.include + out_index = index + + return out_include, out_index + + +def detailed_match_files( + patterns: Iterable[Pattern], + files: Iterable[str], + all_matches: Optional[bool] = None, +) -> Dict[str, 'MatchDetail']: + """ + Matches the files to the patterns, and returns which patterns matched + the files. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains + the normalized file paths to be matched against *patterns*. + + *all_matches* (:class:`bool` or :data:`None`) is whether to return all + matches patterns (:data:`True`), or only the last matched pattern + (:data:`False`). Default is :data:`None` for :data:`False`. + + Returns the matched files (:class:`dict`) which maps each matched file + (:class:`str`) to the patterns that matched in order (:class:`.MatchDetail`). + """ + all_files = files if isinstance(files, CollectionType) else list(files) + return_files = {} + for pattern in patterns: + if pattern.include is not None: + result_files = pattern.match(all_files) # TODO: Replace with `.match_file()`. + if pattern.include: + # Add files and record pattern. + for result_file in result_files: + if result_file in return_files: + if all_matches: + return_files[result_file].patterns.append(pattern) + else: + return_files[result_file].patterns[0] = pattern + else: + return_files[result_file] = MatchDetail([pattern]) + + else: + # Remove files. + for file in result_files: + del return_files[file] + + return return_files + + +def _filter_check_patterns( + patterns: Iterable[Pattern], +) -> List[Tuple[int, Pattern]]: + """ + Filters out null-patterns. + + *patterns* (:class:`Iterable` of :class:`.Pattern`) contains the + patterns. + + Returns a :class:`list` containing each indexed pattern (:class:`tuple`) which + contains the pattern index (:class:`int`) and the actual pattern + (:class:`~pathspec.pattern.Pattern`). + """ + return [ + (__index, __pat) + for __index, __pat in enumerate(patterns) + if __pat.include is not None + ] + + +def _is_iterable(value: Any) -> bool: + """ + Check whether the value is an iterable (excludes strings). + + *value* is the value to check, + + Returns whether *value* is a iterable (:class:`bool`). + """ + return isinstance(value, IterableType) and not isinstance(value, (str, bytes)) + + +def iter_tree_entries( + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, +) -> Iterator['TreeEntry']: + """ + Walks the specified directory for all files and directories. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. It will be + called with the exception (:exc:`OSError`). Reraise the exception to + abort the walk. Default is :data:`None` to ignore file-system + exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether + to walk symbolic links that resolve to directories. Default is + :data:`None` for :data:`True`. + + Raises :exc:`RecursionError` if recursion is detected. + + Returns an :class:`~collections.abc.Iterator` yielding each file or + directory entry (:class:`.TreeEntry`) relative to *root*. + """ + if on_error is not None and not callable(on_error): + raise TypeError(f"on_error:{on_error!r} is not callable.") + + if follow_links is None: + follow_links = True + + yield from _iter_tree_entries_next(os.path.abspath(root), '', {}, on_error, follow_links) + + +def _iter_tree_entries_next( + root_full: str, + dir_rel: str, + memo: Dict[str, str], + on_error: Callable[[OSError], None], + follow_links: bool, +) -> Iterator['TreeEntry']: + """ + Scan the directory for all descendant files. + + *root_full* (:class:`str`) the absolute path to the root directory. + + *dir_rel* (:class:`str`) the path to the directory to scan relative to + *root_full*. + + *memo* (:class:`dict`) keeps track of ancestor directories + encountered. Maps each ancestor real path (:class:`str`) to relative + path (:class:`str`). + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. + + *follow_links* (:class:`bool`) is whether to walk symbolic links that + resolve to directories. + + Yields each entry (:class:`.TreeEntry`). + """ + dir_full = os.path.join(root_full, dir_rel) + dir_real = os.path.realpath(dir_full) + + # Remember each encountered ancestor directory and its canonical + # (real) path. If a canonical path is encountered more than once, + # recursion has occurred. + if dir_real not in memo: + memo[dir_real] = dir_rel + else: + raise RecursionError(real_path=dir_real, first_path=memo[dir_real], second_path=dir_rel) + + with os.scandir(dir_full) as scan_iter: + node_ent: os.DirEntry + for node_ent in scan_iter: + node_rel = os.path.join(dir_rel, node_ent.name) + + # Inspect child node. + try: + node_lstat = node_ent.stat(follow_symlinks=False) + except OSError as e: + if on_error is not None: + on_error(e) + continue + + if node_ent.is_symlink(): + # Child node is a link, inspect the target node. + try: + node_stat = node_ent.stat() + except OSError as e: + if on_error is not None: + on_error(e) + continue + else: + node_stat = node_lstat + + if node_ent.is_dir(follow_symlinks=follow_links): + # Child node is a directory, recurse into it and yield its + # descendant files. + yield TreeEntry(node_ent.name, node_rel, node_lstat, node_stat) + + yield from _iter_tree_entries_next(root_full, node_rel, memo, on_error, follow_links) + + elif node_ent.is_file() or node_ent.is_symlink(): + # Child node is either a file or an unfollowed link, yield it. + yield TreeEntry(node_ent.name, node_rel, node_lstat, node_stat) + + # NOTE: Make sure to remove the canonical (real) path of the directory + # from the ancestors memo once we are done with it. This allows the + # same directory to appear multiple times. If this is not done, the + # second occurrence of the directory will be incorrectly interpreted + # as a recursion. See . + del memo[dir_real] + + +def iter_tree_files( + root: StrPath, + on_error: Optional[Callable[[OSError], None]] = None, + follow_links: Optional[bool] = None, +) -> Iterator[str]: + """ + Walks the specified directory for all files. + + *root* (:class:`str` or :class:`os.PathLike`) is the root directory to + search for files. + + *on_error* (:class:`~collections.abc.Callable` or :data:`None`) + optionally is the error handler for file-system exceptions. It will be + called with the exception (:exc:`OSError`). Reraise the exception to + abort the walk. Default is :data:`None` to ignore file-system + exceptions. + + *follow_links* (:class:`bool` or :data:`None`) optionally is whether + to walk symbolic links that resolve to directories. Default is + :data:`None` for :data:`True`. + + Raises :exc:`RecursionError` if recursion is detected. + + Returns an :class:`~collections.abc.Iterator` yielding the path to + each file (:class:`str`) relative to *root*. + """ + for entry in iter_tree_entries(root, on_error=on_error, follow_links=follow_links): + if not entry.is_dir(follow_links): + yield entry.path + + +def iter_tree(root, on_error=None, follow_links=None): + """ + DEPRECATED: The :func:`.iter_tree` function is an alias for the + :func:`.iter_tree_files` function. + """ + warnings.warn(( + "util.iter_tree() is deprecated. Use util.iter_tree_files() instead." + ), DeprecationWarning, stacklevel=2) + return iter_tree_files(root, on_error=on_error, follow_links=follow_links) + + +def lookup_pattern(name: str) -> Callable[[AnyStr], Pattern]: + """ + Lookups a registered pattern factory by name. + + *name* (:class:`str`) is the name of the pattern factory. + + Returns the registered pattern factory (:class:`~collections.abc.Callable`). + If no pattern factory is registered, raises :exc:`KeyError`. + """ + return _registered_patterns[name] + + +def match_file(patterns: Iterable[Pattern], file: str) -> bool: + """ + Matches the file to the patterns. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *file* (:class:`str`) is the normalized file path to be matched + against *patterns*. + + Returns :data:`True` if *file* matched; otherwise, :data:`False`. + """ + matched = False + for pattern in patterns: + if pattern.include is not None and pattern.match_file(file) is not None: + matched = pattern.include + + return matched + + +def match_files( + patterns: Iterable[Pattern], + files: Iterable[str], +) -> Set[str]: + """ + DEPRECATED: This is an old function no longer used. Use the + :func:`~pathspec.util.match_file` function with a loop for better results. + + Matches the files to the patterns. + + *patterns* (:class:`~collections.abc.Iterable` of :class:`~pathspec.pattern.Pattern`) + contains the patterns to use. + + *files* (:class:`~collections.abc.Iterable` of :class:`str`) contains + the normalized file paths to be matched against *patterns*. + + Returns the matched files (:class:`set` of :class:`str`). + """ + warnings.warn(( + f"{__name__}.match_files() is deprecated. Use {__name__}.match_file() with " + f"a loop for better results." + ), DeprecationWarning, stacklevel=2) + + use_patterns = [__pat for __pat in patterns if __pat.include is not None] + + return_files = set() + for file in files: + if match_file(use_patterns, file): + return_files.add(file) + + return return_files + + +def normalize_file( + file: StrPath, + separators: Optional[Collection[str]] = None, +) -> str: + """ + Normalizes the file path to use the POSIX path separator (i.e., + ``"/"``), and make the paths relative (remove leading ``"/"``). + + *file* (:class:`str` or :class:`os.PathLike`) is the file path. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + ``None``) optionally contains the path separators to normalize. + This does not need to include the POSIX path separator (``"/"``), + but including it will not affect the results. Default is ``None`` + for ``NORMALIZE_PATH_SEPS``. To prevent normalization, pass an + empty container (e.g., an empty tuple ``()``). + + Returns the normalized file path (:class:`str`). + """ + # Normalize path separators. + if separators is None: + separators = NORMALIZE_PATH_SEPS + + # Convert path object to string. + norm_file: str = os.fspath(file) + + for sep in separators: + norm_file = norm_file.replace(sep, posixpath.sep) + + if norm_file.startswith('/'): + # Make path relative. + norm_file = norm_file[1:] + + elif norm_file.startswith('./'): + # Remove current directory prefix. + norm_file = norm_file[2:] + + return norm_file + + +def normalize_files( + files: Iterable[StrPath], + separators: Optional[Collection[str]] = None, +) -> Dict[str, List[StrPath]]: + """ + DEPRECATED: This function is no longer used. Use the :func:`.normalize_file` + function with a loop for better results. + + Normalizes the file paths to use the POSIX path separator. + + *files* (:class:`~collections.abc.Iterable` of :class:`str` or + :class:`os.PathLike`) contains the file paths to be normalized. + + *separators* (:class:`~collections.abc.Collection` of :class:`str`; or + :data:`None`) optionally contains the path separators to normalize. + See :func:`normalize_file` for more information. + + Returns a :class:`dict` mapping each normalized file path (:class:`str`) + to the original file paths (:class:`list` of :class:`str` or + :class:`os.PathLike`). + """ + warnings.warn(( + "util.normalize_files() is deprecated. Use util.normalize_file() " + "with a loop for better results." + ), DeprecationWarning, stacklevel=2) + + norm_files = {} + for path in files: + norm_file = normalize_file(path, separators=separators) + if norm_file in norm_files: + norm_files[norm_file].append(path) + else: + norm_files[norm_file] = [path] + + return norm_files + + +def register_pattern( + name: str, + pattern_factory: Callable[[AnyStr], Pattern], + override: Optional[bool] = None, +) -> None: + """ + Registers the specified pattern factory. + + *name* (:class:`str`) is the name to register the pattern factory + under. + + *pattern_factory* (:class:`~collections.abc.Callable`) is used to + compile patterns. It must accept an uncompiled pattern (:class:`str`) + and return the compiled pattern (:class:`.Pattern`). + + *override* (:class:`bool` or :data:`None`) optionally is whether to + allow overriding an already registered pattern under the same name + (:data:`True`), instead of raising an :exc:`AlreadyRegisteredError` + (:data:`False`). Default is :data:`None` for :data:`False`. + """ + if not isinstance(name, str): + raise TypeError(f"name:{name!r} is not a string.") + + if not callable(pattern_factory): + raise TypeError(f"pattern_factory:{pattern_factory!r} is not callable.") + + if name in _registered_patterns and not override: + raise AlreadyRegisteredError(name, _registered_patterns[name]) + + _registered_patterns[name] = pattern_factory + + +class AlreadyRegisteredError(Exception): + """ + The :exc:`AlreadyRegisteredError` exception is raised when a pattern + factory is registered under a name already in use. + """ + + def __init__( + self, + name: str, + pattern_factory: Callable[[AnyStr], Pattern], + ) -> None: + """ + Initializes the :exc:`AlreadyRegisteredError` instance. + + *name* (:class:`str`) is the name of the registered pattern. + + *pattern_factory* (:class:`~collections.abc.Callable`) is the + registered pattern factory. + """ + super(AlreadyRegisteredError, self).__init__(name, pattern_factory) + + @property + def message(self) -> str: + """ + *message* (:class:`str`) is the error message. + """ + return "{name!r} is already registered for pattern factory:{pattern_factory!r}.".format( + name=self.name, + pattern_factory=self.pattern_factory, + ) + + @property + def name(self) -> str: + """ + *name* (:class:`str`) is the name of the registered pattern. + """ + return self.args[0] + + @property + def pattern_factory(self) -> Callable[[AnyStr], Pattern]: + """ + *pattern_factory* (:class:`~collections.abc.Callable`) is the + registered pattern factory. + """ + return self.args[1] + + +class RecursionError(Exception): + """ + The :exc:`RecursionError` exception is raised when recursion is + detected. + """ + + def __init__( + self, + real_path: str, + first_path: str, + second_path: str, + ) -> None: + """ + Initializes the :exc:`RecursionError` instance. + + *real_path* (:class:`str`) is the real path that recursion was + encountered on. + + *first_path* (:class:`str`) is the first path encountered for + *real_path*. + + *second_path* (:class:`str`) is the second path encountered for + *real_path*. + """ + super(RecursionError, self).__init__(real_path, first_path, second_path) + + @property + def first_path(self) -> str: + """ + *first_path* (:class:`str`) is the first path encountered for + :attr:`self.real_path `. + """ + return self.args[1] + + @property + def message(self) -> str: + """ + *message* (:class:`str`) is the error message. + """ + return "Real path {real!r} was encountered at {first!r} and then {second!r}.".format( + real=self.real_path, + first=self.first_path, + second=self.second_path, + ) + + @property + def real_path(self) -> str: + """ + *real_path* (:class:`str`) is the real path that recursion was + encountered on. + """ + return self.args[0] + + @property + def second_path(self) -> str: + """ + *second_path* (:class:`str`) is the second path encountered for + :attr:`self.real_path `. + """ + return self.args[2] + + +@dataclass(frozen=True) +class CheckResult(Generic[TStrPath]): + """ + The :class:`CheckResult` class contains information about the file and which + pattern matched it. + """ + + # Make the class dict-less. + __slots__ = ( + 'file', + 'include', + 'index', + ) + + file: TStrPath + """ + *file* (:class:`str` or :class:`os.PathLike`) is the file path. + """ + + include: Optional[bool] + """ + *include* (:class:`bool` or :data:`None`) is whether to include or exclude the + file. If :data:`None`, no pattern matched. + """ + + index: Optional[int] + """ + *index* (:class:`int` or :data:`None`) is the index of the last pattern that + matched. If :data:`None`, no pattern matched. + """ + + +class MatchDetail(object): + """ + The :class:`.MatchDetail` class contains information about + """ + + # Make the class dict-less. + __slots__ = ('patterns',) + + def __init__(self, patterns: Sequence[Pattern]) -> None: + """ + Initialize the :class:`.MatchDetail` instance. + + *patterns* (:class:`~collections.abc.Sequence` of :class:`~pathspec.pattern.Pattern`) + contains the patterns that matched the file in the order they were + encountered. + """ + + self.patterns = patterns + """ + *patterns* (:class:`~collections.abc.Sequence` of :class:`~pathspec.pattern.Pattern`) + contains the patterns that matched the file in the order they were + encountered. + """ + + +class TreeEntry(object): + """ + The :class:`.TreeEntry` class contains information about a file-system + entry. + """ + + # Make the class dict-less. + __slots__ = ('_lstat', 'name', 'path', '_stat') + + def __init__( + self, + name: str, + path: str, + lstat: os.stat_result, + stat: os.stat_result, + ) -> None: + """ + Initialize the :class:`.TreeEntry` instance. + + *name* (:class:`str`) is the base name of the entry. + + *path* (:class:`str`) is the relative path of the entry. + + *lstat* (:class:`os.stat_result`) is the stat result of the direct + entry. + + *stat* (:class:`os.stat_result`) is the stat result of the entry, + potentially linked. + """ + + self._lstat: os.stat_result = lstat + """ + *_lstat* (:class:`os.stat_result`) is the stat result of the direct + entry. + """ + + self.name: str = name + """ + *name* (:class:`str`) is the base name of the entry. + """ + + self.path: str = path + """ + *path* (:class:`str`) is the path of the entry. + """ + + self._stat: os.stat_result = stat + """ + *_stat* (:class:`os.stat_result`) is the stat result of the linked + entry. + """ + + def is_dir(self, follow_links: Optional[bool] = None) -> bool: + """ + Get whether the entry is a directory. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, a symlink to a directory + will result in :data:`True`. Default is :data:`None` for :data:`True`. + + Returns whether the entry is a directory (:class:`bool`). + """ + if follow_links is None: + follow_links = True + + node_stat = self._stat if follow_links else self._lstat + return stat.S_ISDIR(node_stat.st_mode) + + def is_file(self, follow_links: Optional[bool] = None) -> bool: + """ + Get whether the entry is a regular file. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, a symlink to a regular file + will result in :data:`True`. Default is :data:`None` for :data:`True`. + + Returns whether the entry is a regular file (:class:`bool`). + """ + if follow_links is None: + follow_links = True + + node_stat = self._stat if follow_links else self._lstat + return stat.S_ISREG(node_stat.st_mode) + + def is_symlink(self) -> bool: + """ + Returns whether the entry is a symbolic link (:class:`bool`). + """ + return stat.S_ISLNK(self._lstat.st_mode) + + def stat(self, follow_links: Optional[bool] = None) -> os.stat_result: + """ + Get the cached stat result for the entry. + + *follow_links* (:class:`bool` or :data:`None`) is whether to follow + symbolic links. If this is :data:`True`, the stat result of the + linked file will be returned. Default is :data:`None` for :data:`True`. + + Returns that stat result (:class:`os.stat_result`). + """ + if follow_links is None: + follow_links = True + + return self._stat if follow_links else self._lstat diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt new file mode 100644 index 0000000..77eb39a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/AUTHORS.txt @@ -0,0 +1,738 @@ +@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 +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +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 +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 +Deepak Sharma +Deepyaman Datta +Denise Yu +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 +Ee Durbin +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 +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 +Ivan Pozdeev +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-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +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 +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 +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 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 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 +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 +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +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 +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 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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA new file mode 100644 index 0000000..c503b33 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/METADATA @@ -0,0 +1,90 @@ +Metadata-Version: 2.1 +Name: pip +Version: 23.2.1 +Summary: The PyPA recommended tool for installing Python packages. +Home-page: https://pip.pypa.io/ +Author: The pip developers +Author-email: distutils-sig@python.org +License: MIT +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +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 +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/ + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +In pip 20.3, we've `made a big improvement to the heart of pip`_; `learn more`_. We want your input, so `sign up for our user experience research studies`_ to help us do it right. + +**Note**: pip 21.0, in January 2021, removed Python 2 support, per pip's `Python 2 support policy`_. Please migrate to Python 3. + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _made a big improvement to the heart of pip: https://pyfound.blogspot.com/2020/11/pip-20-3-new-resolver.html +.. _learn more: https://pip.pypa.io/en/latest/user_guide/#changes-to-the-pip-dependency-resolver-in-20-3-2020 +.. _sign up for our user experience research studies: https://pyfound.blogspot.com/2020/03/new-pip-resolver-to-roll-out-this-year.html +.. _Python 2 support policy: https://pip.pypa.io/en/latest/development/release-process/#python-2-support +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD new file mode 100644 index 0000000..06ab485 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/RECORD @@ -0,0 +1,1003 @@ +../../../bin/pip,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +../../../bin/pip3,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +../../../bin/pip3.12,sha256=w4iqQrs6mQODHLdXiqbdyPFMqHMzZ9IGORgrUE_4jFk,257 +pip-23.2.1.dist-info/AUTHORS.txt,sha256=Pd_qYtjluu4WDft2A179dPtIvwYVBNtDfccCitVRMQM,10082 +pip-23.2.1.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-23.2.1.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-23.2.1.dist-info/METADATA,sha256=yHPLQvsD1b6f-zdCQWMibZXbsAjs886JMSh3C0oxRhQ,4239 +pip-23.2.1.dist-info/RECORD,, +pip-23.2.1.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-23.2.1.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92 +pip-23.2.1.dist-info/entry_points.txt,sha256=xg35gOct0aY8S3ftLtweJ0uw3KBAIVyW4k-0Jx1rkNE,125 +pip-23.2.1.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=hELWH3UN2ilBntczbn1BJOIzJEoiE8w9H-gsR5TeuEk,357 +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=nnFCuxrPMgALrIDxSoy-H6Zj4W4UY60D-uL1aJyq0pc,573 +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=pMyi1n2nfdo7xzLVhmdOvIy1INt27HbqhJNj7vMcWlI,10429 +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=wY2JPZY2Eji1vhR7bVo-yCBPJ9LCy6P80iOAhZD1Vi8,6676 +pip/_internal/cli/base_command.py,sha256=ACUUqWkZMU2O1pmUSpfBV3fwb36JzzTHGrbKXyb5f74,8726 +pip/_internal/cli/cmdoptions.py,sha256=0bXhKutppZLBgAL54iK3tTrj-JRVbUB5M_2pHv_wnKk,30030 +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=tWP-K1uSxnJyXu3WE0kkH3niAYRBeuUaxeydhzOdhL4,10817 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=GqS9jkeHktOy6zRzC6uhcRY7SelnAV1LZ6OfS_gNcEk,18440 +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=aDR3pKRRX9dHobQ2HzKryf02jgOZnGcnfEmX_288Vcg,7581 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=2frgchce-GE5Gh9SjEJV-MTcpxy3G9-Es8mpe66nHts,3986 +pip/_internal/commands/configuration.py,sha256=NB5uf8HIX8-li95YLoZO09nALIWlLCHDF5aifSKcBn8,9815 +pip/_internal/commands/debug.py,sha256=AesEID-4gPFDWTwPiPaGZuD4twdT-imaGuMR5ZfSn8s,6591 +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=cGQVSA5dAs7caQ9sz4kllYvaI4ZpGiq1WhCgaImXNSA,4793 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=sdi44xeJlENfU-ziPl1TbUC3no2-ZGDpwBigmX1JuM0,28934 +pip/_internal/commands/list.py,sha256=LNL6016BPvFpAZVzNoo_DWDzvRFpfw__m9Rp5kw-yUM,12457 +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=i_dePJKndPAy7hf48Sl6ZuPyl3tFPCE67z0SNatwuwE,13839 +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=jrF1Vi7eGyqFqMHrieh1PIOrGU7KeCxhYPZnbvtmvGY,1221 +pip/_internal/distributions/installed.py,sha256=NI2OgsgH9iBq9l5vB-56vOg5YsybOy-AU4VE5CSCO2I,729 +pip/_internal/distributions/sdist.py,sha256=SQBdkatXSigKGG_SaD0U0p1Jwdfrg26UCNcHgkXZfdA,6494 +pip/_internal/distributions/wheel.py,sha256=m-J4XO-gvFerlYsFzzSXYDvrx8tLZlJFTCgDxctn8ig,1164 +pip/_internal/exceptions.py,sha256=LyTVY2dANx-i_TEk5Yr9YcwUtiy0HOEFCAQq1F_46co,23737 +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=3OmYZ3tCoRPGOrELSgQWG-03M-bQHa2-VCA3R_nJAaU,16504 +pip/_internal/index/package_finder.py,sha256=rrUw4vj7QE_eMt022jw--wQiKznMaUgVBkJ1UCrVUxo,37873 +pip/_internal/index/sources.py,sha256=7jw9XSeeQA5K-H4I5a5034Ks2gkQqm4zPXjrhwnP1S4,6556 +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=cmi6h63xYNXhQe7KEWEMaANjHFy5yQOPt_1_RCWyXMY,6100 +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=84j1dPJaIoz5Q2ZTPi0uB1iaDAHiUNfKtYSGQCfFKpo,4280 +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=BTkWfFDrWFwuSodImjtbAh8wCL3isecbnjTb5E6UUDI,2595 +pip/_internal/metadata/base.py,sha256=vIwIo1BtoqegehWMAXhNrpLGYBq245rcaCNkBMPnTU8,25277 +pip/_internal/metadata/importlib/__init__.py,sha256=9ZVO8BoE7NEZPmoHp5Ap_NJo0HgNIezXXg-TFTtt3Z4,107 +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=BUV8y6D0PePZrEN3vfJL-m1FDqZ6YPRgAiBeBinHhNg,8181 +pip/_internal/metadata/importlib/_envs.py,sha256=I1DHMyAgZb8jT8CYndWl2aw2dN675p-BKPCuJhvdhrY,7435 +pip/_internal/metadata/pkg_resources.py,sha256=WjwiNdRsvxqxL4MA5Tb5a_q3Q3sUhdpbZF8wGLtPMI0,9773 +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=6pcABsaR7CfIHlbJbr2_kMkVJFL_yrYjTx6SVWUnCPQ,990 +pip/_internal/models/direct_url.py,sha256=EepBxI97j7wSZ3AmRETYyVTmR9NoTas15vc8popxVTg,6931 +pip/_internal/models/format_control.py,sha256=DJpMYjxeYKKQdwNcML2_F0vtAh-qnKTYe-CpTxQe-4g,2520 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=ueXv1RiMLAucaTuEvXACXX5R64_Wcm8b1Ztqx4Rd5xI,2609 +pip/_internal/models/link.py,sha256=6OEk3bt41WU7QZoiyuoVPGsKOU-J_BbDDhouKbIXm0Y,20819 +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=qKpZox7J8NAaPmDs5C_aniwfPDxzvpkrCKqfwndG87k,3858 +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=hgXftU-eau4MWxHSLquTMzepYq5BPC2zhCkhN3glBy8,2145 +pip/_internal/network/download.py,sha256=HvDDq9bVqaN3jcS3DyVJHP7uTqFzbShdkf7NFSoHfkw,6096 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=uhovd4J7abd0Yr2g426yC4aC6Uw1VKrQfpzalsEBEMw,18607 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=AzQgG4GgS152_cqmGr_Oz2MIXsCal-xfsis7fA7nmU0,1791 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-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=vf81EwomN3xe9G8qRJED0VGqNikmRQRQoobNsxi5Xrs,4133 +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=LD5BisEdT9vgzS7rLYUuk01z0l4oMj2Q7SsAxVu-pEk,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=8lsVMt_FAuiGNsf_e7C7_cCSOEO7pHyjgVmRNx-WXrw,27475 +pip/_internal/operations/prepare.py,sha256=nxjIiGRSiUUSRFpwN-Qro7N6BE9jqV4mudJ7CIv9qwY,28868 +pip/_internal/pyproject.py,sha256=ltmrXWaMXjiJHbYyzWplTdBvPYPdKk99GjKuQVypGZU,7161 +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=8YE-eNXMSZ1lgsJZg-HnIo8EdaGfiOM2t3EaLlLD5Og,16610 +pip/_internal/req/req_file.py,sha256=5PCO4GnDEnUENiFj4vD_1QmAMjHNtvN6HXbETZ9UGok,17872 +pip/_internal/req/req_install.py,sha256=hpG29Bm2PAq7G-ogTatZcNUgjwt0zpdTXtxGw4M_MtU,33084 +pip/_internal/req/req_set.py,sha256=pSCcIKURDkGb6JAKsc-cdvnvnAJlYPk-p3vvON9M3DY,4704 +pip/_internal/req/req_uninstall.py,sha256=sGwa_yZ6X2NcRSUJWzUlYkf8bDEjRySAE3aQ5OewIWA,24678 +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=th-eTPIvbecfJaUsdrbH1aHQvDV2yCE-RhrrpsJhKbE,24128 +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=u1O4fkvCO4mhmu5i32xrDv9AX5NgUci_eYVyBDQhTIM,5220 +pip/_internal/resolution/resolvelib/candidates.py,sha256=u5mU96o2lnUy-ODRJv7Wevee0xCYI6IKIXNamSBQnso,18969 +pip/_internal/resolution/resolvelib/factory.py,sha256=y1Q2fsV1GKDKPitoapOLLEs75WNzEpd4l_RezCt927c,27845 +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=zHnERhfubmvKyM3kgdAOs0dYFiqUfzKR-DAt4y0NWOI,5454 +pip/_internal/resolution/resolvelib/resolver.py,sha256=n2Vn9EC5-7JmcRY5erIPQ4hUWnEUngG0oYS3JW3xXZo,11642 +pip/_internal/self_outdated_check.py,sha256=pnqBuKKZQ8OxKP0MaUUiDHl3AtyoMJHHG4rMQ7YcYXY,8167 +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__/inject_securetransport.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=ZryCchR_yQSCsdsMkCpxQjjLbQxObA5GDtLG0RR5mGc,2118 +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/inject_securetransport.py,sha256=o-QRVMGiENrTJxw3fAhA7uxpdEdw6M41TjHYtSVRrcg,795 +pip/_internal/utils/logging.py,sha256=U2q0i1n8hPS2gQh8qcocAg5dovGAa_bR24akmXMzrk4,11632 +pip/_internal/utils/misc.py,sha256=Ds3rSQU7HbdAywwmEBcPnVoLB1Tp_2gL6IbaWcpe8i0,22343 +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=0EMhgfPGFk8FZn6Qq7Hp9PN6YHuQNWiVby4DXcTCON4,9200 +pip/_internal/utils/temp_dir.py,sha256=aCX489gRa4Nu0dMKRFyGhV6maJr60uEynu5uCbKR4Qg,7702 +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=lXOgZyTlOm5HmK8tw5iw0A3_5A6wRzsXHOaQkIvvloU,4549 +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=mjhwudCx9WlLNkxZ6_kOKmueF0rLoU2i1xeASKF6yiQ,18116 +pip/_internal/vcs/mercurial.py,sha256=1FG5Zh2ltJZKryO40d2l2Q91FYNazuS16kkpoAVOh0Y,5244 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=KUOc-hN51em9jrqxKwUR3JnkgSE-xSOqMiiJcSaL6B8,22811 +pip/_internal/wheel_builder.py,sha256=3UlHfxQi7_AAXI7ur8aPpPbmqHhecCsubmkHEl-00KU,11842 +pip/_vendor/__init__.py,sha256=fNxOSVD0auElsD8fN9tuq5psfgMQ-RFBtD4X5gjlRkg,4966 +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=hrxlv3q7upsfyMw8k3gQ9vagBax1pYHSGGqYlZ0Zk0M,465 +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__/compat.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=lxUXqfNTVx84zf6tcWbkLZHA6WVBRtJRpfeA9ZqhaAY,1379 +pip/_vendor/cachecontrol/adapter.py,sha256=ew9OYEQHEOjvGl06ZsuX8W3DAvHWsQKHwWAxISyGug8,5033 +pip/_vendor/cachecontrol/cache.py,sha256=Tty45fOjH40fColTGkqKQvQQmbYsMpk-nCyfLcv2vG4,1535 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=h-1cUmOz6mhLsjTjOrJ8iPejpGdLCyG4lzTftfGZvLg,242 +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=GpexcE29LoY4MaZwPUTcUBZaDdcsjqyLxZFznk8Hbr4,5271 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=mp-QWonP40I3xJGK3XVO-Gs9a3UjzlqqEmp9iLJH9F4,1033 +pip/_vendor/cachecontrol/compat.py,sha256=LNx7vqBndYdHU8YuJt53ab_8rzMGTXVrvMb7CZJkxG0,778 +pip/_vendor/cachecontrol/controller.py,sha256=bAYrt7x_VH4toNpI066LQxbHpYGpY1MxxmZAhspplvw,16416 +pip/_vendor/cachecontrol/filewrapper.py,sha256=X4BAQOO26GNOR7nH_fhTzAfeuct2rBQcx_15MyFBpcs,3946 +pip/_vendor/cachecontrol/heuristics.py,sha256=8kAyuZLSCyEIgQr6vbUwfhpqg9ows4mM0IV6DWazevI,4154 +pip/_vendor/cachecontrol/serialize.py,sha256=_U1NU_C-SDgFzkbAxAsPDgMTHeTWZZaHCQnZN_jh0U8,7105 +pip/_vendor/cachecontrol/wrapper.py,sha256=X3-KMZ20Ho3VtqyVaXclpeQpFzokR5NE8tZSfvKVaB8,774 +pip/_vendor/certifi/__init__.py,sha256=q5ePznlfOw-XYIOV6RTnh45yS9haN-Nb1d__4QXc3g0,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=swFTXcpJHZgU6ij6oyCsehnQ9dlCN5lvoKO1qTZDJRQ,278952 +pip/_vendor/certifi/core.py,sha256=ZwiOsv-sD_ouU1ft8wy_xZ3LQ7UbcVzyqj2XNyrsZis,4279 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 +pip/_vendor/distlib/__init__.py,sha256=acgfseOC55dNrVAzaBKpUiH3Z6V7Q1CaxsiQ3K7pC-E,581 +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=tfoMrj6tujk7G4UC2owL6ArgDuCKabgBxuJRGZSmpko,41259 +pip/_vendor/distlib/database.py,sha256=o_mw0fAr93NDAHHHfqG54Y1Hi9Rkfrp2BX15XWZYK50,51697 +pip/_vendor/distlib/index.py,sha256=HFiDG7LMoaBs829WuotrfIwcErOOExUOR_AeBtw_TCU,20834 +pip/_vendor/distlib/locators.py,sha256=wNzG-zERzS_XGls-nBPVVyLRHa2skUlkn0-5n0trMWA,51991 +pip/_vendor/distlib/manifest.py,sha256=nQEhYmgoreaBZzyFzwYsXxJARu3fo4EkunU163U16iE,14811 +pip/_vendor/distlib/markers.py,sha256=TpHHHLgkzyT7YHbwj-2i6weRaq-Ivy2-MUnrDkjau-U,5058 +pip/_vendor/distlib/metadata.py,sha256=g_DIiu8nBXRzA-mWPRpatHGbmFZqaFoss7z9TG7QSUU,39801 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=BmkTKmiTk4m2cj-iueliatwz3ut_9SsABBW51vnQnZU,18102 +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=31dPXn3Rfat0xZLeVoFpuniyhe6vsbl9_QN-qd9Lhlk,66262 +pip/_vendor/distlib/version.py,sha256=WG__LyAa2GwmA6qSoEJtvJE8REA1LZpbSizy8WvhJLk,23513 +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=Rgqs658VsJ3R2845qwnZD8XQryV2CzWw2mghwLvxxsI,43898 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=1JxchwKzkxBSn7R_oCE12oBu3eVux0VzdxolmIad24M,12950 +pip/_vendor/idna/idnadata.py,sha256=xUjqKqiJV8Ho_XzBpAtv5JFoVPSupK-SUXvtjygUHqw,44375 +pip/_vendor/idna/intranges.py,sha256=YBr4fRYuWH7kTKS2tXlFjM24ZF1Pdvcir-aywniInqg,1881 +pip/_vendor/idna/package_data.py,sha256=C_jHJzmX8PI4xq0jpzmcTMxpb5lDsq4o5VyxQzlVrZE,21 +pip/_vendor/idna/uts46data.py,sha256=zvjZU24s58_uAS850Mcd0NnD0X7_gCMAMjzWNIeUJdc,206539 +pip/_vendor/msgpack/__init__.py,sha256=hyGhlnmcJkxryJBKC3X5FnEph375kQoL_mG8LZUuXgY,1132 +pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc,, +pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc,, +pip/_vendor/msgpack/exceptions.py,sha256=dCTWei8dpkrMsQDcjQk74ATl9HsIBH0ybt8zOPNqMYc,1081 +pip/_vendor/msgpack/ext.py,sha256=C5MK8JhVYGYFWPvxsORsqZAnvOXefYQ57m1Ym0luW5M,6079 +pip/_vendor/msgpack/fallback.py,sha256=tvNBHyxxFbuVlC8GZShETClJxjLiDMOja4XwwyvNm2g,34544 +pip/_vendor/packaging/__about__.py,sha256=ugASIO2w1oUyH8_COqQ2X_s0rDhjbhQC3yJocD03h2c,661 +pip/_vendor/packaging/__init__.py,sha256=b9Kk5MF7KxhhLgcDmiUWukN-LatWFxPdNug0joPhHSk,497 +pip/_vendor/packaging/__pycache__/__about__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/packaging/__pycache__/version.cpython-312.pyc,, +pip/_vendor/packaging/_manylinux.py,sha256=XcbiXB-qcjv3bcohp6N98TMpOP4_j3m-iOA8ptK2GWY,11488 +pip/_vendor/packaging/_musllinux.py,sha256=_KGgY_qc7vhMGpoqss25n2hiLCNKRtvz9mCrS7gkqyc,4378 +pip/_vendor/packaging/_structures.py,sha256=q3eVNmbWJGG_S0Dit_S3Ao8qQqz_5PYTXFAKBZe5yr4,1431 +pip/_vendor/packaging/markers.py,sha256=AJBOcY8Oq0kYc570KuuPTkvuqjAlhufaE2c9sCUbm64,8487 +pip/_vendor/packaging/requirements.py,sha256=NtDlPBtojpn1IUC85iMjPNsUmufjpSlwnNA-Xb4m5NA,4676 +pip/_vendor/packaging/specifiers.py,sha256=LRQ0kFsHrl5qfcFNEEJrIFYsnIHQUJXY9fIsakTrrqE,30110 +pip/_vendor/packaging/tags.py,sha256=lmsnGNiJ8C4D_Pf9PbM0qgbZvD9kmB9lpZBQUZa3R_Y,15699 +pip/_vendor/packaging/utils.py,sha256=dJjeat3BS-TYn1RrUFVwufUMasbtzLfYRoy_HXENeFQ,4200 +pip/_vendor/packaging/version.py,sha256=_fLRNrFrxYcHVfyo8vk9j8s6JM8N_xsSxVFr6RJyco8,14665 +pip/_vendor/pkg_resources/__init__.py,sha256=hTAeJCNYb7dJseIDVsYK3mPQep_gphj4tQh-bspX8bg,109364 +pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__init__.py,sha256=SkhEYVyC_HUHC6KX7n4M_6coyRMtEB38QMyOYIAX6Yk,20155 +pip/_vendor/platformdirs/__main__.py,sha256=fVvSiTzr2-RM6IsjWjj4fkaOtDOgDhUWv6sA99do4CQ,1476 +pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc,, +pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc,, +pip/_vendor/platformdirs/android.py,sha256=y_EEMKwYl2-bzYBDovksSn8m76on0Lda8eyJksVQE9U,7211 +pip/_vendor/platformdirs/api.py,sha256=jWtX06jAJytYrkJDOqEls97mCkyHRSZkoqUlbMK5Qew,7132 +pip/_vendor/platformdirs/macos.py,sha256=LueVOoVgGWDBwQb8OFwXkVKfVn33CM1Lkwf1-A86tRQ,3678 +pip/_vendor/platformdirs/unix.py,sha256=22JhR8ZY0aLxSVCFnKrc6f1iz6Gv42K24Daj7aTjfSg,8809 +pip/_vendor/platformdirs/version.py,sha256=mavZTQIJIXfdewEaSTn7EWrNfPZWeRofb-74xqW5f2M,160 +pip/_vendor/platformdirs/windows.py,sha256=4TtbPGoWG2PRgI11uquDa7eRk8TcxvnUNuuMGZItnXc,9573 +pip/_vendor/pygments/__init__.py,sha256=6AuDljQtvf89DTNUyWM7k3oUlP_lq70NU-INKKteOBY,2983 +pip/_vendor/pygments/__main__.py,sha256=es8EKMvXj5yToIfQ-pf3Dv5TnIeeM6sME0LW-n4ecHo,353 +pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/console.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/style.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/token.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc,, +pip/_vendor/pygments/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pygments/cmdline.py,sha256=byxYJp9gnjVeyhRlZ3UTMgo_LhkXh1afvN8wJBtAcc8,23685 +pip/_vendor/pygments/console.py,sha256=2wZ5W-U6TudJD1_NLUwjclMpbomFM91lNv11_60sfGY,1697 +pip/_vendor/pygments/filter.py,sha256=j5aLM9a9wSx6eH1oy473oSkJ02hGWNptBlVo4s1g_30,1938 +pip/_vendor/pygments/filters/__init__.py,sha256=h_koYkUFo-FFUxjs564JHUAz7O3yJpVwI6fKN3MYzG0,40386 +pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatter.py,sha256=J9OL9hXLJKZk7moUgKwpjW9HNf4WlJFg_o_-Z_S_tTY,4178 +pip/_vendor/pygments/formatters/__init__.py,sha256=_xgAcdFKr0QNYwh_i98AU9hvfP3X2wAkhElFcRRF3Uo,5424 +pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc,, +pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc,, +pip/_vendor/pygments/formatters/_mapping.py,sha256=1Cw37FuQlNacnxRKmtlPX4nyLoX9_ttko5ZwscNUZZ4,4176 +pip/_vendor/pygments/formatters/bbcode.py,sha256=r1b7wzWTJouADDLh-Z11iRi4iQxD0JKJ1qHl6mOYxsA,3314 +pip/_vendor/pygments/formatters/groff.py,sha256=xy8Zf3tXOo6MWrXh7yPGWx3lVEkg_DhY4CxmsDb0IVo,5094 +pip/_vendor/pygments/formatters/html.py,sha256=PIzAyilNqaTzSSP2slDG2VDLE3qNioWy2rgtSSoviuI,35610 +pip/_vendor/pygments/formatters/img.py,sha256=XKXmg2_XONrR4mtq2jfEU8XCsoln3VSGTw-UYiEokys,21938 +pip/_vendor/pygments/formatters/irc.py,sha256=Ep-m8jd3voFO6Fv57cUGFmz6JVA67IEgyiBOwv0N4a0,4981 +pip/_vendor/pygments/formatters/latex.py,sha256=FGzJ-YqSTE8z_voWPdzvLY5Tq8jE_ygjGjM6dXZJ8-k,19351 +pip/_vendor/pygments/formatters/other.py,sha256=gPxkk5BdAzWTCgbEHg1lpLi-1F6ZPh5A_aotgLXHnzg,5073 +pip/_vendor/pygments/formatters/pangomarkup.py,sha256=6LKnQc8yh49f802bF0sPvbzck4QivMYqqoXAPaYP8uU,2212 +pip/_vendor/pygments/formatters/rtf.py,sha256=aA0v_psW6KZI3N18TKDifxeL6mcF8EDXcPXDWI4vhVQ,5014 +pip/_vendor/pygments/formatters/svg.py,sha256=dQONWypbzfvzGCDtdp3M_NJawScJvM2DiHbx1k-ww7g,7335 +pip/_vendor/pygments/formatters/terminal.py,sha256=FG-rpjRpFmNpiGB4NzIucvxq6sQIXB3HOTo2meTKtrU,4674 +pip/_vendor/pygments/formatters/terminal256.py,sha256=13SJ3D5pFdqZ9zROE6HbWnBDwHvOGE8GlsmqGhprRp4,11753 +pip/_vendor/pygments/lexer.py,sha256=2BpqLlT2ExvOOi7vnjK5nB4Fp-m52ldiPaXMox5uwug,34618 +pip/_vendor/pygments/lexers/__init__.py,sha256=j5KEi5O_VQ5GS59H49l-10gzUOkWKxlwGeVMlGO2MMk,12130 +pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc,, +pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc,, +pip/_vendor/pygments/lexers/_mapping.py,sha256=Hts4r_ZQ8icftGM7gkBPeED5lyVSv4affFgXYE6Ap04,72281 +pip/_vendor/pygments/lexers/python.py,sha256=c7jnmKFU9DLxTJW0UbwXt6Z9FJqbBlVsWA1Qr9xSA_w,53424 +pip/_vendor/pygments/modeline.py,sha256=eF2vO4LpOGoPvIKKkbPfnyut8hT4UiebZPpb-BYGQdI,986 +pip/_vendor/pygments/plugin.py,sha256=j1Fh310RbV2DQ9nvkmkqvlj38gdyuYKllLnGxbc8sJM,2591 +pip/_vendor/pygments/regexopt.py,sha256=jg1ALogcYGU96TQS9isBl6dCrvw5y5--BP_K-uFk_8s,3072 +pip/_vendor/pygments/scanner.py,sha256=b_nu5_f3HCgSdp5S_aNRBQ1MSCm4ZjDwec2OmTRickw,3092 +pip/_vendor/pygments/sphinxext.py,sha256=wBFYm180qea9JKt__UzhRlNRNhczPDFDaqGD21sbuso,6882 +pip/_vendor/pygments/style.py,sha256=C4qyoJrUTkq-OV3iO-8Vz3UtWYpJwSTdh5_vlGCGdNQ,6257 +pip/_vendor/pygments/styles/__init__.py,sha256=he7HjQx7sC0d2kfTVLjUs0J15mtToJM6M1brwIm9--Q,3700 +pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pygments/token.py,sha256=seNsmcch9OEHXYirh8Ool7w8xDhfNTbLj5rHAC-gc_o,6184 +pip/_vendor/pygments/unistring.py,sha256=FaUfG14NBJEKLQoY9qj6JYeXrpYcLmKulghdxOGFaOc,63223 +pip/_vendor/pygments/util.py,sha256=AEVY0qonyyEMgv4Do2dINrrqUAwUk2XYSqHM650uzek,10230 +pip/_vendor/pyparsing/__init__.py,sha256=9m1JbE2JTLdBG0Mb6B0lEaZj181Wx5cuPXZpsbHEYgE,9116 +pip/_vendor/pyparsing/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/actions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/common.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/core.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/helpers.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/results.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/testing.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/unicode.cpython-312.pyc,, +pip/_vendor/pyparsing/__pycache__/util.cpython-312.pyc,, +pip/_vendor/pyparsing/actions.py,sha256=05uaIPOznJPQ7VgRdmGCmG4sDnUPtwgv5qOYIqbL2UY,6567 +pip/_vendor/pyparsing/common.py,sha256=p-3c83E5-DjlkF35G0O9-kjQRpoejP-2_z0hxZ-eol4,13387 +pip/_vendor/pyparsing/core.py,sha256=yvuRlLpXSF8mgk-QhiW3OVLqD9T0rsj9tbibhRH4Yaw,224445 +pip/_vendor/pyparsing/diagram/__init__.py,sha256=nxmDOoYF9NXuLaGYy01tKFjkNReWJlrGFuJNWEiTo84,24215 +pip/_vendor/pyparsing/diagram/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyparsing/exceptions.py,sha256=6Jc6W1eDZBzyFu1J0YrcdNFVBC-RINujZmveSnB8Rxw,9523 +pip/_vendor/pyparsing/helpers.py,sha256=BZJHCA8SS0pYio30KGQTc9w2qMOaK4YpZ7hcvHbnTgk,38646 +pip/_vendor/pyparsing/results.py,sha256=9dyqQ-w3MjfmxWbFt8KEPU6IfXeyRdoWp2Og802rUQY,26692 +pip/_vendor/pyparsing/testing.py,sha256=eJncg0p83zm1FTPvM9auNT6oavIvXaibmRFDf1qmwkY,13488 +pip/_vendor/pyparsing/unicode.py,sha256=fAPdsJiARFbkPAih6NkYry0dpj4jPqelGVMlE4wWFW8,10646 +pip/_vendor/pyparsing/util.py,sha256=vTMzTdwSDyV8d_dSgquUTdWgBFoA_W30nfxEJDsshRQ,8670 +pip/_vendor/pyproject_hooks/__init__.py,sha256=kCehmy0UaBa9oVMD7ZIZrnswfnP3LXZ5lvnNJAL5JBM,491 +pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_compat.py,sha256=by6evrYnqkisiM-MQcvOKs5bgDMzlOSgZqRHNqf04zE,138 +pip/_vendor/pyproject_hooks/_impl.py,sha256=61GJxzQip0IInhuO69ZI5GbNQ82XEDUB_1Gg5_KtUoc,11920 +pip/_vendor/pyproject_hooks/_in_process/__init__.py,sha256=9gQATptbFkelkIy0OfWFEACzqxXJMQDWCH9rBOAZVwQ,546 +pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc,, +pip/_vendor/pyproject_hooks/_in_process/_in_process.py,sha256=m2b34c917IW5o-Q_6TYIHlsK9lSUlNiyrITTUH_zwew,10927 +pip/_vendor/requests/__init__.py,sha256=owujob4dk45Siy4EYtbCKR6wcFph7E04a_v_OuAacBA,5169 +pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/api.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/auth.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/certs.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/help.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/models.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/packages.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/structures.cpython-312.pyc,, +pip/_vendor/requests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/requests/__version__.py,sha256=ssI3Ezt7PaxgkOW45GhtwPUclo_SO_ygtIm4A74IOfw,435 +pip/_vendor/requests/_internal_utils.py,sha256=nMQymr4hs32TqVo5AbCrmcJEhvPUh7xXlluyqwslLiQ,1495 +pip/_vendor/requests/adapters.py,sha256=idj6cZcId3L5xNNeJ7ieOLtw3awJk5A64xUfetHwq3M,19697 +pip/_vendor/requests/api.py,sha256=q61xcXq4tmiImrvcSVLTbFyCiD2F-L_-hWKGbz4y8vg,6449 +pip/_vendor/requests/auth.py,sha256=h-HLlVx9j8rKV5hfSAycP2ApOSglTz77R0tz7qCbbEE,10187 +pip/_vendor/requests/certs.py,sha256=PVPooB0jP5hkZEULSCwC074532UFbR2Ptgu0I5zwmCs,575 +pip/_vendor/requests/compat.py,sha256=IhK9quyX0RRuWTNcg6d2JGSAOUbM6mym2p_2XjLTwf4,1286 +pip/_vendor/requests/cookies.py,sha256=kD3kNEcCj-mxbtf5fJsSaT86eGoEYpD3X0CSgpzl7BM,18560 +pip/_vendor/requests/exceptions.py,sha256=FA-_kVwBZ2jhXauRctN_ewHVK25b-fj0Azyz1THQ0Kk,3823 +pip/_vendor/requests/help.py,sha256=FnAAklv8MGm_qb2UilDQgS6l0cUttiCFKUjx0zn2XNA,3879 +pip/_vendor/requests/hooks.py,sha256=CiuysiHA39V5UfcCBXFIx83IrDpuwfN9RcTUgv28ftQ,733 +pip/_vendor/requests/models.py,sha256=dDZ-iThotky-Noq9yy97cUEJhr3wnY6mv-xR_ePg_lk,35288 +pip/_vendor/requests/packages.py,sha256=njJmVifY4aSctuW3PP5EFRCxjEwMRDO6J_feG2dKWsI,695 +pip/_vendor/requests/sessions.py,sha256=-LvTzrPtetSTrR3buxu4XhdgMrJFLB1q5D7P--L2Xhw,30373 +pip/_vendor/requests/status_codes.py,sha256=FvHmT5uH-_uimtRz5hH9VCbt7VV-Nei2J9upbej6j8g,4235 +pip/_vendor/requests/structures.py,sha256=-IbmhVz06S-5aPSZuUthZ6-6D9XOjRuTXHOabY041XM,2912 +pip/_vendor/requests/utils.py,sha256=kOPn0qYD6xRTzaxbqTdYiSInBZHl6379AJsyIgzYGLY,33460 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/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=6zoYnDykPLfe92fHqXalH8SxhWVl31yYLCP0lDri_SA,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=ZFSIqX0C6WizixecChZ3_okyu7BEv0lZu1VT0s6h4SM,5985 +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=4laWh0HpwGijLiBmdBIYtbhYekQnNzzhx2W9uys0RHA,22003 +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=EyWEHCgXKFKiE8Mku6LONUDLF6UwDwjX1NP2ccKLrLo,475 +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/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL new file mode 100644 index 0000000..1f37c02 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.40.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt new file mode 100644 index 0000000..bcf704d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.11 = pip._internal.cli.main:main diff --git a/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-23.2.1.dist-info/top_level.txt @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pip/__init__.py b/venv/lib/python3.12/site-packages/pip/__init__.py new file mode 100644 index 0000000..6633ef7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "23.2.1" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/venv/lib/python3.12/site-packages/pip/__main__.py b/venv/lib/python3.12/site-packages/pip/__main__.py new file mode 100644 index 0000000..5991326 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/__pip-runner__.py b/venv/lib/python3.12/site-packages/pip/__pip-runner__.py new file mode 100644 index 0000000..49a148a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a4a16f7e37cf7e27a78c332805d14fb7e9285623 GIT binary patch literal 690 zcmX|9L2DE-6i#MlXV+b;s36pXMlUj;6S@_(q6I+&L8@52tcM|;$?nF^WI~eJI;BDn z9t1DmTK|FK*B*P1^)c_|z3}CGU*_f0+*}udeSCUr$T31cTybcv zgJgOYk{y(x4Cko816+6m52MT*_*pv(xW_RM<^kh8Yw^}F$ikPcL0J1y=cglyye7CW zjBPp(loh39`DWN(jQjDzN)s?WGEJztt+Y%*!+-N3b3Q!_0s7<2bNydnj6Af3x6p?J z^eT${&7H?%VF-Lo5+Ndd7w@l>b5;2^Uv9-$FpmZecxLS+TvY@I~i~=VW##G$UYgd-8 z$1@`Bf%*tHon%8ZrMQNlaSo7ia;P${EKtW>T3xFWc8%`1GoE%6nB~Ti5VHS>J~3Py zT31Y_RO#{=PpzTrl1;>j*;3O9mlK+cHBe;7rCf{``qT)^FDsU=vk^#hDidffY?8#P zZi0ddse8~M1UDxjY@*deE{1i6f5-U-=32m)}9BDTh9YAP$NiqRZ zFxMn$d}DRv!zE^n?~y+0aPE=qcWxGCR^@zIpM=uQ&O{LQe2no|bpG41)7!mYVH=-$ Z^?WzjU447x%kc|)2hhjviLOd*Mc9PC!v%BnWqpKhd z2yO7t6~Wq5uS(AT6<)MekSRjJlea)`Jvq~4X`%JtJIwp$%{TA+_U(Mh<4=~v56u!0tc@Uz$WORBNJ-FjB1D=14q>3tiu%F=#m5kjQDXqLj4hFNF8uz&hBBP zBKC3Cq0e22KtN);)Vc!TKHwT>crbE9=E?Oxn2AU!$~Ea9KF3cg46zPG>Pth+ou+j8 z$mu0MJ#41inOYVBpA9mmPv7PBY&4%p8$o~ql#l%p^!p50QdQd;wNy2a7#1i$#w6Qg zvKM#^JDR`D;!Wb$pXp3?Y=>o3)zRuLtw~gsC3NaqTAPS24Qh%~oLU}neNho7yfW!f zr=U{HC!A{*>Lx7+9ap>u7CTaBm^`QcCpZwU4j(E@yoIL(E1FeT9M?8T-S?E1rFCdi z^KDn@5UZn@^r_+m{<3XdFI+1s9`(u9ku^`@no9I#1t&O6-fG+Wib?LclUzdldhb17 z1~Niu4^n%O9%KP0*2>-T`h53hSPX;E-3;Ca?_PdAKl@Fd{mBm(x(jQI-NkVHb#;&g zd@j7aBTo#{kR977^-3F+Ugbk^yR=o>u5494mUn07b~86t??pGO-D)@=`rq-zeL1uK fVn?3(h3EEhcJ;1k+*^9{_y@i)NC2L8C%Co06_U36 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5fa5fbb7157a4d91c9d57c0558dd170635205c33 GIT binary patch literal 2202 zcmaJ>O>7%Q6n?Y2{*Pm~PMS1@cB_^WBgZCfQ7cGOL`mDUQj$8U1V(7J^^TKu>|J+v zoyMsng(wn5LLvu5!z~AdS_LF7NF2E%BqHYm@`=CGu6rykik|7G8;S^y3GCU=Dzw59! zE1cr#0?JKt07fqd)T4Ow;XS*%Ld*Xmtl-IPH1=_>wt}c^xcWS4#O2HQaP}4a#Xu%N zSgig+uo%jO2=foIkG8lz?wkp8a0QgW0w_TjH`9u@I_jLUU*?bR*POLN5Vv)uX>bt; z&;v?nvKzqkT?3`Xwa>HNzWm95!3irNrS+T03h&qmRJeF_=IeoJnk`#Yq|YTC7f*y)< z+bsHRABt@A<(L5k{FtSF8U-?m~@zUA+bI2no)n>Q^Z&e>e@b(>6?j8vky`(Em% zNeweqDa%?mRWkHE&01z^Qj@3DaoN(1)D)&SRZwrGN)>BD*Ult+Pp3@PqCF)!J1LJ- zGllPxk|dNpMp@ISAxX(nWjD|_PBl7RGWutZPT>)%u1Od{vag_L<$~Ftd~T0oC}taq zKj5!9Sc@f=ZhwAhiQK=u8cY0bvTV+`ci<&#A+M_%&b}s|$?h&1A(VD#-x&sG2H0nI zpqPWLQ0r&sKRJ(Z%U3pHiSeiLR8)geFU!tw2crZVbyjQlfdV!b$Z(Wb zcq9XHiI5R0Bre!pBWh`|!NfF0G<+3R8+Q&E%Cele1N)f6wh3GyFR(jIp2I#wDzL|m ze6xqRPHe6c>p9Lisq$_u&I(n*3}1siYn9|UH@taL6_BIckj>+Z$9dx*LfL^FUR^Rv zG;2pk21lgP;hX781EW%Ucz7)Cu?3SBa<)HLE)-Z=Y@vkNvb~mUj8hA(=x4Hfh-@_8 z)96HX=H!1TA^H5oS8%8K7K%A|5{fOB*FrCC#X5eE9NvtaSdE-mzPgdRSWCYBI)Mh};gy1q;j2teEkb?UN)$&tl9x z>UL!0{jsaVLsEL+#?8U>z-XgX>=w6pR4u35!O@C|t!`jiwQO%rH;S@ldl0--v13ki z#CDJ@%2{m0)TlTN@ablfy{ZvwUWm0|Niq(j+Q@|+z;wxy^YW^OUB@zxvAsbSck?bM z*lzX~jYRJH`<(y%###Kws@?n<#STvhdCCbys7HZ>cDxWfJQsQ9C8TG^4}x!#kFD~t z#dj8O)cB62)EXau6l~k_4{rKLR{bN7S~`~a&Cc%C&h7^X9~`fBCe~Ye9^U=o;(F?O zo#z6 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/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..32ec11966c49de3f505dd07f2cb42d238f979136 GIT binary patch literal 850 zcmZuvy=xRf6rb7MTQ`?Pj1eIgI-<>q?hq9;!K4x^iG|vn!ZO*N+nZ!}c9@wxIf;ENp=);qx-javVo->Z9 zHC7J#pu9#I%5Z^7+{LBW^{}(O!tVwk{i0Qd-4G)W@o??rQGx$*XRJcji7enA$2^(? zpSxL$PxOK;eA()@hh8W8;bJ>p6WkZZHqirRMI~9W(!ouT6jj~?Oy{NvHMg~vDR$vw z@=(m zl;*(w}|N~(s6Q6&@=#?;)LMJnUH!4T1~<=Gr%^{?e4;}`@R3miBau8gf-|E literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1d58b7a166edea3381562da99861231f6cb7a3e1 GIT binary patch literal 14294 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9d0680f683560865a1ab314f8583d5aaa7123e6c GIT binary patch literal 17402 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5ea73b4da6dc4747e17bdbe11740bb97f586b8e GIT binary patch literal 33403 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�<$w;6_s9*nv|26;I>U*n{hnwmEG8Mqjt7>&i0o3P511Jx3}DtzaRZ>H1&Azd;O`B;~%(=FO~Sd>f%z} z2c^vqN-JKSzCN8QZM$FXU#hIVb@JxPrONuH#-`a9X2<46Q}qEoK9;KAy5hFilz$}H z%gR^0Le1vYFGN!HJ6650%w8zTeWAX6seU~xk3G(m2o*KAI&OA+;B8tm8nski`@62C z>bhHzn~@KEEf0!HUp;XBK&oit?aDuCy3>^M_bioHe)U*3{eJnzC0`|>{v{tU`nIJS zs-vO=Z7wd!cm=OdD-R#CW>)gPcd%kY-eA$*vF?&!#@Al5M&L!sj^9>#I6`h$<_Q1FLK^c2c zE|jA9>*E>Tj!MB(^6M)0WS`sanQdJbaLZJ8+1nnJ)n@Ftqpjsq#z`@k;HmzN8!=9L zsox>|8JEt2t))IF?}Wr~EBqe_$%fKZcadRh{-usX9D`_!$dLfuIL zsVw-=KTRXylqDwhSBQj+B@+_*t%90lJuH*PC$ z9HoDz##KNK%k`k9=C!TaJc!|@+=UzXEH#jVzc4p&J8vMR=QNN|C|%3j5SZ01q->Eb zFuhr!aIwku5gSu}I9~P+I+$|92|m`DZafu^L#sA=X6g)AlO7`BSySr9lYM7{VN%Us z9#f*y#FVB=4J2aY5ef2=bb-m*o$)CM@#7adpu$Li+09K3s9Z%HzYs{ajq~a{jk373 zu9eWKXH7dbMJ$t{`wStP;FxHkmAX8JfQ0A-?)Y zwN)WoO{q3L6)H<@aGBWY=zHkv0c8Znf|er|g0e+Qs!WBW+X84nkRu#@As7kE`NKt4 zgaFJL3dlT-vDW41qy$s(kd=dv4O0`1L&-v#>M7}hJ|-6+x=sZiKA~GLsH%7zS{+^0 zqFYTMhD2!@W8Q+pP^mKcgS3Hxhgfvo4gqZ&6*XOi_R;<1rKjkV_ zgQzw65-FWK>d%AH%`p)Cqn&(r45_s_GGMLS?8w!e{}?9u7YgBoGJw={KYpTV32)m6=dJF zG5~+qmJi_ca$x``LX>NukfENDZ3>7Gfi}R}22T(>)4#hAcT72;Dl6*)!a4;^1hf}q z3`lS%)}k4vgCWAYMCOB%*&5jvms(Es4s;*x9_Vh7fYe&fJbAS9c;AuJEoOys9CjvP zH<)tSY9KL#>7GMV9h|BcpK^>}cK^p`R)KIKzXMlWJfRu$b8h=#|nA78dxeV&Y9)pUS& zoCS$*mhP%3FkgI#P#Oh)hrc+{%avn?r219ea1;K2tOsuZi>}8 zASqR>2)J=NOvQxoXI%P-FE=15A5AfoWF_=8WrMxBhP(*O(uao1lZU!t^&&$aTi4_w z0`862H27hFje@ZcFbWTYuo{aJFUB}Da%*Alke@*y*EXa#kHHL0|1E(QTVHYmHGx}m zWq4VH7)OZ8hzr%YHAUtFm^Y^?4Q+D$8eITfvstwQE}4XOO;{>@oQ+wZ-?8?j6`HR} zRHRZMP+`Op5|?x`V-xMWXfkl)lRL9209G#LO5S%vElUn#R`8pJzdAADSB;gH`; zU|U)Y#;F||{(9)%2elsjnbZTx9czu2KIwsdkyr=@-va^TB{xl7CCX!3v=8dK=7Qhe zG5h=*yXNb<{)Or3zEo8s{_6kXN)|y3V(_OVq@)&;!N)M%6hcv*p=L0rFM1^3Qphu;^N%fQ3 z>182fvDkY=f@r#Pkftm-Ag#fRuuSimL0a?Es5CPeI+u{_$zgLCN!4AgB+xq=ZIHYX zhU7u}VW$koN5C^Mq@#IX71kzv8O=~BD5j1;G)70#wo|&|Aqz2d~@ zoC&INg{zAW=k|fXktvTzmn6kPA?SM{psE`GrU|u#9pjvjg6Ule6z;_Dpn)m{W#&%w z@lH_sXX-@#A)x7};2#DNxjOqA7V4d5!*jh5ADQ+?RzoX(V12KC+1Ra^53)@|k+%ITVzE6-j51+-9Bz zP#|J2L5hei4uYX%nTT8wOfi5eJmlA@i4@eChrEk7kkUU>1HD@7IHc@0H<54#xLwAS zGbWZqFs+@P1QYNp8J%QsQn;mGqn1+8WNv9UZz-jJrj}NnQI!|MvB@~ogB=d5yvbdw znhc=>^RH!QTG0qRHi>Oz+8wN6ja(OQ_1CG@6u{d&yDks&R#SRTtKCSTYxyjKeC>f- za0{{OLiLIi_BM z9ykg%!%zZO9UB-pL*3I-xeHET+Rf%_Xgofeb^)<7$J4Y^*WpO; zb;wj`on_jpdq6`sDEh6*kRhWShc8GN`oE+i6&_NquH$MwAfgM5fI`W~$MAwt5Er2| zkq&Z-)TjO~+5+zECT=XQ-k{ha3VJ9wi~zomL~{9~Y|dV!G4xL*ne`Lv3%Ak`eEbBT zU%=Z?OhEEk*9^(0So06j9YetTpSpf3<=x0kU%z|uzOQE1HRr$Q>v#Zb-2T`0FV=6H zuirLv_?45oMsIfA+_BrEKX!4}Fo#njIAO3t2E|M(J!P(PNI-`IKUz|8{-r7bB}3tODv%KQ99`HTc{cD!B>#fmBLQb1F} zSRM5o#qw2*uTmlfo2b^)h%iOWdKjnLJC-*3KXg~vcR#48&e(B>$Wu{2yJx<9L&ixz zU1WS}n=fn0P%gXzi%}89HjDPw*^1wQ^KRt`g=z@l&$#rpwkDgR@nv5aQlI5lp-l8=c zGD{7i;E1^)4ZIV`ue(?4^}OnfCsVGIte<^qoT?zz1MhbO#eQE8PEc8!@QdW! zwv5eUUpH4le%tGA_rSZ`zAobu?WdTeKzCjQy`2MRged4*-h&`lQphSy0dJt!aE^9i z)0msV99*G6zda1*T>heTrLHtR9tD}!+-ZZ=Xd|&OiL8zYPr0Wt+kUygRpCoc;h>Y713cywpx-sUZFGP^7U&dK{<>hZKAVfljvzJTmCESy$OuXxfc+{2YO(gkqVtPE%J_)nP$F*W(-3pG-O=U@Sw!N5UJM3;Vg9VyBF_13xCK%Vl8>ndS3I~ z_^s5&J?~cjuz69qGgi89 z-^uU$5Ayr*lkEP$UA%0^^Ni2NRh+nS#6m^pAQqZHx|Yu%$QKr}E&+-IHW;VkQtTuq zXrh8s6BS%AJ-UH<>_9byc05c}C}N^Qy;&vNkF9Xr8qNi!b=?x}j?)a}&@zEdV8-P@ zvLXARQ@H{qsN6}G>rN&~q$@O;Z%D?LG&Rh;Mj>S&9~{DDCGF*2|3f4a#3%J`KnLADj#2xa8d-%p}} z*|!STYdE@7-m5l~>;YG0l09Tcf>=v-O&dKz%bd(sYMZt}f$4h3{kFFFL~hR^4Fi9N zT>o|WAZL0{U$Tl^0+^owvmfwb4kR7Sb?|($N@62U`VRi+Ik*IRRAN<=wJguG=h>_Y*S0fCByFDalJR5FR;F<8*XxpYOo4ms`%xG znlX^}^Mn}w46lC-tPN+o+Emf{`wdd6dCx+_-s`7U970*uqEDLlNprj2X}uj;*!)Dw zzc01#Y^u3`!8dTfy!wWE>+;RZv(pPT9Sh~1AHqf)_+@$ZVtLDac}uGGz(V=wu*ae+nZ9&I~VF6Pp#VpJh!`Psi|%DJQ!U}Tq5GRO*cwAfL$rCmd~>R7%kBL@>P;`dy3gX0_;rM!F~whHceh*wK^f?o^B+>9AQ{KS*O$DPObo^N1dDkq)RnNDWG_A zILgQ3gr5y8POB}~cO<*<6}Yg7`FLgVnt=<6b$-W|#ecwYU@CU@g5{m0z2E>Mj$yE8 z4F-3;kx<*|UR-(y0?F!J%&4_G!2Ln~7!8CMNDppoD*2of*3hM|Kc`1b??Q_p7augQ zHGl>(m?hBIf){}dRy)hm569cjEmUqan~L42%yY#Ji=-#*p-u9P|E(B}s$+<{5@~$i|LcWr^9_~LNSK1Mr zptBHwv>5>o9iQ?vEqE#R~K3($zonX66FqVP(W4SbziCfhF>++g|FE<@T_uXoo6Wz zb+Q6~%XJ9Wnqpm*iqjxsDt6M|5!0e#@)vpN+7}6q56i&=$qlBN(|ig{=4CC{_h>Rn z-*HWtd;YDs=(nS_7Ca1YP~h!ynfA%2lA&4gdAoACLvz)2g!F?kB>VH$bVzeJF;9)1f6 z$&HU3RU%qs>Hl+TKIt*I(Y|)?TyVDRjq2B`->99h-K&}H>l#FLBh^G4JN6o~MQMuz z|EM-fruCP$jll{EoN@*3W-{Z1H3!GEopJwZYbX*=7jv956dS=l*Ld#k9d6DqU)}ES zQX^kLC0NM5@)^6anrpF#biOf=a@F2*ZN1;(huwb5oh|dbPcF2a`be<2yWmwc({rP7 z$y@g7$?GR)E8eJmt@fU`Mf;5&-rj$&cJGh9doymP|?Q*waVOTFiHGEJ%gJ-xJ3wkn)sy ze#tQ<9&Lj!M~tlAkZf_P1GoUAC`jStBo>_r!`zAu1pE*r96dz4FHi`&fTM+QVh|k9 z$nzhE4v`EjJ=N21l);Z4!Wj>6bY(|K$O^XbkfJ3Zb<-gamrwwXK4NYeoDm`Ax)d~( z06uvfd)n#53qD9(bIM1JPzCvW#<`go?F!0d_9nrz8o+*G+bVFJ4gu@Ql}x577J z%BaEEP!#8$pOEG0I0p8-D@;=Z4J~&M)g(Dm3Tl2X7)}@ka1_z#C}ZanbU+mAj&ZP) zQPD)uaL5}$r`Svwm2;~CohO4fLb`-5Q3(YxQSiNmbsuU4qnyOl1a?I*H{BN?xiDW{ zC8$CPt)J!5#}&%h-}yYlwCZmITGjU{s70`fqR_%wZbzVLSg{=QFP)B%6FkYm!Trc| zmL0Do1)&dtD+izsdKoy-ng<`Apjub8snPWM1guQOA}b?7Krx+n1&s-&h*_beIQ^zW zMz9*lxxu7}s^T zI&?{QvXLfY6O$2UAHuSvtc^lFnlB)1hJN$u-vXV9`4O~YVw$2;P=AO~{ ziiH1y=}49sC^$ew`yL_9dOTpJaHw14#p;gv>W+o#K&onMs&re*wQV)QAu`LR`ye7~ zv0R!Og!1KGCNSXY5Jt|yKm0W^s?^MUGQ??dmZydczy!1h)ci)g08(6DeanB-f1`f( z&}`z3sn@2y_2TS!sn_nujLjVrstTjc>XB!1YQTo(6kv?)lo)lNhrl6!C(Py<2 zN39M}z(C=BihYj))+`1Yj2oZ^HrXoHSZS0VOWF#E}k3eV?L>3$0M*(!PIQ+E1ZwSc2iR zDW;JbxCivYgiOFFXhbBxip!vjU{&a4y}{&HMGZy)6EV1jL+h=?yZY`FcED!y%Vs){ zsrxCKs8aCHG?z5AWLXk1KMtX|=hR5v{HXU) z>aS>mljj~iTC@?eYwOm+qlN(m3BplsAn`H7iH;46`ZE-s563^JGzvamyYG^z@02yC z?}VM{VjJ@cgCyMQU@ODkB^ctFHV963;8@9p&c*gF713B|yBm{_ncy_4C|M{qK?&O@ z3$`UVOh<+VenmhQyo?@DK>#f}N=wU5sw3<+(0+9i_#gw$Z^O1u+HK1QjPmQdN4f1h z2ByGNAr1vQru$ifl!7y6TW$d1Ik`Y!2~`>!O10WhM;OcM!;NIL^< z^%w-BZ0i(1UWXG2Sd%!)r#%>x*rp8DhBI!AhXxa>qi|Y?SoqY#fInR{8cTp#9ipF_ zQjX?CzbJ0S-*PzuP{5o`Qfyn)^9GZlu|B2(IVVd+YkZW{j^!Q?4};qphpS+S{7wD( zph}msd={}Q7wO!p?AROi(0+hlqB*)|jp8|)gu_TkRvtsO8fY52z%ukFPVQ+SKpvr? zjdn5Bu4Y^erP@cxN_;8~c^1aSt0E53fx4@(jbH64oL3(brqN3PhvMjC*dP32@saMQPMZ!A`9{GehZ?19)^;kxNs^lkdUw`s*CR5#*uucu#odT#Qz zyim0xQzR5u!Y1k4xLCSnzI4lyx8ehDd#a}WcIUg5i+hjH?>)Y3wb0fti)My^p>-QI zemez^Q9w#GE)g*z#+Vd>QO?8W(X?OC0}8Cv2YQth75g4|i;12&+%;&j-JPkl+uP=P zG6HV5597!b9EDL*Zui^>tq8braz~})pnM`ybbS&R;-&FCr%B_ts2E+k0$f>!p z5sM*Y;!nsVtqJkKaY22n7WWbc7ePA+0>2`Rk_;YS6TOr3L=M(uN7ylrg=1u`B=AFA zVZiYA{{18e6I;UFuDbdP63%}{ zd=CjNG42ZnMG52YSbj}h;Hm}P2uV(5tGA%)3Zzv^2Bv+a~xket@=U)eCk$^SlZthc{cI@8_rWcShD ze(CUOb{6)j?tz|T5}rwfn~;9w?CDeN_u1ahpF4iG_f&7+08)>i>3Ae$zJLakj7zd`oBBc$BrLFU&t#gMLH+0Q!=vvsY?_GKEK>z%K{)GeQ7D}H=xt?0h zC^_*m^=|nfNXu93#4085lV9YKz#Yb~im*$r;RpSw{=>#Ntl1c?S8WzzKMn7)ui9Z< zr26x&8T*I`JGN`uR>*>gcgRmA?~)xC4Hhf=2y;WMV%{~)wE7oI^OEt?m^F>ezOCJ1 zx0G%0RJ&NV`kiUR`iePr1$*&|0n&z&C_A%k%`(Y@xq=zT_?ytbNkh~NBn52N)sc}7iI36WTywlXzwpA1C`b? zq?3%TK{`{{*E zyA~>Tr@XsYuTAP1v5(87DEp>p7;x8<0aq3Z9n6sJ?{xz%VO2-nbZKVYW|(zFcDAD> zS*=f#0Z@<&Uc5@knD7(!cfhg=WHpT+%;Kv`h-uhZ+l=*FNJ(z{lw)G-+rC5t(vDX@ zW;S5hP1lty9X*yR^DmZdn=jk;rX^NVHOA6oH@8->5Tv0Y5o>y2i26Rf>> z)x%ZHZmviq@{zWKuNjZ4e}gzP8FR!-R0c4nT;W8JTaGnX$%mBnzfwSOK(4&}V;gba zd72ki^Fe+9$N$FfWaA_I{{`yo9P)h(vQ%qz@A(cmf81`LT&5d|vQ02BZ)kt(aRIsZac$IKDUij3_V7_gJ)R%mdru^Y!BLT6S^ z2InPTVA1#ZypR09!`}_R=bqnnVsY2N{H}q8T~96ezVK@+H3swJ%hqEdzfsKkZ+D7Lx&+Z%4j@A&7wI4|wYz?{48-NWxyyf^w@!~DKJ_B+-81v2xlBQx(8 zL{jO}J>#geOLMI&0&ZM>qFSj!Ly+rg$+o%z ziD%gi&5;}<$}h%f)7$LIJwsl10JEz-c*^0LnxooiW~edxUYFcd?kh>OgYbfRkLu=6 z94dozou)}AW)3(a>)ye}%5{*VQfm_1L-da;4RhF6_ZuxGuW}TzI7?^*oSVnz5ao(B4fuL z6vJ0LYrTFoCXfFhb)ueJ7Ry@cO&a;h^>q$U5qsjA->GfkC zp@N7(T@Tj{`hXV6@U-KO9Xta56)rB6q&11WX;2~e6aa#TfQ;ikAUdb$qgs7ul6HVW?vbU~rvxhue1-_Ya!*`c&KUII>n$$Ds}x^s zpu%%6veYo7jGZx%!myXgc(0T>wEG}&c+w5M#*m)kgWQ|#P4EmRh^7Z;nBeOviQJyj zXT7?C>E((AaR1P=$mE4|fsXIowQJ9XA*Sb(E?nq+dZ71g zU-!wA&vc&Z?t^aV@P!L`L;;P!*-0UIS}+nyK%@EUkPb$pGMZBm@(xc9V>68m?GM*w z<$ShAQ*bb1#1&{cIxDCwp&Df%Rk&%~nJC$m9kxyluscm4l%-mI#;37pYF+qa==lmF zY@e5S&6mIg@r#H)zuwl;u3Dl++2>jBSbRFgK(N>8T*_kFQ$S}%WOK`goV|Ka!6r7l zrWVr*&GtzLh2&2(o!hVicOfYGm}U@JVRXi73toa6P1CgjS0!jkF>_g=b%#}Xx<9)} zq4?1);aK3$z+{HAf+TWAQ(+uu6#;;liBN(@v02Mbh}eZuQ?H#dTfxql_2^qJP?~WOP_^Q3`F|kb;-=elL~$XW z;Hr6JpaGOdiP!?512c0p7okKFU+M&~5-*^AYCyI?P1FpbmYmRao;F*AiI;m8%jc@? zsvV`+#o&EVf1D6zY@->+$0tnts+_-Bs6f`%W}o93%G z&0Sfj-gf=y%;6i&V2)Bn*y@X8^Jh2R*!qFDd8wxPBf(bOe#45B=-)c<=7GDd3$44b z!|#S;);|0EPih*LDjSw+*>?w0)olyDwu~Fu!B3P{f35iAl^Vg<^pPOC+m>23ef2Q* z>$%(hFVhEnN$lP(zU=Fkgl}|v5q)1O>JC`n-(sP7r%3UD6><6&14$1#IF=++hGXwx zz|GpALcl8v?-;wUu3Fr*+d-%EC`P~Vg$>I)R$YezaRLTfqRRkRp^*Mkr_uoG?F6pb z?|~Hh_DaIgQ0fciae=d8(#t=-;xNv zetZ?nD^aUwx=4DsJ&-PDOx#3_ zb9G7kWMZUq57J%m9*&W0nJmvPBArI-CUNIey=M=d?(a>O@tuFfC@{*uG0uv(5`z7E zB<3$w>1@F?P5>h?JHr`q8|75-ab|qOk*FT3!N)k$E;`u(uAK3->q%vbBLpYvAg(=) z<6gqFQ}{6atz`{cc&R)zl;@}|WOX0H$MjT*Y62=Em*KQG9PeeH)sv5)Sf}qHmmFH2#`!$bA&e zw)mAdEtcU65}V(xyjON$#*wjj-A{^3-tt$Uy#C~@<95x=llQ#aA;hK{x6fBUHgj~T zrf#w3zm)zgX2iU)BCj?LyUK9||}l`X}{GvzO=MuT3x1cl?GO z8cnHC1{QaINFTzuvGZ$F*n{z#3Z!D^Z&~O6`DJMhp_HE606?>xKMd1Sux zNUHQGkQEyBGw+^X60X}kU$go4?uD8iGso_uoqgB)@MV;{j`wP3`u^5?0+93MBPTST2K(Ay<{re zP)74Kg?Awc>Pok=?X(lI6o)a4VRXkc0-|?qzouKJMR1g7EEV?ZyS4AOez)->0nufv zo|xGzILb1Xa{IamzN#Ce^c9!69w7I5Uwg)mRLGN__K%#1(K}@;l#>gJ)E564?npta zO2y~NasEDnw3C1vD?!~sNp;juE56DA9~00*lJnwRHBa0H)6b_JV zScmMVSkm=uO~FM=#%Dyy8G&q_0dhY>iG&4Ju+2i6FFidQzTy)Agwt1i@;=^@uE{Bn zGV(q6Y`=ZFYSmLh4V-6mk|6-o#tp-jRBLtag4Y#;{N(G#+=pm8wI4`{39{T>pBRyo z3@dOr+d_lKU@ApjBfQGK1)FyF>fb=&pF`b6PoAb=kb-9^AoC|XRGl4O%ud8*M~JfH zH`(!(?94}YsvPXA)ZWU(Wv_$fnkRMZ^`Xa_6Xu)~~bnU^PXcVxaX%zuMv zg_&BDDJ__GT`i%GF!;^&tHI7a{^{2PDxJ!O|3dtC0NvmmL=mTvh_>YtL9G0#Q1(-y z_@_b%`|tj#;Q6`GF)wudTsXQY9Q{XO@6Ux3^TLUr37dZ=Z2CK^?`O8gpV^xJ!M6Kn zwu2Acbu%@K?z(w*-RzzP_l9eZj8_!9ZiIkc#I9KxYG$!3<0=vTOHS|1z>OU<&&)gF z&Vz&p@G-LE4joFdFXN_|hhjw(^9l~naxr2nEuz>oGlgwQV$+IiLKNF(YgYuiuSC#| zPWpx0ic1u?&AKSQjpC2Zwp0AE6;$m>ZP>LU;J(t5^P@rZ&>Og|9I%PIQcYV|1l(6j ztYVLtTEA^YpvVgP(OpjVmsfcuGuFU`G~3R;nw} z5o!hQD}hbo2{F~OGqvmJ3Qm)QxN=tXi5;o+U8#MiRs=*>HdTtvsj?Qz-@FpoA|4b| zzUCEyA}h~|F3~ZIqaAQtsYWp8*WzuW=LX`qtqf468+)|}dqs)jxUF0f@i`7QKDe)V zD#dOw)!s!Fb&HvR=*Mvq&2LekKg(5*hM-e&exjU2nu*TklMM0vV zK%$`|G}It!egzG*+aN?m7j)31Vtj;*c4nWy-n<$6^U_kEk$rl2YqZH3`w<5Jt#b%w zD+Jy!%{0$h!H2wvh7o7Ft7C|OL%dAu!F2-3DAAo4onfbm2FHE|f+Quqrjg`i^8l1d#b@h5WC&Gw|81S~Y^%#}4 zfYgh#v@_i@r3a)|q&2B=DU==?ThXk;UN{qBX#O0#KqAD!19_iHbh4>cnMsS)Bgnjy zJEfYMvGNtlDU?&0n{86$CslbRy}Tlw@o>qiY)6erT2OhETNcWcscqUM09>Fn3AsB- z;W_)W$U3Xv7f!vt{c7z?vOJ?nDrJ4pZM(j))H4j%gyBRRJCAKl>gOaM7%qmT@URYg yH;YQwIjmuz4R_}*P}q+-=ik`5U)>%*{qo6PvbXW}_}3HX_Zf}fXTQU5&hi(FZwY{d>P;Z4mi#)7Zb%toHhh|uZZEs2(plkZF|BxbO zd+mVr7&<&W=f9or{QrM``j4Sd073i3x6foh+k?>G$cxjs+F zhgUHI^ilXVT6{jKh0JCHVhp%j7pO%1UxaBiL74$n$VsA6$SYEUF`4Jo1(Urb>xStY z%Nw$$3JMT;3@xX~3EGTZP_GDzEWRkcT9C1nlT^dxw!MIe#tW)$2#O*Q?qQ5IYvjtgkWawt+3$m`u>eQDkGuq^g*?=XZfYl5|?5;Hyo(%l9E<(4840o-F zj2b8iIq=L=I7T7EQ{#mL{5~q8A#}4gakIvK871h^9clUN>ZiyJRV#;n3nal0_UC9vT3j;IiP46LD2`3E=?oY zq_;x%PxS94^kMJVuTI|TxIOgCu6v2W_1>}1baD}#L5aA}+ z^0=8SMs_L0#51FWXg_pIXp?JxEA!6D4UYei8~e#+Q1JV{yS-x@hsMh6*cOl=v%R2_ zT}onF*9tfzrA2VX44|^Gc(}WoFKm;Cybh3N0>Cl_~*ZSWaxHeF3 zJ5lcY+6FgNW`}SGteP<^S}rf>;2=YiA;^lJU`-#kLr^!plLQP^G(DMVDKl#ZYwwmO zGf>b$yOck5qTj5WpC;y;J{^K854Ks-(j*gP2x?CA!oUi!KS2ML5Tu;2DzRSyf7<2t z6j?o5^yp!O*krXL^ERB%yDrUDs>tH!4ZpiiiS#YTIloh=)L=MS9L)qBs`|6oFcYc2 zIiua_q2v`=^5@8<(CgkA;`O_l=y7fLskF$Jd|+J@>>yS|-wPFy&eeA!HaN6bDbZU( zDlYnPujniKt{~hE^!tIna~r*XCcaA@ycT_;k9dh~U&9S{B%%Z^tY0Opm5M2fn~KKb1Ujd0)C$uAqJQHMrVxx75&b-9x_N?v09N48*jy&lLJow5PBsH zoB=;F4!BhAP9b+kS-|xR&)4T@C`3LdHRduN&c(61QW2@nYa@`dzxd z%OZD`cpvv&ZjPEmwv0rxa25jkk|v0}F)i_KZc37@z-MJeN(KTvv~dALPJk;!KW)8} zxq3d~kMZXP-4X$lm?s%Yf-EKS@oQ!1M?a%U~nkuSrU`30M}+KlYu3d;MyV;2d`!AP1%=bkN!p5bHz9b@P7)h zh~VC|ka1aIw^qgk)|UW8k~|&VwbV?iBYsZm!2q!f1mBz0uq(vHfafJrDglOh4I5Al zCF~P;(JFhk!B1f1(okTlC)@`+JC|&?WtQtsBz*&SWI2aEglWp(N zL~JYMt<6o6ijjw+N5+~;fZajp768`9!Iv~%&JiGOUi*Huch*}o7YZd~IiV%2dp&$sE2v^}(Ni$8$DW4D+b5}Tpa9J1V$j0im~IsUix-AuU6@p07GQevb|@mdLN+2v7Y zz|wALnxdPYxoJsK7Gw3P!80e1C!bCpU$l+1$dZ=eG^8WpbUJN2dpez?I8#7RzAOY?Qy05|IHRdhUqLbwR0qH9!Eu_0 zL$IC6cAq#VR}S81$&q!EIWhT&G+8Y#shHF%rbmH13q>NR5lv=FGRy|Z06D=h{kD%n z6>qWyLsm?GR#u^?g=~jOfnt@$m=rCTR5jQ~I&x1XBKR;F_mHlabP4Fp5M<7Jp=tWb ztA(jaWdW4DUG&**l(yZ-g3RQ$MXTwt5)tkqV#yVSyP?xbX+*+fTeIu=IN4rZtEB@! z2h;=^eH2RVCG_YxYHnQ}Ss7U!T^YSTxY6|F(hHl>*s6EMyBb~zugz~ndzUW!m1}#i zeKWkj5@}tYsUoWV40NHvEry8%s)+Fi9t4oDc{9}bR`N#w-B2H_`j6gzb+cv9>g>ww z^#eaU{NCXo_inTtSswY6fu;Mc`&M6Dc@6ZnK6x#8zje=Y@Ie$L{P5)p*Iecfy#K^z ztgA{>jeVdZ9tIVmaMg!eI<5u&>~CI6-T2OW$1^)f>BjDVbU*Rlxf=s_BI`%aZ**VS z^0I`J1APGvELWQL zR^lffc^qtkw~c>@yq@-Du1Yuf+c$%)YuulL-Bl0Ffs)9cd*OZS;eBhbZ-i4zBbE66 zd-1OIc-QsO+h;f8{Y#fBt?f(06>oUyb-*BgYS~+9JXDSzUiN&#b*@d{@ZN5|6Wrj2 z%k1!{GC7_HdvjjyzyxifnwU2c5=j00>NP*Z!=%Y@oLuQEXN zSSRlIYrgy3Q_OEu+z3Pe?kUd*@_xYhM-F;E2sVy%dOqm%z&O!nhTQ;5lK8^?z-mRT z$z?RSdorY8&@ltkW`nVihrEDE4Tj0bAZ{Sj9DGJ6)9|$|YS@nFgWG13cBTQoay@ZVAA$7u9ZmZj(i2)b&RqQCz=7Wtk&>;kUN&V*lpkw(<=5JlY;Wvnw~;rSrQ;G5XDCtPD|d#L zsg)8X-Jo(Cz}_Z>9c0tUKu|kf19jR4aegJ)Y(U9Ze+lP^QY(B z;gFWhBt?Oat@}K4@11+k<2&c_pIt6Hf#(O8kH`MAi;(}oivBn%h0Oy7LT(X}h+Kk% zw44iZtZoPySk8xdmK#GxmYYH*mYYKsmRmzs$PEcw(jKyNI0m0^B%L8=(iL(g-640< z6Y{WjW1=D17;0i=Q=&Q95^7;(bHbZ!4YjheCDE2_54E$hHQ`J8Lw;7aB|4Iwp-xt| zCw3%vhIX>DBhi%9@oC3=#*p_~p+VNxm>5b1LqRAvg@z48GR{uv8&}Jv10Ql)Ep$+9mJW$6(xI49 z^uA{dy<#Beh}ilb5!*h5{lzDAShBO$c4+nKtsiQgBs3!W*$78qgboI6a?|sA{27CIM8qA}J+j zsT3CDbfKy5ox#53V4rxY@BC=rr$_rHLn=Qf22h|X|JoPxCMnKkOATE58X%sp$Vwd$qnD27GDB>5gU0Y`6!ElrD(YMF`1Gl}?= zYL;gr2M!!kZ8Op}F+L4j8Q>|hn`(nk2v6k{Nmh-iNK%qnUoruZ`t3sf8DwK`i7(F z#)<1EZU@#Jy+y}R!7;Sv7+xMLIXuf3Hi4K#G0`7$rLg%P6mAiTpgsj%%1OLv5P6Vr zBS?`^GKmI>j~PVMdq#ajLuSz|S!Uh(P_-OrtrE|q)hJrveVYjN-%kzmm_-}V*>ilr zuDXH$V`q@&y#3lRtn2M5lkxit%fXQdiH4aoyVa ziJ3UP8$Eq@NA8T=J$C0-IJD% z4?_3b^UVi-OL&(T=5O?tEl_$c55od~>S#ONOn%zkaoWQF^tctuA6ZPN8!R6=c`P@u zw7KQ<0RK^dgLI3UMb>A+(G7)Lq-LJ$vEd}4oj?ZmgqL%&YR-W1iC+tFbOc&u97_h>iKpqt!u5r`)kjfFsm^GYf*k|95>HB7XQ}R-ky!s#li4zJ`u%y~7Vi z3%$pSJr@f-7uR|w@>Zeb=*jmV{iWk54ulh4fA{u@f@dIa9bo)RUxT$okxlgnkDsya zo4{5K!00_Mgr$5*(_B9_5U>shvHDj^eq}@tLClt=}LoM)>nyU z^aFm0SDN*n*{TuJTR`L(>bP&z4e63mY14b_3yVHJ7*5loX%;1C+p}n#?by}?Rb3$U z_n9xX#e{<4-l4zuCDZIqyrilvtWb(wg?^3|< zoZI)D8wLGrlhafQgT|FryDWj1f^bs~G}1vBlcGhZLzo01Q7wR*7-U5Iu324_^%%-J zJ%eorkjx}zlNp(MS$UoUOr`ks6t|ytV{!$^a3v}{tAYme2^z{7F(^GObfdDrM-!*V_z;Ef#wV_wx0Pbo!9v%;HP<09(YBt4T*>LW zaqjxLn`5^wyno^ApI&!%g8{eofW@~p!V+CAH&5L<`~KP6W5v$lLg(Vxj+QZ>wTFe64539~__zT%cqSC{|+0j>FG}Q_|M@FJbjvXpRokpVW&?v6H6%pcH4Uxngl|EF>Dz`SE@fA$ut4uy0w4ll0ymmHO4Vi1DQYdV z00y={iv}1S!Ac!n3Oz>XspC;WkLlZHU03}tW-!;Bh?;v0qgcLe)JM^EEC3Db#DYZ_ zObXzSE(9-6!8TsGe3?ohrdKXc0SdnYm?IvQs!d36rBYi62&V+tbAdwCA|gvdI)>v2 zaao95jl@}SWmEuS@ybF|b{|f<+&vUAUAMvKd4q`vjUz!AljARw14O zHIqmPgM(S^#Bqv%jiP@<(T-3wD-_Ry;!&%P7_dY*8KHC8484NQe~Jkn2&h(sF{%ZI z2uG8mYSzB)B_D#uqch+`v~FQCa3QqzFTxn|UqiA?9yyvee8<*&C-UtlAI|4nL32E5 zJ-pU>WaZrB#?ve24NuF4v*9n#LQ-^g7Mz`>X5Y;{pe#DtOYNQCv3}Efb0NR$;DfOr zp8x*&2cr+)E`zslmfPfcmm3tGt8v>~{tdsd+V-tr-ZzjRcnyh9Ys8x_dxO19>^3_S zw~2s-z6C3!sBG!mn0yWraL~e$6nr!b6v^;GY~N5WX$X@(OnNZ+yq@HsAfpBODtT;k z{@M8wCS_xz$$q=G>ia|9~r`WIBH7g?|4dxMWPBDr^2Dy=-@vo5{Q!) z=Mj>T6ue6J334_%BfwI`R7^;xgtL;Erja4`{se3ruryCm`qc&u`M@%&(LvRwPe20( zDj|&#`(*?hI-G8S&jc{eL_EBIsXZmcQTmy`2SNBySvH$EsRnE$paT(kwhGZ*k#JN3!F6422hux1OW5 zNboT48+7dhy0ofeMPB3q`&IB0V8yDItvixok-u-MQiEev&+!tgTC<)uM$EX3DBT51 zXAfY=I{H^-E^Wj`1H7ALxSF1r9 z2GWX-l!45hfXHz;s)vqM55zUJs4o)6WI7E~1gsS8gldk0Uk8v3VKv3Is?9N&Pz(A- zBPlVCYEyNyAaJ#=NxP-u_yKlH;On?_N->dfATtgmQF;|BFQKHuE1D!L(?ujj(7&S9B3pFbAW8w)TP3 zXs8EtK*;LApE)qgOO{0oZLLL2Uw|>SxTo=cb=FDPOAyJ0j)^n?5M)oLob|9sES*h> z3%<{2J$kE#P)3D5dBJxPIi(s#(R-ka$=^cf+n}z2;a{>ICxHa?Kowd57&!;KrvOL^^1Am;dSQ- z1XfB`*A3fsTfV7xHL-3z_{7_t?|B8pdwF8RX#ewzU%r@c+;=avZan@%HMwp)_M{{D zz_iwJIB#sP_5}0$$JdQ#f9>c3bx<}FTkCCi!P*ZFi|s5pZ@!|lzu@e@H&h%LFTj82 zc-cfu9iLcX

XiHu*2N)vgNaMOj1>sKcr<$r*A6xMslX8umbp18%7Q$Ou(S zy@e8^5ZfNnB3kd;YO}#bg`s*;VPE)I3!1_Os1Qk2JPHA8ARt2;>bn?E#sTU9zKc=m z3t70t$f4iDE;nR^fN2O^3gBHs+*O(z5+?DY0b!yHkru#sQk+4{c#2^+90zb<9Ky43 zy{mw;4mW=SOb7sxVMw?r+${@lO^$yieCE`d^W)*M*FPgb{02r!$6|~|i?*}jU?KPx zY8^RB;~52jq%xzyM5dMCDw|z^1dR2R#X{p{1SJq{A4E^(3aYuomjDR^cm-t!TLRV| z7RNpoZf@9Q3HUx)*`^1F7Mdp|NtluV&#(<-FJ5BTKG&k4YhvkuhXGbP14qQvgcfH2 zEKXQNLN#ZVXevEV=b=Tl#j+{5Cr>A2@V+8ci9@^^fdgH_Udw!hreHy;ZTwnPVnCCk zmj$0$1um+)rr{9(s_qIv2hfBu02x`frqfzcC%&xK=nb3?{^Wmz1YnDsv<|L$hl<{l z1@Fn90O&ZoJn?IXuVi(XjV{yC4c~!{CgI*laqqFh-ec=c$2WYtioSt@Z=mSgU-0c; z^BpYt_Z0oZ1^@6y*Pde6aG`5>qapa9?cr{?FB05OZ5F?M#a(V7PJcx;PF$bJcMLsn z|H^r?%oAt-e?M`wK+p&#v$}7%ue(G2#ESE}Gw&UEaB0Q)uhvnBCz*~umr;uU z=G5qEKl#Z2%9$qqXN?@BffH=g>2>I(J25!`iE2Tcgd1xG_|9w*0C{-`xk?KZ9z`k# zKuGP!5t2+%^QmS9?hR7Y6!(;(7NZ#5V?ic$2MQAyixjvpFcSXe0Z4}`)`OyUqhEqV zZGVvv8FC0N6XbM4VqT}(_ELAnX-5sHdSB|rIHTs`Yb(%i&xaWPhOsL@#n5nbH+z2@ zO~oyP-#0Me%iuIJ$`Ek0b`?LAl#~c=hvtoS)bAWZ6HYPut@duCfFBnm|u!G{=uj=1A9Q-~6MvDS}M-&$FP`m08fW*^W1}<0?Sqq0?U_{+n zj}(7MpgE~5;;Y4s+mKv4uIlo%sgrR~MCkpqfU#-=JbjVD94)+n(#w1e?Phm3R#_y# zI0dq<;T zs6yHPi0t||GQ38He?wk-LlW2LQV^A~LX+eg-Hz02mZndcgAPnHQ}tCO3UJ#${*xW-QirsdBY zh{5s9;N>9N0tv)O4URIa4qLb*x1(hO*{ZmSS-Hi>?Jl|6$~@-X19yXWf~@@5M2{WZY3?d%Qh_8iEr0x)9UB$Mekh6?>bOu uKUj8PyAy)6E6IYXbJK;@F|M6Ey85Xyf$U-XkGp=<#frbU^b}hd*!dst-YxO~ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e0fb79e032bf351c346005ac3e07effd7083fdc0 GIT binary patch literal 13696 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 Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = 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/venv/lib/python3.12/site-packages/pip/_internal/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/cache.py new file mode 100644 index 0000000..8d3a664 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,292 @@ +"""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 [] + + candidates = [] + path = self.get_path_for_link(link) + if os.path.isdir(path): + for candidate in os.listdir(path): + candidates.append((candidate, path)) + return candidates + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> 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/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/__init__.py new file mode 100644 index 0000000..e589bb9 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4a2f283dc6a16bc92b483a82d8c2e01bc6f712bb GIT binary patch literal 281 zcmXv~F-`+95IlznqDc9JJCuT~fEH-!Xb=q)W@GOiCcd?0`yw4Rf8Y%~fLHJXT0VeC zmnuFKrrDX@VrKSpHk(!j9}k!HYnk7J_=nh&&7_dG%2fANFXp3{>)UP_P_M8dsXb@3 zY`Kx>ob=HtspFE#0PR}6OOegzD2}%M`f1ZpEw6ma!v{|V| g=(m%L)|<}JRXi+)L&r3{;O9UH@jDV?9LGiO08rml761SM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..fb04e956150c7ec01c094978d8c40db7da2d0447 GIT binary patch literal 8455 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 V@L1-g$DOG!m0v`kkQPb3{{<`#l9d1e literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7508cc8d4f9500632d2b911b09149e040e0ced20 GIT binary patch literal 10441 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 UEDtPyW#GD&OB+5Vm|+wBAJC~xRsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..013b573a041cdb826989ccb7bb1ac7e4c0183bfe GIT binary patch literal 30344 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Ü`f>$}79ufMw8!mT5vvQ0d8Nl#*{T8aD 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 T>+;DZVMpmD=g1@AH1hKwsoay9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d610df042b420dbacf8332fd6a738a48101e853 GIT binary patch literal 2301 zcma)7O>7fK6rTO{_$PK^f)fk@CpZX$VmAeef?73X0%KQ4u{U zDH4@}Ay-36s0tOxv3;Tuu11uIhb1FgjVUn?%SKBzuEaeYG7{BRrPagGXsafbBnNna z_{tvNsX(Ik1+F<$wrVjgj35f3)HX`7pB6zK7ep<3RZ==@e6D3Oa|-KK71uJVZ5w(? zCAwv1kV$aOwse!^BhQ(!ksR-e!@5IUc+zG|R3pc^F?Ez!C97&1h#)#|u~qD#B4w(o zsZkd;? zLKyFj3gzA(G^!vCrU3C@3RL9x*U(7t1p2Hd+z}Vp8FX-f&=+rxO3X)rT-bngUBYJr zE(}PU&(?we66dIwQ`{6!wYz+6CF7$&lAS)T^!O-{n!K=aTYC0>pTELs@CrW$?u32q zlvI~0eZD@Bb>8>q4A>1w(${1GHm8KQV%qL&0$J$@u#YsUE_@5V+q6o(@>QVnKW&gs ze@i9pqd@xpQp=keQP~mbeWY>0%Cod0r-aMGwV#@DoErxd!dWoR(K`q6&H8%-N#l^2 z63J#wRdRvOM_Q;Z`f=ufcb0fry!Jaii^|}vTx8@qbJ>;kvT0#7naJ<6FO`cJIo2pH zAtxuevRY!LTDiNn}$yCSmvPvvm7(?b*!O+ha>>9af znFsRy9~K;Xfj(O;T~f=)DcHJQDAGQNFl~8-lA#xvM|r!3d+9;mU!DSoHghly9)_aR z^+$>1+{ElegKO|J^%-$J2Bel1ar=_E{b8bGx#!^G(UHFeUXs@%Kx$nP_biEfmc_l# z#MY}LYoa8zKkC{yfAB%q2TL$L1F!F0YZayA+#?uYft^dR^JeN+*Nv`uei`mxhal0_ z`09rpzjiM6pIDB6KKx6MUoqi@zi)WDndB#3#|Ujm+b^bE%5VzaTutph)+ zEAZG7JoaWyVv5&JKaI%Uw)iJma5s}3+zIYw!-Ly}dws{VgDK&DN}`kdJGTtA3HSR` zLowmEm_%`o8_8{RL&c(Im5N2o`XtREni4c&F{^pZS_)1vUM4l0(X3@-kue$iQ2EV= z%F~C+zx8pVRpw=^+x6dN>^+O#hYNcN?WW#a)BKt_&4lcHS4p!EdEY~)SqEF*RgV(g zaGHe_E+aDBOmJBAvY1|SH*;NZ2zCXUV_r6W4_;9cVAkJX!+~Z)_!u9dQ`S$Mv-EFG z;5hCD&vD{Y(6S2Rt024zBC8Mj~;}x h)AEafZmwr$q9HcU+z2lvde#7)&zIJjz=x^ze*s>hBCh}d literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7ae3423daca40865b3c4e57a6e021aed41e9fac5 GIT binary patch literal 4908 zcmb6dTWlN0aqmI$_!LEow5aD70O6j^p+Nr>VmVH^+???jV6-Vu98 z%M!>`2?|6)4M;8uScV%|pK6>B2W643aJ+bc2V~ue{^J^t^3p2BagII zBS9D7&F<{%?9A@GmVa`)9SGX*-#b42ofo0MlY!Z6)y~cqbgm)+MUg-Wv_wTI1JY62 zfJ~GD$VhC)618NkQESE)wNZqYmAH&OYB%~8$&qnJokrg(xiapkJL8FZjIm8>$atgP zOk=ds7;};@%>=QWE*B6i;?l@Y|#Sy8s0+bT!@?^!tL`>%!yUk04ygRl8>i-49Q(3hEBvvli4F4aRqgow z5#5@Ul&QEBw&<3e8c&LPLtGGI=fQAe6(ZdZ&Q-Bsot5JmQD+Iaw{)b_{R59F{xRhU zdoi&nOs*M|JJdr$N;P~ZC4=d!S@?-UERK^ZCbzBIs-}#I-RO;(_yw`LUo450Tvm4{ zMOnmgsXFu$sVV|hF)T58OfFNmq%<+3>NYh8-i2p%Hm#&&-6@D_0;dd*1@){|?*QMC z2`3ektJhuCLy4ti&~rbaRAQJsX^#_;vk))T$ZReyCnBJBT1;qa{7AH`(qI+r7c=e-P+i z5A2^G`S}>E^R{d@^pqNUK0Cd6c(`1ZFhBNb{TdZS~Z7s2_E2A6izOohh_rQYJ zq0N>jKHSkXh(_;Obt7Bn!`EZ#*F7GnE5MJ(EKDQYNmjdBp)1kXu z&kh4b4-w_ZN%)58u`oU7m`cf2Q=9Wm z8rBUKW*lm-cu52^rxg_(G_IZ3t>PufZYp?(Dx@&p2eO74+yg*ofL5oovnn}wFm!x~ zU|UmyC~K+d*;s{R#cHzH_%(=eS8_USBU#%;(6 zRJxYU2$xE$UwS=~r-8@rhCdZ3jo7cz(j><1Y8NTIqB%`uo_-b=^I{8Zo}F*5XFGv@ zHa+BxnlXGt#(jFWIN{jWf!PpuuxzNRy)#anKRu~=Vtcu zmYNQ>ye%Cx@pV|RYPGDE?x^F z>pT7b9G^Hbk_&dVCpdqvw&p#7t_%+58G$7gtYEuv5JG*w7B<=D8Iz;H8FSsBQI9!W zhjo76f68?_bI*c3Z`Tf+oWNR#w1_#%+s)kz4gu({L#_S^lcWmHyaNaF&UBwiS%(75 zRp`vMP~Fw)H^G%Aabj1?J55>>f>p!YL_jU5;L5wwM|UlNVO=&jLwnveO;4idkmfTf zpH;1CwHj=i?nXFR;GU4ol4n6~Yn}t|s?}N_Q35J(A8<3&47$X;i)N^>drWVMO`MvD zy?J(Q?9|xF*r~DDS{J|o6ujqjRc_~-d>t5GiKj!K2Z{j2-(+plczo!#@ySYuQD-5sKuXatac|wKYJ!r} zbju8ea!0pGDOps-tj%mhC&MjxK=Icc@{m(+6LDKqay>C z=_SXaqv(&6xF2l=f(wo^&DtlZZGXFwK@Y6^4=oIDh1zd)Uh7;q4RxU1wZtuQ%PoXK zMb?hHwvKJiN%(AX%_XjRC3vIbTE_-=@G0!CeK%UJ!Ln|G1s0bb4O1S+ z-UZA3#;(W=@8rPw*P?i(+<#{W}h$oylKJpaDz+CUI!V`YBiwpRLSozz+ zhz9zu>7165)ZR=A-b%zfD$h62HZDn^Eh#;82L4y6gcIT@zd`s2AtW{9WA0c+5pt3^ zh^JskVww68eBe+i>LE>0?2Z*tj;~SU*T``X9W0@P|3F8+K?m=lpWZ_w-=MyGXz;$X zbG5VR=$p5dt!6ly{9OBLKI!+y2kpJEU9Qe}bYqR@jxvYxXiC{Z(;o W=vLFM#OI;4vC{rm9vMhO#{UApt!O_0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ecc2f82bb4c3d4049f354bb114a9f9af37c1244 GIT binary patch literal 15076 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 Bof-fD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..765829a2f530dde07a1b54dfa449437e4760c892 GIT binary patch literal 18841 zcmcJ1d2n0zo!`TK10+Bay!m*Ef_RC#PfL_Y9kxs>5)-e{q*w^=kpzW6DU;=V*@vMb!h;x&oxWKXz<#cLD2$t~e6EbdSACAWsR zCPU#+a$9&?vOnC<@&k#1H!Yi`OT%Cr82~EZ&gVk=z;H$>PDpuH^3U z?&O~Ep5)%}UY6IG*q7WN-f!SUhh)V%H6;!t4~7pKI3p(-X0PZAUw(^+ZyVH9_&K3j zbPFv_NKP4r)@$bQ5hHh!6WXqELc3Uh+oaVy%5po9%ZmZ==xwu>KPv8>y{5)1L*)Lw z%Cs6s?();Q)28sautn%Z-zS7F(TNc`r_4e((kEH3J?OPp94(FI)Pgb87sZ}($J41y zG@g?A%#6q%PbZVnl)ztz$|4_2L}gi|f@p>p#5oZK=@fr9K6hS}<#;+Z&Aie^N;Ku)v1VrpM9pGs$(DNz*SscBwFUrr^`QGp-k z&qiYxqtoJvcuEi@J{FyeUWg~+nFZ8I^=0_^R7#9t98oErSm5KyxwMoaxXz93lF`^q zJS9pCJk2YbNbvED%wNJ>(vm1>(-Kp$xF`?sVkS1^{3R{#M984nFzie`nn2Y0wP<2q zltUK9Gx^Hd@yPL0UFDW0B}kIlyu!dP5l z*=X%K6Hi?{o=zmhSSBq|#)cI@M%{Ul3Nbjqm=YyS7jrQv?#ZY$EoROxWMq=an{32fk;`09LI5|d&o12|Y5WSf;HoSh8TH6n?xMy8~6GJ>7VL@y*nrT(d+ z1hzuyekvQVWKkdpdIw6&Qn<<5SJnsaXhK( zMhOQJV~fnwagAJxOPTp-LQGvkne+VlGuqxNR!PjvODU-vhb&fkkqH|Rrda22DQ|L_ zQrRqU{N_h6Ttu$q%2@Og!KmY-*9;C$FbQ13w8UvK+maz`n61_8mfu-!)?ZHPF&)x* zuA9r)_1qp#0&dSRsziCS9=)Xe7R-8E1NREIz+L99m|o#78#cjl15SD57QM}D2EBgB zIuSDdl9uC_)ZgNM!ZR6ZUe3rk<03yLMzM;(FETI^u7C7WG@hU{$4{jtUOmwK&Y_X* z{SvL-;>cKBMloTS3Mg_M7lD`M1TW9eG5kT;D-PV2nqK_IWSXA`79_M-(MIcefbT13 z_VG!KjK4tmj@<*zlZ`p2bm@hcBk0m*Ue=EbTBbP}(Cg3Hu{P%A<^6PN>4r zn>2#4?4UsrA-l>wusQR#V9pj?>AP#|eBfzi)rxV_%?X zLFWH{;%4P$ixcpRMuR7`ZZi3tMb6}K7EQ?hQf|dyZkb2T+#i`ow{kxOy6D*1v<`bzE1G1M9^R+Xa@(waiU{?Yia;n?;LY7OjF&w25}nK`a7e z6U>6;n)x6XzQU?g1r=Th+e>SO*sYUHA~pH%v~{r zYtC~aj}p*mvqn2WOX8`;aVL*wRHf87;mBhbMccFz1=p!?XChO@RK@q30!taaUx<-UtMu1^wN7MJBBbPn0Gz`bXf0Lr!C>fvbHBREp= zOeBJs)-5QYnXt6th(s8R5s9eB_^L$RNqZ42wpN+$kPhob)R5~De1TJD_guH-?2Y&B z&4r;I%jWNT)=|JIHjN_3N+Uxq;U+e(_Yt|tO>;}eOljU(#$)T86xgH65)&{WwZyYz z%9^CwtZ`OLtGQ~JHR(7Hn6R=vj!UV%IcsL^OPI0@AzOiGv&Jh1*@*Qu;{aF}_nu<} zhL7?IkSabs1ym%6SNM4;A@f9^39Ctixcisl0uYrp{~^VmN@EXD^@QSJ?+BVqC^g_n zq^Md#IWjiQ2CgBR$w-PdI!A1wVnrpq!5^7o30XRXkt)s-5Lq#yp<<@iGR=lgBhPkG z@kIcu0{UWi)g9ef=_`OCM-W`)idL?naoPF6*YMWmTh7(-`@S6y{7ox;w+`Mh-}CQY zKK`-KU#Mx$*L3D;I&XE~ui3(?uJJqWjNS9?Up9a2@)dwp+-*5`+lp}C-Tlbdbl2Cp zGP!2&ln$bg>L+6bB{y-RXYtfhaNil;XAc#}Z`9x+AOg&g>0j#*nxQ9&AK6IgYK#RbwXqZ{?ZoK%QAp22^ZKp;- z)J+S}c4)Bm>$=!iZR4s`q`Aq*5M1RRxqNRPzJ7Sk#TQ!neCtrIb!at{A3l~FKK7Hn z_l94%*Lr4o?2Q+TcCN1R=HVNM*8&4M_dvlHcysCc(we=M?T=yuOC^DSS8SPhQcTZh zl)w}i(hDG1kxV)g6T!t##bcFAPfQJM(E1Zxdu*ej+CnZ_vKFZ`Q$h^0X0+J!%-S|( zAek*OG&0*Jftarn8&$4yZ?#;h^r!f2{6eaNlT`zyb3#De9N9?O=FY}Wd|>9)4AOE$o0)a#VrKw?$%v$jZy zg+vV^z?&Y{vPwQ$y7j7P*{;XSZ`lasTc0&y#wIr7Ds=#*yuyZAzT8@mN$r4MCBJ&E zVEzLmV3u|QwTNPFdfZ&rHoIk0CX$iT>Z9GZr^}zwipU##vNp!9m(~UBy2HR_&9dP& zklrQhE8JU#H@1}+Y|8{=3>EWCCNl@TZHbYTDiO(qa6_Cn1hSbl7;b5t@>~@h9Pk2R zV8udh%!0h$-UG1;+m=j`1rokqN^ROuRF=@iSPyQ^5iBgdx}6c>0+;45~ar3p3wP_Ziu5Y+J^1fY_zIbZ;DbRI)+ zpdg7(z%tid6cU3farZP3@OJN-t6HH3}xF2b+d5WxBtNZ0VFsdI33$UDc4@ zMl2dfJ^2`jJcyN-t8dNM_2%k&mmMDmT7PK#k?mdEk38>sR^#{ieL4HSN3P(?-h9i> z9R9m@7L689_k;FB_u8Mk;VQbhmX75Ye&KKZc=vPP@4DG{qwnUxje(Vg)h+k^BR?4{ zbZlAc*m2|J2ev=+edsGRcjlXibIrqrU`syOp9}V{p1c>_RcP#f;<5&u%eJDQa|hl$ z^qoV6ww`ys{`S|GPrfk$V(Jd$UF~;W?S+=Ee9KU-WeE9aSpJ(wzH{X5=|X7xTIkT* z(?99^x5GajM&V0p;o)pL3u`5KnJUp#ryz}2;V%9%Xf9|yM;>Y57eUBBxp+K~QI zrn~iL&hcLEXT9F>y{4b-F(7=;$T(AQlM@psLbb$8rlLs^yreS{QI%1MyCacTA(3k( zwn#)s$08BNMbgQFsw*i%4Alr4X6F9M8-!d0XWi zrwK%fKXoz~lcZpbCZIx$r6Ex!T@suEMpa1@vMpX^i%fWKOkL8aR*sKPk;0Z2m_kJqpaa&?BHNoZ)>(pJL7O1z{3lc+ zGte+VH3M;kwFa_>Du(uqRB!5b5FF__%yxn)ZGK5?#UwaYqDc(jGvpkyDYluY%*2l- zZ4?mDa69n;fLG#ar72{{wA0ix36)CY4AjI4@o9jI+nzesL(i)F zBLcgC;41gT%hd!)GP&>T&)NGQx%_$8z+KnC9b10;(YxD^7TkVZ(?Brq@6Gvp3+_On zuKqz?aK*5)_njkeAGuf8kDJ=rTdd^*Th=)TL)>+oxBf9_aO{5I?z**i_2hl`uFp+K zeolF;;7ggNqPx+u`;N89;q}3;C-hRAQRSzQ2D?JPKne5$B^mcN()8de7&26YJsIsV zL&;G(sxsBkEnQqS23jy(+=>APenl-a)nfgXM1ZQ7OB;(|xd_z)t6yTKW=o8sRtYb` zdRvutEu=E?aG`c+lZzouG9?Wz6R#lH+(nZ69$1xfYLUPc#qXrfu`sLYQFIQ*osCfy#x zuMm%*HI-q^P(iRutB+UJrOwTP&tm=2Xn84(>#jmaV;OgwZt>=!Oej{!dh>BXv0RR) zcJ5HDv4v^GRQ>DybE=591A_ z)Tu-qb_}2n4WZ1dlVX?z>QpG@c}-7=l^~H<8sbmWgaMtX19TLSfFOH|W*9s|MzEkprQwC~@w21H&WuMU$6q`sI zf!v7z`p??FPeC8HEsqx5b$NG3&fRg#aBKHR?$Be+>ffN^3Dv)pd6#apg*NW z`X|WwJsged+NZ0kW~wS%B>9cpbyM|rWnAij&HcJL3#ClfsOv(RXj`HY5N+$oGXJY# zy;ib7NxLy@s4i zii^}Vir@>Tt*oib`+9P|o;Bb0oPB$N7=o6&u9lD8TW)3YeTQ;=hwi%%7tJ<@|KmV# z#k?|oD|0U}u;w24;(@Q{Q_kY>Kelt8zKY5PcWu#y{4Zs?z(02E=RRy3Z7_vw5|6av zuds${47p18i4B#Az^c+t3Ndg;G*juj6wt&Ocl6u5D#j@8%85#EqWr&79g>9q29t9d zE!*x7o+!c&v+dvQTBldh?zQ+Ic=@7<-u)x$d;j4-jeXd};=gdze!u&A+yAnlyvRfR zygI?oVhk`#Pm2~?pD}DUw}>VfLQG5uu`;uZMKiltVRkWzHXtlpg{cKb7-m{&hcU$| zP#uTp5}fegaETtl4YP_z^ocfxu)JaoAkZG`&bNg9Dg@O;qZw*Cgc`AyK_G~= zfDm912%aCm0Dg7&)r&Tv0i|A68bquPeKbxPDb4asV*OO3&{WZ1gJ2MY+K31`jg!V} zLT)3qff1+~!dDYaO;o0eV=WbPZe}y)*=(t0EBa;LDj1hO7L(`!oHiJfTA4Aa4M@0C z`X0bbbO{vW#mmn?oOEf{{|*9X|H1yK58ci0;>KnTaVQ>tX!xE1$|$ayP*hDEDvLt@ zFHWtDGZr}Yep{tI=w21-?Qpk~Vvb*2(T=(Sde9q4QusPqkE7!T} zUgw^V?0Z#&dk8HzkYEzq7zrlMg2-=mYzfsdM9BqH$hQWh^n3!&JR-3>!T^)InF|lGU(<1zdP~yvqAwv%M`H_vdSk_^W_;<{v3Pi$ivRStW)dx+9sXllWOEwGo_~5Of4lHsBPCL<5W^u5}%09a~)R~-2`elYk z-EFsQdH#3~|6RumftE+Uc9pO35{B1QaHNs+sK!iEJ;0HL$$W}+ic}0J!@@*}w~dgE zTXE~|M@*IJfGB$*je><3Ay)mVL4vw3OWcw>>y{3e`K#H=QE3%nKGa|uxKy8DS#qL(Ad6?glUh0>oMfgs%?6*rmPty)oc+K)04Gk-C29q`M&M8 z)(g;-eeo+!+*tM;XO0Jal&?5gx~~%B?BVvH`iPXT06dAHEyNwtSVaPKLb{2r7adbk zIWvg!E-(HElE)xN%#(8npNKA!*O`7?z>8icPcOar)a2w@UW%rsMO?;LA#1_q3_?fx z0(sh%ea_&vMqVGuD7j`0@k|sGuYjX~84FH%iApyYO?eJU2U@Y|8GdjO$97P=e}_xs zWP%d3UKlCqS+E?!0uw`__7>)u57^M;;=yu#s8Udq7pJDcFw-nj3|W+QaVi=pA(f$! zS8=E}iY}K;mSS{SBvKV9KD8i@YtH7R)G+mqei^Zj(jTCndI#MY(lk(l9Jvscq(7wg zURo`%?h%Y?MwF$0K$%V~_CkcMuXKwtG*neWCn1+a(vtM|DF{DSwPUfDqfcj=_BUNUnWk&E8V*b*=e^ za`vG@bH}ppQA>NiWq+<^{|9~dT8^#R8w;+MmEXDR8Y(pPtlCs1{94n|<>x>4H9e?l zxaqy&EgH@BU7wk(wf{6~7FxUWtvhqAJ7HnSx9!fg?JhL;p%?~&eA8gAX|NDzVrGVsT+0X* z1v?839fj8ZCvCnO_~!T=P8Flu_2p4q>=;Ctxk;&sPp9Av2Im3I=}KwPaq?TaQ#MOtYRzv|2syw$DF7}D>QzI zosM6RKtRT~t7r}e&3}poU<89HyC#5-{+MzIrAdE+K&fF@SUY@l@m0(g(2lF>Tdg`F zOFyPocPRMB6p*wn{WAnWR&?s5W(0~y@0;vfBEx*j04b_)8C1u-A%>CW8D-Is6TJG= zT<|q;s?uvJ&T>^Pen~`KQkkd=qu9@BG3f*9ed{xOQi(;W7wHEyaG#20%WJ|=EiH_S zV5`lTEh$Y~`j-@t^re{4txV#Ej!m_3MXwG-EP~S!fw6VL;Hb~f$ z@5}QCbNoR{cJBuorATW(K-Y{CXhNxO4W({yhAAPmZDwL<;q6B37glET19jL@sKcyf zy?qwnN`Q?6x_IBHyMdrqKWf>^9=?n%ENSw~PzBTbWp6io)>4h3&DzTh?Hhw;?u}z+ z$du^gIQno@vZMlyx=Js|twi5i_fTxoQDRTlC|CuHj+((-YEYJboiUALJXP6SjPV#7 zV+qA(9ayd3V2sZkp`Lm?b*z}YwEpTJ9yzl&tX8+qbGtf_GbR7~WxURuPYpmpMrJpa!M!OR!i7#1$ z{6_Vim9HYd%6iHffyjFMrr{$QCn3-{%RgNr9m#a-xkgU#%=YN1@>{5lbD2IpoplP{ z*^r(pzpKO7XZOBOS5=cPM$diCu%Y*wXZ4w4;+qmDRNBOup`l7e8O4~wT%lZ-{srDla);Co zzkL|1gbBr`YQf=+m>~lZeX0W}Nl|9sq_8$Bo&FhGOaBG|6hJIa;M5|PYueN!s+DV$ z8b779*$F7?yAZs<8AvO@eFG9N`|JXFo1Y&TZW;{S8-B7F{ITh>K~-KElp4rAO!gtY z6=XsgY=&`YyJEspRayzYbR3!%QxFxU=N9*zD}Obk6FTy`+_1VOTS2Mazb5iW_wuhv zb#>Q!Xw|eV=Y8ED`MPu7Lw_UF^?$9Q(V&>gV`lNUUP;fZUpbK8h{p$EutJb~F*drQ zCz5i%Ne!0xtuRGG^Rz(iV6e#WT_izkh2O*pxhOAn9SMDD;Gt8pu=L`o-@F%D6jjJG zVnPSs6=JrwP(2)bN(V`n2m?rjUZf8x0CL6`Efg?jV-zvPp?|w1OF>GzE9R!THJh-w ziYb~}U?QaSAE}y?)JYLG2lX2ct18wjW&!p}>FcNirf@%AOq;68nv6Z9GcDaE81|_+ zJ{Q8$DbDieP{fbDN=~fMU`l^Z)y$;PlwFAGR}XKM1FG4)?Tg*#e)ZY-HXVeQp?8E3 zS;y_zwd^i5cH|rTbB+CyZw-;&}3oRYQ$uxH0KU~Nbcd8%#8*L3GgSnPL_(#A9prEU)YGIHv78^d z`-=epDmHL+E%`uCE&wx$T?M>@0JnEN4R|9|mz6>FZh~41D1eGlH4fw&2R1Cnt%f_n zpY%cUEiZ)isfFm+lJ6MFb&M3cwmb@U=7XWT!BEk}^$zEI_T+l@91-2}Y6?_eOUnjiUA2f8~>zDd*Ly7H1cGPT5gF>FTAQBRTAJLRq=vHL zxtbNBtY9S%4ftpnwJ%}l>P$i(ERsqb2IUGh93QK)!(DNlEJ1aNVO-CSdPKDaFx+=iQ6$LH(zrWA>bmXb#_Xa`0038RA2|Y`evIrocq$+b> z)ib`j_Zx(avah+d?C(}}Bo^q3E5r-1E0)DiO6*EWPpo^3sP+IJ_FO4F2jc|3R%Sd4 z^BgICm8vs16;5vlnEIHnu6R1YzdQq{QW4(!X{`#*8rTwO4&(5JE{%r{WS54lX~F; zcu47lQm>ZM_qtH3!I1(~9FEf-B=BKyU`zXu_-jhmB0xPx086YKYprTJeo2+c*;1zCMvH+* zC2IAW@>tubh`LdWTdPpEsx|+TuEsY26=Hrf*W9OS9#^M7xO~6qWi4b^ z=tuqU_LrTfyZ3|EwK$i3PinZDHtnr*_CQU?X(^RId% z)51z=3hWf5C?KXzdY=OFAeG2SB(+iSuPC4emRc!zK*3*9Kmw}tKPZ@^;8g^b&dcAU zObSf2mYulWa9)Ntk!9aX45;3+Z#BSPcj`W)6cE4F56^W=$0}R_@VXqBIp3{v*2gRIRL;K2Xu0B+BQ4+YewdkRk7ryyLAH`~z zyC%i_TyuLdK(RWmrM*~Bu?DWbZDsPtL@`LIMy|Q*R`055_57;+-Qir*jv|c!{@l)n zPg@YvhE91I!#RVc^^w>A*3RqkqJ52J2u^b-7p+uHD`>FQ0RCu6tO6Y%S^qg*umd2 z{+IcvDAvrv95t}e8DtlQ9bk6a>0~Q`jk-wnD;7HVO6{hSM4TD_mG-CdhsYrvc#i$; z3yG9PO6Sv+v~q?@>6=JWn<xueDEi#h>m`9P)wy_Rbp0B`ZOT(%v_9Wq`LV2s! z*@*KP7FBvSRwVUrLLS{$k|iQ{&@jBF9JZr%DvZx$&<=SPkj#QoE}Zyh#DW z?TZvUNWpdlU)m3;AI&@`If3x;AAddoVbNqT7#IS$m{favTwm;aIQ6N`;4OqTciIAsdP(U literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2cbcb858223c62e1bc5cb62e6aca448bccadec6d GIT binary patch literal 7837 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 GkokWNTF+kq literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dee33020effa888bc0012fbd6eb72cacf25cfa53 GIT binary patch literal 378 zcmXw!!A`shtrkwQV{BNq78(-{1%M z6>f0XbnA+p2|HF!1K!1X_a^t{<$YBuWx)0Mc=62m{K>+gF|f>(xPGZda_}plC0~Ro>oltR@ELkfN2va#uYfEB+4))<D++>;ly~RFq_i`al4@;U XNgB-ss3(W51!yMw2j8F??eXd#7t3l; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py new file mode 100644 index 0000000..226fe84 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py @@ -0,0 +1,171 @@ +"""Logic that powers autocompletion installed by ``pip completion``. +""" + +import optparse +import os +import sys +from itertools import chain +from typing import Any, Iterable, List, Optional + +from pip._internal.cli.main_parser import create_main_parser +from pip._internal.commands import commands_dict, create_command +from pip._internal.metadata import get_default_environment + + +def autocomplete() -> None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + for opt_str in opt._long_opts + opt._short_opts: + options.append((opt_str, opt.nargs)) + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``

`` or ```` + if completion_type: + paths = auto_complete_paths(current, completion_type) + options = [(path, 0) for path in paths] + for option in options: + opt_label = option[0] + # append '=' to options which require args + if option[1] and option[0][:2] == "--": + opt_label += "=" + print(opt_label) + else: + # show main parser options only when necessary + + opts = [i.option_list for i in parser.option_groups] + opts.append(parser.option_list) + flattened_opts = chain.from_iterable(opts) + if current.startswith("-"): + for opt in flattened_opts: + if opt.help != optparse.SUPPRESS_HELP: + subcommands += opt._long_opts + opt._short_opts + else: + # get completion type given cwords and all available options + completion_type = get_path_completion_type(cwords, cword, flattened_opts) + if completion_type: + subcommands = list(auto_complete_paths(current, completion_type)) + + print(" ".join([x for x in subcommands if x.startswith(current)])) + sys.exit(1) + + +def get_path_completion_type( + cwords: List[str], cword: int, opts: Iterable[Any] +) -> Optional[str]: + """Get the type of path completion (``file``, ``dir``, ``path`` or None) + + :param cwords: same as the environmental variable ``COMP_WORDS`` + :param cword: same as the environmental variable ``COMP_CWORD`` + :param opts: The available options to check + :return: path completion type (``file``, ``dir``, ``path`` or None) + """ + if cword < 2 or not cwords[cword - 2].startswith("-"): + return None + for opt in opts: + if opt.help == optparse.SUPPRESS_HELP: + continue + for o in str(opt).split("/"): + if cwords[cword - 2].split("=")[0] == o: + if not opt.metavar or any( + x in ("path", "file", "dir") for x in opt.metavar.split("/") + ): + return opt.metavar + return None + + +def auto_complete_paths(current: str, completion_type: str) -> Iterable[str]: + """If ``completion_type`` is ``file`` or ``path``, list all regular files + and directories starting with ``current``; otherwise only list directories + starting with ``current``. + + :param current: The word to be completed + :param completion_type: path completion type(``file``, ``path`` or ``dir``) + :return: A generator of regular files and/or directories + """ + directory, filename = os.path.split(current) + current_path = os.path.abspath(directory) + # Don't complete paths if they can't be accessed + if not os.access(current_path, os.R_OK): + return + filename = os.path.normcase(filename) + # list all files that start with ``filename`` + file_list = ( + x for x in os.listdir(current_path) if os.path.normcase(x).startswith(filename) + ) + for f in file_list: + opt = os.path.join(current_path, f) + comp_file = os.path.normcase(os.path.join(directory, f)) + # complete regular files when there is not ```` after option + # complete directories when there is ````, ```` or + # ````after option + if completion_type != "dir" and os.path.isfile(opt): + yield comp_file + elif os.path.isdir(opt): + yield os.path.join(comp_file, "") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/base_command.py new file mode 100644 index 0000000..6a3b8e6 --- /dev/null +++ b/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("[present-rich] %s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py new file mode 100644 index 0000000..02ba608 --- /dev/null +++ b/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 dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +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 = "invalid --python-version value: {!r}: {}".format( + value, + error_msg, + ) + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help="Prefer older binary packages over newer source packages.", + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +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") # noqa + 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( + "Arguments to {} must be a hash name " # noqa + "followed by a value, like --hash=sha256:" + "abcde...".format(opt_str) + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( # noqa + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# 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/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/command_context.py new file mode 100644 index 0000000..139995a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/main.py new file mode 100644 index 0000000..7e061f5 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py new file mode 100644 index 0000000..5ade356 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/parser.py new file mode 100644 index 0000000..c762cf2 --- /dev/null +++ b/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( + "{} is not a valid value for {} option, " # noqa + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead.".format(val, key) + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + "{} is not a valid value for {} option, " # noqa + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0.".format(val, key) + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py new file mode 100644 index 0000000..0ad1403 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py new file mode 100644 index 0000000..86070f1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,508 @@ +"""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: + import truststore + except ImportError: + raise CommandError( + "To use the truststore feature, 'truststore' must be installed into " + "pip's current environment." + ) + + 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") 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 "2020-resolver" + + @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 == "2020-resolver": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + 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 == "2020-resolver": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + 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/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/spinners.py new file mode 100644 index 0000000..cf2b976 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py b/venv/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py new file mode 100644 index 0000000..5e29502 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/__init__.py new file mode 100644 index 0000000..858a410 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6de5920b70da79f0663a9b55e03f9f7e79ffc3ff GIT binary patch literal 4005 zcmaJ^&2QVt6(3R(MO&8S&%}x2gh^~Ca$+gY$EJ0@>e%azlZ~BSH`&(Ng+OaY5@U+g z4kvqcV)(Euu|*RUd+1H5_q3!m-& z%OQbbVLe=mEJsSxvQ&yLM>!VJsl)$MBf|dX}RpJdV!=(DNLfz-gQbpcgngi7(|IOxfAtkt-hFT)nu9S6>3b~xOQsxOSqAm~Y@FXIrMeT(1uV^g1dK8P7Wwns<4( zZ{c=7^o@PVzI`O1Ddj04HBuXHBk0j?e2$y>Qj?1nyIirAmOBLRD*~iY@_9w0q(ltc zQt~D(sdkzNwoG#N{|hYRd0<(=@9P8vmem!zNR)EbE}Diyj5Up#2J0d1hIP%dYeQ`Y zz(_atA-sLTK~{N(>!4&6&GoiQjC5m5@b;C)Sp}55F+%Do>WcZ!u%z8cu1IpLwPS7E zYu3RDWZxdKH`yVV%_vWQA^#kL9L(QbT+oB8TTysGk` z`e2@=$bSB?K&cRn_JLw71d4rpwNXDsn47R$Fu!5wXDnsCNC>#hj6qq05It?H%vrZ< zo*DVdmwe>|lf0&Cy2`?yr)J4_9i|ByvhYWEuWkF`tlRYobItE(PrmZn=J9A*96P60KlWh~m zH*tHIrf2SVGcm0ciC!ku->j921zQ4}R?ud%t#}-v}GgdUOe;LbbV01)dp7RG4z$i z$pWU?*=)L8brU%rylji4*T9Do{H(k1YM}3BboR>2pYNQR+6j*|?tOK1>yvNehrWrA z?8Ha5AMeH|8*|_G4{gnD-`(xcH17XBG4v`iz1{!y`c7i{uVe6PeDFHf+gR8GHFO|_ zA^@=D*kj4_+`AZ~lCU8NkVH=y`=jSYtG)pj;<`{rHcLYOJn8UDZ@<3vej|gjY$`N`<_f;B3Nc?ML5YgN6yFQ>G z%IjnwWjE7Qw;Ro7v6;(e=|!l!v7D*vFg)1(EXo{lCA(UN&4jYmNm3#d3=D^-9gd zoKjFEzPakiXB_#kBVPk5DK$@WY8*upZ~IDleVyafWfX~R-gD$pM;>tGQ$WR~<`que zJV0Ics9T)6BcMpv=3_@5bL2ygJPlkzYR(Is{1`~?N!pQ*JMsk}!ILGA{M08sH&1)y zXC9e9D4X$Q3m#cMNZ#+0A$azbB+vu5ZJ3g z_DRh}kNgFYfpM~-z&L;Dkt+vfPkORBPB!Adw!fO$8hX_~vXdO$LyrVOY*Mj9=-cXR kBKUkA;-8n%JyvTD#)SSYtBK&V{q$w%4;$aJB2T&h0?didg8%>k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3606f1e3d0e70c5bb8d9ab1906c5cc6287834349 GIT binary patch literal 9382 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 H>E!;^fq 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..66f6bce92bef985a6a65b47e09b4278687a30d73 GIT binary patch literal 13257 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 DS${1w literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c06de0a91c78cd619a8be6ff34ba0c99e614dcce GIT binary patch literal 10068 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 (P0QJbdbK1>#v4k z^CgIa`t)9m=)2xJYUNy-(P0MbP_ig4|kRfYeTC?;Lvv_;8^9O zEu~~FP|1`fj-`aIHCK-4f1v=hhD0Jx#Efr3S}g@M{#Fr=r;@s9*Ydgk@WmKJSxb_c zpn;(^eIBU%rx!iWPz4V-RccNFOcLxGSx(a>Pk9lQe}5tP5TkA1{G~JqZz%?W1++W1 zPKVc#loB?M9ixNVj?L3`h;&kkQ(2`sKtMo<9sa^XZUDF*`ao*Z<(Y^z)KmI{4Ze-g zcw>d+pz?=O#b4tn8W#GywQy7?@Z;nT^q~u?*dPbbie*1yf*&!Sj~MSqjN>E5`7zV@ zG1K%brn|^=|C;fC%yfLrJo#Tt*T>BMkD145{wU3%dGMYiI9tEs2o@Z{`NxWmT{E_I z8_RaijjS_JECgt=Shs<#4S{F(t$Q8p;dynTe=)G|C$E2VgMsGy4uRdf2veZA6WPFG zeY=|t+~L+4DDDbB5B$`#fz|aEKRd+UId`}Hu5!2QN6)P@*nXeipykFME8DkT)66!{ qT>)lcn-_L%V6pxrTgx`jA6sXjSRC2F;z8FVZ2jEf|6!n@=k)&uya_G< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1ab03ab962f379d405aeec7b20df453d1cd6381a GIT binary patch literal 7589 zcmcIpO>7&-6<+=?DN>?HNt7tdT3U8wN|tEJw&WjKi7h*U;~xaIofZs?#fm$UR$l&O zb}5@G1-L~H3Q!=;$vGxKfyl6dxQC)W_E?}7Z^>YZiH*3Zd+1Gx+)GY(yqTT(=I!4jkq`sVpFTJ{r*|;Szi7pNd=|0s4oaJt?9T_X0fY9*Y(AI`8nj;yyizQVm7AQBC7j7e7 z74SS#`BFt)C>GLg68i=EuqH?pWkx(d?pk?6t&6$~t*RKQF zP8-jbC0XQEEaYw@49vdV0?OUyWi&73D!hW!atS)%?XEo}gbGR-BVLp+X)P3SUXZ0_ z#Fqqh0XoByiuht#EtRR$ksByqx&R*K)FQ6r%%PgU0jsj{77+I#YIOdxZqb$Xi0-Uc z42r&wyjdUei+&Uk1BgYz9?%p$C^Y96*^j&rEd$w>iZ>l1Z5N7n3UW~pt$_%%2V!!V&Jh%6pf%!w@R2s4gJPNd*zzh0t?lMJmj5*a<18lu%BZ zlMq%$t;X-qT<1!-xCjH}%2?jyUn%AUc~b(RG9nscUo?+<_(sVPukwlmkb&I}1{7f%d;7iO4V|6gVU( z74D8u;Z!ha45h*epjwm>hYCv)E*9v@q2gJz*%K1Y!3w>0KsoLZSf1xTuolHFZmP)% zCrZ=Y2Uf^OjG&He>W_|^Hg{SY!CQ=(Bl6E->y694VrMfjs zbjCBA%EXW1Wx<7OIqO9?)+gP}=qtW)5ElG>rphc@%eJ{#v^Ifeo@#G)%%Z=UZ_@VS ze`xjP`gxYwJ+o|V;#;l1CZEGwt~_Y< zvy0syX}9b7=h&(+>Cm-h_lUUc9~lvmqAs_arBo0o_8kEzwVc?&GVvt|+vvyuryi=? zw-fzI1pqixAek$*q>wcGhN*K){ zY*#%B&JhprNULR+Ul5c91pQF_g^{B0v*2@#nloU$q!eW%P9#)T0F$HAiLpr%0eMq3 zY9f5Ih2dY9G!H-?@m4R2b)z8eqC)(+GKN@@9y;(X7mm&0v>TTZ6WsChxL7Wc76b5E z6@N*<3c@5V6`)Y9cBT++EnWr5b0lQ8pg~q>)H&`4l(`A|N~Tg43b~90vz5&4g0Ljb z3vi>zECFoI$kJ@ayaF8?9UIRma03~!p?(GsbcTnyLAW5unVfkkQZn{J87;vSI8&-D z_uA{lx<-sP3F%v|%z$(Em+H!LqF1$*a*HY(esS9=X;`8RYYJ{VWa7QED-v}RSwD&hUdY*Q4-M{qdrAGVF^>!wh zddUQXp_g4uFs`#lH1^2ajjwJ!xCN8h@BuA+0Bn77`QytQK2KL@ zHMAaLf{{;JK5o(3L5&?;bFIOY8}r)CJO0(#2WP)#Pi??jVo1Qc5fLxkhtiR*=fCvNkdvg)dOs$TGO7a;n`{m?q}XFF(J z@vFVI46N@0zrv7Z5M7VFc5Y@R0Dbh^ZJe^|1|NM@&!#V|nzE%JVVz?Q+7H+gr>q7* z%MYXU?LHeK9os=i-=-eADXT2Rax)eyE%VGuxZ1KC6xj_j*t2(mxpj$QRwC8N;&I2eP5s98 zyC_H|?7CClbHB^{)>REIo^p6LRgEfN#rvCpCI#!|W zo3RLI(gW!gjhB9f7ci1#)e*CcA<8UQemYJ|+1_;#8ltt#aFEIb0h!R#QiCC!Lw zsEL1$9{Cv4_nSm0K!JbE)AO4Imk^#U0$EA>2@4PiAOxt=VHySv&oEubqz$r@piSL} zgMO|EX~!-T;aEvCB=UC_5R#SUr zCB(~8;Wlua+#r6TR6?*+AQflK;VwD~p9kp>=VWP|a=LaYAuR;H&QWx(4RS`Ds;nP`XJc2H|O`1y^s$;WU1<(*pF zg;noU_R#0^YigZ6{yd)0<6~NUtkHYW>KYt~_cVGqy=O%08EGW@8(qo!g-;6rt2)Lv zm|#a}m0j;*I=c1vAuWEW(b-4!p_T2k;Z9mhq#OGN^nK&nzVY=4)A7az6EK>_0AJ~B zpT_omHdkj4Jx?CclS5i^XzlplyibxtwdB>+w&&b|)legTK#ym%ct(#;Xz__!{N(qH zH+W=qrqLGD+xj*7H`qud@8A9O?vuo@79DOxyY=W%Eqe5EydFK#h$i)DN{gmGANca{ z7l*%&4zCBHJp?7#uCrqrJN7uEk6+Wquj%7Aweg#^@n6>2Up3f-&Ysa&K-g#h+0ywm z-2J5I#AD^pcmH_zuc6xH<$Czai?*)SRy+x7BkjgCb9XHrCM?g>SBU3Hh=(^pEX$M* z^ZbWpLAE3To)?QbVEf7n?6a62beN_Tu!sIoEJQr884(X$bufbJ1IFmbSf-ewF5`#x zsnFH`5%Zlpd$o`#*u%)YI1$5!YZ|olA$X2Cd31Q>*tc)7R zmHBIb8#A_JvdsbLe3Uw19T?_j+`ZLoS(V_!P+n4U#@S#V6~;!kZNR3YaeUH))7bfg zu-{*Sz`~|IX9SW)87jt<=IL)o0Aa^I&o{p$C&%F!|ZZTJYdK|4aWlw=40a M>+pXWN*LY!4>*RLr~m)} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ee34f10e4ee7bfa4cae2537cb8907174e9ca08f GIT binary patch literal 4359 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..20419b7061ed423b414e9cd1d3014ea17c599c05 GIT binary patch literal 3978 zcmb7HO>7&-6`o!0E|-5I^)FF!v{dX^G%V7V?ItN=r?zFcb`7P4>=vLAY}dOhiqdk) z%q|^BkPHX#K`9E@1`5ap3^WA_RIUuvJru~XJ@+D7aY#%h#6X)vZ*=7znp58lcSTCk zC3Bd4^WK{`Z)V>2-t6CFu`q)6mz!s2+$ci-qyxW+9Q24|rh{qh!93|g|3OS)D=ES0ulNe91f<-weGg`Dl#c(dnXvvBcqq!)fgI28Ak?UZzY{iR-T!PUd ztFzdZ>tb}+>Mr)=dWyZdUN(+ceZ~GQ3ww-<;oSCLS)d&wK@ zTnAzmP9?_~D90OIE@1FE!3g9;BWg(Zgq&mq&7dKhvKbl#T|+R#Gm;SkNyG@7Q5eU} zkl8WAQ|XLgL_iW>5YsWzam9AZrtW&XSXH7*f*)E)pQkqdT3wvlLC&O~*N|7$wCnxrzmG?1`*} z@q+ERnq`@A+nPSFxKnV=Oj;mz(g=dJ^b$?9uyuvX(kiO`X|Hz5Rv!4qYkoX{06}t;$E&xV6)NI{W18 z3;Eq0@B@*chf^YGIPd7~h@+9qFnX0?)ZNAJoEMYSfZvw5R@Appvcw&T6VK9I$e-Q% z!VFg9S{zCN7wX;q=Ei-FoA4>$i>I7lIhG-xx?R3}DKLrd3p$@iI{#reLdyc+uGg2g zzDt5{=^_8CUIDb11((JvYd+GAz++)qbZO#cZApB(JC8$d(&taZe2&@p7^TH2fL55H zSSXz zuSl-}RNarH7xKtfyl zjwd#_$NVx6GGV_y#AskC@JY{7V2&R3zUD{b5^wPDfy_>UjRR^9#JTWEx4T<;TJcS* zX@N7u$GmR?EF6HgW$|D>7MDbrDbdwIgGSiChU38BMQBS1vx00EKaJAz6uhwHqUmZh zj!CCasWcE-6$%>#3<;OMq=;-91y{Renb%=ffN?+y(L7UXK?IW!Ha~)AqH7xI5Q*)Y zq;X4PRC(7rJ_~-4pcm9+(6_I8HKV0SH-gVo?SU3}J}$s3k489i0bc;Ij|3Ve5Z|W5 zmcW<&>H9H&&wylccpnD#V2!To{1Ljl=;gq0ZQxjS;8;C%q?S5WO`Uor21ddw0f_Ow zV8_^^6_}E7L^uLDQ z+Bo`y&7t!z2Sz`eYy|jJ-z!l(()A$l;9512f)dj^xH|Q4Y9&;U#P6T`<+=LE7?_Jx zqr)#F@mgf;d1S0U^5$>v{N|3wuE)Dp!uU;aH_c;6weWCH5Ls1it!Sz$39D)m9+noR zqpJE5JX<_TP*shR4(#qi-lmTndW&%PkOb}9M65XQKEb145L2*WnoA%@xtIi?O5=Aa zFGf51Si=-g>}a1L<_pU=nAQW( zi~Wzj*Ff-D>siyE3^MYWvqL$J(IK&WV|1c{;QP$|{Ni7`KmXC6@4TkN=8AN&^cy5- zmGb$5ohLHX+~yO8`cEWxp$zP%r_5)zqeGDPGjz*F31^y*5zxvMH9QY58kTlRqFo0U z^jVgONdVZ*T;0hO{Krd1w+hYr&@|r8&%hz8-s1+-G(q0@*4zx#3b*2b8oc3Hx+i^m zm3)XbFMw5>sr5&-)n}{Is6L{KoUmIHRu`vj^qA;I=0c!S7@|~M!!a9x6#qB(a<&;+eRn1(ZpA1 o68dd);$;;D9q2?0W-}7!7u% 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 Ee;j8MYXATM literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..75c5294bd4fa98e4b172708e9cbb7c548991c082 GIT binary patch literal 15378 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..237254fdc98b19355e2ad5fab8c61c5956e84145 GIT binary patch literal 7621 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 OD-%GM2G_A-di1}Iu_7t} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f3c54b9f03013fec99d4216f8c881e73a316a794 GIT binary patch literal 9731 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 YQ_%ol@MawDq6s067%l5&fas3@FD%s0!vFvP literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a58bfb46e74b826b39741bcd4e4706c8e12f860a GIT binary patch literal 4729 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..44e5f6dc65af1b3b137d18b981aa44b811e23fbe GIT binary patch literal 8953 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 VKl8r!%1%eu`` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_directory_size(http_cache_location) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location: {http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ + ) + .format( + http_cache_location=http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("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 not files: + return + + results = [] + for filename in files: + results.append(filename) + + logger.info("\n".join(sorted(results))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += ' for pattern "{}"'.format(args[0]) + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + http_dir = self._cache_dir(options, "http") + return filesystem.find_files(http_dir, "*") + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/check.py new file mode 100644 index 0000000..5efd0a3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py new file mode 100644 index 0000000..30233fc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,121 @@ +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.]# + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + """, + "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/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py new file mode 100644 index 0000000..84b134e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,282 @@ +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( + "Editor Subprocess exited with exit code {}".format(e.returncode) + ) + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + "Got unexpected number of arguments, expected {}. " + '(example: "{} config {}")' + ).format(n, get_prog(), example) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py new file mode 100644 index 0000000..2a3e7d2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,199 @@ +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) -> 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" + + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if not version: + # Try to find version in debundled module info. + 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" + " be {})".format(expected_version) + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = "Compatible tags: {}{}".format(len(tags), suffix) + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = ( + "...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + ).format(tag_limit=tag_limit) + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = set() + for key, _ in config.items(): + levels.add(key.split(".")[0]) + + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/download.py new file mode 100644 index 0000000..54247a7 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py new file mode 100644 index 0000000..fd9d88a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/hash.py new file mode 100644 index 0000000..042dac8 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/help.py new file mode 100644 index 0000000..6206631 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/index.py new file mode 100644 index 0000000..7267eff --- /dev/null +++ b/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( + "No matching distribution found for {}".format(query) + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output("{} ({})".format(query, latest)) + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/inspect.py new file mode 100644 index 0000000..27c8fa3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py new file mode 100644 index 0000000..f6a3008 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,778 @@ +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) # noqa + + 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 == "2020-resolver" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + "{name} {version} requires {requirement}, " + "which is not installed." + ).format( + name=project_name, + version=version, + requirement=dependency[1], + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "2020-resolver" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def 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/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py new file mode 100644 index 0000000..ac10353 --- /dev/null +++ b/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(map(lambda x: "-" * x, sizes))) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/search.py new file mode 100644 index 0000000..03ed925 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/show.py new file mode 100644 index 0000000..3f10701 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py new file mode 100644 index 0000000..f198fc3 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/wheel.py new file mode 100644 index 0000000..ed578aa --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/configuration.py b/venv/lib/python3.12/site-packages/pip/_internal/configuration.py new file mode 100644 index 0000000..96f8249 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,381 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + "Perhaps you wanted to use 'global.{}' instead?" + ).format(name) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + 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. + """ + # SMELL: Move the conditions out of this function + + # environment variables have the lowest priority + config_file = os.environ.get("PIP_CONFIG_FILE", None) + if config_file is not None: + yield kinds.ENV, [config_file] + else: + yield kinds.ENV, [] + + config_files = get_configuration_files() + + # at the base we have any global configuration + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user configuration next + should_load_user_config = not self.isolated and not ( + config_file and os.path.exists(config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # finally virtualenv configuration first trumping others + yield kinds.SITE, config_files[kinds.SITE] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py new file mode 100644 index 0000000..9a89a83 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..58c926b2a0e8df897be26a9a93fcf352376844dc GIT binary patch literal 944 zcmaJ;zi-n(6uzq++a*b(mM$m)xk5s6tJnet2Fj00U04`eA*3)^PJBr(@vq*UgMvCR z@IREXD`MuaV2Q{8vWSGl#1<)?I`PiL5CZB+ckg@e-o5+2_dZsuR}icZFCKK73PRtd zQ!I53X8Qn6k&k>Fpb$4PmUtyt36-XjVYjMH6w%Dg&X)6^pjv&5q7^kdFmZIy=j|d5tf*VgFF1#Q(Ajc_XBqWi@ z%Jf&vW#l;17!fIp+ITKQ8jzUpnE-H#PEb!qmli7vnU}8<^nU*SP-Yh`DXzgnwqCf4 z+5fL$;aB$#a$el@%tc9NCuXKNB4(EkNM!!2&Qddj_*8hUfG|lUGbndo%GR(FxE5xT z2$y`#i=Ok06ULok>P2lQVR4VN1$X+9H=tcl#LR(T22Ma*PBIinadg+deaGQckVfLQ z`(BrDC!vYs(nt^%d4c0EjEXxhTu|Yvdg2I^$*9*?KmivtF*9uje(Q zleY-V?GTpdc)mvHU7ZOVpWUF?@(ujF7r2CpK$?<@k>3CF1vl$4pMSbSE{<7(I!=(+6n^Y*b3F5L=Dw#0eYjIN? z=AkP|{SDRnuOvw0x#tCI^2M&WId86UvmHrgHsBa7sK8`ganW{t*bJ*TecI-UT`+wP zd<0>K`cEm-354K|@;16|cP0J6pO3<2K^b0?yxMabtYUy+x7N~Jb5+ZfTt(qfEYI|P zqn->>2UGL^_R|$Z!imx#Qfc-u9h5N_F+{yoN#BKY=nzILAwp0@W#D7FMC8va7g&sk z95CrSE|=9uCC>q21-Uc_D{KahtB@X(uZMv|SHM*218oGWPy?ii`aeX4YH>#Rx@!$){0M8-DRo*VXbn1 z)$-hi6$1VO|GC<;7cA*2KA)!93f<5GqW~``g2e{{&`Fi1wG4;JM{o};(-Ruox9}bA4;oKXTfh1?gfq;zl&(chNq=^wY+SB5R z#XwzdhhFlmaQ21}0lY&3A2EqyrWl7gesY;BJFS^L7|3SrNY@{F|0HTgh(?vw#@%q^{-WZa@9fJp$`~hUBLbPA5NbBcGf5WqhWSgBAGGr#c0s402+&Q$(snN|k#f zKqc}AI#3BJ5{KX?SVZt8Em|##S@11B1I<~aR2}S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8f3a9a4df284bcc6c55c443c3d91f6e7c56ed4e8 GIT binary patch literal 1443 zcma)6&2Jk;6rWx1SBzb!&{l%dvO?itRqU3A8>OfSfyg03d|b?7G~RiRH(AeaXU0)B z;t-)6;KVV11L~Q-f{T%mfR!R4apGp=a_NaTyH2oCL5#F-e)B$N=J(#4{l4366CB@t z{`Tk>n~>kk;$pZ86L;WR#3mmQ?wk_tg7vu7 z#1FjE>-)c(Mc=BfJsc`6S)$)daZZO*o#q1d-H%vu!1mz%RB(`}*nF2MSanL8?HU;@ z7mGI$oDm=ci<5!PtwD?1;EZhEI&}svcfiBD_}s(K=Kd()0qTR&?{8GsKNL!{ECarJ z%<)$rLm@$d&?;miOfQ_mqPbzzZihHN9j7YfIjB(NIurmLy~_|o3nrOi6*3j-F@zEx zO;d^XRE%;tX>4OOvP=TwWxd@HK!iy?DW)2DRI4gaf}To|SS!r2NW>&|F|LV!LH1XS z7jWNr{bQW?J6OQSOYN7||Bw8H^zGf_8-^yL}!;Mk#PQEU|o! zf^4MB&BLb$@n;I8ipwbzNnFT$9}=zN1Hlf{J*IORAA&fHvve32r5@*EJ9^_@tWpiH zFLSQqA}wN?3Jp@QEaofCqvFdFMMYV?xCfd}Kr_xXqpOa`@iPk^{cAuMZ?Ep4I3Yjx zUijwd>!Y7~TR-%+X1%+!U}tu3=f_}Y-4JXoOoA(KRJU=}8&1=V(^TbIUG{1-8AEbF z8#RYQ?IwzBF zoBMwTnWL1C;)KjQWTPv4i1FbBlnOQhN~<=dlbla8gFBQy!sb|7d`fwqP%6z|L|!q% z+_!Rud7jDZW_`^Fvt>;{nuBWLAyDt2I3<7BjvLH7w)@)b&RYwD^E~j}?ysA-<}S{2 zkGyny?i&=4o3G3_3~H11l_$?3YW6nU?)LpE#14usJ1AOh3>6LWUn5Q8t5?_EOc{@& zWf#(>stu7F>y8&4*YK^mtn+&s+;39#K;FiK%*#+WQOsMGWu23U=j8r5*?!_(wYsyH L@BT?}t_l1FI4+2| literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1b741aef46bcfd76aa806f930a3f08227d67af1 GIT binary patch literal 8030 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7e0d7e06faa81b96249e1e50e28ff3b1b00498a7 GIT binary patch literal 1991 zcmaJ?&2Jk;6rcUF*G^KqG=zT8c7&)Z)5a@44yh=Wf>4nV1k@5C8KKp9XB=;`AI{7; zjV&S}lmj579&;^R5Xu>ep85xHF(gu}RVyJO4%}R&2&pID?AnQ4687-sH*aU&ypP|T z`DJRVh~WF_)3+Mmnh5=&Cd1DffV~?4wh%>B3s9)lG)-YW&_knUq}T||(5hJ}HiKN4 zujNC#W`~7ZK|?xv7g1{y(Ht|jjm&1P*vVJyztp6nCC5Dy#gXrk!0$3QA|V6i^n6`N zPCWUJ52IgiOFxc4KlKsuR>%^&?njjIijkDxCW4JFN=n!LfQgQfEc~R&Sdh#tG3nk? z(4`~Ryv&(Q+Jnj78vwQtLp6<}nohNvL3L&}bZTsxHH(@oM=h3zX!2C2`G!qx(AyAC zAvvBNH|k4w^#*HkCRii|COGv0kNQw87BPGuH+_L=%mj{Ni6h1+CQ%2&))wJJg^r2H zwhIjD!gU5_IP+xC!R@F8IbpP#no4q<$u^HXZ6v%LV3qs59B8-D=V*E4=MXOILv%2T z{CiOM?SbM;?TDSgooByvr+%~>&tB|R7I*E%2c;8Adwb)Xjh;Q%J2$s$&pj-kzhnMj ze`nvvbHC!bo${5htcRrwci8UiwV&m^^}Fl$Htufh%zm&_TIksedvE|sa*gyhN=o&% zA5hm9aga7`Qudn6TX8crWi7GbJxk8CEtPT$b>KE!_z_i1UWPe;UWpkcUH~D~8bt}N zB1_I@cLN(s(0KM2~gDvin8b z`cUg#dUFpc(4Wp(Q@@wb_AMCuIduA5Kd+FD&YbTT6e^{1i`6kMR_pMjaFy@mrSWB|% None: + super().__init__() + self.req = req + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py new file mode 100644 index 0000000..edb38aa --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,23 @@ +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py new file mode 100644 index 0000000..4c25647 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,150 @@ +import logging +from typing import Iterable, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + 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/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py new file mode 100644 index 0000000..03aac77 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py b/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py new file mode 100644 index 0000000..d95fe44 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,733 @@ +"""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 "None {} metadata found for distribution: {}".format( + self.metadata_name, + self.dist, + ) + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: 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 " {}:\n{}".format(self._requirement_name(), self._hash_comparison()) + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend( + (" Expected {} {}".format(next(prefix), e)) for e in expecteds + ) + lines.append( + " Got {}\n".format(self.gots[hash_name].hexdigest()) + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_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/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py new file mode 100644 index 0000000..7a17b7b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/__init__.py @@ -0,0 +1,2 @@ +"""Index interaction code +""" diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1248a292eee67f5d77f6d1b320fede83ef5f4d7c GIT binary patch literal 235 zcmXw!F>V4e5Jhc30U=S-AzBJ{1hha;Lr0SomazvgEVgBv70X39Lk^Hr&zBK@UYXoP-`BHg93E{xmtoP!^Y@QHW-3e z0sEGV9bcmdt1Pf5P4gU7f&+^S6&TBGd2fvOMjmpUx{ruVt$ljxQl*q$E0oq;Eyf2B C)I#t8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5f18464ec7f4ff20345c269b6f241e9c8aa1ea79 GIT binary patch literal 21858 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c3dc32b5f0c4cfd694245ad6115574e190ede7cf GIT binary patch literal 40771 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..053b38cc80d481ef543c73fda6e015190c1d1e86 GIT binary patch literal 15138 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py new file mode 100644 index 0000000..336b52f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/_json.py @@ -0,0 +1,84 @@ +# Extracted from https://github.com/pfmoore/pkg_metadata + +from email.header import Header, decode_header, make_header +from email.message import Message +from typing import Any, Dict, List, Union + +METADATA_FIELDS = [ + # Name, Multiple-Use + ("Metadata-Version", False), + ("Name", False), + ("Version", False), + ("Dynamic", True), + ("Platform", True), + ("Supported-Platform", True), + ("Summary", False), + ("Description", False), + ("Description-Content-Type", False), + ("Keywords", False), + ("Home-page", False), + ("Download-URL", False), + ("Author", False), + ("Author-email", False), + ("Maintainer", False), + ("Maintainer-email", False), + ("License", False), + ("Classifier", True), + ("Requires-Dist", True), + ("Requires-Python", False), + ("Requires-External", True), + ("Project-URL", True), + ("Provides-Extra", True), + ("Provides-Dist", True), + ("Obsoletes-Dist", True), +] + + +def json_name(field: str) -> str: + return field.lower().replace("-", "_") + + +def msg_to_json(msg: Message) -> Dict[str, Any]: + """Convert a Message object into a JSON-compatible dictionary.""" + + def sanitise_header(h: Union[Header, str]) -> str: + if isinstance(h, Header): + chunks = [] + for bytes, encoding in decode_header(h): + if encoding == "unknown-8bit": + try: + # See if UTF-8 works + bytes.decode("utf-8") + encoding = "utf-8" + except UnicodeDecodeError: + # If not, latin1 at least won't fail + encoding = "latin1" + chunks.append((bytes, encoding)) + return str(make_header(chunks)) + return str(h) + + result = {} + for field, multi in METADATA_FIELDS: + if field not in msg: + continue + key = json_name(field) + if multi: + value: Union[str, List[str]] = [ + sanitise_header(v) for v in msg.get_all(field) + ] + else: + value = sanitise_header(msg.get(field)) + 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/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py new file mode 100644 index 0000000..cafb79f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,688 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + 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 +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.packaging import safe_extra +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. + """ + 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(): + if entry.extra in known_extras: + continue + known_extras.add(entry.extra) + yield entry.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(): + if entry.extra and entry.marker: + marker = f'({entry.marker}) and extra == "{safe_extra(entry.extra)}"' + elif entry.extra: + marker = f'extra == "{safe_extra(entry.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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py new file mode 100644 index 0000000..5e7af9f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,4 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["Distribution", "Environment"] diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..eacefeb4085c7a69102029d2e1ae50df9cf6ba1a GIT binary patch literal 333 zcmXv}Jx{|h5ViBsLPJLe7R11kfm*;ynP6pO34`U_dcCY5Y*e<{Jw(zH4Oh1{gL%CkY~gZ#|qWBz4qax|jeDsaMn&W=&O8VgBq6yMyn6qo$N@sK}bZ{|vTmo>Dr~Qa>u=?$?PpQzY z-)jAsQl=E8uV@Wcv@zt?3+GAKFuf$!nMbhZE(vSh(H(n6RhxgfR+4@RHQPS1#! zL7Z5&tXL^LvCCASUor~J=Mu|(8!TsSezYp*e YV~khmXoU_xvxArU$0UCmyIoLz0p@mHx&QzG literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7d007689a1d46feef6baf7d20a0c63fbd5e094b3 GIT binary patch literal 3336 zcmbVOO>7&-72YM66e;S@mXk_NR8JZOG8LD!Q?xM(+lB2kP7y?LQM*6vfg0@&rInVu z+u0#yDk>lZ0&1WwphHm$NDHK=T5y5(QozTaiUPezZ~z(G06nyq-k4A)pZdL7lBTR) z+C9v?eKYgs&3oVXX8txhI&9$k(~qvyDno|xPx|S7nXb_J3xxZIV>qT~R7~_KFI7)h z(siq1)iae$JzL3|M#{KpIO%P}vBc2Bbh5UR)7lKQS&`{$^UjbkSI_h|de*PL_)P9e zPEJ@NKaJm-<>a@m%7`=kKdm0cx&qdXwantkzsc-E(Tda8{8pTMKU8kub1%-_l7R~B zz>6)LN6PN)PJOof)42`dz9DoFDk;Yl>D63!Y@l1!AstXabW$Sgq#di4buw^e$VrQA zE#+h(=UP^AC@x&*&U->}hbtaijvJ{sD+P}NpL*4h{(_zA+BDIVOhN82H1~~7bJM6o zO1{k${%Dr|TE?Eau$Pi~{7Leyn2xPTc(rGmh)glYp8DlGk&scj)!@Ee4rQ<^Y!#K) zeBN}Ixe8>tDg0*HbC=3tORWU{S4$V)C`YamUkSOr#+OA@4&AU^b$uly0$Z+k4^?*S zVIUQ)tlB|6Jn| z!Ja9{(M7a7ljL1IRINrz;uMp|Pob3*^5`rY9OBd~AJ6`-_}k*gFFm;aK>gu^y$>GL zA6?uZzp|gZB2QyZF;6k^d0kYi@o=?T51fWa@<_G%;|BM-Bl&(b<6O_rc;qd>M!HK4 z!gQR5EKk9tBvS1e+PrpG5@>ZpL5seIX4`0|Qkj|EA0Ez>4`#}TGnWr$F1HP+{yM3< z{qNlA&~H0uX0Gl|9vSEoi)8E=T__9mbuOV9q)R0&ED#|B;HS5(hkBA>RI<=!9cw@{ z)XIPox$8Umj4{}nR$whMf#6_L;jpdy)WrCxcNi=Nd- z$CbDx0@>=q@||lp-u*_xJ}EpGNCE*)5)URq={C6{0#u24#5k2~AxaEj(U9Zd$>7#q zPLoln*Uqyj_%GIpLpIWRBy0Fu&i`dcv$PZ~>}YnRw{umu+we6s^bB#efo zzyr+@5}2Xcwg;}A*WO`sFvOtYM~!mU~h zs$O7ox(j3pQwa3YB$_Sb=(I61xpQ%6c~?Cy%Gij1 zJnYJ=H2b;lC#J%yGWj-5)qgDY)k2ksN@g)zJfX{B}*9*h*HbN8VO)4@TsX>R&8s`}M+Um1)2GbYdv}ivbnSC_^R?aS!|B%#re8mt zzH~5ssck^@=m&pZIk@tEhvfED-kjLYA5P65OwAuoy?HS8Ce4|6bmNFRef0kT>ghQ& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3afbf95ac53c6804d770f2b2656de6bdd34a538c GIT binary patch literal 13163 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 Mdb|EW5TK*_ACA$3i~s-t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..013f9da5d226cc0ac0050a95f34aef9932c0bff5 GIT binary patch literal 11166 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py new file mode 100644 index 0000000..593bff2 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py new file mode 100644 index 0000000..65c043c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,224 @@ +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.packaging import safe_extra +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 ( + safe_extra(extra) for extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": safe_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/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py new file mode 100644 index 0000000..3850dda --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,188 @@ +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="23.3", + ) + + +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/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py new file mode 100644 index 0000000..f330ef1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,270 @@ +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, +) + +logger = logging.getLogger(__name__) + + +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(extras).intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _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/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/models/__init__.py new file mode 100644 index 0000000..7855226 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..33a44525a49a52803aed7593142fef4ac14db888 GIT binary patch literal 269 zcmXv}F-`+95VS)CQKbCAZ3=D$G!y~E2k2;^u#9g>OfGB7yE*Cj2yfs4yn-Ll@&S}| zsp3<@NUNQhVt3|yG8wCaujiZByRv_K@eh3@+fgAOs#Z^`)6>EG^}R{XFWnrCESwl0 zNn9W{t5{>h2Qy>J$Vg(!1PRF1_+hGl&aADYxAs$Q`|~>wkBph2TRZZQa(qKC3`=rt zm^+CXTBH`5@B*omMWn0h;u1Iro*zRnq>#V{63pZpIHUkuoFLX#soRZa#auUdn@`Kn Tz8Ckk|4y{ln}OEDJS=h#_bgAz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..13fa93e69cdca0b35790e7b903df2db64c4c26bc GIT binary patch literal 1926 zcmd5+&2Jk;6rb^a_yfC6X+r9zLEF+pwoq?rdnuHtrIjGUeQ8Th(scR5C@cU0&!{-1YD5#AGkE)(6DNI;N!r}l8LB#;>~*3m?}tcW2AlWH}l@? zy!pNN=KE5qfM9(4_DhWi3PL~2NjkIy^k)HVB7z9^Q4`x4EOEwHnyRhFSn;){ZtECj z&?|_jYlvu6--iFmVP`wKnf*;d6GvLhWt;*~YhJJfdi*uodD-QZTn?LHqpy3{y`V0= z(~(O+{|x}|LnIX0m>@etu&pdWBwt`#B?{Gu3Ll(Ibdqi4)=>kK+*;Aj5}j&|49Tyl zb}qpM!1;A_9ovO#$b2H2mT=v@gv{_pc2`X$QUkY1qwF$e9R3%nKHQbbd$7C|lJiJsRJ2(zUsqw44#~OXt^XB> zPw*z{;x2MhD-sE(2z4{tc(4riOzO~8U^es-DRXE;?V=ASU>90UT}L#mj>eE!U{xP+ zN?=0~#dP&cyq%nkQ3sisc{39!OSBUmAhh8HUa;WQeV21H8{a)D#kqG9Rz|4Mc)LYe zlye-|B^-xk;RsWUR8IZIIeCIlP5lZ>xaoxfQ!k}FS*i2b|-gu_u#~4 z<>Sh&E1%Uqt=&HHwYg>989R4x>U2*-`N|$r@`XP93)PckON@p^LSO=oi5Ew$u}hrl zVOb59ivw}si05CfOd8f+Y- zOgV!VbDV#sbzpx=ZafJBSS`PBw|r@*d}+5h_R-wNoK&@qS~BZr)v-bksrdqfg8v^7 zcT93)4C~04N$TIYano=GNRv%MpsXTqI6_Sp3S3BLruQWt3NAKJ%WWw!XYQ8I@08E~ z8)D$m1M=lNO=Xz>RE8M!)L!fS-jny|K zR^N#|x!4=mz~Pxb0@XVp@u5E?juRdKcHYcI)6mCNcw_<+vg)9@;U%i3ua0~jSs6rB zi5=61uMQf%8b8(Ya?z2$+uOqPdE&)n3&tmIp~300njhsZ3|O3HGcc9+=2IYg3dZ<8 Zy7((Pc^|#_yFP^rcaEOkL!jf$e*$vK!14e9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8059fbdfe8d1a0e32526c0fd002a8f19f851a381 GIT binary patch literal 11225 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..92429204ad82cf7fe26e1cbd1bbc168951417c3e GIT binary patch literal 4252 zcmahMS!^4}b@t*dk`iTAvSoQ4$p>SJw3DWB4aWuQBX(@Fm5(15$%f{Pq?MMt% z&VZcb&D%F`-aUV9YYQM~fBe}?BNabF|744L6Kj)=Q!rUX7-3FBIWEoR_%xpr(gMd| zye8(PwB*bM&6D${y&U4v%Lt1%5tbhCE|s)z$`ki~!4`4B_Mf4~G|?{;%l7>wZ>ff! z(QE;han5efW^_YWvl&gDCW@ZP5delx8o69X$EPVZXx1g^_Q18%HvRy^A|fcwVU*@E zmliOOg;72&`jH>uDCUVoJjB}rc_ldi$RIHJ z8j)4qv@)7TaKiTMhH_2SGjz%h8oD-BTcm6cC02pzS)s-t8<>XJdgG_iEutbf8?ZQ- zI<0<_8Lr5;g!4tNh?E9?k%v`H=Lk)q`&PQ?&rBy(1{m8>f97()g1-R zadQZanZN04P3IJ#ZIU+>C2?FcAflKj5)H(?jLHCXU;i6@J&Qi=82)JZ zy%$U0Uus{C_5XJAUST=2df@11v7_aV;cuMde$l_5i%WJuH62&ev&8l*N>in?pgT9B6!|SoVE1|uQf{|M%=1-Ka-c{}>p9TjjvF?9GIv#cme?0K##3u=u ztVV`ce8V&bG`1*E0)S(VH(&zMog3e*UVyPyY-yC^4O4WnYM3od62A8}aq6=N>|AJI zR(xtY@aD|HH)jUrH)rA?T#xIhv={c7i?aByD9uQ5pL5mEn3Y`t0v08C+RBk#ct7Bp zhoPHAmB_BO$TQ{0GnG*ER%$-A7V0mD`j@VJ_}T}rEniuC;dJ?h(;EUG4O9{D4>(e@ zrRy23Kx~hdpnk{{?7eI9B9(PV*MnbAYk~9vpBu2HLc;Kw6%cynxGI5%!_qs^n;Ye%JT%18V|{HnrHD+)8wHgTQ$8Yt$_vb&6HmCoC(<$S z<6~bi)0_4jgCd0-i~H;VWL;{Rld3gFnQm;!%xkJ;OIeL%DEL0cwxsHq+@Q=uY%f;L zY=+{vMEAp*9$+1dYqp@1Nn2zVZ!&X$d??pUylV_p?93b~Qh3YeJF16yN8 zYb;OzGXDnMEP51-t_63MgS$#69|q<1j=oCt9GH774CdYzu6j_U^VY=tM5%u@+&3pw z!aGW_dA$;9zjc28{KCabsN>d!`3nmvHhE?KmD`gKLwhRG*h=T%?d+oZuDax1?K*hx zNV#heKr7LqN0IN9Oy+FSu4)8Dx=OKk^lB9C=zfem{@rt@Dv{Xj8=ppiM%QBK-OzjC zO0;`DHn4PMHTEp*!nqgcFO~+_DYX-=&qBRlw!z1)Yla)Oq7x{#=I7 z3x5E6tRyuHnpH0W-IyMONUMOi8IuGnZb~qx_inZJ7AP!Jn)jfCNZ+xubathE-<+os z>?vJY+dWiSaG2e;7kY(|tE#Jk};;d0yl&1mb9?)srm$;+4E8sDB$z&Kizi>=MDo^Lr8 z2Kkh$9)Z392Q(8a9bmHClvdjzPB|KI9}g;on>||<@P7#B8Hs-AK>WVYny#u}j zwOk9sTBx@i>iv&btmRhVCIy922tG;0J1G0q4k!xL>;;H+iXBpvHz44-MS$&96l`Q6 z+xGz;Wp+$ioP^hfMQI0{d5ml9!C;Hm3`3(b!`R2*A&AkIn#~b-GGO=O%+cv_)}4Uv zK5{hS7$0T%#OYY=VtxYMP4sv1!lU-yQf?(WID4+@L-C=?vxzUgLFvGw7(~-0;m+A| zY+qFZ0EE%5zEXCn|IS!>$AK!tfe!-V4L_Uh^h%ew(wQn^0~}vaA%nGSh?v4^NH`ctIZSi6@W4OGU1JYsshJx|3HVz=+Nirho7S( Q|Mi^ZxWHq?dgt^10hgSuOaK4? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6eecb2313e4f36d5e533ba3e66eb63593395fd36 GIT binary patch literal 1697 zcmZ`(&u<$=6rTO*jpN8INnFbWv{F!!)7A?~)gVL>qDUkX3Q?gIGKXQ=87J#*c9)rT zR9ij-DH4eULL5*y7A_ct0~aLz2QIPFD(TWwIdL-t)T$@m?Ane&>PY+Ey!YnKy!qZY z`|HF+7Qy)W!>cu2Md){73XR^VA+M~(N`rZ^?$gK%oH)zfjnJc5_>8a_ zy2)&^=7Nt$0fVzK2{vrkXBym*je&@DMxzGvR~)5(ZK1?md?$Z__*&XS5$JU6DsA)y zr0@4_3ALp*!hP@&iU#nZx-rN()%Eey`C!(T_N8=Q&kcO18ulLU*hcmIX=E@X!+cmf zJo71Q<-u97R@^@sZ5gbDdctg?va%BEDVVV;fGm&48gGP@#RkT%??xCW5XL%S?YSSv zT4*y)V*^YcdTzu-&GCe20ImfLhjz5iGT>vPzy$fS8mpXowUJ(oVeEJ|=NNNAchfYt zo_u88;FNKz*|2@b0#?+i6LIU7Z*RJ5Hgwh6r2eJ_MOa}oS`Yk%%FFW>cO!Z!O!>yG z&N%)Z>;bXjloGOhDS29wldGa7lp>#~>bWp$EpqZl-G#?;54!$-<8M zx$&Sdv*&%~9ThHg3l}=q4ht_G6&AaNMTm_bm!3Z=UF?=Fc0M>PT>(%2xHxlEoa+|n zI#&*h^Wd52Wzh?;_?}^&z!3%?cMfKezu#Rz4O-hOW!Va$YFlrz*u1CU`2UMkjl3=D8_LXV`xtU9xRS?7=O~R zy?!Kv;q5x$29j_uh=3%q!XuWnFR2IUmeR+eo`-Q+Vo4R^ZM~6JE#PEAh>yPl;_)`R zufFr}%=NA1o|@Gbzq!^!pnh@^^$Yn&SiPd8UA{BhL!dgdkAzApPqu2EU5}!WziI*f zLbnpIHLFz+zZ?$S5`0__ctnW^Kt+O3t->H9qCA3CgS2Obed#H=TATxbf##Lusihqg z_lVWi=IU~6ybsA@_5(_b6McGOyq3cGIy(=hfP&A1=qZvU{e~tV>CZ@)|3pH}A!F)b g>cxYrH|}O`ZmIXj&mF5X2lMa#t;jj~QzO~)Utl7Yr~m)} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e720f4c2c0e2dad56655d447b5e8793f750ef5e3 GIT binary patch literal 2185 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4c1c2a5d747d79eaa72595b191d89b005d82674c GIT binary patch literal 1854 zcmZ`)&2Jk;6rc5e#CGgJQClU=ho(sj*(&kUpdyGGBvcy2#Y9CFk~yr#JL6=V^~`o= zo#4tyIpom)AXnf-#hJf?OOZgbRzj+TIB;_tB&42rvunq(2xINr_h#n3dGq_dxBj_W zEh88|eYMq6QwaT`jnS}%%IUkHoFIy*5uvuxFbu61qC(qjm0+Hj4u_<5X!f|CgJ>b8(=lH3zKks=E6?YXQDjng_PCy1ejK~bYXjfS}kr+sfU ztP;w9bedYsrZzkdbJ)}zc+e@ZieTB9Rib9ALd(Z?qu4dwN_zPV7O_C*u_IZFNyY=F zp3pLeai0eyR-K3>OyOjY;ec=&QZTU^dEt2MhFd~nDh_!h2o3pe76e>y$W=n32&Ql= zjF_rrE6?n-0<+@K?-IVxXnG~LK>83>!VyFe)vHTKLB9 z89n5W_Mlz?EMsK$Ot6N`BGj|M(h;)Jv%wnG3F;cINe*G_J;^kB1Yd+Y7R^UMMXj8n zqY2oIi6m`&9;8kDM|MCn9fcQ9WLaQeT{Y1LA~t{OHD5h!JH_b zF`58Dz5=dTM05=|I|)7@QK;3d(k3#ep-Qkg03HbD>~NI0p8gMF7Z>Qn+4&YoJ`nAg zBw;g}>g@HUAQ8|P8qmhcTju9I4TcI$sT zL+OstSYiD7kq5*{<#juR2VN|Nu1)3bb8-;wl0-=Ffbjz_3Y%WuaPQS_Z+I$9*!qY) zFAihR4|&2QeC52hpe$0}8Q;3eTdEd!)1nW%!o>HVEMC+YwbAk{q^CXrafAk|sIvTg z+U?)G^}MqDVqx{E^=omie{)m6m-|a=`aR!YyrtjQ`fuNTYW-GRIR#(jTHE#Qx?9r6 za?)nLpO$?evg<@zulWAs4vB^kB5vi_C1WLnJ;z8^yFjt!z|?l57%9#yhj?f!Ueu zoms%-qs+Ot`3r1?gQ_q>%58Jqv z`p~g_=iYPAJ#+3ozw^6if8Et35qN&}-s|~2NkaaNgVrN9I~(sqXN71)<4lspH*a!9 zKFb${tWXrQB8M`;3>CxKu-_NWNHLm?7Gv3%KMt8vF`kWcgeTu5TKGEAB6s<~dNxtv z($U8_m`V$t_-(^+z36nwHEc^Yz0jp{$<))FCtOksY2NE9=&s_FOC_7Ry5{xH>C6F5 z#jx_W;@XO3YqksO`z)IkRnwT)mCY)-;G;nsZw@wo0G$=0lPsr^EU$4{p#XdQ8J87f zB>2<1G*J)fVLj3hy7;e!U>wzBS~$%1T;HkK}nReqGGQ zp&!;0xE>@4kaSgqbhnqdq%zp(g^D|CTl3c>3ePz!rTXW< zHPaDqpHeX9bW15!ww$9UsxyY;bsI&9PEog9731Z_O5h&YFFKyoS>Yu+eLqlMT$zK| zXo{;AoGAvlBWyP`GV8)_H#A-tc2H(kE(C+t6NQcd{~P~+W`!*93q)zn!Dwl(+XNLM zms{X%&qK&KjUOP3ycKsNE%5?>mkaufye3?Zwd9?*+ky#k6D{cifJ74qNDIVm8=(aO zeCk*iVT4}$&jJUd_7@gHF!GZRC;h#&zoemN`)iOOA@vMw+z$$3;Z#XwYLT{2`xJeH znvggM1jl6%X}|=dQxJcdp3nQ8G3w|l%gq8@AVO_ZXs(F`gq7-2mFcvdVRWYAgDqEP z48lyEisR}9te~Y9T45RDS%b|pW2THKJcZUPFS=#fZpR1H&H?Hx0nRrc=~kS> z!CKUAk`Z;0i|~vg#~jLZ$T9~G1&$j(xy9>dGB&vf7GPHRNkUzlmK~jr>T*G*AHspk zn;Gi8QxhM2nC|$6zFnGyB*r70Rp)eS>Q=#>rN_tU_!vfcf?l1~Eu@1vL({d+(k4nU zQ~xVKeDm;yW*A(1%T983u>_9K7^dM?{EU@Ll_L(_Ld2tKnlD>9JbtP=z&S5?v6U&% zp8%*Goc@2^n0k!N@tl(%BS)mW7^ase!0~&D&F9ZBK|S%ZZCIXAR7;@ZvJNi=WVH)) ze8ysX&{)_L9o@`#h-{NSsybn4Fp!i!pUu4Gz@3$;lvOL2fuLR1bFP!QVySaRL3M4G z0lJ;bn8r+|i@6ci25{Ej9k}^rO_P z_mumobJgjGy?rb1+VE3<{oXTG>EYhKs(2$-PmQ6m!FvB8 z7T-kD> zxVs7X-x!DHTZF@VlY9VI?jq;5Pkw=Goym{56^awg4@lyr6)P&-je%oR!fO%;nT5KY%zDnzoj3X#sI@l=WySm8>>{_wLxI5E zh%IoR0jw7I&-kAR&CT|-H_J~w=U)FgNegTkjCjHoz2b$SR4MBYVh!@w-!gj{2LIb; zFTx5Z4NYsaebVoSkKLZQ6Z*1T``U%7Q`MJ`FTb^X{y`!Io9~mpau8h~N&Va>iGC;m ze7<4>APWwoT`7UHFM-rcHqp?k(>w{h$2tp~-{QTO*c_Po{{I-WH^Hp)2{b?uQ8GAG zP1fVd_4r6FKC%`cucr=vK6`8Si66I-qw6DY)JEQThH={<{7`pwx*?J7{?)^u%eUmU zM7rKJxT>rrj@7$*mM^Wmd-L73#8AEKrB!!*XuLKwzLuD1#6tU|s??0q!?W=lXb|2z5ysL5kRxojJwPzrk^n@5WnsJ6 z>?Fh@zqwf4Iq5;#F627qLE0|iI?`Y8cbkN>DEP%Q4g*64S^6bTkq{hn8Itl zceK_!`YaaO+g+UmoAhvX@|BK-$pX;%Xc z!I?fA~{BhU@JMIWL3>VuaTb}J>Qo`XI6yZ84z z00oW=JZ5P&lY^=Uv}6pre*oTyuh6Q1WGMShM}DzT4M2u)^ZIsLQ8b*KU+?(`x9voq zN6!SIJIl_31-vVrVQ3lx$8oX27JfaE`bd=G3VHKV7nxCh@k;eL1Th|{HX&umfbzyI(NI* zw`&`pjD%98fJ6f6Ka;kR9JNvpp(^f&N{&=1{m>7s`k}sDDmyErMrtFq-!2#_37np3)}0Y_0Z%aUwUveTM0B~#s;w4|I& z;VmG0qWA z%HwbgA2z1sjIKV9COicepg_g7)g2ou539d}$sExLxPXlDDmNzZL=z{N6YF0fMCE}V zT1&&HsuLPjLG!Dk>Pv~>9&s$7ids;ge;fRvo974N|kHpPR2busb|!YQ|gN^^_@okK1R*W)ZX&s$Y=F?BaBGo1;4hWYW6`Cgll$tvxDTSa8GMs<`|%Tw$0ta2V>NGRxPND%xsyV)_Y%6JsVMsA5 z9N#!KCv#3C)!+?9qs>Tc1i_YW8cu)-PulXhB!B1Wgub22~ctEO7!% z4=lH04UTAOnUt#~=vsj&;c(|1ZpPvA7QW&7@$Q+#vlggK%uLFLl7R9up((bNc-fGr z^l{lXX<|w9*FFla-g{am`BP^jspT8&F0JIg`kms+O@5 zOm93l0XZX6(fCxbSd)arQnCH z9k(_;T-aIYTpBpO)P16~>Eu%A&92VtDrgDBFX|RwCP$BM%iL56!1a zk-p`~Kru3~aG(@<446Uqx*grWO1z!;RNy;16vmd-y3>&=r)p8_B{GW^)C~D znsA>EAGvbi8h35?HTkut%Zwjt_wIM_`I7ir%jb7c4%^B~GygI5W`CI$0s zbr^;@Vpn-8cM;LQzBa%Lybh9^?u2+qa)QM8{NQm`PFOOrJ?)0B1Hw#_u|2U&YHO;L zfl7pJhhgt##H2tH4?AB z5eESlqToNtXBWu(k)ip4A1T*&%%zKwq0cRJ<13LU2bvq)Po)x&VjO)CZWemgwZVz5 zqcZ=%ms-?|VxllyApdBMfX+hKJMkOw4NqBckzZ>N#dG+g}4FuYyMd zb$fh?q@WeO=(lkNyK3IO-!AVUHhw6(x(IFJh+VCgUQE2gO_OuNcgZyPLcRqbUKbV_ zb6SJ_*9}!W=Qf64;RTjX1N~i2QmrSDTP`7u{bU?};gAPdiP*ce_G?$=OGL5f_7%yN~K?(|Zc_JAlz zA_;FI#UyYz-QjFEtuPqDCl^?DQ_RqOkDEmmgQ1{6s3o(yai5GHf%TRI!)ISE z3-g2MXsK;uU0;z7# zDAmLV@#swk75icGDqmj=F7Yl<{3iuLF2JVOCBLWB%lCVN7%YP%fHUYiQCf{TTv!hc zaKioikRVN3P>3FOLV%DV4+<0kNmw+eJ z*hE^O46+l_nDuR}?72`=3rpl$CLF&N8GBSOjcW#4ugwXw+Y`CTzP2cqVoIX`y(eW zJ#+oQUqjL-0#GZc6^L@L1zBGr01CQ5D%3Ek-mo(aMxE$7)_4udI_xLWvK?sI1#)LQ z+0eGiZ0p_i&e0o3p&4xp0$~F-wSgdovmzWBVel?=4gM-^DBz68sk?vq-wq)HZ77$2 zy#hIqw@|rgU15bt1Kh|#LjnI`xrMY2YurZSf1Wxqp84Df>K6P9GhxE%hdvJ9RNt36 zfogrtx2`Dyn)*Dh-2ww(e~^UR=SJQbS#Iksw)GZHmfHH4TKkv${mh@SFrJ|B?3qkD z!6d|!IteGrq!UUezc(poDxAh-QZ*GI^KjN|M2A3w<1{{Z==hV*oH#`BtVJKep&JMM z6Nh2}au1IJn!gtxakD7yImNQ!h-XbRLl5EeejIRv-Kva#?NA)>-vsL|7%q|z#mygu zw_ba4?#LTQ$~+&~21l?!)79YR;A+4ZX}B<2ZVCH>^KE4Uw?cRoZ{=RzH(Ur8lp7ro zNWS5+e}iw^yjmD|TQ3usE*x0JTe+*v7hDOqUvGQka9P0lE_T*ic;PoK?D?ZWXw?Vw za*xk9a6LV5y_qc&m@bHS@a9^M_Qsm%VYtyFFgOkN43-1;v+;|WXPizr(Z-X|fvP5r zyT@Eu6~`!Y9oEhkct_s2c23c9tf6(!_slu_QC!twcl~?aog1OYfq^Fn3%3HwImdm% h^PITaK)B%FNOzHRe@uElCPSY#9OJlw+XP1@=--Bcxq<)y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py b/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py new file mode 100644 index 0000000..a4963ae --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/candidate.py @@ -0,0 +1,34 @@ +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.models.link import Link +from pip._internal.utils.models import KeyBasedCompareMixin + + +class InstallationCandidate(KeyBasedCompareMixin): + """Represents a potential "candidate" for installation.""" + + __slots__ = ["name", "version", "link"] + + def __init__(self, name: str, version: str, link: Link) -> None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return "{!r} candidate (version {} at {})".format( + self.name, + self.version, + self.link, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py b/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py new file mode 100644 index 0000000..e219d73 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,237 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + "{!r} has unexpected type for {} (expected {})".format( + value, key, expected_type + ) + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> 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/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py b/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py new file mode 100644 index 0000000..db3995e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,80 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return "{}({}, {})".format( + self.__class__.__name__, self.no_binary, self.only_binary + ) + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/index.py b/venv/lib/python3.12/site-packages/pip/_internal/models/index.py new file mode 100644 index 0000000..b94c325 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py b/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py new file mode 100644 index 0000000..7f001f3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,53 @@ +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, + # 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"] = list(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/venv/lib/python3.12/site-packages/pip/_internal/models/link.py b/venv/lib/python3.12/site-packages/pip/_internal/models/link.py new file mode 100644 index 0000000..4453519 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,581 @@ +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 "{} (from {}){}".format( + redact_auth_from_url(self._url), self.comes_from, rp + ) + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # 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/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py b/venv/lib/python3.12/site-packages/pip/_internal/models/scheme.py new file mode 100644 index 0000000..f51190a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py b/venv/lib/python3.12/site-packages/pip/_internal/models/search_scope.py new file mode 100644 index 0000000..fe61e81 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py b/venv/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py new file mode 100644 index 0000000..977bc4c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py b/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py new file mode 100644 index 0000000..744bd7e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,110 @@ +import sys +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_tags(). + self._valid_tags: Optional[List[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/models/wheel.py new file mode 100644 index 0000000..a5dc12b --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py new file mode 100644 index 0000000..b51bde9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/__init__.py @@ -0,0 +1,2 @@ +"""Contains purely network-related utilities. +""" diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6d31ce2590b2ab839712e22bec567eaf17d5129b GIT binary patch literal 257 zcmXw!F-`+95Jl|}K@=%>*fv7hQ9=te>C@3bVVU(L3~Ox5o?T=v!WlRKr{D&(TmX?S z6<#U%&HOjT%>Q4r*;EvLKHO|qW&R9sl02IIq?mVM#J$LJK6<-cd&inwszMjh=E@hGD9@^2*NIF1Yc17j;o`v3p{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..09745eba5388119fe0b3ceb3048fd730ab1dfb02 GIT binary patch literal 21991 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 Q1&iUx?B0(#iW%Jge``;p$p8QV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0cfba4bd97c680543dae22830b82f0316d3cafa9 GIT binary patch literal 4157 zcma)9U2Igx6`uRIf9!g_#s&ipT>r#jOXCe-OGqSbZ3x6|Wtx&y%C^$g_1-bwS?hpmj(81ORahX{=~~vR^Ko)Z*$6crZQnVxlD<<1)B4C=DcH0=Fj17Gn3Sr z%-H$SOsV3HyUx+R!$&ea@6ne_X6`&34$qYGrHqk>^I~u&8Hajhmz~du5BHTSej?9} z&84sw_-->UAO+PWva+LP_SpPS76+Dh99~inuK^QRKQfX-Dkv%t-SA)Qhw6Jog3U)^ z%fFE4B#Bg{ZsG-+q=zs7-#fr9lPTpLQkFhZ%2HaMo*W+2%M>i{yyWR-E=M`nJpe%s z3P3q^v0j+qp3cwbOG1`+&grIO>2NqWCZ{zD#LBC9b)ORPi^ zkKwewAd;5&TO_`!K>J^gNVqJuOIOq=nSu6dv`zU?ZkKLIZOTVVyR_vPqo9ms?J`t9 zgF~bQe3oQoOUf#iOjS#<)G>92j7gSuC7#u+5b`MStT6ao$cl)5m_~%xsa6!YQL9Pt zV>ALD8KyCmiJ2ncsakeNZ4}OIB|twuL#Cu`0#KUt6KBma+HjlcvN*Cq9bH5p1=q6b z<|&WobK`oR>m2lT&($Y5)hS?8FQehmj-JT?;yQQ{K-gs!y=Yd%bdKxkqqJ`FJXl6| znO(IWm;%k5q3NgU|@5+0I!S=%Ufv<9EkBN>S zHH@5Xa&8zLSE%ck1i07>(3#$~<#79gX*_XRNOWs7N0Ta*C20}yJr7)-idH}3$Lsj3tjh6+Y*0zZf5g_beA@GDC}#Krab{^1f42Dz~eatWKbH09|D7a4a2M6a}4i=f~o(n zKkf*mn{8DMygFzBNElf~*^~l|w5nD}29nLTDsPV54h0XrPLzvU0TYUC1?I2A6w=1$ z!sxw&HOOs;VgRpO(nvbC2`z@(Wf(+jU<$+4f#H$i?dofIu~3E~N(7E{=n3#4p4ib~ zBzpxYjz^1;1d<97OBDVz6oGXNb$<%gv!NJ@cCEyB-C%R&>*cwN*Do%3%e%jMFaGjB zQ(X)F%c+A1w*!lV_nT95;p^df?M4&g^T4AJNwm%m&Yik`YX0QCc;|WoCR!y>t%pD? zMs2Kz1Lg+rhE?3`A8J$XG`9>zwL4w=f&MhA4Yfo+Z3-jZrVZ^6Z;3^?OA(7c0OD&v zQhpvJ3k^uZg!S@Oka>3WU;{Ax$=D%mi}`oaoup~y3H$YeX8oS6TPtKyn|gG*b!+UX zafeVH4fkxDNzsm#c+<7vtHZO_duPBN(T;Tj)kCZ{I6~^?uH(v|v_UmoTWAyJ1Bf@n z@MDHibgc;+>9}FMJ7L;&N!TzfHwSEmdrV{lH2~uc=xd`Dk8*YxX$2B@hHGTUv74yp z6FF+zh5>H{%t6Il;XAd&0&_ctl@MG2;_(&oP*$`ECaK*E-Kzwe#hx#*S&fCX{)H0& zCar(*#2PlM&8nu)@>K%O{M4fM@x?VHAI2kE7qX#Q7!b{GkNx4q?_Lw+pHHr#V6|1z zI_AX}Iu?4?;R_wLd>Yr2-o?I+YeUEMWA*nNyjvK;&JTH&5+w2r!z2@jupgc+eFkKZ zmdpBb_=3YR%(ZJBhWPRie6}-hYw)2V~#@dF9{a^#>%g8j_?V^KXF9OGg%4*RWZQ5V?6( j4oiuJJxhm<-|c+$3j&=rC15{l?Ug!ahrcAyh*kU#|5~cN literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0aa91e41115d2670ff9facae373515840bc3163b GIT binary patch literal 8579 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 KilY?6ivJIhs*lnD literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2fa7f8c3c0337dfa1cb571561ab30a545780d2a0 GIT binary patch literal 2256 zcmb7FO-vg{6rS1j+G_(g0c`#PEX4dc6uXorf;6dwjFVJEu9O6+anf3jcYp=6c4xD^>q(%pjR>+R+lMW(WgGN8nnZa+g*LSrmRK~xd^G<-1> zz8DRj9SRRdFMJXS>Ed~!rIM;fd|3B{37bmN@nBL_Nt`K3HAHEWW?lX9I7zXtkQz_Q ziaMf;icD0du#9dy8|ohjoxh-4DD0zKDPd`pMuc<~W#bpf7!6n?3dp`c|01>Ty{(*#C`aq8Y8(jMjLtHN>&MJ6aCY zG6qoH9XXss_Z-DcUc(u51TnFw^&;Ac|4(lD{oGzcx4xf3)BGhgg?%Mq9c6_y8}91O zIutG0)!Tclud7>`gR4+>V9L6rU_t@pNG7gMNLhz8oTO5kCQeAoXOL;IxIpM6p+yTo zrD!0_M5w64wu-8;m>MSr)?!*x)rG4WMl{_j6F?`?D~43XUh2-O0aGz1N#XmSiHLko!!_-m)D(*E6&C>n|HDDvCX^bs$6$9t+<+& zozkM~zIAE(e)fU)w~mJ$59*dn&u#I@UJW}q%H}NV<rZvFnYuh__lwAX%J!PEoP5^)!SptxX!mm4$Jr+SFDNw z^tlzG87{|t%`ISzZiyC@;h|1mcOs~hHvHca4(LKTyk99fPU9}Yj<5Ik7VG9G9%{#u z?Kz_WlBAeK$(L!OF-L!hVpRk;vTRK08?4mXVG~Y zo6@Zsg94e*o&AhaM8iq;pRd&^7yt7T!Z`PKt%E#w=@}oBzS5aTVT8jtp?cM@1=#m8z476|pb)MSd+i}f?(^D|1 cx80VuH~0;Sm>WB>pF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b7df11db492a8bf7d7b03262f29446c1d5a81472 GIT binary patch literal 2903 zcmZuzU2NOd6}}YzW&K5pCI2RBVkcqSNNF2%MVGB>-89M8Il^&_53amr+u$KXQ+`6~zC4vK3U{f^1u!p@VbBYDo!*(tyN~sqD zI`^D=&$&AM?m6G(Uz5o=g6H=?{?^ie1%&=ijp*U~%HCf<*+M$1Af3@;CR1U8F;-!N zk*n}9vZhcMD`H)$NDTGkOt~Jf!~>l-N9u`6BG3ghSx;3`48kIjz)v)}db*OXXDS&6 z#Sms{N1_CVBhKDtLaUOCp>s%=t|MK>eC@>0C(>%qM%r+^&4zj<--;>mjic*zlQgQP zu~=Fln&mWX;uej1!^CxLxteR(R{WndVqS^)$%S_>omJ<~pPl>Oh52(nzt99fh4J(A z*j=;9)j8X;aFxcKCB!DM62D|LE@Q`mDX=m`GaRfg*+g|<@1_HL%IbOBaTi(*>?hUl zYs6X6OjBDladnt8LW#by_Y+Wl21kGqK#wXhovE-g($jhjb2^K8ox_68>%x-MMoR$c z^<+g1)+JrmvsZN2AFL8;1aP{ z4ILM?;+3ahc4Z%E#Z^P2uEY1g5--AIFV+B|QlR^?Vd;2XZ4%QLoe(8I(FBBa&Bd-! z$G$+Y+a%U}m3smWdV=(~_c4f{Gh4_VEZ*Qf^dVHM$3|7cAa@X3gSy`T)a3m$5Y0r< zo1Dkhg1-2=mxt8BUS13=F=-US+0d$2wPoy- z8%CoH*}Irnnpw8O8ZU>3Uuv{S7XEHy^8ah46ut8pI5@9@cytXt6p);{A$Fv(?Ww!c zv3vQcE%Ty4)nR* z*PPgQ(ff>tYJ;)~*QxXvFQx1avVMz- zQGY)XQcFK!^i@yrSWnd1-*UJ6*=A{ z8JQfSf`UkjR0O+I+JJ6nAqz4?XP*b*vv|GgP<{&9J`jYSgD>{GV`Jhe{n=kDf}^to z0=hGWG85Y~pRjk+GaYHBdth{H>gLq8d+SG^>c4yQ4>NZ%ueJGmse>PxH_YACY$r8) z3-6?!Z?nBvR?c<{v$r!`>lP-rHg9f*ZQRY|x}(oPBg1S@Mq|(JA$}~?KL0R* zlGEGo+)W(oP9AB$`N7-WTwynNtdl!-YyH>Wue_by={t$jkM5;s|Aj=@J(u4)^YNKZ z;_$sh_M?k8E_O4gVC${K&BSizL??3sjE5qZO!eX@nf*^M4Ka@$3gn;o*VAu|qR&R< zxoP&ZL$A(_v40-pL06c!lmz8wORHnx=D4cXZM|tyJ)x@aH8r!pBC4uxS5=i9hy4g` zc%NIeZ8IQ0pI>ab*deqR$xC!C*(c*FHceGk7%~a74&|Hg1m{91DFlKRmP0SDN7vDV zSd5n-`wPrG^MDojVt0J17mUYW2*=mY2IGA>`4tcAy$Lja=)uSopS_3gjE0`ywq&=mofcgKMf37COz+ zPxdJvzLKEld?7S_!EH4lf>34+An?cF#wZPLj1tr)ZqTnGCv1c1uP^s6lv4k)3&EXy zx=+(JOegF$O0@yU`!e+J+d)5(({%DAO;+eo&dgX6y=1cD7`|?D)uq#h=KUnF`KmY&$ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py b/venv/lib/python3.12/site-packages/pip/_internal/network/auth.py new file mode 100644 index 0000000..94a82fa --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py new file mode 100644 index 0000000..a81a239 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,69 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from typing import Generator, Optional + +from pip._vendor.cachecontrol.cache import BaseCache +from pip._vendor.cachecontrol.caches import FileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> 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(BaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = FileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + with open(path, "rb") as f: + return f.read() + + def set(self, key: str, value: bytes, expires: Optional[int] = None) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(value) + + replace(f.name, path) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/download.py b/venv/lib/python3.12/site-packages/pip/_internal/network/download.py new file mode 100644 index 0000000..79b82a5 --- /dev/null +++ b/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 = "{} ({})".format(logged_url, format_size(total_length)) + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + 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/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py new file mode 100644 index 0000000..82ec50d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/session.py b/venv/lib/python3.12/site-packages/pip/_internal/network/session.py new file mode 100644 index 0000000..887dc14 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,519 @@ +"""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 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + 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/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py b/venv/lib/python3.12/site-packages/pip/_internal/network/utils.py new file mode 100644 index 0000000..134848a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py b/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py new file mode 100644 index 0000000..4a7d55d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,60 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: bytes, + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76b040bd0ed1227d1ac60dde70385eecb71f406b GIT binary patch literal 200 zcmZ9Fu?@m75JhbQ5<Y1qX-ZAhc4KV9DID^bTq*J5@<< z2s+dqH0lI4_^Z+DVz~mRJT9y(YgwTKt1JkmJ(89U7>gvmGTMQNt@1(?HVo6v-JIJ7 ScQlEAd9+LL%{b?jMfw5GZZ_ut literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..de8bcdec1a55b1583b0b457bf6b3f577b06b9da9 GIT binary patch literal 7582 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4d5df13eda4f218dd79f636637d6930ededca519 GIT binary patch literal 10117 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b05adc237452e8119fc50a7f6b3367ddc3d87ae1 GIT binary patch literal 25821 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 VP2DMRz*%gkaa(4r6_1yWBOG(cUTePgTu-g@_; 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 Na$MtMf;rpw{{TRb+_nG! literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d1216acbc8e2e2eac4c6a50281b317294908ebfe GIT binary patch literal 1883 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f0480d8782859cc07ea0fd3db6664a7ee78c65b9 GIT binary patch literal 1684 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 B3L5|b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9fe4fd9a9aa3c53d1a14b743d5c90c235a4999ec GIT binary patch literal 3932 zcmb_fU2Gf25#HnR$h+gOL{fi_-IHa>W^I$UA0iPMLHo_S-=6t0gwWq9({8aA@%#%Q?jjYboQ|fvH#g-2 z-ly{w|CGNXObHzQ&g+3na4N`Xzb;m!DT&d7E>}WRp-Olv%po7rPqmoskfXgyGpMD|j5W zsBZW!YVBE3H372{4KAJhoNi|_?Q{GSC1N__^_p2Ss(C%lIboxwRdb|Ps#Y}&yi&>E z)N({K>owCbbdsA^VM=a(R@3xc9v2B{i52p?o+I_?8a4_VAx>h(z?Hn2D;SkZzN#`g zC;SQ*ZF5H5tkq2?fME$-E%-c3v7U#XKF|LM-Cbn1tcZ|>+7?~#shs7z2RHT+zrb4@ z30l0$HzNoE$KOC^M_*ZBI$!A?wm37;{#+K@)Xw|nWrQ%*>)+99ab@tTy-oGC_eBJY zQ+-UHgPFkHLmzoO+gCc!JbaZINog5EDOEkI!A&SYDY{WCma4@}Gx4TpMg`1WuV_`1 zj43ZUxtVN#_e?mZOd3_Kd3f*Fck4t`jvt@X@U#JxX((jYn18Ps-y~s}1^UBPORxnF*+JrWz=}xeiKFR3m#L31xWU0H9uD>=1l`<=d|ivRxeFwYYlVOsE%e% zp30JvsU5H73pevcjbv-3S~gdzni>YD&4S0`Jau4_ovxR3HS0O2t`+lzMyA$qQhVGH zYoxB5xCgcrhKGCz-6GnSQS$JbwV61*IAKSWwb$0752n{cCl@dOE!1y|;q~~)hB&h1 zcjG7=U%a**LvsAFG`JxRZc0PHEdHu;zw#$(lnGwg5HEmWmqDdK@zWdP=_UWOP;BwqbJ!1ZglfK`5l1w&N-d|Bu;Zs6 z3cKBy(hML!1ZaE>KmaV{tjd+C+@5B2+;u^)1hb>r;w}Hf7I2sg3%dY9uX#_igtpsr zsNpj^z}SJQ$}yuBJh3%k%(Ny_jK4pK z7nB0l@}{OLRYRF6=^Dw%lb_R2*PQwvCsqs$xSq{d6$k)KM@GI1nwSGAM+&osK_HUA z2qtEFOnHAn#?;(t$q5hx!`e>3g9yU}rsi^j^Lbo_Sq=}19G^iPKRvwTFB_#Qgo-{8 z!qirnro3I~=PRU0Xh5ZKR}`EA(%A>GBPV}zC5y$T&Zu$``sXt!mbG2f6?(-D02JU^10g=moKi0 zYr_w?`$slIN7wyFaWCx8iLhjtt2J`W9x^fNxS%nFMvJ;Jo!4^)%csPNct>rs0(BC# z&`CC+jRstX;1Bj97}AF2w}eOBLmE1vEd*4bg&@`Okm`bF2hUcpjlMHzK{Q*^2$h50 zyxqMD8r#0jAqklsG+O~kQa($36zHrcnH`LjyLW5x=pEEA$R@pH)-2f)EMx^N>5=@f z6;T#KR;b`pCHmW0{RSFBCM(kD#6t+5;*celA$9LqSgm)se2;DrgKj5ROXK5}CzWDmX|7gF2L*aAX!N(qS*?jL_l3wCmUif0IhfUI{?! zQzuM!pMz9Npmx9+IvnsSCbrMEECn;6DTCf$yLrK@dw0b0t{tBT$#20!oD6&>mY7xfAQYx6X8g_pzY zsS_U$Z;9t!zby4VNgcA|1NQzgJ9)tF`vxfLi7s8;?m=CNyYd}*^~`2`a7lQQI$?MB z+NlA%D`oc&+4}~!LxCQ7Nrn~U123|m{@-+sFSnB@-v0&Sr9L~HxIMW%xq5CZJoF^o zeS2bgV!i*|ZZ_6i8un}C+AO$ zj|!h2;eh`16i4Y%p3-N9@z;atB#y%*Cuooii}CCd17-v6qKIki!Zc7h15nCkI;C8u zpqDZ&XCur@oI|e))XkDkGQ0mBp;%>JEzo61_}?L^&Cy`rHtu!YB}3D*W`l=Ml=CJ<1K(a>V7~ z{VdVr3h)LcT}d}cDG{amR}*)>>q?Y^>bGx|zjMJ2Q4UJim>Z!~w54)81{|}*e*m)Z B=T86t literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py new file mode 100644 index 0000000..6621549 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py @@ -0,0 +1,124 @@ +import contextlib +import hashlib +import logging +import os +from types import TracebackType +from typing import Dict, Generator, Optional, Set, Type, Union + +from pip._internal.models.link import Link +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.temp_dir import TempDirectory + +logger = logging.getLogger(__name__) + + +@contextlib.contextmanager +def update_env_context_manager(**changes: str) -> 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 BuildTracker: + def __init__(self, root: str) -> None: + self._root = root + self._entries: Set[InstallRequirement] = set() + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "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, link: Link) -> str: + hashed = hashlib.sha224(link.url_without_fragment.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement) -> None: + """Add an InstallRequirement to build tracking.""" + + assert req.link + # Get the file to write information about this requirement. + entry_path = self._entry_path(req.link) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert req not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries.add(req) + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement) -> None: + """Remove an InstallRequirement from build tracking.""" + + assert req.link + # Delete the created file and the corresponding entries. + os.unlink(self._entry_path(req.link)) + self._entries.remove(req) + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for req in set(self._entries): + self.remove(req) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement) -> Generator[None, None, None]: + self.add(req) + yield + self.remove(req) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py new file mode 100644 index 0000000..c66ac35 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py new file mode 100644 index 0000000..27c69f0 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py new file mode 100644 index 0000000..e60988d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py new file mode 100644 index 0000000..064811a --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py new file mode 100644 index 0000000..719d69d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py new file mode 100644 index 0000000..c5f0492 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/check.py new file mode 100644 index 0000000..2610459 --- /dev/null +++ b/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="23.3", + ) + 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="23.3", + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/freeze.py new file mode 100644 index 0000000..3544568 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py new file mode 100644 index 0000000..24d6a5d --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..4f433da4b1fcb1818115c0b3e09ea92a8ccb3cf1 GIT binary patch literal 269 zcmXv}F-`+95VVsBqDc9J+emOLNDGvdbTm*{=59Hh7_YV7oOFDIH}C*n!4GKp03ux~ zd`dFS&S<3BnXmbLrV2hEub-FY{tV&>eIVOuA@8bD531LT(c9TAv3aFt6EGXb-~<~Z zWPHrxLh!LQ$<=GuVy9?g;KPa)y56VhxFDg|%c@N7wn*2{CjS zI|%*>QZFwQm(|53WG{Gr42I+rSRVyBx&V}rop_2F4lTeI*Ne4P>UYztecc;ADgTFE Rd6@k>)>{9Kw4U&!$bSZ5P%Hod literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5ee0eaff75f59ae4961b97907c0b227cca84d0bc GIT binary patch literal 1820 zcmZuxO>Epm6dwPsz5huzU7D8GrHx<_S*t&w3h|>LIG{E~qTZ zEmDz?pn^j=wO5WPJs_lV@0kk-BvvCTDisdgTs0_CPQ0-<2}GUMJb&-a?7TPceQ$oO z)yfFQ{mXBz$QnYAg|ahR6Y%s00C$jwddQPJIgol1e3d{RC_QDM_EbsO)j%8QJw3-- zP#PFLBgcAR4$8f9j!QvhQ0-MEBqJhSo!fD=_a*fWsnB{2&mbyk9t71hi84XuT~r}c zUX?Vx8q7N22GPAH;3-dDX?fG1slDl;+?iQ_`#kA8?$9EhpE%0_vHXxFP7pYWAB9#- zBbPAtisg4n*Sf+;lE&S5XnACf1W|mYTmD>>Yjm^7{oNEXNWFa{7WJdwdy0 z9#CT`Vu=M6OGS+tAOf2iTS!)El=fH47K|ja_R8GNP3uQLOvBI*`^CzCsAa80)S71< zjf(s7dKeW|b)#^_?^Ds1v?4?m#Ckg(Cab{L{R9PGR^4bYa6%7w#aynq*S!lJjq5Uh=veNA*MiZRWOx_h{P?6vAt%01SDkkFm*!L z2JT)3GBNvF=&bpD2WVxl0qg9*U$%?bPj^qAvIS=sCRt{7?8i3t!-P<1D?5q_&AXD> zlODBqnidCn6GQrVbFzka*61M!OoYvbAa0_~BS@=!e(uwAKQ&K&cjj01?4Okv$Hwfq zJwI+A9XDpjwW;xeeY{e*U#_YvG@g zTB~mFL3 z+js+-Ck@D3v;(Sm+1WQBGDVW4C$c1|k5T;(H2)Vm^AMeSh?X9r*B_a4U$lQS=YBTl z?ww{8HX~3AS;w@rIjQ{`u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..381350a48c37a72e51f5a129de74dfb1b8d7eb13 GIT binary patch literal 34016 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 None: + """Install a package in editable mode. Most arguments are pass-through + to setuptools. + """ + logger.info("Running setup.py develop for %s", name) + + args = make_setuptools_develop_args( + setup_py_path, + global_options=global_options, + 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/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py new file mode 100644 index 0000000..a8cd133 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,740 @@ +"""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 = "script {} is".format(sorted_scripts[0]) + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + "The {} installed in '{}' which is not on PATH.".format( + start_text, parent_dir + ) + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, 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)) + for installed_record_path in installed.values(): + installed_rows.append((installed_record_path, "", "")) + return installed_rows + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append( + "pip{} = {}".format(sys.version_info[0], pip_script) + ) + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + "easy_install-{} = {}".format( + get_major_minor_version(), easy_install_script + ) + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + "Invalid script entry point: {} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information.".format(entry_point) + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: 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 = "For req: {}. {}".format(req_description, e.args[0]) + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py new file mode 100644 index 0000000..cb121bc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,743 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import mimetypes +import os +import shutil +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + PreviousBuildDirError, + 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.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, + is_installable_dir, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + 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) + with build_tracker.track(req): + 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 = str(req.req or 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, + ) + + # If a checkout exists, it's unwise to keep going. version + # inconsistencies are logged later, but do not fail the + # installation. + # FIXME: this won't upgrade when there's an existing + # package unpacked in `req.source_dir` + # TODO: this check is now probably dead code + if is_installable_dir(req.source_dir): + raise PreviousBuildDirError( + "pip can't proceed with requirements '{}' due to a" + "pre-existing build directory ({}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again.".format(req, req.source_dir) + ) + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if 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.info( + "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] + req.local_file_path = filepath + # TODO: This needs fixing for sdists + # This is an emergency fix for #11847, which reports that + # distributions get downloaded twice when metadata is loaded + # from a PEP 658 standalone metadata file. Setting _downloaded + # fixes this for wheels, but breaks the sdist case (tests + # test_download_metadata). As PyPI is currently only serving + # metadata for wheels, this is not an immediate issue. + # Fixing the problem properly looks like it will require a + # complete refactoring of the `prepare_linked_requirements_more` + # logic, and I haven't a clue where to start on that, so for now + # I have fixed the issue *just* for wheels. + if req.is_wheel: + self._downloaded[req.link.url] = 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( + "Could not install requirement {} because of HTTP " + "error {} for URL {}".format(req, exc, link) + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # 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( + "The editable requirement {} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash.".format(req) + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + 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 " + "is set to {}".format(req.satisfied_by) + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py b/venv/lib/python3.12/site-packages/pip/_internal/pyproject.py new file mode 100644 index 0000000..eb8e12b --- /dev/null +++ b/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", "wheel"], + "build-backend": "setuptools.build_meta:__legacy__", + } + + # If we're using PEP 517, we have build system information (either + # from pyproject.toml, or defaulted by the code above). + # Note that at this point, we do not know if the user has actually + # specified a backend, though. + assert build_system is not None + + # Ensure that the build-system section in pyproject.toml conforms + # to PEP 518. + + # Specifying the build-system table but not the requires key is invalid + if "requires" not in build_system: + raise MissingPyProjectBuildRequires(package=req_name) + + # Error out if requires is not a list of strings + requires = build_system["requires"] + if not _is_list_of_str(requires): + raise InvalidPyProjectBuildRequires( + package=req_name, + reason="It is not a list of strings.", + ) + + # Each requirement must be valid as per PEP 508 + for requirement in requires: + try: + Requirement(requirement) + except InvalidRequirement as error: + raise InvalidPyProjectBuildRequires( + package=req_name, + reason=f"It contains an invalid requirement: {requirement!r}", + ) from error + + backend = build_system.get("build-backend") + backend_path = build_system.get("backend-path", []) + check: List[str] = [] + if backend is None: + # If the user didn't specify a backend, we assume they want to use + # the setuptools backend. But we can't be sure they have included + # a version of setuptools which supplies the backend. 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/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/req/__init__.py new file mode 100644 index 0000000..16de903 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1c4fee5defc004613c713e0956142e947dda0d36 GIT binary patch literal 3744 zcmahLTWl29_0DVG>wS3F7`%oB}0Ds7Buw^L?vid#I15U8xwAx>S6bN-R@Jx=!tdF9lx&c1pSHCDk;n*FVF_eP5v> z6SCw4U!ewN1>0nfcuKQuC-7?3)=ZPTm5Rh`P56VeQo8n&XFQ(vKd z(3Pwfm_-!^vKpfm7`3qXgkjkQU4Lz*8+vtq~iaUU42CSaA#j!ZhGVh2M)k`j8;k0b_$@g>L zu_&{0Gqr+I%vG6LrbXMzoihsOwJG#;4s1K0)3vj?>Wn>Y8qbgK+MTmBo9?IsyYZD-S;5WQJEz=2!|E3-`&g zG+qMR~JU(7PjoWiy8Mvkic55qGYu3X5ScBHYN@4Crmr<~eEojmb8F<`-v{uxa}^ zY444pM?mlG%*HuR1dd`k&RGJwo^mI~=Ma2LB|zUM9JsVjj*#y`xXy8P?wed|g-)W| zxp&CB{B4+p@YXYA>s*QdId`4o$WO*Z2*lqA7dV-pm>t%P^95Z~v$nb8EZxz)L{!bL z(sp0Ab2vQ9!VZprcdHYyog?Z~+$9S3(|4JnIfL+72LSzp{A-@HeI%ZFNO&o8Nod8A zS1$hOVk2;@G4S%;-n&v`{jqz2W38UVmFdgVH-t--g}}fA31t6mp>y8K?SeEgrJH99 zx?;MS#&Sevns6VdO}vj)MoZd7Cv~B~48lRR7IBB~F6D>fOt>YIxM3223vcMU*V9Ssm*5c*qqUwax5Vnk_;p zhICLUK|#q*Lmh%Cs(HcC&4P;khMKJzSbTuNb-X$xyNk?j?(T@wiY6>ov_a4l+Ls-+ zX8G;e+5W?}O)GGzL9AwUvk;D+f!ZG_)NE5Jnnp=ul?mC$hQSZ)IYc9fu%a^=(HI~( z>4dvGLB+P5@T*LvjH*YpqV1+6#|LkaDGIL^%_y0UST;4o5zo;Xi(x8oB*+gH%ZXdl zW=&V2`gGNCg3FpYey=alB^0YxEK&+CaeR4n6^{K+r;iO&K(SHhRWtw^pFiC;N! z`NY-ob@Q6J&^NLW8GR%P!B9Iy620>${vPc8apnQZNc&sExy9i<&EY)@!!JH01Ht{x z$mUDOubykgHY~=reH`2NS-kIh_*%G;dEpO%d-21cr8oWTjR%BFOmeNUJ&R+9nq!Cl zbfz(OXkqNNMr!1-fFn?F5&Outslhyz~+{Gu(c)E z+BnjVk;K+VB#=lx*ho?%H}@}YJO1&uhRvzAt*8yZM8~+^LUqr`$DnHd8zA zrFOUC>2?r?pFAE}wZ;?cAb9(a*~7xoe&PM0-XmH6`!9rn{($d4vR(XO!+xMY%t}Y( z@Q1^Gq_@jQ)BcarDF0EvbaabfUe9*G8jc@>8Lo}vvuCQ%GAv&V3ns(z#IOP}Opne0 zybQ;eUxwo~Thp!a?(9zFyWv!Vn%H?#V@!Eb=f1QZKlVT{xsPwhuPBfl-~|<&qV_5G zPBBcdEQbgS65EIf)2AbzHBH?OG=}MH)P`xZM11DIc}e*$U?9LIf1lAn^E zzmkKWkb_^6-CvT?&&jsW$+b`J>+Tw1pn+|Ueexbf0LaO=G9u}|XmJ|KYF zaf!>cl6{SJax*#B7J$1i^<1i5oosB_-bin6#&+Da@0@AG_BN$`OA-vX<1cdQRWpFQ zpUT{rymq=R0S)06?!Ef_wka% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88dd98d82de60d8a7218e4177c0b1912a097bdd1 GIT binary patch literal 18852 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..07db9b3ff508d302d0797749841f2b5e2901fa5d GIT binary patch literal 21239 zcmb_^dvF`~o!>67ct80B-&~3mMM!)|)?1cj$$CFb$&&2Yj2#HVE=f=z!0dvONP`Ze zb1!7#8&P+;6E&BssU}m?V|T)I?vd%V9V@-*bf(h|At)uXr%aWpJJXx#ACRex6Q_Ul z^ZhLr0BOkfb-EIM@7Ml*zwi6I{Ldbblf&~j-#jq5e2nA%2W5=MpHHmTS~>0x_X;O* z1DwQ5rWilKv)D9XVzGI^%wl0cV6kPu!eZ-y4Y4_98nqADdFm^~9HY(w=csGIHR>L4 zk9r0?quv4UsBgeG>L2irRt!{(Rt{9Mww74cX!SrfOIu?#qqPIIqk(|{%iCggqxA#z zENzc9j5ZE5va}=CG}=7S%+k(S%V_IBD@(g#;%M7I8_&s3#f^2iv5pM`8(5tu);`)X z(1Emfh#%M}`{YWwQ{FUas>cStUXdTOBinLYg<^7%GB&umjsXwxfKk9^A*y%?kPaxrJ5P7bD= z#wZ;w=8P0dM~rkaMro{=Gg2sx8|h+<(y?OBNTF0Q(#061$zsk(q4b)OF2*RmQOp^s zA@9He*)O}LO4&4$GD?ea@$BUnq^kX>z&O*zdLxC>n?|}Aqx79(&PWZJ2abI0Ijh;6 zM~-s0xQJ;8zc+Car#Re)O(rhIeV89~WX2f17#la^w&~qQ0X?UV%C5*pYYL`!c#fYu) zsX?pMff4%itJ))Nlk)-B0A;)DUoJ=U1{ZtYuR&_S2CN=xH zv1Bw6563jirSY+tjIo`OQ7OSn)u2hMI2BiuG#oWMrYIPrp>%=AvA*+Ip3Lgd-E~n8 zE0N)gk;E7q?R<3XqO7XujY_`~j;eBKFrkDnYI0nq4&m`+A|%O?ghU;@Lvk`SuEauW zWEgvZ5_^B*f}9*zXaLXoaO7%uNIo8oOR}O>($2^srDVq@tG?AWoJ@|TC{R6OtyEuaDM-_uyXK?jyK+-bUZvNAN=Owo`J1BdqZz-3BEBE?A0nR zzHiF=F%MNzIl&T+J1W#^sQj7*`^)W>wf0M{Ff8L!^~}V)Zrl zE-606g$mUv6LNXN%5f<(a(PmWoCUc&I3Xt>Cm0=5R^%*3Zi4%O?+;p)CKM>m6tqwv zQqW348-k!s6I3}ixV{x@z?xDkm6k5*&*zu>UQuO5?VA`6$0L1XN@7HgB-OsF@$j|i z5J5uUH93B*FBZMhH#U(RPQvW=a3+|V&2yz9#bS`fLj`5aaL z(q6ZUPF&E`-wznaRCGf_AIjV7e=7^U5z(6`6Kv3!jg$Eyif5{a1NLQjP@L!oU} zHX-d|u0@$2E013*wxWt8K{HC}rnR=Ae|5 ztEtbqDCOoV8|FLa)rBMTH}3YPD}p%>6??hbmifr-H*+*p&d)i$Pb-kp7eI5bffqLl z=vnPXP=ptW2ZWdaA!fvaYyq@bC97lufwKc?+9qt+7pK1QXK{@+JDm&dg=VE|9ZzUN zSQ%0^0k>V%uhIt0&>sQsU3dx?Jd2_`+?QT(y2Q`A;AW*(BH$=oa*2SWaLE~P6y}`( zK#X_`YbYd?_H|>>h{Z9=_K_H(K)aIB+1!PdOmIP=|I%@VmL9Y#bQhK9DA+*(L6GJJ z)+oUuIv5f_Y7PULr~uK8)S=jaJ7o)lsI&kb_Vi0ew{Ehkct8b^7(#`56#+oP&(*i# z?t8MeO^96C>N-S@JS6aS9LjkQ@>7}3uFk2~0 z!61I>VFUmeQ^3;oxUwc^K@32tsLt6aW#@dAIR~YjoUbP5qLiCJ#zQGDL4yw|eRMW3 zZK-BcbsDKz2N`8kYEfE(2I=lb3YP&H8-DHht^N?f8IH&GO%}1S$zVgLEXg7s=2I4f zRhqJV0oq{9GAq2s2r2TFW^rxN=!#QBCEYlC*7)j zV__vc%9tU7@qJWwKAapD6N(64K}-yOaf05`p84%%9mOI`QkZB>WBmy9wj$$yuoRjD z6rq=n=SJ@uHe^lbJayH3M`BSiU$CZ8ksPDlsX;NRjLY2yn}^*h*6R!)n73hB5tGB= zID0F4|1a#QK10x~Uz>e6F=a1;{-B`wh^b=a9vcb5sMTI5VVMd%oT6D+z2?G15~vJy z2|9GBr?C_^sz@n@I&>ByKc+PwyI3r-&YCly!D>|p`q9eSqoauc4Mo9s@l#(%@V~g< zO><90u4=im480W#}faM$$*`Kn-6FxvNFo{+>0nenuQP7AG*l*ngJGQh8o0^7=ssK^neG<7HQi^* ze&HIi3-*t+C*Zd&fI}r2w15=E$46;sS#zqiD7FI4NvmNet!lpLP&}c?A@H3{cG0Tk z8)H~;2%J_3>~@scQpgm_QH-rQ*#M{;A61Ds;X-$^@-amQzXsS>m3|cb2tV}z0^ABG zCk7V-E5YZ}!RIr<10TQqu=T|B=|>ff^QSWvndatfsGIJ9x7%_GBn1&dHxpvlE@ zL&lr}e=tIGuX|L}Y3?TI{s_||uB}vhk{+W3Ey{2Z<@*t%UT*y#2?i3s$VIs+bJA~& z4#fX55Whf-`$(lxT8u}ki)kZujZ^t|o4$Vglt8jP`t16r_5leJ_M`8+7X?m&piyq0 z|B{m+W|TXZzvTW(08#w^x|3Luub-qv52^*A{uQUDy_#ePcX6>EiJ z60`)N5avBc1BeJTA1#PL*$^Q~&r}J>#bZ@}#2#uQ2?e5OQCn9&Ugb zm_H{M=vt}mP1p8j{ndATf9jhR7A|G&?pvN&4@It7*Q!kjSf|f{fpYs-TrCe=Eoq_U zvCXw&3p}s|o?1D7TehxgrLHSo*HugeI|q-K~ z$#G!jXx3LXm%KA^dtxOJOb3Dwe8ENOr_m3hE4_!(y@x)o&h#G7c67ae>fWi9j$P@F zT}#Py$No9j{Lu&gwwwh+fYGaOnU~(XdiU!5n~NQb$)8SrFtwOiu04opd}47mh4mGd zm91{g*0n$N*l2M!hg0VT87obk`5Fm@2noYae+(S+JpnQbS4J@m5}GVvsB&x_Bnv)e zGO!QN%?ipl%0rG)QNDauC=uw(;x46kRw#$lMu_gNduD_|*gf8{W3Dn-@Mu9FYY~0$c-D*9`E`%dj9!f?Te*Y>;_kEAC$jBzcTwHFmJ3A8%c8J zy2oH6u?}v8q|bE^>qmHg-BZ%fqHIH7LLlp&8@vkr@(>5AjuW2pfHImuA8jd~(LyiY zdgr<>$fi6g??-my3?SIGLa<~1f{y;lgBw+y-9$VbR>htkgu~*M@uV0}l(LjMi+Vj8 zi-}jjoH7Pc>RrQe6M7?M!s;Oef6nW&Y>Ioc28#vSnl+U}c-MHa4wWfBFLefJaU^vr z9T)_BtA9|2dRYPSf>H=G-EkGckCa6g8asqa&U5Eo_gto zjuEcj{jo$O98(YW7Mgv6-YQ+Y-!W+gG^N{{tqm+4{`ogn4!n{+@XCW7ul$gIVn*@r zRk{*?RMo=Yv9<7*bUln&bCQfn!(UZ3Cle`2=dEh?cmirgNSF#ZFiyFE0B>W}m9)V| z%}V<$t59+!hK3-=*{+9`I7|bYH&1UvdIRMR^wg~K4Y2x>a+$^oQ;Az;+Ic9~p`KT+ zP?4iBz2--IC9E$%UymsP71|i2Pt7Jpp$CP2%@)3*vJ!!Kf0_e^1gt1LHio&hit#ZC zQbNff3Neg`~)3>h)VNJ-=frFT4ADZ{2+B zk==XCJL}E5&t~1#S$E}Ao8WLhadURxW0z0ob)b%2*|;aYanH<&hwcqoDi$BOAnR7G zxI5DBjurQow0p}cyL^qUD~(&zjawoAc6*<4CXe@1CujF&YZ_N-I@2|sGtSavRsBj; zXS%9$rK&Go)i-0u*tZVM9+*Fx#_)m0nUmT2#u-RXzFP;sfAC&cwxQ*{-n+fa^+8ss zFXMx{th;u_-JEte&r2&U+tV%EAG&u?pBKLW0_ltE@0`1RZsBmcx^w2(quRPVL$`{8(88#5h;mfdZSd=i&GrBdv!6M^T&OT$rBjD+K;Q^#XTXw{qq7!d_X z7=8Pgnh%LJeY=_Rj*tb_kSapgyRB9EkrSMT_^8NHexqg{4Lu+Qh+X{^lJ==_p;2l~6d zq~3{o_k<91DWt<>3VG!ar8XewkC+h}4@vNpUlkF2xixZv(-~b8v^RNN1A8#tnh-ly z1y%qOc#8AoIo|w9keD;sdZDZhpkS#xLZ?)PmP}bwFEUFV*|2|Uuh(@JjME|^aLs!V zt!u|`^(X>^oiD3bC7ncGZ*dH|*SGNYe_^^~`eTcQBRaI3d)LBDNv6ro3@wUbaR~fb zoEb&Bb?XrkkNj0;P}58PF_ro@gh>0W$dPfNRAWa9YhJq}2eH=4rf2L38~+S#2YDwj zo*x`eb=^wU=5*EO#XU;{nW{r8_CpWshdx(H0KZu)^7DL)aMvpGYxah8glupAIo|v0 z?#)qdj(-#Do-#vv%-KbjojJ9Ps2Ia{!+LqC6D@|X&t;E-3 zrBi}rnzF1Mqj`fw-(0c_;-6# zW?hIzdIyQofI2UOI-#FQtH&<|eVQu|P)s6X^nmo0n!ALCtC|bM3Q`hz8L67%BAn7* zItB+Rh_6iO)T|J3;c=r7tZ6o6NPtvg$SI=~j8PD$;GZE_<8nYqhS3?#jw!JiNTe0u zV@Mnavr^rWuI^ZPZE-SFy>FFka5O@B zTor))l&R_@#kJ$MW5wV3z~8yp@zdZ3!IjM~JlOmK?2pxTclO@iyHXW=P!)vV!g~{U zCstZ_rdxL|!98Km+{tWLPr7;|xh$}n9qHB`OE0HecT-LGa`i@Nx2v01s@l_4?F%O# zR`q<+y79f#-PB6!_H^s^rISA&&a|Gmee#p~4J-A*bbWBK>tX%&Pg>jFyMFgNwR=?8 z@Sg3i?LFUJ-=aNJw=G*Iu3F4u?c7PoLrvmJ<8$f8=a%*?AL!3Co?G#sd*DC!xVGVk z&L=zZin*;^#d-d7wG!KR^XR@~9{%t5^T%A)zdztZdJRG&AY};6k8S&c9|D=O${;KQ z>A!)xDf5(2BF+>*Y08qaKxMUs<5(-}l+8f`Ou-ic^X8wTf{wMcL(yq?;gL&^HDymZ zKxl{=!IRe*_0Uys=aK~^(*cq^<%FW#2IZJ33{#CTLtGv0)k-<0!h=XL%% zcfF_KBbK&Y)fMlUbfXitaEOWtE#)Av1d_e}t4)sk4b*c4;$+hS;@l>xkbVIQqiqHysZ2X z4H?zaA*U36zK5#G4POpFwEi&yoFAjHZoP-!Sm(m=o}{U5ap>%7_XqLp8&K3r$IFH|FWzs~WZ*>by ze_=MGJm^{PG*p4!n)57JEyj{4y2nsAN_7V!x=`$77@A|4OrdRD?^MLtK?+`^z55qP zkW-NrPDK@sISXR)z7umcO4;EywCbRgU$7kJvvrL*GfM<}^u%LF<=npcyo(A;r`X@w$djEhy8uK3en|4K86_Gk&Yb5qyuC z(UVB&k7O#Eri!J>0<)6;{6m=GU=lLF<0hRiOsF6}%ow==qpX>Xz?dlZYA5#X&-qdp z4MQ7FLwuRD#*|6oQl_Fe->gHan01unmC%Y_j6F$1pa2>&=)Hl!99+_6v@2(U0iDKb z=>b~fN6K*=mLf0AMzz5rWlq5{_#&aH0tW*$RXt@*(k)~U5S9S6RB-r8S#RR)rmSyU zi>L^0q?7eW660{SA}N@;Zy0jqJ~8Oj+*ihmRqr6gin_{8`J4HA@Q8?sQdmrm7d((dM=p`$K!fuUr+`&hC}Y=hL0f&zyYdZvR9i zY$fhV+nZK}4us{C9f^WA+* z&Ef6b{q2qy{pS1oeJ{Gqzi?TQhIqqp5J?}*oe_REO#S^YX{SJExyyN;Xg{@}V1{0u zBtg{w*Qv$xh^?V3B~B0X`9brpZLS{*g+Y zonS+SwvoP9X&`Ba2Z29HasWJH3vgEKFPROfQ7fL&q5xM4Y+Uh8ZfBQ2xyo) zSN^7ppvWNcy`uPyy!P#S7*1Mf%mB(s_q+?@ER7T=;AK}h$Og_2(aoS6^=xpA#O5Hi zY(a?>R<6P;o(*<=I2svdDy>LDQO3u>Nt3dZ&890iKj+2%&-osBt@P+-D~oaun*skX z@(EL~N0Y;fLIvir#291V^SU6-noL}k#e^1@=SF4M7AP8PJfLvmaGdNA&qHQ|L$Bv~-4?Fh#%3bkT*AvZK9=cngCL*2DJpU*CIXD6~k~azL0JD4Mj{e}_{Py?u z+}*QqBGcHt?CM??y1%GLGAPw*6V|t0k0hD#DUkpjk1%1z+Y^ps{8V1OLvUw2lxDy} zT=jbOj-k-uS?>=_I#b6uGwNq(&*ksOC;;pkI}bXI`cMer*;1ytfgJ28z+##p?zcf|jR{7DIE=E9$66|Imc! zk0#LUxNe6js?bap;_|-{56`Z>#)O*P^M7ux3p5y5P(G6IdAQX zXG7YvVQJ?>atZz<(DiW3p>*KTvQV9E*bGyhWy6g3R~4<9iZ)PkyLZK2pSIV}cmC2& zo?Dg;IX7?V{82ky=FXq6JKec>dX;jJjH_CvkH2%~v8!VGCH;nz6t#xt(cNsvZ}o>* zl`il~{1ne98~IoOof%vqXcpS6f20BxQEG~;@t4yr<^0!fX@N(oz~DwmnUo$-#KOHU zu4D~GS`Ck_dkm0Mar6uBQMCM0fxK$5E6*bA`*NG`8 z=^M%-PCx@=pxLn|MnE;^k#jG-bgcgp>B%f`>5S+!m622OzE+}RfF>r(SB)vrQTRsa zdVXD|hr@_`ofRm5fx#I^y&jIp(4tWAUkHw}NEjOI#@1yakZow1KACOa^eN}F^a4_5 zTyvM;9(ikOc5438L*Is+ZJ{# z*KW%AH~prnG26Lq+20OFh+F4o&&?lw@ATc%3&~7V_b=T&xmK*|Ne5^5XMG!%eOO>` z*4wu5-21!l?OxoIY2UHz-I1~H$XU?h_bLJB%_G($c76@a5@KO6OYRtk)*Y}4d4j!m4%Ls59S>@{K?tLAEagk4c}l@HqR%QE88>f_9qT> z(jA&^ZacvLwd26rZ7!h3e}lP7w)w)>-R2^Ljl=0HBGRIMu&j_?5CTYNh^=qI0hMJ8 zimGrRux&szrAKrLN2DVVQ<%>Bf;<)rN5D+OUWzXmqDmr8pEZbuFBt&zWJ3pk4T~;} z?I3X1fEcbt!{X(H+6&Az|*rkQ_63U z+KtS+mpk5i>Gja7hcBEu{NmYTp>0!_NoWA~4evKGd7aGdz+~z^-7dbZSEP%Fg8b_9 z=4C9o<1$GD@l8oF9En6FyegJDA$CE~NJc3c6!q^p3`dLSdc|YZvoA_r_~m(QQOc_)?|vKDPr@+|JKVuAX75Q=we!(xu>KMF^RIy#` z+1!I3#L?{&@kb+K09+cTz=ahNF=0pp(d0iM#jPnglZnR(gOVjN{}rh|RlemKm#$}i zFbc0?f!{R3Fiyeic=4b2PyRY)tK{8!2fNx0$C zhwE}&p##$dXptn%cJ89CNF`lx(8k&_{|?w!*`LawcIue&EgI-3^)rL1Rf+r8VK@)O ze@gWfRD#H<#F9d+@^jv%`6C&RIDH&;2fKH7N)*0cEy>7nx zp}mFpgB!Cq=BwYUzgxcyuFSq6XB8}G`A43Lx%Ro_4?>Ww9Ni00g|;oUz2AAS^T%D8 z+AT9DK7$^!8yZo!Z_YNeAFStR4l1C=fB3{z2^}a6;%!~taP;GgA0Jy5PiMSmmhERq z0g9T>)vZ|UeT(}=Gk3qD;qY$r{VjG%@3y?i+3xSRA^i)p4*ca|}7NAq1kg|tf zxSL+Y4Ra%b=2?(VRk=$=_)>Rtj3A3YrF@?neoVoCqF@Ap=3D2t&iuQTS*o9*db{y= z43x{1b->9!?`G~Io-ChHu2F{}3P>8z+@;Rtnr|F`XoiHX{Fenx6QWtqF0vWl5!~IgT-r7S~DF7yT{OFrCV2N-^o+ETsq+ zKxM@zR3da+negzreZT&PMh+@}Kp|DAF5G!QBF}$nGV#Kyo#TD~z~R4x{dfNZSM_VI z@iUW?H+{w-_$>?SI6nB_xeLGM_WqjN@oR1m3%CEq?EkHmvxxswIP}=ny6hCEZDbL# z%tscs&kx`ArF~t~?#G^*Idx8+e`R6&qIKceb1Yg zxr(_R^Y(?Rg<eajp7rknPq1JAE=0y=xSU1#|J)_i7(zZ<#N_T%>VyY6-U)#!ufGs|4VV@JbG zV8zjpb~McI$v8Tut)E$a{H7e>jy8-0gEV%91*6ZkYV~)1J-kjqQEx1=H$~AGDd!JY~^3JTYI%h^qXI~hWDloA%uxg{!YkYo<9bHd6M|l2V z*6GigDe)MqwNQeV>Cf3%(q34xgXNuTmh56>xG1%ABWX`tjtz*7v^rOPtO|c;Y;!MM za_~9m6GxD*W-COzc7-S?-5ScWtzlzQH*Aa53vM=T5m#NvfA$)W;k{2d3Ug;oHQ1Ar z3!!w=&K!sI&o{49l-ug%d*(0ZI7ADtEN)*iFYdV)TBYpM4JJM?UypA+_(0BC%~#G1 zuhecy*W!Z^WOBU?{LcCPIS$d{S@&Qr?%{?ij)uH`Jxq=Wx>u;r{(_`mHu BDN_Id literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d2b04c5b13adc1ad7535cdfec7b4f393850e5bcb GIT binary patch literal 35934 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ab84cb182c6d984c8c4d6f517a471f3b91ac07e6 GIT binary patch literal 7215 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0816813e4829b65711017236d4bca8b2c4f0483f GIT binary patch literal 33103 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
  • 3cEeZp+)OEpVZD>q6r&c$3s6YwHC$;|F&$!sqm8>63a z*yucOSoDWbkn?nC(Wk_0@h#h%z^=sk%PS3A!Ok4M>4DXTrrWk# zw%hJo?)1>&;Y`DU>2oXYst?XBNSWG>Wp~F+|92LU%$lKn)=u12Q?I^!YX27sg$sB| zq3ZGqwPCSwkX^vVB4f>I)mv#HQ@=ao+Ox#&(I@C@r$53j(bhB@+|h6!X+IX#VUaWc zPy-LH6g5t>8&5F$D~M)QlW`zR6xXIddQdzAYR3SzL4OU=YT-$?D*!LIf=s&rD*2$K zCaDYSk;PMdwbz<-A>-Y)OMkcR3d&KKQSN!Up_~9vrl4+X@Nf;U)a3q4r^QTo6dM%h=0sVZx#V|Fg|WeG%!Pz}-jBcHtfH|l3YOTE9p+;j0M7Oj~L z(eL(?>iPwBdDqcT_GNbUKKQ|BYNmhavG?*++oo(;r-$jljv-3- zuVIvJYh=zb>6$FTc(Ha(kF$quO!fSwEP*HuGk|FEzrc}wRS=ChRy3;|6bO82Z`l(k!#ss$JUqI6waSv;MdSZ>+BhWTtY!*r(2DBihf Keuk00$NvqHaapAR literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e636e489a5d959d34fd9b9708f496c0d163ee604 GIT binary patch literal 1164 zcmZ8fy>HV%6ue_~y7r|tb!_X-3B=+f z0|SU9u+Wha#KOY=fCK{(NJO5HfPpQdurP7wrlsvk_j~W&`@MVb-n;k3q73MIdvmJx zfdk+hJ8Ujtpsc^4%5yLeTwnqhx||Q|oXJ6^^FCh}Oo8fxDY~L5Ar9qSsm2|kF(~im z&QR&*&B88wA+yU!tZ}Bi%Quwy_LxJv>_uirGLjM|hcYZMH21g)&00dmn&1vU6ilTx zqLq_N*FvbS@$-qdJLgw|8x}6pm%x#gBo_JBJ znA6v`Sv7tTx}4p&fi_N+>iOAiv{VS}I!Yys;sy>J$R09SJe6#(&ro;{;w|4@@Oq%T zkj>;4W9?e62j_e6E{r#)4w?YN7T4l6AvrahWmK!UL7Q1q7g-&Psz+2?b;5vnF2cxF zZF&w=8#^mr6R9=Yef=j(UcIF8nBAL-es~+8>p-Sn32IK)O11x>^EmW-$suY|z~{rH4I=q!&#wzFz4 zBVt5eWLRDhBOKVi(TF{t7_2h(FNhws(vnB4LCF?#;1Qa9AKl~#g*NyumphYB^tF+$ zeDI5Ws4E}(B#*Z*_Hy!PMeXL)UTJS{Xn37+!HiZ)bC%_Xj%B41&EN&gnDsl|Ps`A^ z%Fwei^twl!jkc6-T&`5E{O<-9SrAWRoR%!h4uUYwJ}EKwKEF~~De7*kjZLq9A0 z6~JX?9;Wa&f2JO~4IiDw2kDVbf;^+p=OKi@I0%J55`YJOfMZ|F``e}7*vYoi5j)P> ziO$N?(kF1T&q-rkyZETlnOht0EIfX&4kXC+6>#|I%X1&cPVc0j?u||Dv`qCz$6o~9 i(aAUWyQ7tN#qQ|*M^NrdA{<#8?*l4c9RAHjR`Wl;pg2VU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8a6ac96ab0e75662c0885bea5b45b99aec00baed GIT binary patch literal 2342 zcmb7FO>7fK6rS1j+G}q@0tqvqcQrFk zFmj}{s#GfVKvk&(sS-g#Diu<1z4VrIF9stKmP(~6m)=~G14=J_v-YMqTf)PVJzf@f;b`;LL(uJ zvZ5)P(k57&6SAQ%LL=cOj|84blP3%w89X6VGNqi*h>UH_Zr3(Ok)@^zQ&ipKa4bd_0TzgN2-qI zt;>cwX%Y$CpiCnuQxD1*j-3P3>t1`7 zm0Xklh!*)-mNTgf6jG*2Mcp=1E^)?9gVEH4txsB`I&(;B(zGX2aJH0NVq=bdFuDIg zidxLFJQnmgRaXsFTg6v;)yam$%^+H z1)D}?Gy@T3G#*{G2!=t?K89@5cv>h6!)QBVK8E>f#y`mywl1)8;toVaj4q*)Fomv& zm(Uc}LRa7ZfLH~clvJw#m@1ey(>cmiCs(iRs(Lnx?$BhTut`svvh0Hg(q6~laOOn% zLgviLcLp;Tht3V3Je$^JPoyR4$!=a}IfoQH!J%Fx0EI-|yv4kA0}K#$xyZ~RLLA~n z&JNd&*hM{GtUEQ)Yag|X84k?gOdig7kp|u3 z`qYESYYS~1H9?l*zjbfDb@=At%C0x7-A5|&#s#IjqHJI2=z5yi`6#jHeqv8G(f?KK z8ou^MO-3ypGwByg5!BlK{fRpx6=mOZBuMc;U@r;Y%d`_Reb+T0qMtfI&5QAY&Eotf z47v$EoKk%FEQ4_aMS)U)L=Z3f_zFN^sv%in1r|7p%6Kj400_|d3IKvggvvr@1!w|{ z0_aSOtSwko7Fl~>-)jJvt}lz@9f9}1_e&5J%c2jv70AB|FaV_-#J)NU@H_ghp3h%~ zpZEXa&+vI8NqFkCC+XC%EG_1R>wZr;S#TY~>L3aY9zSyietiJXsL7fDL=q71$wtN) z(@DnlBE+P8XD?;}w^0T(WCDPJzQS44aI&TrB3pULdLSpmq%>pe1(O2#m_+4%3WW^6n_jL72*BQQXI8xevTmX-(l1quSLLGrrY2^pN9r|&}_>< z63zES2lj~byD`_v=)hrd{tyP;gkpaAK8kmMu~x5XkQiXQ49yTajCl3i^FTGsQL`p6 zbismV!p6+zb`y*7OA9)Yt}@>2I3LwJ3RU}n1NH{ZNmHlBEMp8d%<08E<9nM0mz9Fm z{$`e~8al1#$~(?P(N%LgbcUoq3%v^w4ZgvX{QjU}za?ncYi;Tmlyh^vnw}i+5ZMdP zG(1!V<+DsetHyWFyuT2MS0Y;$+Pa>$cg=3CwDnfxUcZxQF|q;H68_J5VZa--QNk~h zaKsRPoBjdnEau~eCn3BM_#5~fw=5qiIN4&}e2eg2&(B6LfPx}p`~*dxpxEzdTP-Z$ z(|C4lj@~RRB5v1W>v6~2*j;)X9AMV^x^dUshj)$JpDZFUYoFp6?z_HoR-7H4mA^?X JAsG5;{{;@}L-qgw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b09871b88f0d75c5d8cb7fdfdcfe549c8a66bb31 GIT binary patch literal 7554 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 Yb(3>HCKx__NAPh+76!j05V5KL7jCnb-v9sr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/inject_securetransport.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..d7f8c29fc9d0488906233ddeff017670388b9da6 GIT binary patch literal 1208 zcmZux&u5+NrDK7N}WIj-70tm9JoL$Bjtbuc7+2HDbi}PJBc@5&unML zHkN`!rAoc_R4yF2BF_8)IkyKuLbO};)LwcEHHRv_^zFv3Qs_$i_Pv>J=lk9d%@5UT z1@L+H<(18oHo$LLFnz3vGd_dPLkM9VLK0drStp?r+TS?qmId5;I)M=wS#E)yBLEHB z;c>zh?a8nob80%w&`50az-Zd$L0|DT#e`0zGAmRH8uc=_Ua72g_#~jZBl~ekH#iNY z;FM{~nTki5lSr+jjhL@cBPkae&!a4ksp4Ptxke5q!iweyl0wr@q@qJqzz1Bplp!`y z9K(>ZO@ks2ghgWOU1_MNDa}OwkfTtf4<)99BJ*tU{7in21+Df9l5ml4#*yga@vVf5 zcKbSwH0qQUiP@mu4vNE?tX*#p&et#0D}QA5YX*}l<{t+wb_2#gqIn1=U(C$*v?u?r z0QRJN2|$q%%s^;`5L@?Q2e!+HAQLyVyLS&Eow(2|-X{ch$oBmE=tF&l(_o5I#K)j) z0(W2pL%3((fgw4(Yv!i7P3wK6TWF@mkf~uLRF+CqI|4^slGb!S6lOXU?o4Xykxt7= z%*>`#Jq&f6&R)ysWK}7t(qpYJR-0H}|Mu$5_O({iZ{E6bb@gU?GKrG9Kj0#is@_*| z9Bo{z2T~XnZKwj0rlnT<;E2V8F8Yx$(w{(GOJ$|Ykvh{z>3-tf(p+h8)Mp~_5+(CV z_PT-%qAg~m@{n%eA(NMkOh<}~_45}z9T|QuVL_K|aqXchFC*egu-NOHDAwMD{+;CO z$tXSc|68htf~xpxf#w1HUaEY%^YzYm_gGS^V#M9tncen zNcp|fu;6L2F%P@eOk>X8t&+^n*BYno-BSduYo$fSO<#$oYo{gO4`tx{DjT0%{Sz3Y y3o4tF{qp658{#u{6hpi@K!1n^g%I+_DiLSA0AzMtTqK{qSpl;23XZEq1pEVn?L!~{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..093cc56b336c707b3d4a8201bebf3908c541601d GIT binary patch literal 13649 zcmbVzd2k%pdFSh%o_l~9+&3^J01^Y@;3-O!Eej+;3L*_s07Y6O)1%>Z0~l})xO+en zvw%fw=>&A-6_NFtV404flq!NFC84uQMO(F1E2W%@ceg4#LomX)MOIi@Rqg7(p#YV% zs=a>S>$w0y-qb$Syz_gn-|^k=;Xjv^IT*rUz4*+iu(LMo-dDdM|b&m2~1>)W%4`u4JxK@=d%7@Ky=FPw*{lZ-zT!;O!i!3a)r|W zwkcP;Tdq{9lsye7%1GsEW$&0puDK@p_bF_0A~#q`B6rKR$^pQ+48@x9bxce%L4Ib~%^`h9W^tL!s=9awRcz>YN&!no?9$SdN7w3FNH0X&^SE z+l~<6*`TW1k1H`n4JP8ME}aZ(3Eg&TDiMyyf)U+f45CYCW~LOMMYkS_$Fz7v(aUog z15(o~a^(>vCS$A%1X9dXZ{1~-M-**3f^Uq3LlZ}WS^_h34^KxT&xFS(BKXl11>H%_ z&je#~gcq%&%6L?X5wLkQF%waIqHaAqICA*Z=%8*NR}v@V5;)B180U#4F|qGdOU#Av7zsv#i7KsX;lfxVKwQQ3QzTE(-)@Hcu3K-xEd-wxf}ws zH4kcUGKCSrgUAKHX-4#!^!meU{Gt*YO~~Kp+;3DuICR z2n3>Wc{)OQS0M2H>0l(+Vhsf3cqkC~C0nC~d>QP2UQ<-9e`Y!u3-x1_lS(L|^xG4 zX#M%gP0gq+_zsWSkkX5=f0O%~WAVNEDzoVMa`t^R2T&!jjMDDfo(@_6TfNn9TFC4% z{gS4Qt*(tNR2ma6u~FtT4WBs%QgUxPR+R`;cZ9WYOiN(H72OIHC4|t;imJxqx@B-^ z`0T(*-8^`D==7jZR6Ef_-GNA>)p@;Y2MtjZ2y1~09JvD6ekFk3aaHX{n~z|>iRdcJ zSUo>ImA1BL+*O}Bn5!z|uKw6rb0c*7;EJ>TuJiP==`ZZRw7;wTb>vr(Ul0D>i4RVs z4xCPPolZ%o`Pt~E*mM+Y86FPhF&*PF+E_Zewfl%pFad{=D75EUWAQKog<~n!T@fbf zI5&k^mMmi|Bo=$vAx?iL-V_A(&*)pXvG0t~{{PYIGP`1Wfn65<%ye1siOEZxx(2+V zIPm*Q!W#|7fb%MmU}(a7IUI?2L&0fH;ZzEw_kz%;rW4*o+0&%u75@Me2UQs)Rtq(y<}IL_$^fQRQ}u2n{(!sCy|# z(I9?W1){6$zO(YDhZg6SgDcM6DQP!{-Y_LQz$mO;LiGEaIJhjzrrUxnDUxhf%(4Zk zRkn@U=GmAa+pm>FX>%x6*{RrMt73&};)2Mv%VmmVvX+m!A>uF+?^}M&<#)}qD}uia zi*)OiL;R4z%a6s?C|0Pb$%@VwdOM@No${H^XAX6K`%vfTF-WGepezRxVPH=p7@g9k zpgOLphwvTUa`7@R>_nkRt%MP@?QZaz8$b=SOf&(?U~R(9Q*w$(3oq-?&W9V<4U!EWsk z_x${2-5OCYDUnz_R5%_CLV5bFT}6b06pIpYl4xX8xQIHEi;!|O?@ggZCgzwohbmTwHSm0BWj0h%sI$EQk;%&-J`rv3LTwF&*Paj1wyyqj9dp zJ%JgNC_%7UI(=X90CkqMpBoq%9vVJ=$eXkdj*OfdIpoFZS@984iF9kOS$FW+XoMMR zBUS;qO3=W7r%_T5Q*;E8M%#*Y7}B+ZIB$+c6Tejx$&M`!`72N_(nwDr!eNuV{pq=z zfrY?bXGf;0CgZGLb+)CQZTGy7-E$tyT3B^$2K?#V&GQTA?>e_kT}B_Cx5q zLHi-SiJ$%BI4vUM;@MxffN*ibv%=fClbjQ0*;Z#hD*_h^x)4Upg}hcYXPPz5ie#M3 zL5ZCML)c0`Qmaw#%=ay(#qa+d*6c4t^p|8Y0g-NmylRldTuIQ+NwP3WtZ7r26(@;* zZwj(0zq+IBHFHQDhoW#EyE12~a~=}=AdaF&;I)?-aQ62KxOOBM zi5NT!M;w!bDi_lR|LyT!fDq^6-C$^50Oygq1eFVe84T*e4CKG+h3c+CYUjj17v5e@ z&qW+o2QlF<1@9T3U405!-C~f6`YZ|@B@G_sFsjdhjdAIwOOx?1Q~_-&5>D`s`m6>n zpP-I}(0bVh)YUBpQRxzas{?@GN;r{ifsv7FkZjlj$BoZlq)xv;M9PDM)if>~Ul?9` zY^Az;-kzy%Uajv-*Y_>Yytm^&^!>ZOmHMIivP|{1rJ;0n@4WqCMb*3|<8-e&Tkbkr z0R6iAmV4Qc@VO70N0t+dXP4xkpTFBYvQj;YkGtzrw)+3^sfo3W3L0Vd--xcmbv9qQ+KPfo ztXK6S(yL@;EC|z*i_buAv#EnFk<3wvmFp%LSh@+OjByOdsLp;eK0dlOAbYi%+Y_c?_1jp)mx2S*3S6G{O#L2e)EY#(lT&qoleHQ^ zjn87x_Dcj3BoLcsxH>f5Y=E6XEk}G#&N%_*2?SKwCxP4v1Omx+gSJZ#4NA&JpdZpu zgfQGlAPLoU^QncWmO9?*f204-!Ii2f=WX{rb*rBCw5NUPnH5j(yg5_d@F_Fdz4J%! zS2irRFG+7X-*BcIcdbY83VHGhhlI{tOwFCXa z2lc{0ujPY=8svw4j!lHCdH|@q1A$-+S_9{$8YWKeMU^CrT22wk3w45`?GzDC8N_&= zaum(tr*$Lx5qs!qU6EQdF89AYk(F#_Z>Fv_YogS5kf#srHS1=SjbW%WZAu{&sAvgQ zrAEW^Y@GQ)NuVK%VkJ{Q|AUFZsY@2oW~W+EmqUhOF=pW=fdwXk6DERdlC+dffx}6% z4HQ`ZyJ2#siOcWi=7k65g+s3mP`nUG6QuImSwx$(50jyN6o~)^2DFEF3YMH~qQ3-bFg)b-fOn*~i2)$M&|p6E z@EN$wq%rum)EFvtyA~fy1TMoxdCX^4UoxsD;+HuKhX|xB7ps7z{8TV8p*tr^JcSaM zt(>W{6scp*CH6y-XzY~%z>tyzZ&zQyTFz|}x^#%=(@QUy8pMcfTO~Ra5bgO_ZZovQ( zG-)34j8GGwWv`INpU2WX08&}F*o7ruNaW34@_%hHYMzD3B8Pu=Ybe=7csyq+nWHID z@RubDzOe)mC=X+%!Ym!n!o-A@DE&grW5X*#qM-H7ni6zUJmlNoG3R^FNwHVJu8C!C z3PlYRS|OW+LuhjVZkCLLmDO*CVC;vZTh}KFv^m-Q)m|6Bi@hyNkjBA-YK z=KFt+>CJU4N%)wqk}++iW7@&gCW+r|3X`3iDo}(bZkHXi;ycc_b2vjZ2M5`XJZuM3 zt0CUlBsmZ_h2p*n>;?48JIQ>m;bg^&&@VNpyS*e$&U-txPe_1sr%kfW8`ivJ?NM8A zP8{_Xl?Ax2NY3ddRgvM}FmwK+TV|kJ#V_lY@OUh)D#ySUZ1GEqI!2XJNR3bFW{vy# zYgA(C+*a4kiRmd^ESRF&xNeFlF_laUmE??ijv_7!$O&TTaplG=@^+q~b04E-(%V#W z;i$(cdI^zko>HL}>h{4aA%$x*U^M*xfqQTBa++vb{Q<$dX~BWwLb;UJt$Dv6QD>>Z zmdFp7Y}k_DP}42IYwg%qICZym&YRaQ%+t8IW^C?&BKe*0*ao=74DHAx*s;fEeYF<41p{pZnLY1Lf{JN^`=sx!AeT{=2 z)8D!U#2a`m(E#VQA0or$8R0AsTXMu)8~G<2*>}M+=S0}bqWaXVN&N|K@{8d9OBk-hmOLQ+GtG@!22DZx0P77;ndA<2o^UqtC z#pQ}r!>;S)^Y$D29=TXq?QcC*8Bg_1*Me)+vn}n}_U7nY{x|$-Pyc;S=Ti7i)jiLF zk1M;OlcrofAG@osUrxKX!+dpjr)=F^8v80XtDO;iRwb21C7Gs@$TZkUm~wPVD(OOo zZo%2c3sjt^h*qciDdHX>Lam%_c#$e8dKEvzHvAFG^zFX-%>2ZSD@)SS=o|KQU3a>C z*NU_|D_PBs#VgB}bX$LxA^+Zfp1gnbGb&}P8_k`I2UnYV(oH>ChQgidHA=FNd(69* zcCK#Um);KB5ry}p&nbCCk)eIi976aN0#O5nwGKq3TCFT7rZJIgmLjxNxUk{4HWPm7 z4TlwSR*!JK9NueaZaMYRF!c&Fg&_$6IK^EOI&-j;?9?DN_E$Tpr+7*sAPC(%z^ln z62q0;)97PhH4#f5rGJKevh8bkq>uOhj{xFU2-g`af4cYP!G(i2zqRnKrTwez`_t|F zSE>%&vpsg7aP<1zAH1BhwHo+o*^HmWaa8)|)`&*RsY=mr@YAXh!3mMYt!vwjxz8Dr zM-&;jKwukiAX2Pe7PJmm+vqA;A{m*CLYzJrAI{04v7|81fj{;3u}~<=+lo zIZ6I(YZDrT6vfNH1=Bn|WDz$GI;2gCN|1evVc_{De)4t7cwr{{0ZcQQM7lWu4NGUAYrcrO(cD}`L#-&C@CkrzxXZP` z;-M>_noV;ys_zmwsk)f4Ayi>wJKk`lOPH5^Gjee2m`oV8$eB2|x=nT4DQc&vgQCTJ z^!LbUeTWEC1as43D9ey6$!nBkErNMh(c^@|o&D=*$T1WeJ^!m6}aPY0c&7V@;L_ymBO`@*QmzT1MZ|Cya-;)T?XMX zg&N0=6BmTI!R^A+if}^nhVYm|hN70cU@)ZDPFhXr*%DULkF&>31~8oM8{O}&lJn=% zk+wa5=RoIga1R=nat&w0$@$^RoP0@$=X*&>sYdn(hRwHXOnY)XpkHVe(pED$nC^E2#I_h@l=@;U7 zATnbZ@nyIiSNX*?)}e%G&H3O#hVSV;>@;YM4Ak#p0u?1{Qt27w`pubQ-vg{+oLY+} zFzQE8Z{kL4=@_JJZwi2g+9pe1f!#u^0Copp%@<+*ZJ1j@xD*Emtfyr5TQJ8`gL$%` zz!gW>;Hea4%d`Mf)~uRm#W{;?owLT^2%59ZN^@2+=`O*}k{vMtEjHOHyX3Ol;+$PB zm))`lImbAj)cr9`UezR5jtenioF(z8IcLcn=@d4F$%64+Yyji0lB-MlZLzCz&23Sx zO;qQ5ZFvt~2blVQ228_kQ=(v;%Z+l=ZE-`nS#G&)l3QL>w#&S2R*-k_)}82UMc*zywng^I&3IzC3$;DBrCIB& zQ|`rD`sDsuTUZDS^6uLOgCB;p30!MWGIk^$8w-!)Ihp2#z39~xu$<|sP1i|uX=&Vz z8yBg@wUnxSe;POaP~f4a6Nqt%)Z-0moO98WD|(A^DHxenjH@N}$5_028PO;I2jP?d zP0{~CG_0GC4jz8~c+%c4E0_9Xcv6QK71Ge~u~UYCcKCWma%k!%-gbOC}4t-oA%`i!i-@bPF zTX1t|&Ddlvm;!jQ5yPo!dM&Uc0fzxDr{aNs2Jt`Ek*BAMCXaoivE-$Qsc2cK2e)tF{)b9$qxe$7G*fGsSUcP74k@<*HiU!SR=DH zpj^Q#R(yek639p6lhkt;tx&`?^*waeB{d#T7*7gN=PNT*sXw8wlNdI9Lqh~y9i+%_6-T@+&%G?HMXV&wx@8TB%-vFRy3cWk8kp8)hv_-PFg*LeF-&TJJo244BW z{kqnha|?6VT^W1jjo^=4Q8w}ye%wZFFE6~jp#mfoDO1yY-SMy$N)fV+^A14m>`C=M zo!;^Et%mo>3ELWd_Bh2jj{ox-DuSzXxspVl^eWt4ymt;-Hh5IcXuLo`g(7m$~gEj5C-`u;} zyf@vv7gf7>)k&eWZfE7AsbuVk`#iRk%REc|aUdVL%9$BUC%12H|Q+c+LwYFzk zdX~SFZh0)@?aH+Jmb=oe`!e4BsmGp4wGCyq`5u*7n=7-Gtaazt0Ja@4pxP_5wWY%q z#_Gy=A5XPCVLy`en&tiT#OGR?GwHRagP zh8@e+)Se@$oj8rbM?>PEV0WyWjtgc>c0^>ZdR%@R8mhoWl<$b{0AbLRN<1xAdw@Kg zzI0EX+2)B_{X=T|14OzVk9d?IXAaK7TXrBS>5#e@j;j)ZlA}SlBxa@vGf7D?yf~!T z8D1Px+YAQ|A-7&%!ZiB8geUrPQl#X1(M?@QQ8F$X$vV}WztXSd=1C_b)49I+N7p&AO9W{!CsLgBMn1qMm{2?lPlxdkxos-|S%E*F zUf;!I#*-;ygEkEl4QnC8d18*lL&1pgCi8FbS@jx4Ei{3$!*HTN2pS%9!(Y}<4J5ef z>~pVajoaJ<)Nd~}+mGenL2{O8cSQ5S-W4_zG1wK ze@gvFw33HPn?MZLu^@cJDn4Sak68IftnMRb|A;w0Vx9+V+XL48fHnRj8(L*UX*Tq^ zWEI5E8KTcTOnBk}+x>v`JYZe_jU9Zz`W~>u4_N=hvgY|0UJG0gtdzB0b^NxvCDpon zrFu__RjgY~f^BhTogvA(9Kv(L(wXJnbm!w)Muqq0j5PJ!^J}~UEI@Rv3XN%@@sa2h zcHB6UWk{CnsqRB*?~|WWVa>$ErYyB)n+0LdBHoA~S-0&L8W!tT8@kgC-Rlg6>=^z# z$N9PF61-W4i26CRR9tU;LfEzV4(UHxu!}|K2HsCV7rgwFFizc#e0e^scizb>@8e|2b0|C-R+{ZW<0C3iqcfHSR zZ~a|J(Jwiw9_Y5!QCKL z8?D9LMybYl`+n{FX02D!WoZ>ks*{hf(yY?zuUX#LqPYH}(i*v1DwQkswosjG{xnU123RP&@I}Dm8x1(*Kmyg!grFodyj(WIZIP>_PK=&cUL`*(@qiA) z3iN&}dVgLTVkK=OXfv2>$Jgid(g{z11*~>K+JSnWmv*8jyQnuP$trc>TYpYlcH{j8 zX^&hf?Zr<^vk%|CV&aZ+(*Cb;(gE3HjCB8tGI#lJa+<3LrEUhTRq~5D?G>bhUlTHT zFo4$9$S-Pek$OY6~fQQ7s(U@fCO#YbkBCo8c>c*Iy#`~cDPWX2Q?-!+~QR-Q_T0U@*M_HA| zj5076-ww##I=rpYIpn#NQ)VCDgPE4Fxr>sY!Pm>IWNIJAE3cJWDs2R{aTla#k>iS< zgW7f;??XB7&*449#_M^ESO5DaZCLul(hCeKVdVJ=(nRz;^!_5=ho!ITb5@WB@cyzC zmR^Fd0KP{+OZ*5&r3k~83k)Lx15hQcbyg_=NXI0}m0*bo< zMU+e5S+3nIL{O-cS=jJ1HC#mAtE^|2(6gZ2oWaD=G2S=)3+iaEk5}#IVoET4@%U+< zS#=Ethhnla=pTy8syQahs%tzrJTMdqUzDRUBrfVx`~mrbKX9dQY*_XctLEgJw1_dOuiO7ET!~67~v-V&-xYB@=O@XR3YGJZL2&u5*(5a zqHS_mIu?msp|;2hx@A%1m@=joM`MxU0skQC9gyT9|Cs6=^#@}EgTZUEgwDAJ2Cm9V z6lD$!_)Mz1ClU(z!_r|zLDT9EUqe1LYG_RBl5{wHHK;_wAvsKtsk$h~215SJ5oI70 z48zrnLX_?N@!mtH&!0oES{Vt40qud2u!L5ifY^wCNDg21c~z?tiYWlOTM9;p(Yk?Q zf9#U#Bw&vW4@f~pHT$DiR68Pr1X+w$L<#w01JU5Ptd<6&1Ho`Kro*45_n;ji{}7_J zvTTYR_J`!CYNy5yE0K$;H{c(RjVQ7-5RFNZk(la~!%@7m{N;)qid>Zk{3EeT1A|H= zG%%tJsnvl?a^T7UTA;%N-KH^?R1sr77`#Zu6&?$f??X3bR2U9u6HRl$M{%?wE}O90 z-{fMMxXb!{%zQxLvL*LT3qK);tw0XD@y%G3iT)aMWb#REa2dI?{sd=~Gzm`aa#1$M z2*o@`Xo8EC7-56X8+D)KeCFP9Q+xY(?Qn2dd}UH3(39UXJQlkY2_xw9IaE_5stOE8 zgv*g&ShWE~Xn0lo08n~J9vDz<{tHo-!m6Q)Qin>FwQvaCQTo8}m5VggQR1@1&%WC6 zOcXPqV{F794s-xPF3W*fwBt(He>HfKW^Kn+;A+QE@Ir^yl+O0eTRNgZ$F^ahDUcxA zfl@nwi5hZrjKqRN(T-3s8fYILQ@srDP^~^Wl)b3-D1Omr;Y@K4O3QCH-)O$sdZYEW z^7iPh(YIf__1gEZrPl7e+jLJzl^&itVI=9e(J{9%RoXsv;-RZ~(bb-GwLh?zE!oQ+ z*w?1)^~*NFZB286#k!1=In_HnW>kvC4My4nI$ue#9AOm0zpoWQokWAw!X&fUz$%V@br9vr(P>Kbmm?gdz>0&x3h};5d)A1cRVDVo=Gn^tG zOe+8^Ci=w~(LpgXC<4GyQIUrgISTp%ih{^98g}Tg6=M-G5@v}(U@pckv7%y^Kw{dR zEZjBhSNtJy1!TH@w`y8hQPj$aBKA^+s5d$+2ZDoRVmKn|t!WqgE+L9FKj06Gm;6^{ z(H|ZYwYC{8(r80o6SM>(Yq%I36kl4=-j~E+6cvTrsPgtqYfi^5$;xOjDz^emL~sgZ z90><5`LVP~VoR`HZfDK+X+`{khQ-G#G#sf7GI1bFg%3wyDlqxO3et6pKQT8CH zR%U6g-gSm=3Wl9KOKH!*nc_aJ@{ zCu!d^<9*<8PY0wUnzPA#^DFP^hvEP99nd z_(1(wegNkt=g2|qLWDJo>^wKdH*zt`&z>eud1{iM;4c%QUh%{--!5lJYBtH09cWnN z6LT6{>TE`i<>cSsp2vine@0f+(^iD4Jqvq}9hO z;*Rc(<~zH)*PB0FZ$U7C@0lkDm1(W*UirzJc%bR^L?EfPI91HrmLJ% zmNVo92JX9{ZGUPyht%gdAd%Z>RCe`?6&v3M%|Iw~PDG!ISGM?`|-ESkJ@lQ@Rm*5kEW+ z_k+C!Tc`Lz=~RIjTvZ^ZRy7mDSQNYnawHD`y(3CApf4^gX9jt0}NmD`EcOekL-PnIIF@SRvXohHna60Ky=x7 zh|V%P{V@VxfKKzql)OwiS3I%IC>I)|aZF}6H))G8%2g;x3ECvPQwzi0#pR* z)+$CL;^-wgENWxd;uA5IkvbM(>%F#3p;AJvU@AlaS!P>EVhzAJL`K8yqIg~w1O8ax z62ACjBDe#_8qfxZa_R-?HHvW(Jt zHIJN}z2;-AO!gW3Z24QUo0B&t@7ve?-0q(4d(*jO_dK*0{rb}?&RzBiXR>&IZug`u z@IQ;v7Uhl2-HqIbjgIaP^M~y`+&m70mJf!x2Y^>kq9O$sAQYfI1(&P>8@DW%V$1?s zm@Yeva=&!k$Ss*_IVz2MK-<3YzN5jb zgx8o4x)eaX>K_8OVgDxj#fyjyi^S%%ir`|1?GMHhA!t8O2B`{=EsZ=b$(dj3$VZga}DW$Mt9&Gn7fUVrT^<>uIp zvG2U{&e?a*-#P#83wK^fR&Ba(+q~p0o$b5bc>BWJ!CS%aUP;w%NYu6_D%z6XHny5h zozMuW8G?trm5gSI8NcO!0|)9De$q6-Pnw@Fu9=k#ne+!#%$zs2+b2vC&$e?YF_yu_ z36n8?Z0!CJHSuq5H);nSn8v?ygo#l^;$I0Fh_RtRu`?n>zl$>Av1P(|o;srafL3AG@{ozSFm4 zcT7J$W1Z%g%ByZS#{J)2f8*q|<5LUgD#}m$L#GdAxxKSBGy4-ltv2*F$gZLgGN`r) zBk%bfjer&~JeWn`%g`bSfK0}!b~!WJC`^A0igAd05$h$e3|Mg$o4+^h6Q%$pSLZl^ zi)H8#TNCval!BRRc!OwFsL@jRY;nsnlS-Y3zP9F>rk=J ztXzYqjKNW@{s2ivqts1fT~NJ{3NrZ~L~=BW%Ik>zbNr%5;AldX4L3I2Y`@W-sNcG9 zAyv9-v2=g3bbqR}n+SgGv~|f%TaAS-{GnPG46V`iT)zWyvRxNL1FHjm^0kSzqm!Lw8Po*p>fd*+$G@ol|Eno)lgTmhsKG1}}m<)#v&a?H0|e0c;CZosxn>@}ta z@qEgwaIhgXI0}$M8jc)tsCox9foM1a&JGPyzK#TcNr~Fw5Wnd7#`x>w-+1-)S7*cb zZR;L*s+K%G_m1A%m2jV0Hk-W8G-q-+(`L@TUW0Rn??Qg!q8L^u5Xk2ZvnwH=BSy-8 zB@8XJ<{EhXc{r|PH?M5WVzk6xcA*g~9?-~w!pB+mYw6?9K?!upgVen z(Jy^&lVl6q8Q}R0f%rgWj-%62$;Gt!{WXZNx`c zS$s#*)$qVwk~Z-r6+f$3b>rFiu{r78;GN)tEwz4Us$$nKE#@Lm+R2sIO`lFza4z@b zQ1jkQW!ZG!8%2w zqY*{Q$19GzJF$ad`HUFm=GFS*Hkn3x59*z zq=7eybWUv4kK{5D5 z=nue1#1!ash=o8v7F#y^NPNrmeqzfe$Uqqr*++4V{{)G}hOBw4xfPBaB`?Mtq#!>M zhD#fz=FQE!^>Va~tRR+|k~D`S~5C z)hfS>0{b1ZTp5*bqF5cOkmn#A?Y}C|?%E zkTNfCUKs)_qg=8TD#NHdn?te}N|#%gk=F1rfgQcU0|&j_xZ{mj-Cb;hC-Z$bl4<*I%7^^>zR$n(nlw z)^w!2n-ca-6kq<$x)lYayqgpD%@4gbi(WD572heFd**w!kQXNGt=fnS5LV<5IEiN1 zfPV$UO9Ot0yUqtp7rB7x#Z_QKbF@)eKxRevScY|W!T{+F)0?XWY&nrL!{lP9!2AaJ zKjBe2nAuF}rtI>cQ+h^Rgso8F(#>EXa$AZ4nB*mML9HnDjy>5{U-lT^vi<}=kr50U zeYu>`qGr<>v=jZ@gMJE7TnH29K`{kmIq&a(dQ(APm7U?URXM!lbt&{x9!@pbKACE&6I8P zrdDyQo^gv~6aM(zIQ6qhrbki1-x0C@qeld&OMa<{!B>&z*bo z@LP><1>&9GY5SpDOt>~r9fI><ueMT+f^5-YR?RT)go+tAALu zHsL-wbr{alk*9v-K5;iXeeU{mGta#hxZU`+@0M@w-2A#!<)&28=Eb6&$)cSfcI!^%&iZE#6mjAB{I zXAYkcw{6}b8byg2y{|Ybi$kyiqAAQK73Qsc(H|Jos)=E-j*2j|ArZ@kF)=8S9({0( zT4uDPon*!k#Wu%8w#8%Yupukf5(Ne?iWlU7e+0YJktk(`K+e!S8s$(^NuVqGulj?` zJc^a1x1BXkZ$D(=qnCn^Q4`1HA0kOGiJYO$00lxTX&bWwCah%|4|HVQlONePZa3PX z3mP<+TtD02jw9N znnXDOaVzM&=L)hsAVKD>KlSnui z@DH^j7?s;H#u^efAQu2+sE0EqD;gEj%?7lI1BLQ1HY%9yFkr+84^iPvimnWyS>QCu z2t)Z-aPstsKKe?|8p48S5rD|tsZXXw*XpEebzH)>aq7^IZB=<{ zzc%w)JeKk{O$!eoGR?@_LuJ>&K@KO*fL}0usDGnpm{eC2e)_XYbpZ zmOQ1iTV^|_gYm|h$g~+GY_@0i?DQDZRm_%6?@9>e8bvclhM-Rg%cFU-RzPiRTweXM zvo-@~HdZF+bWO^3=ykU~VFndg|Fas6Xhl{`RLGtun-Zd<%v`)&KueY@|3+GLS9=QK zT_GG>fs0!IYSF){JUgaB8-O#i!w)W*h2FHP^*cOd^L!b1M5MK4T|y_Dp07W$`Nv2f};wgU{;-)iW-YV*WRjm@WnvYA$ep?x7li5-70NT7$GpFKB zKXk86Tey;nso1Zf6DY2Nv5KSQ$L`{^8UAO{QncxBt1Av};{JA%$HIid;WM7d8uLi|2e9#rs_&+*nqoVKVm?$dP>hK5)jn!pU) zZWN3qF>eh+5iC3H4cem81Cwf|Y+#%$nT9aI97K;Jkb^TekC1{m6V_tb27t|k?l-$& zvEDK1c;*|^0%@#ZANaj`Kt>6X! zCUH0gV$M0CW0h@^Nw(wMhmiBtF=l~OvgjPF`u(Bvihp<*T!Sm31TVtap1vttP-xz& zK*AI@R~lF&$g;+mCA4}@n8^A}dq{(#BoT&4Ymq!N_Ul7Y7FNx$dCgnva9Dus_qBS* zYx3IEo)gtiFsnduQ{2xzCEt>(E1yC`Z8YAb zH5hAlAVTWu_rPFB<)Ojct;kPN;CN+zn~n4rsKMn(00oP;Of$t>^tL3uEeU%IYj3a5 zNha~6LWfDb6DEZbX@r@_y9Wkd#__@Iz;o|@K!z#nrY*>Y=3=#MM$ZH<*T9XxYMA zG7l|VHgi@edJuxJ*y@4G$Ks1Ol2M?KqCAi2gH}G3s=Bm6WF5*Qv^32c@mv0TINBB| zyO?K7Ah>i@S*jUE^ zbYeJdM7FH7ZqQb~M>p9=Z4r%b_xdbM3q^)tnkl0VJ9zfS@QN@HB=G-&mmwu|ZYPfv zW)Jn~)bRg7@{5Fx&mh3|pPzcTvRYVRypk&2h(i^E>&>3oRkuTnYjz~p?6~VntvPgG zI7~>{@xW67@!jr}r}-m$^T&4YTjtpp<~IJ&-u~-1ZJF>tM(a@W8{4|K@OMkQ>$ne{ zr3ijlS4L)I9cF|Bh|fGU-t=20L)Y9zA-j2COZbBx?Q{|YmevK!2D9Y{I zmGat6>ICZG^54P9MTe})0XBA7vXI%qWcLW~qkeh}f-}emASAx z%-4m0If#|`MevqvH)Wm_NNMmL)0myW)(!ONT4CNCYTo}t-=E;-=vZ8BN|+gyZEiL+5UGb z-igk4eebnY{f<=0&ZPU`-NSIE4llKC{__*>op}G$qNnTD<#=Fj+w{n6U}ikw>6$v4 z^mHw)T@N9Eo)sEN)&`82^nwQbd`e{g)jOp0$DBmg%EYala|6KDjI9V`_6VpxuWUo}K_ zR9zd@26j29k@U~_uFv=vKI321z->}Uj;WXl8npcBR<)}80-YKi(27&+h`vEdI+27) z>Fn;Q3GlwtE+}uOrPp71SW-H>b#{H6pMC{feNXB1v$LCL`(}?MT&uuavN@?*wbC$) zAe;?7F2`gL=+hujP=c8ygOZ6^-g|&&AOwn&4vE3Hk`MS;7^DCr$;#}e2vW9jjiMQl zBD-brnX@MiSZR&Zps85U*Vn_#6{0YRLpgr$)m#6q>>RS!`aL@ycMLYzh8 zpql9vu9c;b@|k=$`)D9@6%xOTUzCJkSUezd7U!%fXY*9ggQBwQUzz#JVo^h~s9~-% zRn$Cn1V(_&eC5d7CvKfcxSA6}v$n*bh|EKaoG|arjB24{4uuFlw8wf+NL2Rv+AmQ; zMzDlM1;)Z8!epaw9Uo?+e}=}78SRoaOZHfTNGGVl^l92;GQnX-dJQV3^NkwrM7zWm zZ6dXbEhK2B@oxoP(=3;K`Vy@ap)>E9dV869OD~(q;2ojHrQ_k6D5?ZW6xR9VaGCn20#zf@f}bx^0EP<@nF-|V{4g%xIVs%+hi zeOj2gfJ0I7^63lH!pA_vJu`b2U2BuBwUBgO6#MeC+b4`H}^ zDBdvJm2j<22&*5*S7I6%zP^J%E^Cpc6$~S_WuFPWwIyl7G=<$hY!*zwy87RXngIKO z>q0@C#Fl=7`@SX1Lco6OKkAf(?LZjoi<50QWKAaiOi#t6PTH7gd~d@BJPk~Q1@)t* zB`si(z{({qp-pU{VaEaBX!L+?uFxKcgc^XebXGR1$5XL+@wp}V1K1zo#2Gd_d11NdRI&(eVd%~5 zd~`C&@+l33u7m*SwZ<70K^h11QiDh~A;G_=M3)&(L&GU
  • lrL$6lh8yGs_n+SZ?H9$c^?Fd>V%_l=6 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 Tuple[str, Optional[str]]: + m = re.match(r"^(.+)(\[[^\]]+\])$", path) + extras = None + if m: + path_no_extras = m.group(1) + extras = m.group(2) + else: + path_no_extras = path + + return path_no_extras, extras + + +def convert_extras(extras: Optional[str]) -> Set[str]: + if not extras: + return set() + return get_requirement("placeholder" + extras.lower()).extras + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + 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" + "{} depends on {} ".format(comes_from.name, req) + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + 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, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py new file mode 100644 index 0000000..f717c1c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,552 @@ +""" +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, +] + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_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 + + if line.is_editable: + # For editable requirements, we don't support per-requirement + # options, so just return the parsed requirement. + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + ) + else: + # get the options that apply to requirements + req_options = {} + for dest in SUPPORTED_OPTIONS_REQ_DEST: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if 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/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py new file mode 100644 index 0000000..1f47971 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,874 @@ +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +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 +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, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + 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 = {safe_extra(extra) for extra in req.extras} + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.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 + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + def __str__(self) -> str: + if self.req: + s = str(self.req) + if self.link: + s += " from {}".format(redact_auth_from_url(self.link.url)) + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + 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 = ("{}={!r}".format(attr, attributes[attr]) for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + return self.req.specifier + + @property + def is_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. + """ + specifiers = self.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + 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: + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @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: + 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: + if self.config_settings: + deprecated( + reason=f"Config settings are ignored for project {self}.", + replacement=( + "to use --use-pep517 or add a " + "pyproject.toml file to the project" + ), + gone_in="23.3", + ) + 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 + 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: + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), canonicalize_name(self.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 + version = self.metadata["version"] + if self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + "The file {} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ".format(display_path(archive_path)), + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + scheme = get_scheme( + self.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + 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.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.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="23.3", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_set.py new file mode 100644 index 0000000..cff6760 --- /dev/null +++ b/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="23.3", + ) + 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="23.3", + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py b/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py new file mode 100644 index 0000000..ad5178e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,650 @@ +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 = "Cannot uninstall {dist}, RECORD file not found.".format(dist=dist) + installer = dist.installer + if not installer or installer == "pip": + dep = "{}=={}".format(dist.raw_name, dist.version) + msg += ( + " You might be able to recover from this via: " + "'pip install --force-reinstall --no-deps {}'.".format(dep) + ) + else: + msg += " Hint: The package was installed by {}.".format(installer) + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + # probably this one https://github.com/python/mypy/issues/390 + _normcased_files = set(map(os.path.normcase, files)) # type: ignore + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for _, save_dir in self._save_dirs.items(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # 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/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cfc5997d233833dd284af486564187910167f988 GIT binary patch literal 200 zcmZ9Fu?@m75Jh7G5<c_EpWFecg{WGIc-1>Ag)NpV}4niw*1(wVWEAODuqLa1o zhM+^;fs!Y%!C#GDm&+A6>2YC2)rcA$SZRSv?UA%lK&eL)Lwoh$V(YrW*hdPs z%^HK@Lj>zAVi8YR%6*<1zLA=~$%!)(E46*Q#Af286~Dq6aB#r{dluhp8(_B#LVnd? z*I8seXOaC9zeeWQ`c9+rnP9`z?$t0!!j%NHbt{%iySED!=UJFExZZsulM1)*LZ=%G zNFh_mPW=|%1J$HN+vbeHa0$UW1LpIH`9{Q1nni*llopxbv>X&=`IX292jlT>%ZeOi z-F~Iv>WM3%gu5W~qz6J*MV_lbKu7AC<|;JT0@*E!TquZw$EyH|)Q$kv6F&{Wb}%fepV4plC^9%MZ)iC4U$uU7Ny?BeM&o{SZoEW+km*aqnp zap47Vra)l3JwcUrsrTLr7QR^Yb*1Eb@MO>Ltymnh6DVakiS8-;=CGZI-%QO9-1#9A zjNa@75{EOMIg$U<3o(V~#7=Y#L+m0UKhJ@(KBsOsJgruA;}GL5rKFz|A)qZ zA1X8Mp|pF^EjOy#4T3C8AqaFW2+}<2CWI$~pwkVL(TmX&-qzJ2yCZYIFAVmPygg+vWP9x^HM>yj3G|-@=%j98A?W ztB1bPR;jd1x!l;H9n~-5tS#sojC9$E^c;?I@z*GEKplFvyEM{1`|mS2q_QAwN+tAx zzyG*9BJai6;8AUJ^kHgVS?>>bY1FezVjelV-10oSEt7Npo}JiaCqA*IckJAUxrMj3 m`{MXudSSD6bYLADG%gIR3tvp*pfO+vzSpY!$XAB0%>5IG&NKr6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/base.py new file mode 100644 index 0000000..42dade1 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..85e92cf81ffe305e63c58056340236d5b4ff99ba GIT binary patch literal 207 zcmZ8au?@m75VQ$M2q}Y5kQdMbBhXP%SjIfT#MqYYMDirezyM6a7)*fDrNVAG>HqHj zPr7$m&Pc-RxV>clwTNXi!*l5rL(r42)Ga4%5xu VoLhxEH%aw0jnCp+P)c2q)DMmfIidgn literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6c470040173a67663c9cae57e62d7aa012e14c6f GIT binary patch literal 22533 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py new file mode 100644 index 0000000..b17b7e4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,600 @@ +"""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( + "{} is not a supported wheel on this platform.".format( + wheel.filename + ) + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + 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( + "Could not satisfy constraints for '{}': " + "installation from path or url cannot be " + "constrained to a version".format(install_req.name) + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + "yanked version: {candidate}\n" + "Reason for being yanked: {reason}" + ).format(candidate=best_candidate, reason=reason) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a6c9aa72541420dc54933abcb1d10a4d8e111a7 GIT binary patch literal 211 zcmZ9GF%H5o3`G+P5<==h7^nrTz!BJ(7@|-NgoY$?(n>uEXW#&wf@5$3)U6YV*!YtD zpRI4nuRNcysONrtO8!pmU)?Zn?yO}~zI`wn#HmY}o?z#ZJhZhmB{;HIEQ5#2$VQ!I zumla72DCbWYs1BwWielXR{>{EmX$oC2d5keWdf3s8VJ4Bbx_v)u)%aJVn78U3fK1I X)y*DjjT;)p7kDh6;FEFADU0+4p|m?_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a8e0c82d1744e26483662593a841b2f03887a1c3 GIT binary patch literal 8614 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 aZV*V8U*gGibrat{?bs(I?-C%~2mBA2)0eCO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f6207a38461c9019e047753fcff79ff7763a626e GIT binary patch literal 27994 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 RwReeibJ1T2c(H}~e*xfhn6Ll< literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..916b3553bee0c47f6e882d1d680f2e513c08485c GIT binary patch literal 28516 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 F`X5YTf7Jj0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..dcbed359b0f6d7f258753cff2f5f40daaa3ef059 GIT binary patch literal 4938 zcmd5=O>7(25#HtQl1q`Is2~3+Hu79Kv1!Ys?YNeuICdNfX;mAtV<#xAv|g;ZkJQS` zUFPjlHdz|*!3P;A5cN{KKS7jJWVk@wLs9kA91XMw6OJHdk)SS$qA+?FIFeXpc5TA-$r_0{lcI2f!R zfX-cxa^t+ljfb>|CfpXs1x=))CQ(V_wNNgsg<&pS4y9x_c2O_Z-{*!IbxO<}%LceT znIcd`y!wVG*=ejfA#WW>-A+|bY0Tl9GW~5$NiQ0dOjBm-mT40!M}AOLv)9x-RZO)&ZxY8M8U?!)bd!?nlX`Zt&W*ydR-vdm z`UJ?ht~-;&awaJwY~5aVn!G*fF_sLCIO;V@R1{;-bmhl^Mz*6H#{ZFCfAus5r9oY^ zlwq0RJj9t)O;WN;s*xsFtP&~c`ALVElmae`6qz-xYZSOB7_3N5jhfjqn8LOUFt2YO z+hO2xFv^0l9j5B018=c_ODkn5VI|Yi3p7nGQ%WWsr)UplGGL^1v0PNsx|O-EG7~hi zGZSz|us`eRm$Mkjm%vxeEbJZ4kuqp^T{RsPtxkYjgH`|s#P@@q)V9g6!whnW45w29 zlfjvud88eBDUqS$xB}?r?qGC^W*sGKfo94?SqXf@-K7*j40wsHsE*Rib)R=dn;JPA zU6wp&nRje(u1vWE+GW5_d@#p%)C z_dPj1HY0u}?^}^Wor5cF9uYdv@qgRZd9ZCpT$Ep41!m5TW*Ml(;Kk6b2ZwCqmH`XK z101h*!HvAjRkU%L^y5!wYqjjw=ySs@!b1*88&0`9&kRN>}NVf5Ja zO!JH{qr4VtRl(aUI`w$QO+`0thoKg#ic_(z^R4mxLa4{52LW1$_u@^d%1=Qi+5C)f z-@gLdhpXYK#O5`yLU<~SEafYc#Oi)G4HZfNRG?8PV-|BIjZT#EsVGAOGITB0i?5QrDB?zf$l(eFJMYRM9BwPTTYw(h2aGm4 zAA<58wjK9&`ymEmpVBZ!<;CXP-GZSHh2h=3#VyP6C3#;>-ZyvU>gOUeFPvVZ={Cs*%ZttC&*NXxP0J#lI0i5mRHPAtc}o_1|t>N-;EI`VK^t!rQ= z@`apuKXxZJ`<=PS$BB;;3!}ds`_0%~;t4tTnSB0f;`JF}dFS4xorh~X5C5H$qX%cc zz1;harQUR{H~molb;mC|X1C7_KaF?Hp1gBmX87}tZOh5-doO=@=qHEn?U_^O!=EJX zCm!z~cvyYBW2BZG`H}E6+5LD2YB?(`!?stJy7$+*_dn@Q)#9l;!z-Qej+VOt; zPJH(AqP&ak1l;#S41?WRDuOW)4_#5*Hbp5|TFJnETv6VGeCDq(bYO;c9m5k~hk@MZ zJVD+eFub@P!H&Hb$Zc*l)FZX6^!G@;^OsjRXcn$`&7F;|SB=jOr7>eX3g@GRUPzcR!Ez#*DNZ32Y=`Ycoic><14 zDBOlJQn;+TLu^Xzv~T(iRUPIA{9jE2xyv~XdraZ%rbpv9#E#HdrMs?G+ICdtfSLzV zaKtadMn;hI0P*v#e{1AAUu91#a1Al9;l2(akP&^)e%zBi#Neh#R z2jmEJ{xy&)zn%mj3<8uFwm?xB)EL@7 zjW_SD>}?6PnPs>I&=U*NqI}u|`t_dSx;y$RY&km*PxIM@ea6ZQUjgLJ77$YNa8^hC zSkedUUYgi&To|=Hhdc(If5#!Kq52o4mzlvO`x*zPYW{((f5iZ_e$sHw;LIADY&^5B zt=lX6TLRw7IEvsgFE=^r;KHkq!i(|+AATd9e%;%Zu_`{{x@xX`n3XCVon7aat@@HUykVz**Vd5>v2x0k>@mF$d>I7v&TF zxnaalb+8OH41*>+3dD^lie_aMg$>{oZf8SCyd;cKnVms`zry%A`7HJ@F|!dQ==@f^6ah{I=uU&a8?E?UKIPX(r`b7>fS<889?y!v^Zb`w z-0Z(0Dli34hqI A)c^nh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5c5ea31bbe6bff2d183fa3687a2726633f6a7a51 GIT binary patch literal 10437 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 U4sT`8vbD1R+sXS*C}BeRUmTmcOaK4? literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py new file mode 100644 index 0000000..b206692 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py @@ -0,0 +1,141 @@ +from typing import FrozenSet, Iterable, Optional, Tuple, Union + +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.models.link import Link, links_equivalent +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.hashes import Hashes + +CandidateLookup = Tuple[Optional["Candidate"], Optional[InstallRequirement]] +CandidateVersion = Union[LegacyVersion, Version] + + +def format_name(project: str, extras: FrozenSet[str]) -> str: + if not extras: + return project + canonical_extras = sorted(canonicalize_name(e) for e in extras) + return "{}[{}]".format(project, ",".join(canonical_extras)) + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py new file mode 100644 index 0000000..de04e1d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,555 @@ +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 "{class_name}({link!r})".format( + class_name=self.__class__.__name__, + link=str(self._link), + ) + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield self._factory.make_requirement_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(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 "{class_name}({distribution!r})".format( + class_name=self.__class__.__name__, + distribution=self.dist, + ) + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + 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 self._factory.make_requirement_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + ) -> None: + self.base = base + self.extras = extras + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return "{class_name}(base={base!r}, extras={extras!r})".format( + class_name=self.__class__.__name__, + base=self.base, + extras=self.extras, + ) + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + # The user may have specified extras that the candidate doesn't + # support. We ignore any unsupported extras here. + valid_extras = self.extras.intersection(self.base.dist.iter_provided_extras()) + invalid_extras = self.extras.difference(self.base.dist.iter_provided_extras()) + for extra in sorted(invalid_extras): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + for r in self.base.dist.iter_dependencies(valid_extras): + requirement = factory.make_requirement_from_spec( + str(r), self.base._ireq, valid_extras + ) + if requirement: + yield requirement + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py new file mode 100644 index 0000000..0331297 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,730 @@ +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_from_link_and_ireq +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + 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[str]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, base: BaseCandidate, extras: FrozenSet[str] + ) -> ExtrasCandidate: + cache_key = (id(base), extras) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + base: BaseCandidate = self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + base = self._link_candidate_cache[link] + + if not extras: + return base + return self._make_extras_candidate(base, extras) + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_candidate_from_link( + link, + extras=frozenset(), + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add explicit candidates + # from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirement_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Optional[Requirement]: + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + return None + if not ireq.link: + return SpecifierRequirement(ireq) + self._fail_if_link_is_unsupported_wheel(ireq.link) + cand = self._make_candidate_from_link( + ireq.link, + extras=frozenset(ireq.extras), + template=ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + return UnsatisfiableRequirement(canonicalize_name(ireq.name)) + return self.make_requirement_from_candidate(cand) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + req = self._make_requirement_from_install_req( + ireq, + requested_extras=(), + ) + if req is None: + continue + if ireq.user_supplied and req.name not in collected.user_requested: + collected.user_requested[req.name] = i + collected.requirements.append(req) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirement_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Optional[Requirement]: + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirement_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + 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 = [str(v) for v in sorted({c.version for c in cands})] + + 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 = ( + "Cannot install {} because these package versions " + "have conflicting dependencies.".format(info) + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py new file mode 100644 index 0000000..8663097 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py new file mode 100644 index 0000000..315fb9c --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py new file mode 100644 index 0000000..12adeff --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py new file mode 100644 index 0000000..06addc0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,165 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return "{class_name}({candidate!r})".format( + class_name=self.__class__.__name__, + candidate=self.candidate, + ) + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return "{class_name}({requirement!r})".format( + class_name=self.__class__.__name__, + requirement=str(self._ireq.req), + ) + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return "{class_name}({specifier!r})".format( + class_name=self.__class__.__name__, + specifier=str(self.specifier), + ) + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return "{class_name}({name!r})".format( + class_name=self.__class__.__name__, + name=str(self._name), + ) + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py new file mode 100644 index 0000000..d5b2386 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,299 @@ +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + 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) + for candidate in result.mapping.values(): + ireq = candidate.get_install_requirement() + if ireq is None: + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + 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/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py b/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py new file mode 100644 index 0000000..41cc42c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,242 @@ +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 + +_DATE_FMT = "%Y-%m-%dT%H:%M:%SZ" + + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def 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 + + seven_days_in_seconds = 7 * 24 * 60 * 60 + + # Determine if we need to refresh the state + last_check = datetime.datetime.strptime(self._state["last_check"], _DATE_FMT) + seconds_since_last_check = (current_time - last_check).total_seconds() + if seconds_since_last_check > seven_days_in_seconds: + 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.strftime(_DATE_FMT), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@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.utcnow(), + 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("[present-rich] %s", upgrade_prompt) + 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/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7d6cc2dc84fbe73581733e6f8bae06abd6b3f7b GIT binary patch literal 195 zcmX@j%ge<81Y4tR(?IlN5P=Rpvj9b=GgLBYGWxA#C}INgK7-W!O41K4PAw|duPjZ> zOV%$a%FjwoE-BW}&Py!IOiwJyFVZhd%`4N-$xPBOs4U6I&okCDG}155EJ@WZNKDR7 zOiwM=FUTy=kI&32NiE7t%+W6`$;>I%j|U25mc+;F6;%G>u*uC&Da}c>D`Ev&$q2;7 PAjU^#Mn=XWW*`dyl$tcp literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a837c62e55c6820d5efc3a60c74c512d4f60a07 GIT binary patch literal 4536 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..052f85a39b36772da3bc61b0793ed036b14a2a01 GIT binary patch literal 1866 zcmZux&5ImG6tC*;nV#*L&G->bjDaomvJJaE(ZD7LBjn2{#0exM$Ov|Nr)p+<)6+dx z)oe1$9`=xfUNnNRIqYE(4{8u{5&R##WKAT}2p;s3+lE;Xa`L_I=}9)^!MyjT>h-I7 zzk0v-+w`VUIBIB5}1xe?J81#3n|&up1Jt7TEbtyak( z=Lj#|B)lx>a;-@6)ZT&oC@q`YqQWb}?pS>4rq!C_RqlXwhK5^P{ps{T>7*B~3Kk{Z zZWwnR=Zxrtu~4j?ZDs31vUU_G#X5;(dP%UW7%il?BIIJC#H{Ce?p4+kdMV+aye>PE*wZ4iU3k!A3n7d`oA zjdqPS<2(9uIV5Z5_w*}ziMTYw3$B{l;|sc0YAF$QBqAlJP+?Ch3l!Gz=!gA= zAI4h9IEWep9Y(5w?cnu?sXYd8^|d{a7oGGvUS5JFr#t@wT%^n~xHj_>Dv1b)r;KOY3qc*pjAp0r`vR9Z?ThI|>+ zk3_zL{!6IrLg7D!-E)&XHq26G$DyTTw~y`+Fk31!ciWlymG9zWo&>*7Ej&ihwd*;a9{r6`U?pKf9vvO?q5EM_#u)uD97K`OcC&R{AG)8Aq)K8y5??p&yZ0k%o zEwG{lMxD8O>!Rp}3VQMdxFAal1_KBzBR0%2WW=SVWDw!ddcpX@fd*qMVH3b+-MQ?m z&=VdDV+K_4CRFfzaA7j~S%};R7j3#F`6k$OpDIS(X`HnAi_`+n&*PA3Vq;;vJcw%2 zw`uL!Q7aj2B6-wXpw`K5jg)E+twY<^q0JKyEcY*~`p`PKZ5`Y^u;u_cbeWWiU+4o}PHvtgXGd$A{#_i{GAFW-h;>>qU!)Q(9h zeQcDdHQGmL{cm!3r$VaJ>-KKhrpIob+h~5%+$G@d>^JD~Tc>vjnA;zZ(Cj)kozL$4 EKUqw~od5s; literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..69dedf4c059937807d380c0c03592a787267a085 GIT binary patch literal 2410 zcma)7Pi)gx7`GiKPVA=1V8G~LGnB%jbuptzy_9JZQ@Nlr)N;wBS+4z>I(2O8J*R1^ zbZaLh$_Z{1X%g8D1czQG^~e!vmxfj<^Saa6VYi^{GPJ|K_nfp<*9|_&?|Xl~_kHjE ze&6@}Q#vhkAU}R}X=*9Kalg?)SENp-{T+1faTZtLEZ!0vzQ8jr6a>&QCsq~WC#G$pnx2K!DmHwg2GdBLMXu#xWT}SlTQ(+Y*|RDRQUgyV9<#tGs9;x}HJl0} zs)3PgdS%}T>`5@2@-QIos@M*Y+TBwj zMiD$0v0+sV$EgjfGYI*%TV$RCL;|Av1|fs8;aVz!69>#rwXo-d4R|%C0)$oAtahBi zF;#QgaEr*w%YRTV#&UcpUbRU8y2p2n0FGX!Hx4DZx@(kCn24@w^3=W~BIp==?eoyw zT5&00jor-RSehEeC(Bw84zv8HD>Li5qMYw9A-7gp49vrxORu~pI*=i;QEPg zm@^bn4am@RiavG?N2>(3L$prtykEmKd0CUCVUIww$Zac!x0KUO<#c0s6>Tab>*7co z7PwHto>2x)%)Qs9=Vjo$hR)l7Q>XCI9Uu!rK*42Fg7VofrPTfzj;jlgI|N{%E{t4WxnPXaWHW227*oCGUOP3Prrw7luLQ+83yNtoUv zOf#}ABQPk}q2Q5Fgd&;_<2IoaV#%}JP)2h;BssOsi7XwMLwtz3$T+rJnbRG62I+Jw zp_f)cFuh-RR4*H*NAxJGSacc+AA`kr;Uix|v&g-q44-N$ryA#0Z#=!Ssa#$BVp~ex zsxDP;Ei5hEo!FH6UStk0E3E`~tbg&^&r|*?V7aF_xW<>rINlg ze0z9HIoVWBu6P?teqGGt9td%8hWM}o83Ju22bGV-&wK3%ZXg zSE5+&6DU3b@+;QOFUCulunb(a-BFwY^ISZPks1k;-TG(XLML z&}YqQ=n(oWK-oz0t@={^?%Z?f!|lvKqxi78kr`f34l}g-n@WG<%4+3laZ?#v7sn!) zc3u+juv18X!{9ApI=&0jLFGf?uwqZdE*wQ30NergzX063V}XAIU2#TNtj<&4b-r{! znFTZ>n3Q_Eye}RjxRJ9hC|YIdoxO)KFmNlDH3+ z@%yxiDvUmU`c8#q*f6R>R&sITJ9dEIp-v@MKgjQp3|V4h_`&VvIn3^JK=1%;{TM!C zL$i&fdc(?_<_1I;v~#M+T(XExK<7Dv0uQhhFc z@FIJ3d2Trawbpa!&dBYN?}Z2QeR%`&WwtTh+%2jcKauMVC0(~XQ`gxg*!{yqP@}&} zOdr)yffqloN56DTUxx^p7zr?Y=tFVR^PDK@SsK$DJ%Wm(rj)(c$&u*){}~>HAx%+2 ziD|`no_{4Ic(I-3c=;Dj{*^oSJ9oa7;Q31{ms=dD#^p9uuaXL{HDC(V>KUe<_P6Qi q)d`Wm#;=UGII16BjP%-2n~htCQoOcewm47?>*3H3_Mf!N&h`)cz$LH% literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9ad767866e930592dd7d6baa76a86a073a59be7f GIT binary patch literal 2213 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a5ec1bf7a297e52f9399cd92daf122aa7fdde70a GIT binary patch literal 684 zcmZuvzi$&U6t?etNmMSVQaixZLog5_Vt$B?ve2@%3t|bw$+>fLmt4*#+evj*DrI2l z1Y0|H1a)CS;(uTPbwIKhkeJv4Vd}*5kq8O#r1!q}p5OEP{NxYK<_ZFN_k45jC*U_5 zETyq<<~PAPMltH37{^YAJ2-Z^6BAGmw8q`NMqGbEI;3=3jf3_RA%p#d=RuJc!9L5i z3bY8KghzuwCp?Im<^j~`bjaH)-|d)PLrTu1@rEMTiE(3AnwsQ#B=g8!@UY;4+IT(& zbBr|DKhk%W-e2t7>VM>H5g)o5FOUA$J3$jXan2UA56Q%xkiiy0Pf-i+wp`P&kFXCg z#Cpcl0ywukX*(pb#!i=Zy~gXMW1cIU2&`Om=`+QpqUDI?5iO+X^GGW?$k{mUF)bv8 z`Z3MYE-gx(i2Q#0?menf&2JYh8n7N$6qZZFG}m0_ETbcxW{NIJwTsfMRgA(^g&7c( zp-xyXn?Russ_uZ9qA&jX%bla0&;G_If8*T0Hr-xiPHvofr|R6lHQoMtY4z2Eqs@=x z${c!7%QN*bj71cN(*6+R0tZ97LS)tLZ;-qUY3YNxXgnN>c$D!+at%Ve@M`eP#Tfr^ hFedXF!mG0y!BPcCRyg zHfPR~iI5tkNO4|@rM40eeMkkB@=_@eeL!keMe57B;9_l&>Zn9&-VW@CmZyHRd$)Ix zsGZZz&V2jLd^5lA@BSqok05Bj|LMu%!30A8WRrGFwg&40htM5#6=^7sG*06UF3-77 zKF`B5U?$Z)Dh((u@gi*>J z!A`}5)^jVE@7K0!y|;w?fX2fw^($WMgLVBr=YT)j?2opRUalCpj7^)$wq+T*S%RmGO?47Duu5z4tV&EEQ(2v~sPz-~pqRe1I zfvPBT@w4aNyL|4<>4^)Ma>wNY+p^t2ac*0W!Q&3X2o#6%e2q)EfYt;VGHfW_jqqaM(j|VHqE5H(lqW~OUArd7pEB-ue3U9b1-@T z|3qm%H#Y>pXMEr@U69kXNP0nn6VWNHP8JN6QV-^kVU+;ok`pdr`&}4g;)GgYr$ZzK zi%1{q`dK%?y3MTH0v+J(E}-nLve!rtdlBo_8Igg+_$f2x1=QSxq*x=g`AJl6L`R>* zcHSNN;>|BV_-f{X{q@93>~b@JVq;Iksm1e;wjX{JKC&UA-oeK`yOw))HFp2#Vb9y2 zh^tcKv&8Mh;_QmFfRJwcp%Pn6WeQ@OKz7;9wTG2~x!wk$-_$M&9(*@^rOJP9v zo7SaJjlUmgM>7uDz7Z|R9fSEH1*-wujl*oy4yWQ93NxX!kaI#BE~-_-o`4u2s+9^h zwY2C+?HJ?4s2h;Lp23?uuW|Jl?eYm1U&4aB=RU3m26U6!s$nRttrSmHWCYko;ZKi3 zw}74svB$#TvM{)mezf=agCi@#`3(t4!;R3MC-VNs@{wivNJAQavg6>V(u%aL8AQ@v zR|>?NSP`q>T39I>YRL&Q%W~aKrIzVL39cAw!40KOsAQQK43q3J* zjMIY92V9y6G!ABh7Ao?k;Jm0w)4uz{*;-8t-$HfqEV|d4w`IOm51rwHo+U^W#=(u>{Ja%I(>Ohc}k`JPLmj$ol|HT z`O1`4H8gn=%c@+kSmLy?Od)q-vw$m zm#)q(Q|PKM0kyIcN?K{p-Kqc-WLOCmOveFc#s0@z>8VN1^E4YF!A2j-QLtW_8F^O zR!wb;YRTb5(pW>V4l-j`b#Z;B|g=~3T-M(W@fM;bkc8q#ZPvD7!I zp=SXUe`~GhWHTHLN16!~-?ADz*bD|>5<&677RLm)*3<8^^sdHo9?RZ=esSSq^AJk* zel~S`>KTK7ZD(d92+wsSB*lgCX9*-FpCoqQ9eeF= zzLoiNInV(6n#!fOI3Y#Rtb(EtFh4|GEJeFkffz%WnGmKq!m>PJX`ZmW>I}PuDtt(2 z7Rh*@4Zxpig=bHb0pKAlrxFGod6TURz3+X~bQMBLMNv)Dvb_&5_^JtjfjR;B`tZsk zR`0k9c%?vkA)W9(gieunfQ5Mp?SsA<;5hC%&vU}Mgt+A2QSu+?jTQ99wkQk;~NMbO$lw^)j<7=^dZ{W?1jnd(DrBX9_|vi8t+{^wsdCk#ByA21{h^6 z0hHV2W{^!l&&l3q$Q?>3zNr~@hY=J_EgoHt3^k+fJjUjSZ;v(IJwfeaWIf5=tnZh& z(WZ=ckF0Lp@jQN-<1TP(v1Bvoj$rrRp{3oQ4>v>JTtbO~#lr26nqhAqL8+}vhd&={ aM!k6q#rhV{+&{*_Q^|2Utbb5-CzrEf3_O%4;7h^<^he**jvTNUc=$%?O@&>bYZ&?L}VE zEBl^v?>*<-bI(2ZJM#~pk3-P@dVhNHcRWJ>A_Kd5n#|cBf!Re8lBgWYQyGdPyd&qx z(-}I?WSG1&wRk4y$#WUb;+;8fp3m^WyJSXk%RY&feTy#1^9hsb zkvMD2EHaW8#(ocy0+LT=VV;tGG1y<~kprN?EV7dS6K5v4#wUaSB@QMjlbtW>Nq+(qt)ArX*?|Mis{r zs?a*ov>NC!Hs7W?v2L{|%{}o<*&#Vr?2ECNfp)jBVqI>BSVIyn`f_`Te$Qn&gq}3L zUiXo6sM}YbB4FESo#MT+1NQ6UMZ@MxeCf6Av?>01nO^B@k8SS%xA3HSUldYrUU`zR zZQnkL=9onvQ&*lQYU{Nr9`5eBM1${L2 zb)QyRXuOO9UYow4MlPru$sUtk6?2Lt>axixnxbmDsAgr8QQ)0nH#lLsfXRzGCJAZM z?NRG_!gxTY@`)TxQd z*HfCJ%dZv1>;rL0)>06dl%S}(i~(R$C0)sBsWvtU%W|#=TTB$!%(0GXQ4@-C@z$-h z(455bqKsvT3LXaU$P3n-kb9fxJEo_~L<}Z!%*1NF;k~|{?{B_W3-oTzoVbJAIe82z8;m?N;`@e~Q9j{K#8k4hUv?I!$ zB8P{2=skBKF0?(nJHIpk#rJQAuylg7~GKl#`H?T_t^KTbVL9lUYupEB5~OE%oWs(bib_i&93R@tb*M)%@h z{jhrTwgJD`?PK{@~FE`^wQ!+K8kLHccD|KV`ya5DjErP^eG>JNJ*s}+;{bJ!2Fmv}v&5$KU7Z-AJ(t!zr;A_w& zX-xDnxgIM8lN3$>uaP|ycnEqk(s9d>)PijXj}RI7YjNl{(TO*7!bkSFBYxz>7uu7K zeIw^ins?O^?Q~%xGiNe6C_rYI^n#*6mI)s&%W_W0irHm3+XPyWM2Lky8K2#;3k{jQ z)bJnLA?a3709sllrLAfQsX~|OCZN$TDKTBjiLL!>@UFsCoE2Buf!$?i(~`5|R{P3S z%Ptg+%dJe=HY#r2Z?BdaJ=o&ul`i04hFuOQyBxvULbiOHLJBmac$bvONPETR?Ba~a zJN8E13a3s!L#$@&T)n4+DlAC#+nQ}!@svF{SoVB|EXW^huh`sY=+AV8z0xa^NmeVf z2aFxbt369P=OEk3gx z2Y!W2Q-T$khUO&9Xe3yqtTb8!4MLr0fD3tnyk&d~B#9C2IsnHes=E-&|9<1+jgxS! z8crMG^kL|mfv*RS!qZ#cXa0VJ?XQict7GpPWAE1ZK$Rae_%T578=S#j-=d%T;`_l< z7V+0lc@(+8%uAKyRX$PdolOm9z}L;b_m*pv~QI`^{yu8vp_SMNn!Pt`MIc!rKWaZ5i`4J3^~60H0w zR*MZaHQWr*U_gUMfzTFH3q^P5cILJ`&%B{pIKF*rR7i$(8CLMD>N%op9eXR(Wh{>}x<4}AjTE%xFUy$USHqj2bb)$_GA;8x7)QELe zvhIbTs2P26-KyvlkcpZF`)2UP4qct5DC#*H_z${wgzh~@s_8B8`6OR-c($+t!|ugbNS*I?9~P({z{ zm2f_+;(o}9RHFH4C6=M)eFWMy&t0NS5R=Tp&yflhrez9~ESXM?65+u{7OpXg*C6Q81evcBvs!iP z5D95QEKtJnFt5#XVT&4GftZ|B7fS}C+^ewy<>MTbid5c;6l-n)wX)K{tS9ItvP?A&^io0EBSa^=;@ zi`m<+JW(fC;+-2n5;aEs5O|tVSpq`AF?i(3eC{SBn&;{@(=Ftx%q!D^;JHQDT(V21 z@K|mM@|<(*`CPRw7Cd(HH)w(UEie>smqeyTM>fsb7M^jafS z&{Tk=uE5jOR^E}2nDM+tQuNp%_!Vu3N?|)cT|6$E&LY5(!0XE5TWjMg6OloNeAl_J zql&k1~aQN%~Xj>CjuWMnr66Mh3aNMcMG zNpHQjJv_1c?*7Q=<_8-e{Go)x&)tph4~=YI*toEHdE@d{{J|UBLl^JH_7kb~3u_nF zudH3UcV;({-WwYGS%N=xv%z|8~N|&{z3C7Upr9h0Xaai4djqW27Z_O zgIRYhW6qvxjZj1D09pT+^O%gMT0;-+FM+K00@*wPFGOPbJ;~q%X%ayt5sZrtD-j87 zyNJ|AKZ1(HCx{0cY}w|(x3iv0vwhOk`yiyiq*H_!sB1FYrJ)_+JCcr*vM4dNS*Tk zXQjuzuFt{6&RCv1j{Fa70T*k#8I;jXD`?k&M$%`A371b#NplS9i&t|jGEa$TSx{^^ zg_tj6bTJw-#->Z);kODO*ghwJGce6N39&gA%>~aQ%eLc?a*Yeps@XE*MVo;DG6-ph zzYPH~^)Y;Segq0BbuES!o#CTmNXC-1*a@6HgWV{0_|GO2ZgEu@GsxLV5cxXJ{V2GK zC7Popq^LGW;a@a{-8g*t26U@R^Ce~UPy+4rN8F=~2 z%wF>N`pnwQ{bzTR>0cAWo#jq4-K+k~@aZj~QcnG*T>euFsai9sgir73r<&nVLR*bClM(ez_1;`l!EtNu mK#tA9xO(hCx~ahM)tPUnzMee5X>;^cOAJFx{8)jh^yV-95W@uk literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1bbcb89c0fdfcf2830f21d07a1eda0215e149a7e GIT binary patch literal 2155 zcma)7&2JM&6rcUf#&+U><2p$pY)C0_P;3$t1Pvb&`RIpes0v7x0a+XyJ zM~<3SmFiTLNYq0twTB#fprQvZmHI#QVq>913sMg~aj0YwPN;{@tg|tya^T53@Atmu zy*K-2{byH~4^aC3*2V0G2*BS=@JQJMyO%fsHo;8*0ptvjY;i8hxiX*RT`nXA%6UUv zl9JMroRm3$K)&1Ctj(d2<*B8ot?>{PUCUulZgVKPmfp6;Lr``t?|5>X!w%Qd*VcFl zDz0U~liM72X8Bx4vKvWAMnTk*<@>3TJ?IehU7(x?h|j;*j_?rlKcc6^C>eqQ6og$g zT7=!-ipky*7Y)8(ruiuEh*xz?9O*`}V4!8GNU~$+mSx7q&n|bi_*fe4L+a#O6B8{} zVq)J)p@AIn%C%3gW7dDhg1VWz^})qExAEx6t+CtpVs}nO9T93ob7UKlqHSjOie%LQ zi9P~-cK>x>Fkw2EX26|E0B-XDtZ*xQ8RVJQ|ESD)4P)+yzA_+eH<#KL$PIveho^7z zGVjG^cn(|#BA_`s+jbAZeLu)SVF1v&Oj?sr7N7{F0RZL25ddiZ0CC5d#pS!a=r%74 zUOwu3{B3<##Im@`e*(VY%3?m)-pxag_5c*wfE?5(?C|osr}(xfaeyB=3znIf-(^GUdqKw!*lc;hWLG)tNE*)Q`dl<%vw3rTm}oY^_jI!02nI48 z86sK`awJ?ZbmI7D=cljDd_4bQ>hoDg#z?a>3yz$#tzrQ?a;rqA_n;ab0hh3In3^EU zYDI&1#YZJuW~qg=wd5$C))5WeMC_Vj>Wf)%>_F7l>G(~IY#c8YH8T@0*jAn%9gZ)W z+Fd=T5zCI>MdsbOp{L`8R{yc_i8$5?8Y|F~)N%;N3wj}*(oKSFQ#0a4q8m8wC5{zJ zj$bPhE7j`U9;B(+hZ6romsRje0Rw|C0WVFibybAQ7d!sogUf4|tBI%nV>_Y9&q8(j zC#CAEg@(67qxI0}!*h+$nJ0lWO^Jpy6>uoL>D%yCCmTIOTgSJ?Ydt4k0!fNiM7q&B zw?0%kUlkkvBfq@6J(Q>qB_7W_9XkI!tZs)-*25=rn@jqC^mGAR}4 zOxx^RX4C&V;3#ykQ#WtSopU<((D+#=un$vLX5W;q&hEP2%IU~hO9kCPHoMI38~YX5#~40Jm)FXLB?}e}bjglWkxf7T zgDy>hlyoXJ_EkLz+h7ba^Snv*QxbfO&r{j{M%BvE``_c*F@Eo`sz|&^;AuK z{{ZQ&Jexsfh+h>~VP$eXTou*_>i#2j`RFcCIKJ5ng8h~BgZx^))}Lr}pIP-cN4mhg%(x3m8Me)#RY literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5dfa41cbcbad4239faa47fc7fdd295a67d7a3acc GIT binary patch literal 3993 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

    E9}^v-FGNExRcII zA2+NAI`b9^0HxxCUN|s~pq;+xg%i^V!fL2>wF#d%qjS@Eb_?}wskU9|;BGoIjR^gl zU+j?|V`f2g49BLOII4Z$(S-BH)DnKtPqLxQyu zplWGfS%3)1(oRV{0`>6F;L3}XG^iyFQc`us5=dJDRCe#phCDLtz3r!bdnsR##cNdz ztQ=qU-5}d*%YatRfR@~=C--W}y-KptvUTO$QME-kLYj?~dK< zcimB?922)7Hs9g4)Uzz~J9Oao*&mMOO$e_$DwMP67Chw}eU_$d1BBZ2J9vow7Gyze zz6V2oSfQUxakuY1(klX z*xoN1EInCYXWqmD+aS`UfHs;BEcD3NCoN5U162-RAQG0@iWVuWiTB5P6*dTs6`9s* zpE`r~NL1Y1lHoHv_AwhP!|U!sjvxZ18gdwuGD!10biAd zB^`Z1TBZ5HubIO?19BN5UX33hB}dgztKpb3Q|xii-lRyQ6At z>i39_@e|vs*Ex_;F?c=#kqC-xl6;Oaqagl1uq=r1j|WF)LF5w~5R=H3f}Q_mz2h#N zP>A_=g6pIU34FhRGX&IY`ra#sh*YK+F&Xw`aE&d!942Sj`xI|rhYn#J6bKOyie2Yt zXD24kh2_4%{%u{X70OZks!F~-WYe?YtGH0OQd=s)J`tBLff3=*$2_9(H)EN&Ypy-4 zh0hIrV@a>5y(i;R$kOQ#0GBe^*~tGBZm?=4r$r2obA~AA>dZ(Wf{l}FwdH#uKZ|nr zh%%$i8Ac@?LRI}r_nNmI2I-cXtL7!c(qPu*UN*f3%FKVy)wuGd)pM)Aw(|U%tLJ8H z&2=E_^S^d7??7gd4X&CM`*M;z5%s4AkECjjt~rmT%*WWGD_UUGIkv#gB5)n92Xvce za_g=NWFm$n(#Zo2J~oeqL<`21+qGK4_j4d3G{edkh3t(yI&mczt9g}a<*@K{~)XW7pxWy ztaM-p4^pte5svEW@^jKOzN}5wa(o>!hhiYq*z|4&kqTuzCfFyI8Iw_LB`?2-VP&_U z5o{<-yw_y$-wX8LeED`WEZKfCm=2tR(#tA%>XsLmUrAMNxpLw|S2gUIv##nZV?PH4 z>&C}e4Ho~09vpMPFSizY)zcun>F6^3OGB3_WEcsZ<=;bkjG81OOx{Yj0lF<9E@w^5 zlRdCZ@WQ{s$`~TT(VW60nF;^?DoJc|H8?`nkEIri!1jQn9V$+wT&})sT0eQsX0CH` z4dpXH425HOwBT}0<#Q-QDwD`oCQCPY1aFWFu-shs6rS!^d?VsW3ggT;-&RezNlc*B zt>tF;yfFPjP46rd5+lL0%qp9_}FNt$~0 zaob#L+4RD*r!rCQxsHeAQ_gntWAKdn&$X4!T6FxDaT3auX=9?is_x=0S5;gS~71PZv6WKdM}%yO`NFJ|zG zM|P^Qd@ppMZGUJ_=VFwL0J}raqX0c$F!bGZ3BET8*g7c>zHm$yCKH@>BQb*fAL&Ni zRnC5NE;=1K3r~OdD30-O`zXOYOz!#^@5Gp@-=gGi(~a>!j3r{M4s9hIaTGH`pW6>$ z(&nb6LvkEh@L!1k54Zy*7z`f@U4JXM{z~w&|CN6wIR0ArQbzdFn((E+6M8=qdOi~N zekAPrNO4T$kj{f8#uM#daS~mVC>5)*Ovjtm`iCa?P@QEx0ng+P)fJ?Y{9;s%mT6)qBOB zt!-F2w(47*ym{bu;QjU=HT}e%YCN5;{X$CcfdT6X-M94`yjf>u-h|)v>be!v%9+*n zm5Oxrmb?W~K#WbW!=VtE5a)&ip$A_z*bG~j5^v03oqr%8_^JO%qoMDdkD*^;)18xD&2^sLcq*m_^U?b9ut zhQa#+Zl9huJZ>^L?+bMQblm!c)zEWapnLv#cb(z5Vf9R2px@i={P+F#4fdQL@)&$K Zk%*u7k%ph2bf?Zd`#<(QpfKCg{~w7=Bvt?b literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2a697d94abc394e57642985f27f20a43d4ad7118 GIT binary patch literal 9866 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 Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +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, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py b/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py new file mode 100644 index 0000000..b6f8d57 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1029 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from 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_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_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + "{} is not a supported wheel for this platform. It " + "can't be sorted.".format(wheel.filename) + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + 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( + "No matching distribution found for {}".format(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/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py b/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py new file mode 100644 index 0000000..cd9cb8d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,223 @@ +import logging +import mimetypes +import os +import pathlib +from typing import Callable, Iterable, Optional, Tuple + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._path = pathlib.Path(os.path.realpath(path)) + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if not _is_html_file(url): + continue + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for path in self._path.iterdir(): + url = path_to_url(str(path)) + if _is_html_file(url): + continue + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/__init__.py new file mode 100644 index 0000000..d54bc63 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49ee9f93ee83709b7bebc617cdd8adf27e505206 GIT binary patch literal 16779 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 A%K!iX literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cee72827b7a4f5196a86ed04d83153e69ab558c0 GIT binary patch literal 8014 zcmcgRTWlNGm3PP?hcA(`-jr;4B+Hg)OJW^4vEw+|I0CA65|*6&C%l*9KxNus{}AVB62d{*aMcDPtAu-E~pqPqDHe?bn`j zXNHn2S!w&R*PfZnd(S=ho^#Jz|4~yDBGCT%`>&3Xc0&FKf4D8?bT*!Hgxn!Ak-02M z*&>=3=Q>t~OQ65f4$wWT$(G&972-AI^a-RSz%?@OUSW+9O-v_njYA=q7+{R=lzx zbN9XWWU56DDDg3m9Q-k#YK49q^h40!@ASjaKj8Eu&~G0na?L+*se^3S?{3}C?#oek zznlA%gOh`ML2x8k{U^uen9?TKDsg$A!cU&txlU<|!=PNZ=WIQ!Z`czepoGSva^sJE zsY4E3O+Z(d({G0UVW-~${Ub##(fSo0=5oSgwOrJuq^v3rXC{=KGN|W9RZTKgU9+0s zH57VLGfXL)Wg`wGED8?~UKo07DE;Qphr^cNUYg*n7Fy6WRU1ziG+CkPDV3T9DXVBx zU*YX0yjD0fA!*}En(De~HIFN1Iwwu)G@Vm5cuy(Rz>RBFBdr_P(_>W1DbqT=W;Gya zo+@JsrHY(3*jX(%Vj=JQ#l+Ym=aww*DZRY$2riz6eVeZ2lqNQ8E^Xin&w zD657^)zN~f$l_?RiUjzblQdbpq-u)zj;?17aY8agb3!#lBd=ssDeItP$jk}Jgslq( zV40p!wA1z;N5yw=0sNQ5D$~T#f|`~4*}9|R`-&)0MO5wUggb(+sl!H!XcP@o$%)8b z^}2IvhELWNL)3IrlrkB;pqY&Pk&(QbckzgQefBb-x<|?yx|mZW%@C)RZrBW#vfa0A zy4#kCUZ6$IOo+yWUdYNw9WXbq8|rm-=j!#5kzSz2MwZpb)r>fy0DgO~k&(2jfnYeW zJqb9AUNG|obB{af7hiYq8LF0H`!VuiEpU<1JSC}FX*8=iR0EeXx;Cbc_oFPz%9vEh znvNvmp1q7zn-D<37;DNP6e3mfSt$d`RpsE01NS2LjY1Cgb7aHDhWyaFO>q=%503)u z%Sk{#Xk<||rd1QTHmaD@ilXfyk04+S-Lp*Xhc!En0>?$ALJ4`Ugfnb5_f_EXs4^i< zsh}D_H}J>+QAb)qK!FPsgn?b@7LKSnP$A?8Gb;=mtkw(gOl!R&Dg-Q&6%c-)abmkV zWF(Le73sx`uyu`HI*OShITCL*?y8+&gX+>}-#dHp(%IK94W(@}HcSQ3dm4tI>4j7LyM^T zV=5?yMPDxJS=29e9INVbsSP{25OaSS*HA%H%{Fi4~Nlpx zZu#wlQ;h2^E^P^p@vtIW{b)k48q-(b9y&kt_S-|}9P5`pd-Wo-F_sq$lNH@=oGl(n zu{^p#YXLXJe$Cqf(netn;s!;w0&dU1AWRf#JszfJn}?wtFm@6i;~(KQOa6C12^?69 zbuE6d6zeYs`qzZ+Wg)Q|JF?c%wbC(A=@?k)I92I5RTf|VeBZym@NXyo<>cpya{IY5 z-?l2WFL$1(2qyr#95}KjgjR%jMToBm?G<-wEmpS@>!`#!R$@mgHdtN5o$lM+^YMl5 za;$Uq!m1Eku0LE64zI?V=VEI@@F&wZr{H$z7=@V)N*J1 z_W1mV3re}ZYc8<;dRK+|<+i?x(6<&nycF#&2fA0o&3jz!2yFRhT`dYcYm-%H<&F>n z&d=jqR`pWd%PM*k{Ego27crsd?4Wa3vu^P?Z~4;f<8T}M3Et-RGd%8wgY3p!TtfR` zQbB;@@Y=!Ls;V3=$HZq<#pPVW4<^ITDj+i(h2YHM*}HCY6nzpK3%EVn1RGjm<+_q_ zEmZ)on?VIJSxTebp@#sB9z|H5<%|K<&;gkuGX$9`KLG;64i?;W!TSy=aWq=;(a6@o zM)uryZt6!|$+Ke~RB!A2&G61lamKGT1Lp8f#f6!WiE$)ruBy%WOTL>z$uINQK#-|N z_Q8nfW}{gRlFpHjg^Wif8P7+Mea;9aq2&3*^HYH*Gl3aFi^KZ8p?zDR0nbdp#6Xs{ z$!aj=ju2AvmjVy`E}b($(=7#6vtc>~6n2yXllwMTxjk7hF{)&35(Cp`S`}|d6Q6@2 z@aJNXgJ!df-sR_~1T-mZwz%VyXkeaclW1U`X{C@HlEbC&eMdh_K{<2=U^Ko&438X{ zA?87M3Cz`CSq8pQ{QecY0d|IgxcmTIF$ZTYejn_+@6;M*A|>z5ep7@&*3OZS4uc%j zm?-+JmAod5IQ>Ye#>MG=XQC!5Icp`DFGbx_7)O5E&684O7^I7XXGWOb(o57yKLB-L z0mR=bcIeV+=Tn`K$3Zx0zsFsQ$7 zJmcgaBjCXXnIbI_!e1Z%c)oBa6}4ZQ^*Z<46#{>g(`h$ z#q5;Z+0?aKu< zc_1XT%79`u7ct=K*=9HVeSLVe8v(aagd@!LpxL3Q3J_BIoq`@eB~gP8;7k%;5Y@8W z+7h5flP$>LS&&3ac=z&~m#@5k*%Hv5Kn@O_0##VY$WS$J8Wt~0rj+o}*AUs?ATq%b zCi-0*It#Bv14W0yydaA+SafQI(ig6{was8PSGR(!1_=^quvo_O!f)D!>(Q4{jKe7U zUW-RDwfIS0)hIeBikeP?I3>Uu$uy}Y7meZ5Fe!CK3EO(|MFDC`y#138VA$Sutd%|l3$ji0^^KqYvL zPazPSC0`#UfyizDTJ*@`^@puX(KF@1nJ0L~3OZfKedK8ZB0L=ILW2N(bD^Z0UPaCYdMC<%zmLdTck z*lPX$JFnh;b+Prq@Mo!esipc;x6VCw#+n|~f7W`hb*cWu92{f+@_`de2VN@gKUr=# zH5XiKJMfE>KRfx0Ge0|Xm%poi-t?>ZQrnwzzB%=aK+BgkO{)zDVC$Ot)!N2+wNfj( z-?iGhJHl<@PULoE;oZfTD+l`S7ME&YcBfZs>gHd%_0czBf7CyFejN@PL1xvrW7Vc- zZg8#P;3EIa@w;OWGfPKKFEzX}H?$V1pFh7axY+ocNcXxApw|5)QaAh7AD<3!r16D6 z{&&NGfiC^mEur%P{@2OS`5Hb0zpD+!8J~^6hu7A~b+Q_vR$3@gE zKua)7o(Q3zlx~*hU!VUT+{VJGFN8x6yq|^cg&qz(eEn{${K{Kj^t`niJGd5ZSP8dR z!tG08aWP&AA1m|6c4i95RmSh{KnM7ZNepYd@w>_u&f$vZGP6wgJoLHLgpnG@xY6$e z>M}eVXc=b7|I-nf1x>+@&vM#6n{9#V4*_5qfqsB5j1d#Q^OrB5znti{1gP1MLm0u# zqir&gV9Re7^Du0+K&7<5S}E;Uu4lk6!XJVR+dT6K+qNAhr^`y#=y!}4Gq6m++P8x- zpW46qcPKjxMc=~gv2C<5TxQn&5*!mU*g%?D+jQFUBBG#iY!c*lq>WEINoVOginqBc#ESTYf2@S2U=dTwxSTS!ReS3N5>C#@A;U z|EItiAit1RUZWboq0AW{z5MPN8RN@0m@fVjGUn-Nj|7tn77%U$<`>PX6 zEf>n9aoyj{`R{gZ5csU0*w3}j8yf^Z>#s$)migfg0-yDE!S2K7X_FB3%!bx$3BP~# z>XI;qbq!4g>RgnT;@B#Pt-N9b{xk4jjgMPy1%Y@gX8K}V|D9Z z>^u%d*L~OlYZ%`5aq?Dj;ZP+6HEuQ**fthqV<8f&Uk|fxgw)i3eC5`ag~3WhTxW>E k6#F9^F*cp@@LcbLcZ0xZJ<4&tNC|w_1FZiI_L(&QADZXqH2?qr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..24cfb15c80295087b623f2398e91f11b3528fa98 GIT binary patch literal 3784 zcmbUkT}&IvdDiRye;~w=LjRx>t2yg~?VoW7t)Qz&MlzR2sT$-`9Glxx zHU{|=&!9bJXV8&y0JP(YHj>k9hEwW9l6Bo>p0vFNZ=WyJb?5x`$q0N8gIwWH>^roN%yOLw zx4nZ%h@*1!zD^-^@H+a%yCpQkUq>Y_*7OD4ayiDCO~a~gi21x|D4Kea5RCxRB^C;@ zLUb6mk)o<9>Ug@S%9y056=D>{JXWVozMvFLSD{F7UdfmNT`_RFAWDT%jIqVgnU13ZFV*(3PVooE+rxaBq z!Zap2Xd`G@wj>n^!KxvAIBQG*R@4Pi&t2*#a&K5;gN*0Kg!;+yVCslD; z85a$WB&We@Nw8J2zytw4y-8}d|>{j$-M$~blFl$D}v5{t) zrkSScx*((pBxr$8KMdUhs(O+C&|=@xKzZOdCpQlt+cK! zqL$M{g#y6^4Cz2lcv>7JVZS*QBKAKt?fuCXgUlhe)4<&~4;su@gj9rV+0SlrY@{6DFZi(&9pC zLXjq@FcACF;KImg@|vQ`S_zT@9R5I*gptv@T4QzDGa97D5|)K5(WdHIB&tIS zffFK;1qf*(l375>if$AQB@aSsaxsr3{-LuLJmAkm-Tq5Q&ZJKV{X)K#|YDm+e z=wb#?)E1^!FXRO@A+T85gVjYGyxR?1Pg z+0$g3b(TX=g$(XgA^c@{Pl+^lb_^cytd@rYLzvZyf=IA{XRrjJ1ThScVlDC{78gQZ zgQy@vh8}^UBoXrx2XG`bof7JwjbqyJjAB5YlhJ9c zK%L_SLDIF|I=%IJ00ilaySqeUu+#^iUW9G|ZMiz0xW2K~8d3qb*OJpAkNt0-Kh8gn zbI_ZfB2*t~T29dVZAzTcl{x&1Z&M>N-yVR$3Nm(l+t~FV>i>Hh_)UGM1!)0x*$jPn zeeBZ6R1IH8s>-`-~>v0DN& zzcYi(@{%Y`;4~D?X7K9h#VhHdb3>OdrY{U%G2PUKsFx9%2f*VEVusRbQH2~|tMAfj zR=}|Y%RJ0%fisjWRmiFi3H^Ivx<{DkV%`j%GvFc16b)Q+X%FK&Iy`pK^yEn~%_Ji9 zKL<1G9^=1s_t)O20dgL;&@0ye1znZrIBpAtpCQjPs^&*(VtPxQ^tQS@^(RCS`} z?&Zj4Q*@&#y5^`fB^H8!JJ`K^eX}*X(HdRzR9br%0*iVD^;Vq@?)bfyZ3LhiZs)wK zomB*2t%ZR{umZE{=>Qj9<+l-ls^H){fL?U)p1j#Lu+cS8>3V-*cyW5^R{7Sdz7guI z*x!fp*4DbvzR4Zf;0~;gJ>ia4Z5(%Y^_?#ffNdVxI{!lvUsZj`eUKtMo`w&s1aAjF d9;W(rywvIA_vd)$`8awUZyG}U<3SGk{{d-?X Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + # Typeshed does not include find_config_files() for some reason. + paths = d.find_config_files() # type: ignore + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update(dict(purelib=i.install_lib, platlib=i.install_lib)) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + 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/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py new file mode 100644 index 0000000..97aef1f --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/base.py new file mode 100644 index 0000000..3f9f896 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/main.py b/venv/lib/python3.12/site-packages/pip/_internal/main.py new file mode 100644 index 0000000..33c6d24 --- /dev/null +++ b/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/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py new file mode 100644 index 0000000..9f73ca7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,127 @@ +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 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): + 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/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..384a05d34f85f071f9d1c6371d532b14b8f27556 GIT binary patch literal 5803 zcmcgwO>7&-6`m!RT>eO+{w(?5lctVDMImb?ZW6)yku2GklPF58v^INKt++#J<^5r2 zmvR_5fDb9qV}S;U3j|17^pLIyV6uz;MfdJ{H@6GN~lq{tv zjCKUg%+Aivym{Yy?|Z|~Iy*B2%I|;jT;+B*A%DY%sHDQq)|5oZdqgL?WRgMnI#J*6Irumo3NZW7k%E%i#oj zdn+DDS{jTICawG+I>2_TOTX*51*gCQs|>;_o$tuEf&o%G1Y=z=)&(mc)^ki@Np|EA zyv2X_59SURnKs2&GhB@dX@QdS#!O-oM!c%Z!fH+GohB0T z($T1gClbZOV~MhY$J$kN3DJ(MBx=hsUHnCBOXL!Hl$;{2bS);4E3gw-Y5dLj6>?4T zz=MLa(i`=*TRnai>oTO^LD$8gVDU}WaVJg-)?nDPexWANp^|k744U>BtYpc zGfq8+)?7xRPZt&ptLkviG!_dM^E6%aw1oxgaClR_x}6Hhr>i>eS<-RI_!l$gWLr7Y9YWX1J_C=a&tamNlC$GU}`{ z&JA5>@KmQ7EjzWU3Bwh7O{=@(flMQGrb64SjIL_j&=z6d!h$+CGpD|BXyp5*r-t2KAM6L;pF-#)N~#6v1B@nnh9#LT~D*U z?>;bnj-Jy@mn|#=N)8vZw5xF75KLHMw*d^-Y;is`95^&bl?f}-Dh_8DOyHC(K$h-} z1IRlv&ueTXA85lr@*TL$=41EJ&+nmQp5y4W^Z8Cc1Bdk3n`pCs%B@waV5F{}dWqGi zId{09`H^PUSkRX-7;+>iKjyf;5*mjehk)mIgutkVU2**02R*@8AWCVT$Nf~~93MlJ zZB2AB^3ZQt@eR<1TddbKyIibtX9XgdTfAy(tHzS%IlQU_Kdw1sj#Sd0~wX&8!*EoKDz5l{`Zswaf zzWhc^`C8Q9-c>Ri%3wnoygBqo<&n)?{~h_*-E8h%c4A*!i1R)^kH^si80B6M@wnTh9)y$wNX_J5+<~ z3e}v0&R(k7i`Z8ZFnL#rR0)(PX^>8m^I?PvsS2VrMhl2k0(1&-O9ZfTjdK`mk69tj z2@VQ!5Ep2RwpkoCM64|{TH%frth4OE;w`2G24fLRiWs}+*MV0f$t~6l(+gHxSbzvs z00vkFb^^MjmR1+6UDnFWhP@<~gJ|k5Yn*LM0>R&7R4bQ(Ly$yF(+vV`J}$uGqo6Tg z3Dv<*!Bb$l!rn10;aE+y{P11H#fxUK+nCaPauNjDD66Gzm6eT(!E{U)fXYxvpt~SX zcoG+yh;X)hztG z$Dw)<^sz>E?32^$*=N_}X9L*Ny1{|v;GXdRfc~vdTaMgzS)dX1?Y0L)fYW9JEn)XG z0NPF}+t}>m)hz=EToCXI48XCU0F_Za3;+ii zFUTrHl=TneHK{dW$5n~H0CO+n{1CH_$WezI+2M`s(~a!Yx6|v{$u)U0bX9TR^1C3V zc5DO8MX+TVqi-RtcHBxzlt^P;1+tUidsq5E#TtdMia-C^}Du>Xe; zM*Hp$p}>5+s&UQ2n@O7*$LXxYEzJbl*J+poQp`E0_DC4 z+UFBc?Vwz|D{`zfd_$oEPwn1``jd_9lb=lAettcBaZSD$;NBDYi7GN@+k!BD zR8hW`sX@S-0&C*aSP7Fx3xneZ0qzh6xYn1re)LNf$Lzs`e>V>mSo-mumOjvY&Igu15pMQj7w(h3|Kf)Ez9E z{~%n(3a!gn0e&}wEXp$6a&VE9F$385H!z;VC6dk}UIKju?ii*CcMH6ji8NcJ)_&UL zH5F4i7NljEbit+64QD}>O+u59hw)S2Ll^E`hYz6SRq?!TaF#wAI* zLwfFz?mHxXhh+Xj&U``6{GAm3K`wtmF8?*&{b%{aSGfZ>E_^L#vauUV^KifPy7ZB} zMXPy2Qh!70zd8T8^u1tSrH1q`a{{{mh{0sm9 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..76729268cca1c84c657f917a28afc417eae4f66b GIT binary patch literal 2878 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