From d9ba2ef19c8e4f336674db2fb16ceaf8e9d4c8c6 Mon Sep 17 00:00:00 2001 From: mdecker62 Date: Tue, 3 Mar 2026 14:22:48 -0500 Subject: [PATCH] k --- 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 + .../bitarray-3.8.0.dist-info/INSTALLER | 1 + .../bitarray-3.8.0.dist-info/METADATA | 992 ++ .../bitarray-3.8.0.dist-info/RECORD | 22 + .../bitarray-3.8.0.dist-info/WHEEL | 7 + .../bitarray-3.8.0.dist-info/licenses/LICENSE | 46 + .../bitarray-3.8.0.dist-info/top_level.txt | 1 + .../site-packages/bitarray/__init__.py | 65 + .../site-packages/bitarray/__init__.pyi | 170 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3076 bytes .../__pycache__/test_bitarray.cpython-312.pyc | Bin 0 -> 337450 bytes .../__pycache__/test_util.cpython-312.pyc | Bin 0 -> 175057 bytes .../bitarray/__pycache__/util.cpython-312.pyc | Bin 0 -> 25226 bytes .../_bitarray.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 500232 bytes .../_util.cpython-312-x86_64-linux-gnu.so | Bin 0 -> 262088 bytes .../site-packages/bitarray/bitarray.h | 354 + .../site-packages/bitarray/py.typed | 0 .../bitarray/pythoncapi_compat.h | 2594 +++++ .../site-packages/bitarray/test_281.pickle | Bin 0 -> 442 bytes .../site-packages/bitarray/test_bitarray.py | 5180 ++++++++++ .../site-packages/bitarray/test_util.py | 2894 ++++++ .../python3.12/site-packages/bitarray/util.py | 632 ++ .../site-packages/bitarray/util.pyi | 84 + .../easybits-0.1.4.dist-info/INSTALLER | 1 + .../easybits-0.1.4.dist-info/METADATA | 20 + .../easybits-0.1.4.dist-info/RECORD | 11 + .../easybits-0.1.4.dist-info/REQUESTED | 0 .../easybits-0.1.4.dist-info/WHEEL | 4 + .../site-packages/easybits/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5636 bytes .../__pycache__/errors.cpython-312.pyc | Bin 0 -> 1400 bytes .../easybits/__pycache__/util.cpython-312.pyc | Bin 0 -> 442 bytes .../site-packages/easybits/errors.py | 15 + .../python3.12/site-packages/easybits/util.py | 5 + .../pip-24.0.dist-info/AUTHORS.txt | 760 ++ .../pip-24.0.dist-info/INSTALLER | 1 + .../pip-24.0.dist-info/LICENSE.txt | 20 + .../site-packages/pip-24.0.dist-info/METADATA | 88 + .../site-packages/pip-24.0.dist-info/RECORD | 1005 ++ .../pip-24.0.dist-info/REQUESTED | 0 .../site-packages/pip-24.0.dist-info/WHEEL | 5 + .../pip-24.0.dist-info/entry_points.txt | 4 + .../pip-24.0.dist-info/top_level.txt | 1 + .../python3.12/site-packages/pip/__init__.py | 13 + .../python3.12/site-packages/pip/__main__.py | 24 + .../site-packages/pip/__pip-runner__.py | 50 + .../pip/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 702 bytes .../pip/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 858 bytes .../__pip-runner__.cpython-312.pyc | Bin 0 -> 2221 bytes .../site-packages/pip/_internal/__init__.py | 18 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 804 bytes .../__pycache__/build_env.cpython-312.pyc | Bin 0 -> 14311 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 12682 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 17683 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 33301 bytes .../__pycache__/main.cpython-312.pyc | Bin 0 -> 687 bytes .../__pycache__/pyproject.cpython-312.pyc | Bin 0 -> 4988 bytes .../self_outdated_check.cpython-312.pyc | Bin 0 -> 10569 bytes .../__pycache__/wheel_builder.cpython-312.pyc | Bin 0 -> 13666 bytes .../site-packages/pip/_internal/build_env.py | 311 + .../site-packages/pip/_internal/cache.py | 290 + .../pip/_internal/cli/__init__.py | 4 + .../cli/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 295 bytes .../autocompletion.cpython-312.pyc | Bin 0 -> 8482 bytes .../__pycache__/base_command.cpython-312.pyc | Bin 0 -> 10472 bytes .../__pycache__/cmdoptions.cpython-312.pyc | Bin 0 -> 30391 bytes .../command_context.cpython-312.pyc | Bin 0 -> 1798 bytes .../cli/__pycache__/main.cpython-312.pyc | Bin 0 -> 2315 bytes .../__pycache__/main_parser.cpython-312.pyc | Bin 0 -> 4922 bytes .../cli/__pycache__/parser.cpython-312.pyc | Bin 0 -> 15039 bytes .../__pycache__/progress_bars.cpython-312.pyc | Bin 0 -> 2637 bytes .../__pycache__/req_command.cpython-312.pyc | Bin 0 -> 18869 bytes .../cli/__pycache__/spinners.cpython-312.pyc | Bin 0 -> 7857 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 392 bytes .../pip/_internal/cli/autocompletion.py | 172 + .../pip/_internal/cli/base_command.py | 236 + .../pip/_internal/cli/cmdoptions.py | 1074 ++ .../pip/_internal/cli/command_context.py | 27 + .../site-packages/pip/_internal/cli/main.py | 79 + .../pip/_internal/cli/main_parser.py | 134 + .../site-packages/pip/_internal/cli/parser.py | 294 + .../pip/_internal/cli/progress_bars.py | 68 + .../pip/_internal/cli/req_command.py | 505 + .../pip/_internal/cli/spinners.py | 159 + .../pip/_internal/cli/status_codes.py | 6 + .../pip/_internal/commands/__init__.py | 132 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4019 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 9728 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 2107 bytes .../__pycache__/completion.cpython-312.pyc | Bin 0 -> 5209 bytes .../__pycache__/configuration.cpython-312.pyc | Bin 0 -> 13229 bytes .../__pycache__/debug.cpython-312.pyc | Bin 0 -> 10178 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 7606 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 4433 bytes .../commands/__pycache__/hash.cpython-312.pyc | Bin 0 -> 3000 bytes .../commands/__pycache__/help.cpython-312.pyc | Bin 0 -> 1690 bytes .../__pycache__/index.cpython-312.pyc | Bin 0 -> 6737 bytes .../__pycache__/inspect.cpython-312.pyc | Bin 0 -> 3992 bytes .../__pycache__/install.cpython-312.pyc | Bin 0 -> 28930 bytes .../commands/__pycache__/list.cpython-312.pyc | Bin 0 -> 15673 bytes .../__pycache__/search.cpython-312.pyc | Bin 0 -> 7638 bytes .../commands/__pycache__/show.cpython-312.pyc | Bin 0 -> 9745 bytes .../__pycache__/uninstall.cpython-312.pyc | Bin 0 -> 4743 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 8973 bytes .../pip/_internal/commands/cache.py | 225 + .../pip/_internal/commands/check.py | 54 + .../pip/_internal/commands/completion.py | 130 + .../pip/_internal/commands/configuration.py | 280 + .../pip/_internal/commands/debug.py | 201 + .../pip/_internal/commands/download.py | 147 + .../pip/_internal/commands/freeze.py | 109 + .../pip/_internal/commands/hash.py | 59 + .../pip/_internal/commands/help.py | 41 + .../pip/_internal/commands/index.py | 139 + .../pip/_internal/commands/inspect.py | 92 + .../pip/_internal/commands/install.py | 774 ++ .../pip/_internal/commands/list.py | 370 + .../pip/_internal/commands/search.py | 174 + .../pip/_internal/commands/show.py | 189 + .../pip/_internal/commands/uninstall.py | 113 + .../pip/_internal/commands/wheel.py | 183 + .../pip/_internal/configuration.py | 383 + .../pip/_internal/distributions/__init__.py | 21 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 958 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 2879 bytes .../__pycache__/installed.cpython-312.pyc | Bin 0 -> 1717 bytes .../__pycache__/sdist.cpython-312.pyc | Bin 0 -> 8505 bytes .../__pycache__/wheel.cpython-312.pyc | Bin 0 -> 2265 bytes .../pip/_internal/distributions/base.py | 51 + .../pip/_internal/distributions/installed.py | 29 + .../pip/_internal/distributions/sdist.py | 156 + .../pip/_internal/distributions/wheel.py | 40 + .../site-packages/pip/_internal/exceptions.py | 728 ++ .../pip/_internal/index/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 249 bytes .../__pycache__/collector.cpython-312.pyc | Bin 0 -> 21903 bytes .../package_finder.cpython-312.pyc | Bin 0 -> 40752 bytes .../index/__pycache__/sources.cpython-312.pyc | Bin 0 -> 12621 bytes .../pip/_internal/index/collector.py | 507 + .../pip/_internal/index/package_finder.py | 1027 ++ .../pip/_internal/index/sources.py | 285 + .../pip/_internal/locations/__init__.py | 467 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 16793 bytes .../__pycache__/_distutils.cpython-312.pyc | Bin 0 -> 6873 bytes .../__pycache__/_sysconfig.cpython-312.pyc | Bin 0 -> 8028 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 3798 bytes .../pip/_internal/locations/_distutils.py | 172 + .../pip/_internal/locations/_sysconfig.py | 213 + .../pip/_internal/locations/base.py | 81 + .../site-packages/pip/_internal/main.py | 12 + .../pip/_internal/metadata/__init__.py | 128 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5899 bytes .../__pycache__/_json.cpython-312.pyc | Bin 0 -> 2892 bytes .../metadata/__pycache__/base.cpython-312.pyc | Bin 0 -> 35729 bytes .../__pycache__/pkg_resources.cpython-312.pyc | Bin 0 -> 15807 bytes .../pip/_internal/metadata/_json.py | 84 + .../pip/_internal/metadata/base.py | 702 ++ .../_internal/metadata/importlib/__init__.py | 6 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 375 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 3350 bytes .../__pycache__/_dists.cpython-312.pyc | Bin 0 -> 13442 bytes .../__pycache__/_envs.cpython-312.pyc | Bin 0 -> 11197 bytes .../_internal/metadata/importlib/_compat.py | 55 + .../_internal/metadata/importlib/_dists.py | 227 + .../pip/_internal/metadata/importlib/_envs.py | 189 + .../pip/_internal/metadata/pkg_resources.py | 278 + .../pip/_internal/models/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 283 bytes .../__pycache__/candidate.cpython-312.pyc | Bin 0 -> 1922 bytes .../__pycache__/direct_url.cpython-312.pyc | Bin 0 -> 11216 bytes .../format_control.cpython-312.pyc | Bin 0 -> 4244 bytes .../models/__pycache__/index.cpython-312.pyc | Bin 0 -> 1711 bytes .../installation_report.cpython-312.pyc | Bin 0 -> 2289 bytes .../models/__pycache__/link.cpython-312.pyc | Bin 0 -> 26019 bytes .../models/__pycache__/scheme.cpython-312.pyc | Bin 0 -> 1186 bytes .../__pycache__/search_scope.cpython-312.pyc | Bin 0 -> 5105 bytes .../selection_prefs.cpython-312.pyc | Bin 0 -> 1868 bytes .../__pycache__/target_python.cpython-312.pyc | Bin 0 -> 4971 bytes .../models/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5797 bytes .../pip/_internal/models/candidate.py | 30 + .../pip/_internal/models/direct_url.py | 235 + .../pip/_internal/models/format_control.py | 78 + .../pip/_internal/models/index.py | 28 + .../_internal/models/installation_report.py | 56 + .../pip/_internal/models/link.py | 579 ++ .../pip/_internal/models/scheme.py | 31 + .../pip/_internal/models/search_scope.py | 132 + .../pip/_internal/models/selection_prefs.py | 51 + .../pip/_internal/models/target_python.py | 122 + .../pip/_internal/models/wheel.py | 92 + .../pip/_internal/network/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 271 bytes .../network/__pycache__/auth.cpython-312.pyc | Bin 0 -> 22013 bytes .../network/__pycache__/cache.cpython-312.pyc | Bin 0 -> 6535 bytes .../__pycache__/download.cpython-312.pyc | Bin 0 -> 8570 bytes .../__pycache__/lazy_wheel.cpython-312.pyc | Bin 0 -> 11680 bytes .../__pycache__/session.cpython-312.pyc | Bin 0 -> 18791 bytes .../network/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2270 bytes .../__pycache__/xmlrpc.cpython-312.pyc | Bin 0 -> 2966 bytes .../pip/_internal/network/auth.py | 561 ++ .../pip/_internal/network/cache.py | 106 + .../pip/_internal/network/download.py | 186 + .../pip/_internal/network/lazy_wheel.py | 210 + .../pip/_internal/network/session.py | 520 + .../pip/_internal/network/utils.py | 96 + .../pip/_internal/network/xmlrpc.py | 62 + .../pip/_internal/operations/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/check.cpython-312.pyc | Bin 0 -> 7596 bytes .../__pycache__/freeze.cpython-312.pyc | Bin 0 -> 10134 bytes .../__pycache__/prepare.cpython-312.pyc | Bin 0 -> 25764 bytes .../_internal/operations/build/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 220 bytes .../__pycache__/build_tracker.cpython-312.pyc | Bin 0 -> 7840 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 1897 bytes .../metadata_editable.cpython-312.pyc | Bin 0 -> 1931 bytes .../metadata_legacy.cpython-312.pyc | Bin 0 -> 3082 bytes .../build/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 1701 bytes .../wheel_editable.cpython-312.pyc | Bin 0 -> 2042 bytes .../__pycache__/wheel_legacy.cpython-312.pyc | Bin 0 -> 3946 bytes .../operations/build/build_tracker.py | 139 + .../_internal/operations/build/metadata.py | 39 + .../operations/build/metadata_editable.py | 41 + .../operations/build/metadata_legacy.py | 74 + .../pip/_internal/operations/build/wheel.py | 37 + .../operations/build/wheel_editable.py | 46 + .../operations/build/wheel_legacy.py | 102 + .../pip/_internal/operations/check.py | 187 + .../pip/_internal/operations/freeze.py | 255 + .../_internal/operations/install/__init__.py | 2 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 283 bytes .../editable_legacy.cpython-312.pyc | Bin 0 -> 1834 bytes .../install/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 33876 bytes .../operations/install/editable_legacy.py | 46 + .../pip/_internal/operations/install/wheel.py | 734 ++ .../pip/_internal/operations/prepare.py | 730 ++ .../site-packages/pip/_internal/pyproject.py | 179 + .../pip/_internal/req/__init__.py | 92 + .../req/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3760 bytes .../__pycache__/constructors.cpython-312.pyc | Bin 0 -> 21599 bytes .../req/__pycache__/req_file.cpython-312.pyc | Bin 0 -> 21478 bytes .../__pycache__/req_install.cpython-312.pyc | Bin 0 -> 38431 bytes .../req/__pycache__/req_set.cpython-312.pyc | Bin 0 -> 7235 bytes .../__pycache__/req_uninstall.cpython-312.pyc | Bin 0 -> 32994 bytes .../pip/_internal/req/constructors.py | 576 ++ .../pip/_internal/req/req_file.py | 554 ++ .../pip/_internal/req/req_install.py | 923 ++ .../pip/_internal/req/req_set.py | 119 + .../pip/_internal/req/req_uninstall.py | 649 ++ .../pip/_internal/resolution/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 214 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 1202 bytes .../pip/_internal/resolution/base.py | 20 + .../_internal/resolution/legacy/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 221 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 22456 bytes .../_internal/resolution/legacy/resolver.py | 598 ++ .../resolution/resolvelib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 225 bytes .../__pycache__/base.cpython-312.pyc | Bin 0 -> 8354 bytes .../__pycache__/candidates.cpython-312.pyc | Bin 0 -> 30415 bytes .../__pycache__/factory.cpython-312.pyc | Bin 0 -> 32131 bytes .../found_candidates.cpython-312.pyc | Bin 0 -> 6225 bytes .../__pycache__/provider.cpython-312.pyc | Bin 0 -> 10395 bytes .../__pycache__/reporter.cpython-312.pyc | Bin 0 -> 4952 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 11446 bytes .../__pycache__/resolver.cpython-312.pyc | Bin 0 -> 12368 bytes .../_internal/resolution/resolvelib/base.py | 141 + .../resolution/resolvelib/candidates.py | 597 ++ .../resolution/resolvelib/factory.py | 812 ++ .../resolution/resolvelib/found_candidates.py | 155 + .../resolution/resolvelib/provider.py | 255 + .../resolution/resolvelib/reporter.py | 80 + .../resolution/resolvelib/requirements.py | 166 + .../resolution/resolvelib/resolver.py | 317 + .../pip/_internal/self_outdated_check.py | 248 + .../pip/_internal/utils/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 209 bytes .../__pycache__/_jaraco_text.cpython-312.pyc | Bin 0 -> 4550 bytes .../utils/__pycache__/_log.cpython-312.pyc | Bin 0 -> 1880 bytes .../utils/__pycache__/appdirs.cpython-312.pyc | Bin 0 -> 2424 bytes .../utils/__pycache__/compat.cpython-312.pyc | Bin 0 -> 2227 bytes .../compatibility_tags.cpython-312.pyc | Bin 0 -> 5575 bytes .../__pycache__/datetime.cpython-312.pyc | Bin 0 -> 698 bytes .../__pycache__/deprecation.cpython-312.pyc | Bin 0 -> 4200 bytes .../direct_url_helpers.cpython-312.pyc | Bin 0 -> 3577 bytes .../__pycache__/egg_link.cpython-312.pyc | Bin 0 -> 3240 bytes .../__pycache__/encoding.cpython-312.pyc | Bin 0 -> 2172 bytes .../__pycache__/entrypoints.cpython-312.pyc | Bin 0 -> 4007 bytes .../__pycache__/filesystem.cpython-312.pyc | Bin 0 -> 7472 bytes .../__pycache__/filetypes.cpython-312.pyc | Bin 0 -> 1178 bytes .../utils/__pycache__/glibc.cpython-312.pyc | Bin 0 -> 2356 bytes .../utils/__pycache__/hashes.cpython-312.pyc | Bin 0 -> 7568 bytes .../utils/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13571 bytes .../utils/__pycache__/misc.cpython-312.pyc | Bin 0 -> 34135 bytes .../utils/__pycache__/models.cpython-312.pyc | Bin 0 -> 2726 bytes .../__pycache__/packaging.cpython-312.pyc | Bin 0 -> 2597 bytes .../setuptools_build.cpython-312.pyc | Bin 0 -> 4564 bytes .../__pycache__/subprocess.cpython-312.pyc | Bin 0 -> 8732 bytes .../__pycache__/temp_dir.cpython-312.pyc | Bin 0 -> 12076 bytes .../__pycache__/unpacking.cpython-312.pyc | Bin 0 -> 11122 bytes .../utils/__pycache__/urls.cpython-312.pyc | Bin 0 -> 2419 bytes .../__pycache__/virtualenv.cpython-312.pyc | Bin 0 -> 4494 bytes .../utils/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 5940 bytes .../pip/_internal/utils/_jaraco_text.py | 109 + .../site-packages/pip/_internal/utils/_log.py | 38 + .../pip/_internal/utils/appdirs.py | 52 + .../pip/_internal/utils/compat.py | 63 + .../pip/_internal/utils/compatibility_tags.py | 165 + .../pip/_internal/utils/datetime.py | 11 + .../pip/_internal/utils/deprecation.py | 120 + .../pip/_internal/utils/direct_url_helpers.py | 87 + .../pip/_internal/utils/egg_link.py | 80 + .../pip/_internal/utils/encoding.py | 36 + .../pip/_internal/utils/entrypoints.py | 84 + .../pip/_internal/utils/filesystem.py | 153 + .../pip/_internal/utils/filetypes.py | 27 + .../pip/_internal/utils/glibc.py | 88 + .../pip/_internal/utils/hashes.py | 151 + .../pip/_internal/utils/logging.py | 348 + .../site-packages/pip/_internal/utils/misc.py | 783 ++ .../pip/_internal/utils/models.py | 39 + .../pip/_internal/utils/packaging.py | 57 + .../pip/_internal/utils/setuptools_build.py | 146 + .../pip/_internal/utils/subprocess.py | 260 + .../pip/_internal/utils/temp_dir.py | 296 + .../pip/_internal/utils/unpacking.py | 257 + .../site-packages/pip/_internal/utils/urls.py | 62 + .../pip/_internal/utils/virtualenv.py | 104 + .../pip/_internal/utils/wheel.py | 134 + .../pip/_internal/vcs/__init__.py | 15 + .../vcs/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 548 bytes .../vcs/__pycache__/bazaar.cpython-312.pyc | Bin 0 -> 5040 bytes .../vcs/__pycache__/git.cpython-312.pyc | Bin 0 -> 19009 bytes .../vcs/__pycache__/mercurial.cpython-312.pyc | Bin 0 -> 7629 bytes .../__pycache__/subversion.cpython-312.pyc | Bin 0 -> 12501 bytes .../versioncontrol.cpython-312.pyc | Bin 0 -> 29027 bytes .../site-packages/pip/_internal/vcs/bazaar.py | 112 + .../site-packages/pip/_internal/vcs/git.py | 526 + .../pip/_internal/vcs/mercurial.py | 163 + .../pip/_internal/vcs/subversion.py | 324 + .../pip/_internal/vcs/versioncontrol.py | 705 ++ .../pip/_internal/wheel_builder.py | 354 + .../site-packages/pip/_vendor/__init__.py | 121 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4710 bytes .../_vendor/__pycache__/six.cpython-312.pyc | Bin 0 -> 41287 bytes .../typing_extensions.cpython-312.pyc | Bin 0 -> 122067 bytes .../pip/_vendor/cachecontrol/__init__.py | 28 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 920 bytes .../__pycache__/_cmd.cpython-312.pyc | Bin 0 -> 2664 bytes .../__pycache__/adapter.cpython-312.pyc | Bin 0 -> 6482 bytes .../__pycache__/cache.cpython-312.pyc | Bin 0 -> 3827 bytes .../__pycache__/controller.cpython-312.pyc | Bin 0 -> 16185 bytes .../__pycache__/filewrapper.cpython-312.pyc | Bin 0 -> 4365 bytes .../__pycache__/heuristics.cpython-312.pyc | Bin 0 -> 6712 bytes .../__pycache__/serialize.cpython-312.pyc | Bin 0 -> 6423 bytes .../__pycache__/wrapper.cpython-312.pyc | Bin 0 -> 1692 bytes .../pip/_vendor/cachecontrol/_cmd.py | 70 + .../pip/_vendor/cachecontrol/adapter.py | 161 + .../pip/_vendor/cachecontrol/cache.py | 74 + .../_vendor/cachecontrol/caches/__init__.py | 8 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 453 bytes .../__pycache__/file_cache.cpython-312.pyc | Bin 0 -> 7728 bytes .../__pycache__/redis_cache.cpython-312.pyc | Bin 0 -> 2756 bytes .../_vendor/cachecontrol/caches/file_cache.py | 181 + .../cachecontrol/caches/redis_cache.py | 48 + .../pip/_vendor/cachecontrol/controller.py | 494 + .../pip/_vendor/cachecontrol/filewrapper.py | 119 + .../pip/_vendor/cachecontrol/heuristics.py | 154 + .../pip/_vendor/cachecontrol/serialize.py | 206 + .../pip/_vendor/cachecontrol/wrapper.py | 43 + .../pip/_vendor/certifi/__init__.py | 4 + .../pip/_vendor/certifi/__main__.py | 12 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 336 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 663 bytes .../certifi/__pycache__/core.cpython-312.pyc | Bin 0 -> 3345 bytes .../pip/_vendor/certifi/cacert.pem | 4635 +++++++++ .../site-packages/pip/_vendor/certifi/core.py | 119 + .../pip/_vendor/chardet/__init__.py | 115 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 4586 bytes .../__pycache__/big5freq.cpython-312.pyc | Bin 0 -> 27217 bytes .../__pycache__/big5prober.cpython-312.pyc | Bin 0 -> 1405 bytes .../chardistribution.cpython-312.pyc | Bin 0 -> 9656 bytes .../charsetgroupprober.cpython-312.pyc | Bin 0 -> 4140 bytes .../__pycache__/charsetprober.cpython-312.pyc | Bin 0 -> 5036 bytes .../codingstatemachine.cpython-312.pyc | Bin 0 -> 3896 bytes .../codingstatemachinedict.cpython-312.pyc | Bin 0 -> 807 bytes .../__pycache__/cp949prober.cpython-312.pyc | Bin 0 -> 1414 bytes .../chardet/__pycache__/enums.cpython-312.pyc | Bin 0 -> 3014 bytes .../__pycache__/escprober.cpython-312.pyc | Bin 0 -> 4584 bytes .../chardet/__pycache__/escsm.cpython-312.pyc | Bin 0 -> 15328 bytes .../__pycache__/eucjpprober.cpython-312.pyc | Bin 0 -> 4401 bytes .../__pycache__/euckrfreq.cpython-312.pyc | Bin 0 -> 12100 bytes .../__pycache__/euckrprober.cpython-312.pyc | Bin 0 -> 1408 bytes .../__pycache__/euctwfreq.cpython-312.pyc | Bin 0 -> 27222 bytes .../__pycache__/euctwprober.cpython-312.pyc | Bin 0 -> 1408 bytes .../__pycache__/gb2312freq.cpython-312.pyc | Bin 0 -> 19144 bytes .../__pycache__/gb2312prober.cpython-312.pyc | Bin 0 -> 1421 bytes .../__pycache__/hebrewprober.cpython-312.pyc | Bin 0 -> 5840 bytes .../__pycache__/jisfreq.cpython-312.pyc | Bin 0 -> 22173 bytes .../__pycache__/johabfreq.cpython-312.pyc | Bin 0 -> 83021 bytes .../__pycache__/johabprober.cpython-312.pyc | Bin 0 -> 1412 bytes .../__pycache__/jpcntx.cpython-312.pyc | Bin 0 -> 39567 bytes .../langbulgarianmodel.cpython-312.pyc | Bin 0 -> 83140 bytes .../langgreekmodel.cpython-312.pyc | Bin 0 -> 77006 bytes .../langhebrewmodel.cpython-312.pyc | Bin 0 -> 77517 bytes .../langhungarianmodel.cpython-312.pyc | Bin 0 -> 83094 bytes .../langrussianmodel.cpython-312.pyc | Bin 0 -> 105269 bytes .../__pycache__/langthaimodel.cpython-312.pyc | Bin 0 -> 77695 bytes .../langturkishmodel.cpython-312.pyc | Bin 0 -> 77534 bytes .../__pycache__/latin1prober.cpython-312.pyc | Bin 0 -> 7020 bytes .../macromanprober.cpython-312.pyc | Bin 0 -> 7200 bytes .../mbcharsetprober.cpython-312.pyc | Bin 0 -> 3921 bytes .../mbcsgroupprober.cpython-312.pyc | Bin 0 -> 1606 bytes .../__pycache__/mbcssm.cpython-312.pyc | Bin 0 -> 38663 bytes .../__pycache__/resultdict.cpython-312.pyc | Bin 0 -> 650 bytes .../sbcharsetprober.cpython-312.pyc | Bin 0 -> 6405 bytes .../sbcsgroupprober.cpython-312.pyc | Bin 0 -> 2375 bytes .../__pycache__/sjisprober.cpython-312.pyc | Bin 0 -> 4513 bytes .../universaldetector.cpython-312.pyc | Bin 0 -> 12287 bytes .../__pycache__/utf1632prober.cpython-312.pyc | Bin 0 -> 9997 bytes .../__pycache__/utf8prober.cpython-312.pyc | Bin 0 -> 3193 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 506 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 -> 213 bytes .../__pycache__/chardetect.cpython-312.pyc | Bin 0 -> 4030 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 -> 218 bytes .../__pycache__/languages.cpython-312.pyc | Bin 0 -> 9773 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 -> 510 bytes .../colorama/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 3968 bytes .../__pycache__/ansitowin32.cpython-312.pyc | Bin 0 -> 16439 bytes .../__pycache__/initialise.cpython-312.pyc | Bin 0 -> 3568 bytes .../__pycache__/win32.cpython-312.pyc | Bin 0 -> 8144 bytes .../__pycache__/winterm.cpython-312.pyc | Bin 0 -> 9106 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 -> 216 bytes .../__pycache__/ansi_test.cpython-312.pyc | Bin 0 -> 5485 bytes .../ansitowin32_test.cpython-312.pyc | Bin 0 -> 18121 bytes .../initialise_test.cpython-312.pyc | Bin 0 -> 11766 bytes .../__pycache__/isatty_test.cpython-312.pyc | Bin 0 -> 4922 bytes .../tests/__pycache__/utils.cpython-312.pyc | Bin 0 -> 2506 bytes .../__pycache__/winterm_test.cpython-312.pyc | Bin 0 -> 6630 bytes .../pip/_vendor/colorama/tests/ansi_test.py | 76 + .../colorama/tests/ansitowin32_test.py | 294 + .../_vendor/colorama/tests/initialise_test.py | 189 + .../pip/_vendor/colorama/tests/isatty_test.py | 57 + .../pip/_vendor/colorama/tests/utils.py | 49 + .../_vendor/colorama/tests/winterm_test.py | 131 + .../pip/_vendor/colorama/win32.py | 180 + .../pip/_vendor/colorama/winterm.py | 195 + .../pip/_vendor/distlib/__init__.py | 33 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1287 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 45623 bytes .../__pycache__/database.cpython-312.pyc | Bin 0 -> 66045 bytes .../distlib/__pycache__/index.cpython-312.pyc | Bin 0 -> 24384 bytes .../__pycache__/locators.cpython-312.pyc | Bin 0 -> 60176 bytes .../__pycache__/manifest.cpython-312.pyc | Bin 0 -> 15143 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 7700 bytes .../__pycache__/metadata.cpython-312.pyc | Bin 0 -> 41817 bytes .../__pycache__/resources.cpython-312.pyc | Bin 0 -> 17343 bytes .../__pycache__/scripts.cpython-312.pyc | Bin 0 -> 19598 bytes .../distlib/__pycache__/util.cpython-312.pyc | Bin 0 -> 88274 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 30384 bytes .../distlib/__pycache__/wheel.cpython-312.pyc | Bin 0 -> 51879 bytes .../pip/_vendor/distlib/compat.py | 1138 +++ .../pip/_vendor/distlib/database.py | 1359 +++ .../pip/_vendor/distlib/index.py | 508 + .../pip/_vendor/distlib/locators.py | 1303 +++ .../pip/_vendor/distlib/manifest.py | 384 + .../pip/_vendor/distlib/markers.py | 167 + .../pip/_vendor/distlib/metadata.py | 1068 ++ .../pip/_vendor/distlib/resources.py | 358 + .../pip/_vendor/distlib/scripts.py | 452 + .../site-packages/pip/_vendor/distlib/util.py | 2025 ++++ .../pip/_vendor/distlib/version.py | 751 ++ .../pip/_vendor/distlib/wheel.py | 1099 +++ .../pip/_vendor/distro/__init__.py | 54 + .../pip/_vendor/distro/__main__.py | 4 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 978 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 310 bytes .../distro/__pycache__/distro.cpython-312.pyc | Bin 0 -> 53772 bytes .../pip/_vendor/distro/distro.py | 1399 +++ .../pip/_vendor/idna/__init__.py | 44 + .../idna/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 899 bytes .../idna/__pycache__/codec.cpython-312.pyc | Bin 0 -> 4651 bytes .../idna/__pycache__/compat.cpython-312.pyc | Bin 0 -> 905 bytes .../idna/__pycache__/core.cpython-312.pyc | Bin 0 -> 16041 bytes .../idna/__pycache__/idnadata.cpython-312.pyc | Bin 0 -> 99515 bytes .../__pycache__/intranges.cpython-312.pyc | Bin 0 -> 2656 bytes .../__pycache__/package_data.cpython-312.pyc | Bin 0 -> 234 bytes .../__pycache__/uts46data.cpython-312.pyc | Bin 0 -> 158888 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 | 4246 ++++++++ .../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 -> 1849 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 2043 bytes .../msgpack/__pycache__/ext.cpython-312.pyc | Bin 0 -> 8686 bytes .../__pycache__/fallback.cpython-312.pyc | Bin 0 -> 43594 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 -> 648 bytes .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 484 bytes .../__pycache__/_manylinux.cpython-312.pyc | Bin 0 -> 12094 bytes .../__pycache__/_musllinux.cpython-312.pyc | Bin 0 -> 6928 bytes .../__pycache__/_structures.cpython-312.pyc | Bin 0 -> 3259 bytes .../__pycache__/markers.cpython-312.pyc | Bin 0 -> 14076 bytes .../__pycache__/requirements.cpython-312.pyc | Bin 0 -> 6964 bytes .../__pycache__/specifiers.cpython-312.pyc | Bin 0 -> 31265 bytes .../__pycache__/tags.cpython-312.pyc | Bin 0 -> 18974 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 5886 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 19957 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 -> 146492 bytes .../pip/_vendor/platformdirs/__init__.py | 566 ++ .../pip/_vendor/platformdirs/__main__.py | 53 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 18047 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 1964 bytes .../__pycache__/android.cpython-312.pyc | Bin 0 -> 9462 bytes .../__pycache__/api.cpython-312.pyc | Bin 0 -> 9690 bytes .../__pycache__/macos.cpython-312.pyc | Bin 0 -> 5655 bytes .../__pycache__/unix.cpython-312.pyc | Bin 0 -> 12459 bytes .../__pycache__/version.cpython-312.pyc | Bin 0 -> 329 bytes .../__pycache__/windows.cpython-312.pyc | Bin 0 -> 13017 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 -> 3507 bytes .../__pycache__/__main__.cpython-312.pyc | Bin 0 -> 753 bytes .../__pycache__/cmdline.cpython-312.pyc | Bin 0 -> 26624 bytes .../__pycache__/console.cpython-312.pyc | Bin 0 -> 2645 bytes .../__pycache__/filter.cpython-312.pyc | Bin 0 -> 3251 bytes .../__pycache__/formatter.cpython-312.pyc | Bin 0 -> 4588 bytes .../__pycache__/lexer.cpython-312.pyc | Bin 0 -> 38348 bytes .../__pycache__/modeline.cpython-312.pyc | Bin 0 -> 1587 bytes .../__pycache__/plugin.cpython-312.pyc | Bin 0 -> 3415 bytes .../__pycache__/regexopt.cpython-312.pyc | Bin 0 -> 4100 bytes .../__pycache__/scanner.cpython-312.pyc | Bin 0 -> 4775 bytes .../__pycache__/sphinxext.cpython-312.pyc | Bin 0 -> 11065 bytes .../__pycache__/style.cpython-312.pyc | Bin 0 -> 6693 bytes .../__pycache__/token.cpython-312.pyc | Bin 0 -> 8161 bytes .../__pycache__/unistring.cpython-312.pyc | Bin 0 -> 33007 bytes .../pygments/__pycache__/util.cpython-312.pyc | Bin 0 -> 14000 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 -> 37955 bytes .../pip/_vendor/pygments/formatter.py | 124 + .../_vendor/pygments/formatters/__init__.py | 158 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 6945 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 4234 bytes .../__pycache__/bbcode.cpython-312.pyc | Bin 0 -> 4213 bytes .../__pycache__/groff.cpython-312.pyc | Bin 0 -> 7283 bytes .../__pycache__/html.cpython-312.pyc | Bin 0 -> 40591 bytes .../__pycache__/img.cpython-312.pyc | Bin 0 -> 27062 bytes .../__pycache__/irc.cpython-312.pyc | Bin 0 -> 6084 bytes .../__pycache__/latex.cpython-312.pyc | Bin 0 -> 19973 bytes .../__pycache__/other.cpython-312.pyc | Bin 0 -> 6903 bytes .../__pycache__/pangomarkup.cpython-312.pyc | Bin 0 -> 2949 bytes .../__pycache__/rtf.cpython-312.pyc | Bin 0 -> 6145 bytes .../__pycache__/svg.cpython-312.pyc | Bin 0 -> 9085 bytes .../__pycache__/terminal.cpython-312.pyc | Bin 0 -> 5848 bytes .../__pycache__/terminal256.cpython-312.pyc | Bin 0 -> 15176 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 -> 14671 bytes .../__pycache__/_mapping.cpython-312.pyc | Bin 0 -> 64423 bytes .../lexers/__pycache__/python.cpython-312.pyc | Bin 0 -> 42658 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 -> 4467 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 -> 7930 bytes .../__pycache__/actions.cpython-312.pyc | Bin 0 -> 8414 bytes .../__pycache__/common.cpython-312.pyc | Bin 0 -> 13433 bytes .../__pycache__/core.cpython-312.pyc | Bin 0 -> 267727 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13013 bytes .../__pycache__/helpers.cpython-312.pyc | Bin 0 -> 48520 bytes .../__pycache__/results.cpython-312.pyc | Bin 0 -> 34129 bytes .../__pycache__/testing.cpython-312.pyc | Bin 0 -> 17207 bytes .../__pycache__/unicode.cpython-312.pyc | Bin 0 -> 13203 bytes .../__pycache__/util.cpython-312.pyc | Bin 0 -> 14923 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 -> 26832 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 -> 632 bytes .../__pycache__/_compat.cpython-312.pyc | Bin 0 -> 393 bytes .../__pycache__/_impl.cpython-312.pyc | Bin 0 -> 14744 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 -> 1099 bytes .../__pycache__/_in_process.cpython-312.pyc | Bin 0 -> 14416 bytes .../_in_process/_in_process.py | 353 + .../pip/_vendor/requests/__init__.py | 182 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 5472 bytes .../__pycache__/__version__.cpython-312.pyc | Bin 0 -> 603 bytes .../_internal_utils.cpython-312.pyc | Bin 0 -> 2043 bytes .../__pycache__/adapters.cpython-312.pyc | Bin 0 -> 21299 bytes .../requests/__pycache__/api.cpython-312.pyc | Bin 0 -> 7223 bytes .../requests/__pycache__/auth.cpython-312.pyc | Bin 0 -> 13942 bytes .../__pycache__/certs.cpython-312.pyc | Bin 0 -> 941 bytes .../__pycache__/compat.cpython-312.pyc | Bin 0 -> 1526 bytes .../__pycache__/cookies.cpython-312.pyc | Bin 0 -> 25265 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 7066 bytes .../requests/__pycache__/help.cpython-312.pyc | Bin 0 -> 4331 bytes .../__pycache__/hooks.cpython-312.pyc | Bin 0 -> 1071 bytes .../__pycache__/models.cpython-312.pyc | Bin 0 -> 35467 bytes .../__pycache__/packages.cpython-312.pyc | Bin 0 -> 791 bytes .../__pycache__/sessions.cpython-312.pyc | Bin 0 -> 27776 bytes .../__pycache__/status_codes.cpython-312.pyc | Bin 0 -> 5978 bytes .../__pycache__/structures.cpython-312.pyc | Bin 0 -> 5636 bytes .../__pycache__/utils.cpython-312.pyc | Bin 0 -> 36094 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 | 1088 +++ .../pip/_vendor/resolvelib/__init__.py | 26 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 653 bytes .../__pycache__/providers.cpython-312.pyc | Bin 0 -> 6870 bytes .../__pycache__/reporters.cpython-312.pyc | Bin 0 -> 2673 bytes .../__pycache__/resolvers.cpython-312.pyc | Bin 0 -> 25916 bytes .../__pycache__/structs.cpython-312.pyc | Bin 0 -> 10525 bytes .../pip/_vendor/resolvelib/compat/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 219 bytes .../collections_abc.cpython-312.pyc | Bin 0 -> 439 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 -> 7034 bytes .../rich/__pycache__/__main__.cpython-312.pyc | Bin 0 -> 10323 bytes .../__pycache__/_cell_widths.cpython-312.pyc | Bin 0 -> 7840 bytes .../__pycache__/_emoji_codes.cpython-312.pyc | Bin 0 -> 205995 bytes .../_emoji_replace.cpython-312.pyc | Bin 0 -> 1748 bytes .../_export_format.cpython-312.pyc | Bin 0 -> 2340 bytes .../__pycache__/_extension.cpython-312.pyc | Bin 0 -> 556 bytes .../rich/__pycache__/_fileno.cpython-312.pyc | Bin 0 -> 874 bytes .../rich/__pycache__/_inspect.cpython-312.pyc | Bin 0 -> 12096 bytes .../__pycache__/_log_render.cpython-312.pyc | Bin 0 -> 4166 bytes .../rich/__pycache__/_loop.cpython-312.pyc | Bin 0 -> 1904 bytes .../__pycache__/_null_file.cpython-312.pyc | Bin 0 -> 3639 bytes .../__pycache__/_palettes.cpython-312.pyc | Bin 0 -> 5179 bytes .../rich/__pycache__/_pick.cpython-312.pyc | Bin 0 -> 745 bytes .../rich/__pycache__/_ratio.cpython-312.pyc | Bin 0 -> 6598 bytes .../__pycache__/_spinners.cpython-312.pyc | Bin 0 -> 13198 bytes .../rich/__pycache__/_stack.cpython-312.pyc | Bin 0 -> 984 bytes .../rich/__pycache__/_timer.cpython-312.pyc | Bin 0 -> 884 bytes .../_win32_console.cpython-312.pyc | Bin 0 -> 28995 bytes .../rich/__pycache__/_windows.cpython-312.pyc | Bin 0 -> 2509 bytes .../_windows_renderer.cpython-312.pyc | Bin 0 -> 3592 bytes .../rich/__pycache__/_wrap.cpython-312.pyc | Bin 0 -> 2379 bytes .../rich/__pycache__/abc.cpython-312.pyc | Bin 0 -> 1627 bytes .../rich/__pycache__/align.cpython-312.pyc | Bin 0 -> 12341 bytes .../rich/__pycache__/ansi.cpython-312.pyc | Bin 0 -> 9125 bytes .../rich/__pycache__/bar.cpython-312.pyc | Bin 0 -> 4291 bytes .../rich/__pycache__/box.cpython-312.pyc | Bin 0 -> 11877 bytes .../rich/__pycache__/cells.cpython-312.pyc | Bin 0 -> 5637 bytes .../rich/__pycache__/color.cpython-312.pyc | Bin 0 -> 26589 bytes .../__pycache__/color_triplet.cpython-312.pyc | Bin 0 -> 1720 bytes .../rich/__pycache__/columns.cpython-312.pyc | Bin 0 -> 8606 bytes .../rich/__pycache__/console.cpython-312.pyc | Bin 0 -> 113812 bytes .../__pycache__/constrain.cpython-312.pyc | Bin 0 -> 2277 bytes .../__pycache__/containers.cpython-312.pyc | Bin 0 -> 9245 bytes .../rich/__pycache__/control.cpython-312.pyc | Bin 0 -> 10948 bytes .../default_styles.cpython-312.pyc | Bin 0 -> 10392 bytes .../rich/__pycache__/diagnose.cpython-312.pyc | Bin 0 -> 1506 bytes .../rich/__pycache__/emoji.cpython-312.pyc | Bin 0 -> 4228 bytes .../rich/__pycache__/errors.cpython-312.pyc | Bin 0 -> 1864 bytes .../__pycache__/file_proxy.cpython-312.pyc | Bin 0 -> 3596 bytes .../rich/__pycache__/filesize.cpython-312.pyc | Bin 0 -> 3101 bytes .../__pycache__/highlighter.cpython-312.pyc | Bin 0 -> 9917 bytes .../rich/__pycache__/json.cpython-312.pyc | Bin 0 -> 6054 bytes .../rich/__pycache__/jupyter.cpython-312.pyc | Bin 0 -> 5228 bytes .../rich/__pycache__/layout.cpython-312.pyc | Bin 0 -> 20239 bytes .../rich/__pycache__/live.cpython-312.pyc | Bin 0 -> 19162 bytes .../__pycache__/live_render.cpython-312.pyc | Bin 0 -> 4913 bytes .../rich/__pycache__/logging.cpython-312.pyc | Bin 0 -> 13573 bytes .../rich/__pycache__/markup.cpython-312.pyc | Bin 0 -> 9317 bytes .../rich/__pycache__/measure.cpython-312.pyc | Bin 0 -> 6395 bytes .../rich/__pycache__/padding.cpython-312.pyc | Bin 0 -> 7153 bytes .../rich/__pycache__/pager.cpython-312.pyc | Bin 0 -> 1839 bytes .../rich/__pycache__/palette.cpython-312.pyc | Bin 0 -> 5333 bytes .../rich/__pycache__/panel.cpython-312.pyc | Bin 0 -> 12116 bytes .../rich/__pycache__/pretty.cpython-312.pyc | Bin 0 -> 40075 bytes .../rich/__pycache__/progress.cpython-312.pyc | Bin 0 -> 75097 bytes .../__pycache__/progress_bar.cpython-312.pyc | Bin 0 -> 10408 bytes .../rich/__pycache__/prompt.cpython-312.pyc | Bin 0 -> 14800 bytes .../rich/__pycache__/protocol.cpython-312.pyc | Bin 0 -> 1811 bytes .../rich/__pycache__/region.cpython-312.pyc | Bin 0 -> 586 bytes .../rich/__pycache__/repr.cpython-312.pyc | Bin 0 -> 6645 bytes .../rich/__pycache__/rule.cpython-312.pyc | Bin 0 -> 6587 bytes .../rich/__pycache__/scope.cpython-312.pyc | Bin 0 -> 3849 bytes .../rich/__pycache__/screen.cpython-312.pyc | Bin 0 -> 2503 bytes .../rich/__pycache__/segment.cpython-312.pyc | Bin 0 -> 28180 bytes .../rich/__pycache__/spinner.cpython-312.pyc | Bin 0 -> 6083 bytes .../rich/__pycache__/status.cpython-312.pyc | Bin 0 -> 6087 bytes .../rich/__pycache__/style.cpython-312.pyc | Bin 0 -> 33533 bytes .../rich/__pycache__/styled.cpython-312.pyc | Bin 0 -> 2158 bytes .../rich/__pycache__/syntax.cpython-312.pyc | Bin 0 -> 39631 bytes .../rich/__pycache__/table.cpython-312.pyc | Bin 0 -> 43603 bytes .../terminal_theme.cpython-312.pyc | Bin 0 -> 3367 bytes .../rich/__pycache__/text.cpython-312.pyc | Bin 0 -> 58982 bytes .../rich/__pycache__/theme.cpython-312.pyc | Bin 0 -> 6359 bytes .../rich/__pycache__/themes.cpython-312.pyc | Bin 0 -> 333 bytes .../__pycache__/traceback.cpython-312.pyc | Bin 0 -> 31567 bytes .../rich/__pycache__/tree.cpython-312.pyc | Bin 0 -> 11458 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 -> 27105 bytes .../__pycache__/_asyncio.cpython-312.pyc | Bin 0 -> 4825 bytes .../__pycache__/_utils.cpython-312.pyc | Bin 0 -> 2334 bytes .../__pycache__/after.cpython-312.pyc | Bin 0 -> 1643 bytes .../__pycache__/before.cpython-312.pyc | Bin 0 -> 1483 bytes .../__pycache__/before_sleep.cpython-312.pyc | Bin 0 -> 2321 bytes .../tenacity/__pycache__/nap.cpython-312.pyc | Bin 0 -> 1431 bytes .../__pycache__/retry.cpython-312.pyc | Bin 0 -> 14300 bytes .../tenacity/__pycache__/stop.cpython-312.pyc | Bin 0 -> 5587 bytes .../__pycache__/tornadoweb.cpython-312.pyc | Bin 0 -> 2605 bytes .../tenacity/__pycache__/wait.cpython-312.pyc | Bin 0 -> 12432 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 -> 403 bytes .../tomli/__pycache__/_parser.cpython-312.pyc | Bin 0 -> 26946 bytes .../tomli/__pycache__/_re.cpython-312.pyc | Bin 0 -> 3927 bytes .../tomli/__pycache__/_types.cpython-312.pyc | Bin 0 -> 385 bytes .../pip/_vendor/tomli/_parser.py | 691 ++ .../site-packages/pip/_vendor/tomli/_re.py | 107 + .../site-packages/pip/_vendor/tomli/_types.py | 10 + .../pip/_vendor/truststore/__init__.py | 13 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 637 bytes .../__pycache__/_api.cpython-312.pyc | Bin 0 -> 15816 bytes .../__pycache__/_macos.cpython-312.pyc | Bin 0 -> 16681 bytes .../__pycache__/_openssl.cpython-312.pyc | Bin 0 -> 2234 bytes .../_ssl_constants.cpython-312.pyc | Bin 0 -> 1118 bytes .../__pycache__/_windows.cpython-312.pyc | Bin 0 -> 15525 bytes .../pip/_vendor/truststore/_api.py | 302 + .../pip/_vendor/truststore/_macos.py | 501 + .../pip/_vendor/truststore/_openssl.py | 66 + .../pip/_vendor/truststore/_ssl_constants.py | 31 + .../pip/_vendor/truststore/_windows.py | 554 ++ .../pip/_vendor/typing_extensions.py | 3072 ++++++ .../pip/_vendor/urllib3/__init__.py | 102 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 3424 bytes .../__pycache__/_collections.cpython-312.pyc | Bin 0 -> 16507 bytes .../__pycache__/_version.cpython-312.pyc | Bin 0 -> 237 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 20426 bytes .../connectionpool.cpython-312.pyc | Bin 0 -> 36461 bytes .../__pycache__/exceptions.cpython-312.pyc | Bin 0 -> 13512 bytes .../__pycache__/fields.cpython-312.pyc | Bin 0 -> 10432 bytes .../__pycache__/filepost.cpython-312.pyc | Bin 0 -> 4037 bytes .../__pycache__/poolmanager.cpython-312.pyc | Bin 0 -> 20819 bytes .../__pycache__/request.cpython-312.pyc | Bin 0 -> 7313 bytes .../__pycache__/response.cpython-312.pyc | Bin 0 -> 33987 bytes .../pip/_vendor/urllib3/_collections.py | 355 + .../pip/_vendor/urllib3/_version.py | 2 + .../pip/_vendor/urllib3/connection.py | 572 ++ .../pip/_vendor/urllib3/connectionpool.py | 1137 +++ .../pip/_vendor/urllib3/contrib/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 217 bytes .../_appengine_environ.cpython-312.pyc | Bin 0 -> 1867 bytes .../__pycache__/appengine.cpython-312.pyc | Bin 0 -> 11583 bytes .../__pycache__/ntlmpool.cpython-312.pyc | Bin 0 -> 5738 bytes .../__pycache__/pyopenssl.cpython-312.pyc | Bin 0 -> 24469 bytes .../securetransport.cpython-312.pyc | Bin 0 -> 35575 bytes .../contrib/__pycache__/socks.cpython-312.pyc | Bin 0 -> 7530 bytes .../urllib3/contrib/_appengine_environ.py | 36 + .../contrib/_securetransport/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 234 bytes .../__pycache__/bindings.cpython-312.pyc | Bin 0 -> 17446 bytes .../__pycache__/low_level.cpython-312.pyc | Bin 0 -> 14820 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 -> 218 bytes .../packages/__pycache__/six.cpython-312.pyc | Bin 0 -> 41338 bytes .../urllib3/packages/backports/__init__.py | 0 .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 228 bytes .../__pycache__/makefile.cpython-312.pyc | Bin 0 -> 1844 bytes .../weakref_finalize.cpython-312.pyc | Bin 0 -> 7350 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 | 556 ++ .../pip/_vendor/urllib3/request.py | 191 + .../pip/_vendor/urllib3/response.py | 879 ++ .../pip/_vendor/urllib3/util/__init__.py | 49 + .../util/__pycache__/__init__.cpython-312.pyc | Bin 0 -> 1165 bytes .../__pycache__/connection.cpython-312.pyc | Bin 0 -> 4775 bytes .../util/__pycache__/proxy.cpython-312.pyc | Bin 0 -> 1571 bytes .../util/__pycache__/queue.cpython-312.pyc | Bin 0 -> 1371 bytes .../util/__pycache__/request.cpython-312.pyc | Bin 0 -> 4202 bytes .../util/__pycache__/response.cpython-312.pyc | Bin 0 -> 3008 bytes .../util/__pycache__/retry.cpython-312.pyc | Bin 0 -> 21737 bytes .../util/__pycache__/ssl_.cpython-312.pyc | Bin 0 -> 15122 bytes .../ssl_match_hostname.cpython-312.pyc | Bin 0 -> 5090 bytes .../__pycache__/ssltransport.cpython-312.pyc | Bin 0 -> 10791 bytes .../util/__pycache__/timeout.cpython-312.pyc | Bin 0 -> 11158 bytes .../util/__pycache__/url.cpython-312.pyc | Bin 0 -> 15814 bytes .../util/__pycache__/wait.cpython-312.pyc | Bin 0 -> 4422 bytes .../pip/_vendor/urllib3/util/connection.py | 149 + .../pip/_vendor/urllib3/util/proxy.py | 57 + .../pip/_vendor/urllib3/util/queue.py | 22 + .../pip/_vendor/urllib3/util/request.py | 137 + .../pip/_vendor/urllib3/util/response.py | 107 + .../pip/_vendor/urllib3/util/retry.py | 622 ++ .../pip/_vendor/urllib3/util/ssl_.py | 495 + .../urllib3/util/ssl_match_hostname.py | 159 + .../pip/_vendor/urllib3/util/ssltransport.py | 221 + .../pip/_vendor/urllib3/util/timeout.py | 271 + .../pip/_vendor/urllib3/util/url.py | 435 + .../pip/_vendor/urllib3/util/wait.py | 152 + .../site-packages/pip/_vendor/vendor.txt | 24 + .../pip/_vendor/webencodings/__init__.py | 342 + .../__pycache__/__init__.cpython-312.pyc | Bin 0 -> 12020 bytes .../__pycache__/labels.cpython-312.pyc | Bin 0 -> 7151 bytes .../__pycache__/mklabels.cpython-312.pyc | Bin 0 -> 2718 bytes .../__pycache__/tests.cpython-312.pyc | Bin 0 -> 9270 bytes .../x_user_defined.cpython-312.pyc | Bin 0 -> 3314 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 + venv/lib64 | 1 + venv/pyvenv.cfg | 5 + 1047 files changed, 205313 insertions(+) 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 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/licenses/LICENSE create mode 100644 venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/top_level.txt create mode 100644 venv/lib/python3.12/site-packages/bitarray/__init__.py create mode 100644 venv/lib/python3.12/site-packages/bitarray/__init__.pyi create mode 100644 venv/lib/python3.12/site-packages/bitarray/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/bitarray/__pycache__/test_bitarray.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/bitarray/__pycache__/test_util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/bitarray/__pycache__/util.cpython-312.pyc create mode 100755 venv/lib/python3.12/site-packages/bitarray/_bitarray.cpython-312-x86_64-linux-gnu.so create mode 100755 venv/lib/python3.12/site-packages/bitarray/_util.cpython-312-x86_64-linux-gnu.so create mode 100644 venv/lib/python3.12/site-packages/bitarray/bitarray.h create mode 100644 venv/lib/python3.12/site-packages/bitarray/py.typed create mode 100644 venv/lib/python3.12/site-packages/bitarray/pythoncapi_compat.h create mode 100644 venv/lib/python3.12/site-packages/bitarray/test_281.pickle create mode 100644 venv/lib/python3.12/site-packages/bitarray/test_bitarray.py create mode 100644 venv/lib/python3.12/site-packages/bitarray/test_util.py create mode 100644 venv/lib/python3.12/site-packages/bitarray/util.py create mode 100644 venv/lib/python3.12/site-packages/bitarray/util.pyi create mode 100644 venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/easybits/__init__.py create mode 100644 venv/lib/python3.12/site-packages/easybits/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/easybits/__pycache__/errors.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/easybits/__pycache__/util.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/easybits/errors.py create mode 100644 venv/lib/python3.12/site-packages/easybits/util.py create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt create mode 100644 venv/lib/python3.12/site-packages/pip-24.0.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__/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/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__/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/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/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/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/truststore/__init__.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py create mode 100644 venv/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.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 120000 venv/lib64 create mode 100644 venv/pyvenv.cfg 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..0bf9923 --- /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 /home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/venv) +else + # use the path as-is + export VIRTUAL_ENV=/home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/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..1be23cb --- /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 /home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/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..2d015ea --- /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 /home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/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..83fc5b0 --- /dev/null +++ b/venv/bin/pip @@ -0,0 +1,8 @@ +#!/home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3 b/venv/bin/pip3 new file mode 100755 index 0000000..83fc5b0 --- /dev/null +++ b/venv/bin/pip3 @@ -0,0 +1,8 @@ +#!/home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/pip3.12 b/venv/bin/pip3.12 new file mode 100755 index 0000000..83fc5b0 --- /dev/null +++ b/venv/bin/pip3.12 @@ -0,0 +1,8 @@ +#!/home/mattd/mattd/mwc2/mwc2/unit2/lab_encoding/venv/bin/python3 +# -*- coding: utf-8 -*- +import re +import sys +from pip._internal.cli.main import main +if __name__ == '__main__': + sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) + sys.exit(main()) diff --git a/venv/bin/python b/venv/bin/python new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/bin/python3 b/venv/bin/python3 new file mode 120000 index 0000000..ae65fda --- /dev/null +++ b/venv/bin/python3 @@ -0,0 +1 @@ +/usr/bin/python3 \ No newline at end of file diff --git a/venv/bin/python3.12 b/venv/bin/python3.12 new file mode 120000 index 0000000..b8a0adb --- /dev/null +++ b/venv/bin/python3.12 @@ -0,0 +1 @@ +python3 \ No newline at end of file diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/METADATA b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/METADATA new file mode 100644 index 0000000..8a0fa6e --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/METADATA @@ -0,0 +1,992 @@ +Metadata-Version: 2.4 +Name: bitarray +Version: 3.8.0 +Summary: efficient arrays of booleans -- C extension +Home-page: https://github.com/ilanschnell/bitarray +Author: Ilan Schnell +Author-email: ilanschnell@gmail.com +License: PSF-2.0 +Classifier: Development Status :: 6 - Mature +Classifier: Intended Audience :: Developers +Classifier: Operating System :: OS Independent +Classifier: Programming Language :: C +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 :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Classifier: Programming Language :: Python :: 3.14 +Classifier: Programming Language :: Python :: Free Threading :: 1 - Unstable +Classifier: Topic :: Utilities +License-File: LICENSE +Dynamic: author +Dynamic: author-email +Dynamic: classifier +Dynamic: description +Dynamic: home-page +Dynamic: license +Dynamic: license-file +Dynamic: summary + +bitarray: efficient arrays of booleans +====================================== + +This library provides an object type which efficiently represents an array +of booleans. Bitarrays are sequence types and behave very much like usual +lists. Eight bits are represented by one byte in a contiguous block of +memory. The user can select between two representations: little-endian +and big-endian. All functionality is implemented in C. +Methods for accessing the machine representation are provided, including the +ability to import and export buffers. This allows creating bitarrays that +are mapped to other objects, including memory-mapped files. + + +Key features +------------ + +* The bit-endianness can be specified for each bitarray object, see below. +* Sequence methods: slicing (including slice assignment and deletion), + operations ``+``, ``*``, ``+=``, ``*=``, the ``in`` operator, ``len()`` +* Bitwise operations: ``~``, ``&``, ``|``, ``^``, ``<<``, ``>>`` (as well as + their in-place versions ``&=``, ``|=``, ``^=``, ``<<=``, ``>>=``). +* Fast methods for encoding and decoding variable bit length prefix codes. +* Bitarray objects support the buffer protocol (both importing and + exporting buffers). +* Packing and unpacking to other binary data formats, e.g. ``numpy.ndarray``. +* Pickling and unpickling of bitarray objects. +* Immutable ``frozenbitarray`` objects which are hashable +* Sequential search +* Type hinting +* Extensive test suite with about 600 unittests +* Utility module ``bitarray.util``: + + * conversion to and from hexadecimal strings + * generating random bitarrays + * pretty printing + * conversion to and from integers + * creating Huffman codes + * compression of sparse bitarrays + * (de-) serialization + * various count functions + * other helpful functions + + +Installation +------------ + +Python wheels are are available on PyPI for all major platforms and Python +versions. Which means you can simply: + +.. code-block:: shell-session + + $ pip install bitarray + +Once you have installed the package, you may want to test it: + +.. code-block:: shell-session + + $ python -c 'import bitarray; bitarray.test()' + bitarray is installed in: /Users/ilan/bitarray/bitarray + bitarray version: 3.8.0 + sys.version: 3.13.5 (main, Jun 16 2025) [Clang 18.1.8] + sys.prefix: /Users/ilan/miniforge + pointer size: 64 bit + sizeof(size_t): 8 + sizeof(bitarrayobject): 80 + HAVE_BUILTIN_BSWAP64: 1 + default bit-endianness: big + machine byte-order: little + Py_GIL_DISABLED: 0 + Py_DEBUG: 0 + DEBUG: 0 + ......................................................................... + ......................................................................... + ................................................................ + ---------------------------------------------------------------------- + Ran 595 tests in 0.165s + + OK + +The ``test()`` function is part of the API. It will return +a ``unittest.runner.TextTestResult`` object, such that one can verify that +all tests ran successfully by: + +.. code-block:: python + + import bitarray + assert bitarray.test().wasSuccessful() + + +Usage +----- + +As mentioned above, bitarray objects behave very much like lists, so +there is not too much to learn. The biggest difference from list +objects (except that bitarray are obviously homogeneous) is the ability +to access the machine representation of the object. +When doing so, the bit-endianness is of importance; this issue is +explained in detail in the section below. Here, we demonstrate the +basic usage of bitarray objects: + +.. code-block:: python + + >>> from bitarray import bitarray + >>> a = bitarray() # create empty bitarray + >>> a.append(1) + >>> a.extend([1, 0]) + >>> a + bitarray('110') + >>> x = bitarray(2 ** 20) # bitarray of length 1048576 (initialized to 0) + >>> len(x) + 1048576 + >>> bitarray('1001 011') # initialize from string (whitespace is ignored) + bitarray('1001011') + >>> lst = [1, 0, False, True, True] + >>> a = bitarray(lst) # initialize from iterable + >>> a + bitarray('10011') + >>> a[2] # indexing a single item will always return an integer + 0 + >>> a[2:4] # whereas indexing a slice will always return a bitarray + bitarray('01') + >>> a[2:3] # even when the slice length is just one + bitarray('0') + >>> a.count(1) + 3 + >>> a.remove(0) # removes first occurrence of 0 + >>> a + bitarray('1011') + +Like lists, bitarray objects support slice assignment and deletion: + +.. code-block:: python + + >>> a = bitarray(50) + >>> a.setall(0) # set all elements in a to 0 + >>> a[11:37:3] = 9 * bitarray('1') + >>> a + bitarray('00000000000100100100100100100100100100000000000000') + >>> del a[12::3] + >>> a + bitarray('0000000000010101010101010101000000000') + >>> a[-6:] = bitarray('10011') + >>> a + bitarray('000000000001010101010101010100010011') + >>> a += bitarray('000111') + >>> a[9:] + bitarray('001010101010101010100010011000111') + +In addition, slices can be assigned to booleans, which is easier (and +faster) than assigning to a bitarray in which all values are the same: + +.. code-block:: python + + >>> a = 20 * bitarray('0') + >>> a[1:15:3] = True + >>> a + bitarray('01001001001001000000') + +This is easier and faster than: + +.. code-block:: python + + >>> a = 20 * bitarray('0') + >>> a[1:15:3] = 5 * bitarray('1') + >>> a + bitarray('01001001001001000000') + +Note that in the latter we have to create a temporary bitarray whose length +must be known or calculated. Another example of assigning slices to Booleans, +is setting ranges: + +.. code-block:: python + + >>> a = bitarray(30) + >>> a[:] = 0 # set all elements to 0 - equivalent to a.setall(0) + >>> a[10:25] = 1 # set elements in range(10, 25) to 1 + >>> a + bitarray('000000000011111111111111100000') + +As of bitarray version 2.8, indices may also be lists of arbitrary +indices (like in NumPy), or bitarrays that are treated as masks, +see `Bitarray indexing `__. + + +Bitwise operators +----------------- + +Bitarray objects support the bitwise operators ``~``, ``&``, ``|``, ``^``, +``<<``, ``>>`` (as well as their in-place versions ``&=``, ``|=``, ``^=``, +``<<=``, ``>>=``). The behavior is very much what one would expect: + +.. code-block:: python + + >>> a = bitarray('101110001') + >>> ~a # invert + bitarray('010001110') + >>> b = bitarray('111001011') + >>> a ^ b # bitwise XOR + bitarray('010111010') + >>> a &= b # inplace AND + >>> a + bitarray('101000001') + >>> a <<= 2 # in-place left-shift by 2 + >>> a + bitarray('100000100') + >>> b >> 1 # return b right-shifted by 1 + bitarray('011100101') + +The C language does not specify the behavior of negative shifts and +of left shifts larger or equal than the width of the promoted left operand. +The exact behavior is compiler/machine specific. +This Python bitarray library specifies the behavior as follows: + +* the length of the bitarray is never changed by any shift operation +* blanks are filled by 0 +* negative shifts raise ``ValueError`` +* shifts larger or equal to the length of the bitarray result in + bitarrays with all values 0 + +It is worth noting that (regardless of bit-endianness) the bitarray left +shift (``<<``) always shifts towards lower indices, and the right +shift (``>>``) always shifts towards higher indices. + + +Bit-endianness +-------------- + +For many purposes the bit-endianness is not of any relevance to the end user +and can be regarded as an implementation detail of bitarray objects. +However, there are use cases when the bit-endianness becomes important. +These use cases involve explicitly reading and writing the bitarray buffer +using ``.tobytes()``, ``.frombytes()``, ``.tofile()`` or ``.fromfile()``, +importing and exporting buffers. Also, a number of utility functions +in ``bitarray.util`` will return different results depending on +bit-endianness, such as ``ba2hex()`` or ``ba2int``. +To better understand this topic, please read `bit-endianness `__. + + +Buffer protocol +--------------- + +Bitarray objects support the buffer protocol. They can both export their +own buffer, as well as import another object's buffer. To learn more about +this topic, please read `buffer protocol `__. There is also an example that shows how +to memory-map a file to a bitarray: `mmapped-file.py `__ + + +Variable bit length prefix codes +-------------------------------- + +The ``.encode()`` method takes a dictionary mapping symbols to bitarrays +and an iterable, and extends the bitarray object with the encoded symbols +found while iterating. For example: + +.. code-block:: python + + >>> d = {'H':bitarray('111'), 'e':bitarray('0'), + ... 'l':bitarray('110'), 'o':bitarray('10')} + ... + >>> a = bitarray() + >>> a.encode(d, 'Hello') + >>> a + bitarray('111011011010') + +Note that the string ``'Hello'`` is an iterable, but the symbols are not +limited to characters, in fact any immutable Python object can be a symbol. +Taking the same dictionary, we can apply the ``.decode()`` method which will +return an iterable of the symbols: + +.. code-block:: python + + >>> list(a.decode(d)) + ['H', 'e', 'l', 'l', 'o'] + >>> ''.join(a.decode(d)) + 'Hello' + +Symbols are not limited to being characters. +The above dictionary ``d`` can be efficiently constructed using the function +``bitarray.util.huffman_code()``. I also wrote `Huffman coding in Python +using bitarray `__ for more +background information. + +When the codes are large, and you have many decode calls, most time will +be spent creating the (same) internal decode tree objects. In this case, +it will be much faster to create a ``decodetree`` object, which can be +passed to bitarray's ``.decode()`` method, instead of passing the prefix +code dictionary to those methods itself: + +.. code-block:: python + + >>> from bitarray import bitarray, decodetree + >>> t = decodetree({'a': bitarray('0'), 'b': bitarray('1')}) + >>> a = bitarray('0110') + >>> list(a.decode(t)) + ['a', 'b', 'b', 'a'] + +The sole purpose of the immutable ``decodetree`` object is to be passed +to bitarray's ``.decode()`` method. + + +Frozenbitarrays +--------------- + +A ``frozenbitarray`` object is very similar to the bitarray object. +The difference is that this a ``frozenbitarray`` is immutable, and hashable, +and can therefore be used as a dictionary key: + +.. code-block:: python + + >>> from bitarray import frozenbitarray + >>> key = frozenbitarray('1100011') + >>> {key: 'some value'} + {frozenbitarray('1100011'): 'some value'} + >>> key[3] = 1 + Traceback (most recent call last): + ... + TypeError: frozenbitarray is immutable + + +Reference +========= + +bitarray version: 3.8.0 -- `change log `__ + +In the following, ``item`` and ``value`` are usually a single bit - +an integer 0 or 1. + +Also, ``sub_bitarray`` refers to either a bitarray, or an ``item``. + + +The bitarray object: +-------------------- + +``bitarray(initializer=0, /, endian='big', buffer=None)`` -> bitarray + Return a new bitarray object whose items are bits initialized from + the optional initializer, and bit-endianness. + The initializer may be one of the following types: + a.) ``int`` bitarray, initialized to zeros, of given length + b.) ``bytes`` or ``bytearray`` to initialize buffer directly + c.) ``str`` of 0s and 1s, ignoring whitespace and "_" + d.) iterable of integers 0 or 1. + + Optional keyword arguments: + + ``endian``: Specifies the bit-endianness of the created bitarray object. + Allowed values are ``big`` and ``little`` (the default is ``big``). + The bit-endianness effects the buffer representation of the bitarray. + + ``buffer``: Any object which exposes a buffer. When provided, ``initializer`` + cannot be present (or has to be ``None``). The imported buffer may be + read-only or writable, depending on the object type. + + New in version 2.3: optional ``buffer`` argument + + New in version 3.4: allow initializer ``bytes`` or ``bytearray`` to set buffer directly + + +bitarray methods: +----------------- + +``all()`` -> bool + Return ``True`` when all bits in bitarray are 1. + ``a.all()`` is a faster version of ``all(a)``. + + +``any()`` -> bool + Return ``True`` when any bit in bitarray is 1. + ``a.any()`` is a faster version of ``any(a)``. + + +``append(item, /)`` + Append ``item`` to the end of the bitarray. + + +``buffer_info()`` -> BufferInfo + Return named tuple with following fields: + + 0. ``address``: memory address of buffer + 1. ``nbytes``: buffer size (in bytes) + 2. ``endian``: bit-endianness as a string + 3. ``padbits``: number of pad bits + 4. ``alloc``: allocated memory for buffer (in bytes) + 5. ``readonly``: memory is read-only (bool) + 6. ``imported``: buffer is imported (bool) + 7. ``exports``: number of buffer exports + + New in version 3.7: return named tuple + + +``bytereverse(start=0, stop=, /)`` + For each byte in byte-range(``start``, ``stop``) reverse bits in-place. + The start and stop indices are given in terms of bytes (not bits). + Also note that this method only changes the buffer; it does not change the + bit-endianness of the bitarray object. Pad bits are left unchanged such + that two consecutive calls will always leave the bitarray unchanged. + + New in version 2.2.5: optional start and stop arguments + + +``clear()`` + Remove all items from bitarray. + + New in version 1.4 + + +``copy()`` -> bitarray + Return copy of bitarray (with same bit-endianness). + + +``count(value=1, start=0, stop=, step=1, /)`` -> int + Number of occurrences of ``value`` bitarray within ``[start:stop:step]``. + Optional arguments ``start``, ``stop`` and ``step`` are interpreted in + slice notation, meaning ``a.count(value, start, stop, step)`` equals + ``a[start:stop:step].count(value)``. + The ``value`` may also be a sub-bitarray. In this case non-overlapping + occurrences are counted within ``[start:stop]`` (``step`` must be 1). + + New in version 1.1.0: optional start and stop arguments + + New in version 2.3.7: optional step argument + + New in version 2.9: add non-overlapping sub-bitarray count + + +``decode(code, /)`` -> iterator + Given a prefix code (a dict mapping symbols to bitarrays, or ``decodetree`` + object), decode content of bitarray and return an iterator over + corresponding symbols. + + See also: `Bitarray 3 transition `__ + + New in version 3.0: returns iterator (equivalent to past ``.iterdecode()``) + + +``encode(code, iterable, /)`` + Given a prefix code (a dict mapping symbols to bitarrays), + iterate over the iterable object with symbols, and extend bitarray + with corresponding bitarray for each symbol. + + +``extend(iterable, /)`` + Append items from to the end of the bitarray. + If ``iterable`` is a (Unicode) string, each ``0`` and ``1`` are appended as + bits (ignoring whitespace and underscore). + + New in version 3.4: allow ``bytes`` object + + +``fill()`` -> int + Add zeros to the end of the bitarray, such that the length will be + a multiple of 8, and return the number of bits added [0..7]. + + +``find(sub_bitarray, start=0, stop=, /, right=False)`` -> int + Return lowest (or rightmost when ``right=True``) index where sub_bitarray + is found, such that sub_bitarray is contained within ``[start:stop]``. + Return -1 when sub_bitarray is not found. + + New in version 2.1 + + New in version 2.9: add optional keyword argument ``right`` + + +``frombytes(bytes, /)`` + Extend bitarray with raw bytes from a bytes-like object. + Each added byte will add eight bits to the bitarray. + + New in version 2.5.0: allow bytes-like argument + + +``fromfile(f, n=-1, /)`` + Extend bitarray with up to ``n`` bytes read from file object ``f`` (or any + other binary stream what supports a ``.read()`` method, e.g. ``io.BytesIO``). + Each read byte will add eight bits to the bitarray. When ``n`` is omitted + or negative, reads and extends all data until EOF. + When ``n`` is non-negative but exceeds the available data, ``EOFError`` is + raised. However, the available data is still read and extended. + + +``index(sub_bitarray, start=0, stop=, /, right=False)`` -> int + Return lowest (or rightmost when ``right=True``) index where sub_bitarray + is found, such that sub_bitarray is contained within ``[start:stop]``. + Raises ``ValueError`` when sub_bitarray is not present. + + New in version 2.9: add optional keyword argument ``right`` + + +``insert(index, value, /)`` + Insert ``value`` into bitarray before ``index``. + + +``invert(index=, /)`` + Invert all bits in bitarray (in-place). + When the optional ``index`` is given, only invert the single bit at ``index``. + + New in version 1.5.3: optional index argument + + +``pack(bytes, /)`` + Extend bitarray from a bytes-like object, where each byte corresponds + to a single bit. The byte ``b'\x00'`` maps to bit 0 and all other bytes + map to bit 1. + + This method, as well as the ``.unpack()`` method, are meant for efficient + transfer of data between bitarray objects to other Python objects (for + example NumPy's ndarray object) which have a different memory view. + + New in version 2.5.0: allow bytes-like argument + + +``pop(index=-1, /)`` -> item + Remove and return item at ``index`` (default last). + Raises ``IndexError`` if index is out of range. + + +``remove(value, /)`` + Remove the first occurrence of ``value``. + Raises ``ValueError`` if value is not present. + + +``reverse()`` + Reverse all bits in bitarray (in-place). + + +``search(sub_bitarray, start=0, stop=, /, right=False)`` -> iterator + Return iterator over indices where sub_bitarray is found, such that + sub_bitarray is contained within ``[start:stop]``. + The indices are iterated in ascending order (from lowest to highest), + unless ``right=True``, which will iterate in descending order (starting with + rightmost match). + + See also: `Bitarray 3 transition `__ + + New in version 2.9: optional start and stop arguments - add optional keyword argument ``right`` + + New in version 3.0: returns iterator (equivalent to past ``.itersearch()``) + + +``setall(value, /)`` + Set all elements in bitarray to ``value``. + Note that ``a.setall(value)`` is equivalent to ``a[:] = value``. + + +``sort(reverse=False)`` + Sort all bits in bitarray (in-place). + + +``to01(group=0, sep=' ')`` -> str + Return bitarray as (Unicode) string of ``0``s and ``1``s. + The bits are grouped into ``group`` bits (default is no grouping). + When grouped, the string ``sep`` is inserted between groups + of ``group`` characters, default is a space. + + New in version 3.3: optional ``group`` and ``sep`` arguments + + +``tobytes()`` -> bytes + Return the bitarray buffer (pad bits are set to zero). + ``a.tobytes()`` is equivalent to ``bytes(a)`` + + +``tofile(f, /)`` + Write bitarray buffer to file object ``f``. + + +``tolist()`` -> list + Return bitarray as list of integers. + ``a.tolist()`` equals ``list(a)``. + + Note that the list object being created will require 32 or 64 times more + memory (depending on the machine architecture) than the bitarray object, + which may cause a memory error if the bitarray is very large. + + +``unpack(zero=b'\x00', one=b'\x01')`` -> bytes + Return bytes that contain one byte for each bit in the bitarray, + using specified mapping. + + +bitarray data descriptors: +-------------------------- + +Data descriptors were added in version 2.6. + +``endian`` -> str + bit-endianness as Unicode string + + New in version 3.4: replaces former ``.endian()`` method + + +``nbytes`` -> int + buffer size in bytes + + +``padbits`` -> int + number of pad bits + + +``readonly`` -> bool + bool indicating whether buffer is read-only + + +Other objects: +-------------- + +``frozenbitarray(initializer=0, /, endian='big', buffer=None)`` -> frozenbitarray + Return a ``frozenbitarray`` object. Initialized the same way a ``bitarray`` + object is initialized. A ``frozenbitarray`` is immutable and hashable, + and may therefore be used as a dictionary key. + + New in version 1.1 + + +``decodetree(code, /)`` -> decodetree + Given a prefix code (a dict mapping symbols to bitarrays), + create a binary tree object to be passed to ``.decode()``. + + New in version 1.6 + + +Functions defined in the `bitarray` module: +------------------------------------------- + +``bits2bytes(n, /)`` -> int + Return the number of bytes necessary to store n bits. + + +``get_default_endian()`` -> str + Return the default bit-endianness for new bitarray objects being created. + + New in version 1.3 + + +``test(verbosity=1)`` -> TextTestResult + Run self-test, and return ``unittest.runner.TextTestResult`` object. + + +Functions defined in `bitarray.util` module: +-------------------------------------------- + +This sub-module was added in version 1.2. + +``any_and(a, b, /)`` -> bool + Efficient implementation of ``any(a & b)``. + + New in version 2.7 + + +``ba2base(n, bitarray, /, group=0, sep=' ')`` -> str + Return a string containing the base ``n`` ASCII representation of + the bitarray. Allowed values for ``n`` are 2, 4, 8, 16, 32 and 64. + The bitarray has to be multiple of length 1, 2, 3, 4, 5 or 6 respectively. + For ``n=32`` the RFC 4648 Base32 alphabet is used, and for ``n=64`` the + standard base 64 alphabet is used. + When grouped, the string ``sep`` is inserted between groups + of ``group`` characters, default is a space. + + See also: `Bitarray representations `__ + + New in version 1.9 + + New in version 3.3: optional ``group`` and ``sep`` arguments + + +``ba2hex(bitarray, /, group=0, sep=' ')`` -> hexstr + Return a string containing the hexadecimal representation of + the bitarray (which has to be multiple of 4 in length). + When grouped, the string ``sep`` is inserted between groups + of ``group`` characters, default is a space. + + New in version 3.3: optional ``group`` and ``sep`` arguments + + +``ba2int(bitarray, /, signed=False)`` -> int + Convert the given bitarray to an integer. + The bit-endianness of the bitarray is respected. + ``signed`` indicates whether two's complement is used to represent the integer. + + +``base2ba(n, asciistr, /, endian=None)`` -> bitarray + Bitarray of base ``n`` ASCII representation. + Allowed values for ``n`` are 2, 4, 8, 16, 32 and 64. + For ``n=32`` the RFC 4648 Base32 alphabet is used, and for ``n=64`` the + standard base 64 alphabet is used. Whitespace is ignored. + + See also: `Bitarray representations `__ + + New in version 1.9 + + New in version 3.3: ignore whitespace + + +``byteswap(a, n=, /)`` + Reverse every ``n`` consecutive bytes of ``a`` in-place. + By default, all bytes are reversed. Note that ``n`` is not limited to 2, 4 + or 8, but can be any positive integer. + Also, ``a`` may be any object that exposes a writable buffer. + Nothing about this function is specific to bitarray objects. + + We should mention that Python's ``array.array`` object has a + method ``.byteswap()`` with similar functionality. However, unlike + bitarray's ``util.byteswap()`` function, this method is limited to + swapping 2, 4, or 8 consecutive bytes. + + New in version 3.4 + + +``canonical_decode(bitarray, count, symbol, /)`` -> iterator + Decode bitarray using canonical Huffman decoding tables + where ``count`` is a sequence containing the number of symbols of each length + and ``symbol`` is a sequence of symbols in canonical order. + + See also: `Canonical Huffman Coding `__ + + New in version 2.5 + + +``canonical_huffman(dict, /)`` -> tuple + Given a frequency map, a dictionary mapping symbols to their frequency, + calculate the canonical Huffman code. Returns a tuple containing: + + 0. the canonical Huffman code as a dict mapping symbols to bitarrays + 1. a list containing the number of symbols of each code length + 2. a list of symbols in canonical order + + Note: the two lists may be used as input for ``canonical_decode()``. + + See also: `Canonical Huffman Coding `__ + + New in version 2.5 + + +``correspond_all(a, b, /)`` -> tuple + Return tuple with counts of: ~a & ~b, ~a & b, a & ~b, a & b + + New in version 3.4 + + +``count_and(a, b, /)`` -> int + Return ``(a & b).count()`` in a memory efficient manner, + as no intermediate bitarray object gets created. + + +``count_n(a, n, value=1, /)`` -> int + Return lowest index ``i`` for which ``a[:i].count(value) == n``. + Raises ``ValueError`` when ``n`` exceeds total count (``a.count(value)``). + + New in version 2.3.6: optional value argument + + +``count_or(a, b, /)`` -> int + Return ``(a | b).count()`` in a memory efficient manner, + as no intermediate bitarray object gets created. + + +``count_xor(a, b, /)`` -> int + Return ``(a ^ b).count()`` in a memory efficient manner, + as no intermediate bitarray object gets created. + + This is also known as the Hamming distance. + + +``deserialize(bytes, /)`` -> bitarray + Return a bitarray given a bytes-like representation such as returned + by ``serialize()``. + + See also: `Bitarray representations `__ + + New in version 1.8 + + New in version 2.5.0: allow bytes-like argument + + +``gen_primes(n, /, endian=None, odd=False)`` -> bitarray + Generate a bitarray of length ``n`` in which active indices are prime numbers. + By default (``odd=False``), active indices correspond to prime numbers directly. + When ``odd=True``, only odd prime numbers are represented in the resulting + bitarray ``a``, and ``a[i]`` corresponds to ``2*i+1`` being prime or not. + + Apart from working with prime numbers, this function is useful for + testing, as it provides a simple way to create a well-defined bitarray + of any length. + + New in version 3.7 + + +``hex2ba(hexstr, /, endian=None)`` -> bitarray + Bitarray of hexadecimal representation. hexstr may contain any number + (including odd numbers) of hex digits (upper or lower case). + Whitespace is ignored. + + New in version 3.3: ignore whitespace + + +``huffman_code(dict, /, endian=None)`` -> dict + Given a frequency map, a dictionary mapping symbols to their frequency, + calculate the Huffman code, i.e. a dict mapping those symbols to + bitarrays (with given bit-endianness). Note that the symbols are not limited + to being strings. Symbols may be any hashable object. + + +``int2ba(int, /, length=None, endian=None, signed=False)`` -> bitarray + Convert the given integer to a bitarray (with given bit-endianness, + and no leading (big-endian) / trailing (little-endian) zeros), unless + the ``length`` of the bitarray is provided. An ``OverflowError`` is raised + if the integer is not representable with the given number of bits. + ``signed`` determines whether two's complement is used to represent the integer, + and requires ``length`` to be provided. + + +``intervals(bitarray, /)`` -> iterator + Compute all uninterrupted intervals of 1s and 0s, and return an + iterator over tuples ``(value, start, stop)``. The intervals are guaranteed + to be in order, and their size is always non-zero (``stop - start > 0``). + + New in version 2.7 + + +``ones(n, /, endian=None)`` -> bitarray + Create a bitarray of length ``n``, with all values ``1``, and optional + bit-endianness (``little`` or ``big``). + + New in version 2.9 + + +``parity(a, /)`` -> int + Return parity of bitarray ``a``. + ``parity(a)`` is equivalent to ``a.count() % 2`` but more efficient. + + New in version 1.9 + + +``pprint(bitarray, /, stream=None, group=8, indent=4, width=80)`` + Pretty-print bitarray object to ``stream``, defaults is ``sys.stdout``. + By default, bits are grouped in bytes (8 bits), and 64 bits per line. + Non-bitarray objects are printed using ``pprint.pprint()``. + + New in version 1.8 + + +``random_k(n, /, k, endian=None)`` -> bitarray + Return (pseudo-) random bitarray of length ``n`` with ``k`` elements + set to one. Mathematically equivalent to setting (in a bitarray of + length ``n``) all bits at indices ``random.sample(range(n), k)`` to one. + The random bitarrays are reproducible when giving Python's ``random.seed()`` + a specific seed value. + + New in version 3.6 + + +``random_p(n, /, p=0.5, endian=None)`` -> bitarray + Return (pseudo-) random bitarray of length ``n``, where each bit has + probability ``p`` of being one (independent of any other bits). Mathematically + equivalent to ``bitarray((random() < p for _ in range(n)), endian)``, but much + faster for large ``n``. The random bitarrays are reproducible when giving + Python's ``random.seed()`` with a specific seed value. + + This function requires Python 3.12 or higher, as it depends on the standard + library function ``random.binomialvariate()``. Raises ``NotImplementedError`` + when Python version is too low. + + See also: `Random Bitarrays `__ + + New in version 3.5 + + +``sc_decode(stream, /)`` -> bitarray + Decompress binary stream (an integer iterator, or bytes-like object) of a + sparse compressed (``sc``) bitarray, and return the decoded bitarray. + This function consumes only one bitarray and leaves the remaining stream + untouched. Use ``sc_encode()`` for compressing (encoding). + + See also: `Compression of sparse bitarrays `__ + + New in version 2.7 + + +``sc_encode(bitarray, /)`` -> bytes + Compress a sparse bitarray and return its binary representation. + This representation is useful for efficiently storing sparse bitarrays. + Use ``sc_decode()`` for decompressing (decoding). + + See also: `Compression of sparse bitarrays `__ + + New in version 2.7 + + +``serialize(bitarray, /)`` -> bytes + Return a serialized representation of the bitarray, which may be passed to + ``deserialize()``. It efficiently represents the bitarray object (including + its bit-endianness) and is guaranteed not to change in future releases. + + See also: `Bitarray representations `__ + + New in version 1.8 + + +``strip(bitarray, /, mode='right')`` -> bitarray + Return a new bitarray with zeros stripped from left, right or both ends. + Allowed values for mode are the strings: ``left``, ``right``, ``both`` + + +``subset(a, b, /)`` -> bool + Return ``True`` if bitarray ``a`` is a subset of bitarray ``b``. + ``subset(a, b)`` is equivalent to ``a | b == b`` (and equally ``a & b == a``) but + more efficient as no intermediate bitarray object is created and the buffer + iteration is stopped as soon as one mismatch is found. + + +``sum_indices(a, /, mode=1)`` -> int + Return sum of indices of all active bits in bitarray ``a``. + Equivalent to ``sum(i for i, v in enumerate(a) if v)``. + ``mode=2`` sums square of indices. + + New in version 3.6 + + New in version 3.7: add optional mode argument + + +``urandom(n, /, endian=None)`` -> bitarray + Return random bitarray of length ``n`` (uses ``os.urandom()``). + + New in version 1.7 + + +``vl_decode(stream, /, endian=None)`` -> bitarray + Decode binary stream (an integer iterator, or bytes-like object), and + return the decoded bitarray. This function consumes only one bitarray and + leaves the remaining stream untouched. Use ``vl_encode()`` for encoding. + + See also: `Variable length bitarray format `__ + + New in version 2.2 + + +``vl_encode(bitarray, /)`` -> bytes + Return variable length binary representation of bitarray. + This representation is useful for efficiently storing small bitarray + in a binary stream. Use ``vl_decode()`` for decoding. + + See also: `Variable length bitarray format `__ + + New in version 2.2 + + +``xor_indices(a, /)`` -> int + Return xor reduced indices of all active bits in bitarray ``a``. + This is essentially equivalent to + ``reduce(operator.xor, (i for i, v in enumerate(a) if v))``. + + New in version 3.2 + + +``zeros(n, /, endian=None)`` -> bitarray + Create a bitarray of length ``n``, with all values ``0``, and optional + bit-endianness (``little`` or ``big``). + + diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/RECORD b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/RECORD new file mode 100644 index 0000000..59b6af4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/RECORD @@ -0,0 +1,22 @@ +bitarray-3.8.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +bitarray-3.8.0.dist-info/METADATA,sha256=SBOMhRFu2Ytaa31ZroCu8u_R-5L5Eqqp4rAfqB4deMY,34266 +bitarray-3.8.0.dist-info/RECORD,, +bitarray-3.8.0.dist-info/WHEEL,sha256=DxRnWQz-Kp9-4a4hdDHsSv0KUC3H7sN9Nbef3-8RjXU,190 +bitarray-3.8.0.dist-info/licenses/LICENSE,sha256=pVTCUJCtWl6orTVinaz_u02IcjSwEVUCGKWh-QkOUnQ,2412 +bitarray-3.8.0.dist-info/top_level.txt,sha256=cLdoeIHotTwh4eHSe8qy8umF7zzyxUM90I8zFb2_xhg,9 +bitarray/__init__.py,sha256=nxjmA8o5fIVjM9w_PU3nIJK0yZ2QYvPXyfV4nZZvdtQ,2258 +bitarray/__init__.pyi,sha256=ovj4zeIgw0RTDixYfA0_teL4jhpCM3M7eqTTA-IyZpg,5601 +bitarray/__pycache__/__init__.cpython-312.pyc,, +bitarray/__pycache__/test_bitarray.cpython-312.pyc,, +bitarray/__pycache__/test_util.cpython-312.pyc,, +bitarray/__pycache__/util.cpython-312.pyc,, +bitarray/_bitarray.cpython-312-x86_64-linux-gnu.so,sha256=9mYIOoi-ibj6rMuLmYR7DoK82s0PeDTO9lWgDOWvRcQ,500232 +bitarray/_util.cpython-312-x86_64-linux-gnu.so,sha256=qb4AiyNbj_zupPjzEXmS2KAgymebbfWmXy-AfeIpemY,262088 +bitarray/bitarray.h,sha256=lsJh7gRBhE3s0BX7dx7gjkrkYzpS_k7Fg4nl4tctPY0,10840 +bitarray/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +bitarray/pythoncapi_compat.h,sha256=TF6SIFdR6KYE_FlWc-2JL8GcZGpsdf_LoQSEj0ua0_o,70628 +bitarray/test_281.pickle,sha256=GaA8vsZmcyZZmIzGDP6ppfaRlsthUxgJ9tMsyjpynoc,442 +bitarray/test_bitarray.py,sha256=u3RR096Cg7Ru4IWI-m6oSOHkEjPD__Ns6u-yeHPBJes,181127 +bitarray/test_util.py,sha256=mgfGUQxa3V1XfLwIeplxVIcp7Y5dB9icXcFBuGkFiuY,107652 +bitarray/util.py,sha256=q4LSTdMMvblC6yK8ZyLgavHUfVtX29XhAQlGbUB598o,21206 +bitarray/util.pyi,sha256=6Vq5BgdfxJAOoKHcfOyAvd5dzAiC23KokoqVirKHNy0,2947 diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/WHEEL b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/WHEEL new file mode 100644 index 0000000..f3e8a97 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/WHEEL @@ -0,0 +1,7 @@ +Wheel-Version: 1.0 +Generator: setuptools (80.9.0) +Root-Is-Purelib: false +Tag: cp312-cp312-manylinux_2_17_x86_64 +Tag: cp312-cp312-manylinux2014_x86_64 +Tag: cp312-cp312-manylinux_2_28_x86_64 + diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/licenses/LICENSE b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/licenses/LICENSE new file mode 100644 index 0000000..28495e4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/licenses/LICENSE @@ -0,0 +1,46 @@ +PYTHON SOFTWARE FOUNDATION LICENSE +---------------------------------- + +1. This LICENSE AGREEMENT is between Ilan Schnell, and the Individual or +Organization ("Licensee") accessing and otherwise using this software +("bitarray") in source or binary form and its associated documentation. + +2. Subject to the terms and conditions of this License Agreement, Ilan Schnell +hereby grants Licensee a nonexclusive, royalty-free, world-wide +license to reproduce, analyze, test, perform and/or display publicly, +prepare derivative works, distribute, and otherwise use bitarray +alone or in any derivative version, provided, however, that Ilan Schnell's +License Agreement and Ilan Schnell's notice of copyright, i.e., "Copyright (c) +2008 - 2025 Ilan Schnell; All Rights Reserved" are retained in bitarray +alone or in any derivative version prepared by Licensee. + +3. In the event Licensee prepares a derivative work that is based on +or incorporates bitarray or any part thereof, and wants to make +the derivative work available to others as provided herein, then +Licensee hereby agrees to include in any such work a brief summary of +the changes made to bitarray. + +4. Ilan Schnell is making bitarray available to Licensee on an "AS IS" +basis. ILAN SCHNELL MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR +IMPLIED. BY WAY OF EXAMPLE, BUT NOT LIMITATION, ILAN SCHNELL MAKES NO AND +DISCLAIMS ANY REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS +FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF BITARRAY WILL NOT +INFRINGE ANY THIRD PARTY RIGHTS. + +5. ILAN SCHNELL SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF BITARRAY +FOR ANY INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS +A RESULT OF MODIFYING, DISTRIBUTING, OR OTHERWISE USING BITARRAY, +OR ANY DERIVATIVE THEREOF, EVEN IF ADVISED OF THE POSSIBILITY THEREOF. + +6. This License Agreement will automatically terminate upon a material +breach of its terms and conditions. + +7. Nothing in this License Agreement shall be deemed to create any +relationship of agency, partnership, or joint venture between Ilan Schnell +and Licensee. This License Agreement does not grant permission to use Ilan +Schnell trademarks or trade name in a trademark sense to endorse or promote +products or services of Licensee, or any third party. + +8. By copying, installing or otherwise using bitarray, Licensee +agrees to be bound by the terms and conditions of this License +Agreement. diff --git a/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/top_level.txt new file mode 100644 index 0000000..aab91b8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray-3.8.0.dist-info/top_level.txt @@ -0,0 +1 @@ +bitarray diff --git a/venv/lib/python3.12/site-packages/bitarray/__init__.py b/venv/lib/python3.12/site-packages/bitarray/__init__.py new file mode 100644 index 0000000..68307d1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/__init__.py @@ -0,0 +1,65 @@ +# Copyright (c) 2008 - 2025, Ilan Schnell; All Rights Reserved +""" +This package defines an object type which can efficiently represent +a bitarray. Bitarrays are sequence types and behave very much like lists. + +Please find a description of this package at: + + https://github.com/ilanschnell/bitarray + +Author: Ilan Schnell +""" +from collections import namedtuple + +from bitarray._bitarray import ( + bitarray, decodetree, bits2bytes, _bitarray_reconstructor, + get_default_endian, _sysinfo, BITARRAY_VERSION as __version__ +) + +__all__ = ['bitarray', 'frozenbitarray', 'decodetree', 'bits2bytes'] + +BufferInfo = namedtuple('BufferInfo', + ['address', 'nbytes', 'endian', 'padbits', + 'alloc', 'readonly', 'imported', 'exports']) + +class frozenbitarray(bitarray): + """frozenbitarray(initializer=0, /, endian='big', buffer=None) -> \ +frozenbitarray + +Return a `frozenbitarray` object. Initialized the same way a `bitarray` +object is initialized. A `frozenbitarray` is immutable and hashable, +and may therefore be used as a dictionary key. +""" + def __init__(self, *args, **kwargs): + self._freeze() + + def __repr__(self): + return 'frozen' + bitarray.__repr__(self) + + def __hash__(self): + "Return hash(self)." + # ensure hash is independent of endianness + a = bitarray(self, 'big') + return hash((len(a), a.tobytes())) + + # Technically the code below is not necessary, as all these methods will + # raise a TypeError on read-only memory. However, with a different error + # message. + def __delitem__(self, *args, **kwargs): + "" # no docstring + raise TypeError("frozenbitarray is immutable") + + append = bytereverse = clear = extend = encode = fill = __delitem__ + frombytes = fromfile = insert = invert = pack = pop = __delitem__ + remove = reverse = setall = sort = __setitem__ = __delitem__ + __iadd__ = __iand__ = __imul__ = __ior__ = __ixor__ = __delitem__ + __ilshift__ = __irshift__ = __delitem__ + + +def test(verbosity=1): + """test(verbosity=1) -> TextTestResult + +Run self-test, and return `unittest.runner.TextTestResult` object. +""" + from bitarray import test_bitarray + return test_bitarray.run(verbosity=verbosity) diff --git a/venv/lib/python3.12/site-packages/bitarray/__init__.pyi b/venv/lib/python3.12/site-packages/bitarray/__init__.pyi new file mode 100644 index 0000000..50443db --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/__init__.pyi @@ -0,0 +1,170 @@ +# Copyright (c) 2021 - 2025, Ilan Schnell; All Rights Reserved +# +# This stub, as well as util.pyi, are tested with Python 3.10 and mypy 1.11.2 + +from collections.abc import Iterable, Iterator, Sequence +from unittest.runner import TextTestResult + +from typing import Any, BinaryIO, Dict, Union, overload, NamedTuple + + +CodeDict = Dict[Any, bitarray] +# Python 3.12 has abc.Buffer which should be used instead +BytesLike = Union[bytes, bytearray] + + +class BufferInfo(NamedTuple): + address: int + nbytes: int + endian: str + padbits: int + alloc: int + readonly: bool + imported: bool + exports: int + + +class decodetree: + def __init__(self, code: CodeDict) -> None: ... + def complete(self) -> bool: ... + def nodes(self) -> int: ... + def todict(self) -> CodeDict: ... + + +class bitarray: + def __init__(self, + initializer: Union[int, str, Iterable[int], None] = ..., + endian: Union[str, None] = ..., + buffer: Any = ...) -> None: ... + + def all(self) -> bool: ... + def any(self) -> bool: ... + def append(self, value: int) -> None: ... + def buffer_info(self) -> BufferInfo: ... + def bytereverse(self, + start: int = ..., + stop: int = ...) -> None: ... + + def clear(self) -> None: ... + def copy(self) -> bitarray: ... + def count(self, + sub_bitarray: Union[bitarray, int] = ..., + start: int = ..., + stop: int = ..., + step: int = ...) -> int: ... + + def encode(self, code: CodeDict, x: Iterable) -> None: ... + def decode(self, + code: Union[CodeDict, decodetree]) -> Iterator: ... + + def extend(self, x: Union[str, Iterable[int]]) -> None: ... + def fill(self) -> int: ... + def find(self, + sub_bitarray: Union[bitarray, int], + start: int = ..., + stop: int = ..., + right: int = ...) -> int: ... + + def frombytes(self, a: BytesLike) -> None: ... + def fromfile(self, f: BinaryIO, n: int = ...) -> None: ... + def index(self, + sub_bitarray: Union[bitarray, int], + start: int = ..., + stop: int = ..., + right: int = ...) -> int: ... + + def insert(self, i: int, value: int) -> None: ... + def invert(self, i: int = ...) -> None: ... + + def search(self, + sub_bitarray: Union[bitarray, int], + start: int = ..., + stop: int = ..., + right: int = ...) -> Iterator[int]: ... + + def pack(self, b: BytesLike) -> None: ... + def pop(self, i: int = ...) -> int: ... + def remove(self, value: int) -> None: ... + def reverse(self) -> None: ... + + def setall(self, value: int) -> None: ... + def sort(self, reverse: int) -> None: ... + def to01(self, + group: int = ..., + sep: str = ...) -> str: ... + def tobytes(self) -> bytes: ... + def tofile(self, f: BinaryIO) -> None: ... + def tolist(self) -> list[int]: ... + def unpack(self, + zero: bytes = ..., + one: bytes = ...) -> bytes: ... + + def __len__(self) -> int: ... + def __iter__(self) -> Iterator[int]: ... + @overload + def __getitem__(self, i: int) -> int: ... + @overload + def __getitem__(self, + s: Union[slice, bitarray, Sequence]) -> bitarray: ... + @overload + def __setitem__(self, + i: Union[int, slice, Sequence], + o: int) -> None: ... + @overload + def __setitem__(self, + s: Union[slice, bitarray, Sequence], + o: bitarray) -> None: ... + def __delitem__(self, + i: Union[int, slice, bitarray, Sequence]) -> None: ... + + def __buffer__(self, flags: int, /) -> memoryview: ... + def __release_buffer__(self, buffer: memoryview, /) -> None: ... + + def __add__(self, other: bitarray) -> bitarray: ... + def __iadd__(self, other: bitarray) -> bitarray: ... + def __mul__(self, n: int) -> bitarray: ... + def __imul__(self, n: int) -> bitarray: ... + def __rmul__(self, n: int) -> bitarray: ... + + def __ge__(self, other: bitarray) -> bool: ... + def __gt__(self, other: bitarray) -> bool: ... + def __le__(self, other: bitarray) -> bool: ... + def __lt__(self, other: bitarray) -> bool: ... + + def __and__(self, other: bitarray) -> bitarray: ... + def __or__(self, other: bitarray) -> bitarray: ... + def __xor__(self, other: bitarray) -> bitarray: ... + def __iand__(self, other: bitarray) -> bitarray: ... + def __ior__(self, other: bitarray) -> bitarray: ... + def __ixor__(self, other: bitarray) -> bitarray: ... + def __invert__(self) -> bitarray: ... + def __lshift__(self, n: int) -> bitarray: ... + def __rshift__(self, n: int) -> bitarray: ... + def __ilshift__(self, n: int) -> bitarray: ... + def __irshift__(self, n: int) -> bitarray: ... + + # data descriptors + @property + def endian(self) -> str: ... + @property + def nbytes(self) -> int: ... + @property + def padbits(self) -> int: ... + @property + def readonly(self) -> bool: ... + + +class frozenbitarray(bitarray): + def __hash__(self) -> int: ... + + +__version__: str +def bits2bytes(n: int) -> int: ... +def get_default_endian() -> str: ... +def test(verbosity: int = ...) -> TextTestResult: ... +def _sysinfo(key: str) -> int: ... +def _bitarray_reconstructor(cls: type, + buffer: bytes, + endian: str, + padbits: int, + readonly: int) -> bitarray: ... diff --git a/venv/lib/python3.12/site-packages/bitarray/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/bitarray/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..28ff8a2af4ad130e9223d92c36cfe34beca65617 GIT binary patch literal 3076 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 Fe*sW!xTpXC literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/bitarray/__pycache__/test_util.cpython-312.pyc b/venv/lib/python3.12/site-packages/bitarray/__pycache__/test_util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b5ed664f3c69916b520033c28df15ffa0d13aae1 GIT binary patch literal 175057 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/bitarray/__pycache__/util.cpython-312.pyc b/venv/lib/python3.12/site-packages/bitarray/__pycache__/util.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc9bcb5a858bd62637e6c8aa3017f3b9a766ea99 GIT binary patch literal 25226 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/bitarray/_bitarray.cpython-312-x86_64-linux-gnu.so b/venv/lib/python3.12/site-packages/bitarray/_bitarray.cpython-312-x86_64-linux-gnu.so new file mode 100755 index 0000000000000000000000000000000000000000..3a6686cf6d9b1f7b7f0fee3c9070b9709b6655e4 GIT binary patch literal 500232 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�?$@!*7SGq;XdL?>B2n()lHXr84!I~ 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

`` 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..db9d5cc --- /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("%s", exc, extra={"rich": True}) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except PreviousBuildDirError as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return PREVIOUS_BUILD_DIR_ERROR + except ( + InstallationError, + UninstallationError, + BadCommand, + NetworkConnectionError, + ) as exc: + logger.critical(str(exc)) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except CommandError as exc: + logger.critical("%s", exc) + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BrokenStdoutLoggingError: + # Bypass our logger and write any remaining messages to + # stderr because stdout no longer works. + print("ERROR: Pipe to stdout was broken", file=sys.stderr) + if level_number <= logging.DEBUG: + traceback.print_exc(file=sys.stderr) + + return ERROR + except KeyboardInterrupt: + logger.critical("Operation cancelled by user") + logger.debug("Exception information:", exc_info=True) + + return ERROR + except BaseException: + logger.critical("Exception:", exc_info=True) + + return UNKNOWN_ERROR + + return exc_logging_wrapper + + try: + if not options.debug_mode: + run = intercepts_unhandled_exc(self.run) + else: + run = self.run + rich_traceback.install(show_locals=True) + return run(options, args) + finally: + self.handle_pip_version_check(options) diff --git a/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..d643256 --- /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 not options.dry_run and dist_restriction_set and not options.target_dir: + raise CommandError( + "Can not use any platform or abi specific options unless " + "installing via '--target' or using '--dry-run'" + ) + + +def _path_option_check(option: Option, opt: str, value: str) -> str: + return os.path.expanduser(value) + + +def _package_name_option_check(option: Option, opt: str, value: str) -> str: + return canonicalize_name(value) + + +class PipOption(Option): + TYPES = Option.TYPES + ("path", "package_name") + TYPE_CHECKER = Option.TYPE_CHECKER.copy() + TYPE_CHECKER["package_name"] = _package_name_option_check + TYPE_CHECKER["path"] = _path_option_check + + +########### +# options # +########### + +help_: Callable[..., Option] = partial( + Option, + "-h", + "--help", + dest="help", + action="help", + help="Show help.", +) + +debug_mode: Callable[..., Option] = partial( + Option, + "--debug", + dest="debug_mode", + action="store_true", + default=False, + help=( + "Let unhandled exceptions propagate outside the main subroutine, " + "instead of logging them to stderr." + ), +) + +isolated_mode: Callable[..., Option] = partial( + Option, + "--isolated", + dest="isolated_mode", + action="store_true", + default=False, + help=( + "Run pip in an isolated mode, ignoring environment variables and user " + "configuration." + ), +) + +require_virtualenv: Callable[..., Option] = partial( + Option, + "--require-virtualenv", + "--require-venv", + dest="require_venv", + action="store_true", + default=False, + help=( + "Allow pip to only run in a virtual environment; " + "exit with an error otherwise." + ), +) + +override_externally_managed: Callable[..., Option] = partial( + Option, + "--break-system-packages", + dest="override_externally_managed", + action="store_true", + help="Allow pip to modify an EXTERNALLY-MANAGED Python installation", +) + +python: Callable[..., Option] = partial( + Option, + "--python", + dest="python", + help="Run pip with the specified Python interpreter.", +) + +verbose: Callable[..., Option] = partial( + Option, + "-v", + "--verbose", + dest="verbose", + action="count", + default=0, + help="Give more output. Option is additive, and can be used up to 3 times.", +) + +no_color: Callable[..., Option] = partial( + Option, + "--no-color", + dest="no_color", + action="store_true", + default=False, + help="Suppress colored output.", +) + +version: Callable[..., Option] = partial( + Option, + "-V", + "--version", + dest="version", + action="store_true", + help="Show version and exit.", +) + +quiet: Callable[..., Option] = partial( + Option, + "-q", + "--quiet", + dest="quiet", + action="count", + default=0, + help=( + "Give less output. Option is additive, and can be used up to 3" + " times (corresponding to WARNING, ERROR, and CRITICAL logging" + " levels)." + ), +) + +progress_bar: Callable[..., Option] = partial( + Option, + "--progress-bar", + dest="progress_bar", + type="choice", + choices=["on", "off"], + default="on", + help="Specify whether the progress bar should be used [on, off] (default: on)", +) + +log: Callable[..., Option] = partial( + PipOption, + "--log", + "--log-file", + "--local-log", + dest="log", + metavar="path", + type="path", + help="Path to a verbose appending log.", +) + +no_input: Callable[..., Option] = partial( + Option, + # Don't ask for input + "--no-input", + dest="no_input", + action="store_true", + default=False, + help="Disable prompting for input.", +) + +keyring_provider: Callable[..., Option] = partial( + Option, + "--keyring-provider", + dest="keyring_provider", + choices=["auto", "disabled", "import", "subprocess"], + default="auto", + help=( + "Enable the credential lookup via the keyring library if user input is allowed." + " Specify which mechanism to use [disabled, import, subprocess]." + " (default: disabled)" + ), +) + +proxy: Callable[..., Option] = partial( + Option, + "--proxy", + dest="proxy", + type="str", + default="", + help="Specify a proxy in the form scheme://[user:passwd@]proxy.server:port.", +) + +retries: Callable[..., Option] = partial( + Option, + "--retries", + dest="retries", + type="int", + default=5, + help="Maximum number of retries each connection should attempt " + "(default %default times).", +) + +timeout: Callable[..., Option] = partial( + Option, + "--timeout", + "--default-timeout", + metavar="sec", + dest="timeout", + type="float", + default=15, + help="Set the socket timeout (default %default seconds).", +) + + +def exists_action() -> Option: + return Option( + # Option when path already exist + "--exists-action", + dest="exists_action", + type="choice", + choices=["s", "i", "w", "b", "a"], + default=[], + action="append", + metavar="action", + help="Default action when a path already exists: " + "(s)witch, (i)gnore, (w)ipe, (b)ackup, (a)bort.", + ) + + +cert: Callable[..., Option] = partial( + PipOption, + "--cert", + dest="cert", + type="path", + metavar="path", + help=( + "Path to PEM-encoded CA certificate bundle. " + "If provided, overrides the default. " + "See 'SSL Certificate Verification' in pip documentation " + "for more information." + ), +) + +client_cert: Callable[..., Option] = partial( + PipOption, + "--client-cert", + dest="client_cert", + type="path", + default=None, + metavar="path", + help="Path to SSL client certificate, a single file containing the " + "private key and the certificate in PEM format.", +) + +index_url: Callable[..., Option] = partial( + Option, + "-i", + "--index-url", + "--pypi-url", + dest="index_url", + metavar="URL", + default=PyPI.simple_url, + help="Base URL of the Python Package Index (default %default). " + "This should point to a repository compliant with PEP 503 " + "(the simple repository API) or a local directory laid out " + "in the same format.", +) + + +def extra_index_url() -> Option: + return Option( + "--extra-index-url", + dest="extra_index_urls", + metavar="URL", + action="append", + default=[], + help="Extra URLs of package indexes to use in addition to " + "--index-url. Should follow the same rules as " + "--index-url.", + ) + + +no_index: Callable[..., Option] = partial( + Option, + "--no-index", + dest="no_index", + action="store_true", + default=False, + help="Ignore package index (only looking at --find-links URLs instead).", +) + + +def find_links() -> Option: + return Option( + "-f", + "--find-links", + dest="find_links", + action="append", + default=[], + metavar="url", + help="If a URL or path to an html file, then parse for links to " + "archives such as sdist (.tar.gz) or wheel (.whl) files. " + "If a local path or file:// URL that's a directory, " + "then look for archives in the directory listing. " + "Links to VCS project URLs are not supported.", + ) + + +def trusted_host() -> Option: + return Option( + "--trusted-host", + dest="trusted_hosts", + action="append", + metavar="HOSTNAME", + default=[], + help="Mark this host or host:port pair as trusted, even though it " + "does not have valid or any HTTPS.", + ) + + +def constraints() -> Option: + return Option( + "-c", + "--constraint", + dest="constraints", + action="append", + default=[], + metavar="file", + help="Constrain versions using the given constraints file. " + "This option can be used multiple times.", + ) + + +def requirements() -> Option: + return Option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help="Install from the given requirements file. " + "This option can be used multiple times.", + ) + + +def editable() -> Option: + return Option( + "-e", + "--editable", + dest="editables", + action="append", + default=[], + metavar="path/url", + help=( + "Install a project in editable mode (i.e. setuptools " + '"develop mode") from a local project path or a VCS url.' + ), + ) + + +def _handle_src(option: Option, opt_str: str, value: str, parser: OptionParser) -> None: + value = os.path.abspath(value) + setattr(parser.values, option.dest, value) + + +src: Callable[..., Option] = partial( + PipOption, + "--src", + "--source", + "--source-dir", + "--source-directory", + dest="src_dir", + type="path", + metavar="dir", + default=get_src_prefix(), + action="callback", + callback=_handle_src, + help="Directory to check out editable projects into. " + 'The default in a virtualenv is "/src". ' + 'The default for global installs is "/src".', +) + + +def _get_format_control(values: Values, option: Option) -> Any: + """Get a format_control object.""" + return getattr(values, option.dest) + + +def _handle_no_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.no_binary, + existing.only_binary, + ) + + +def _handle_only_binary( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + existing = _get_format_control(parser.values, option) + FormatControl.handle_mutual_excludes( + value, + existing.only_binary, + existing.no_binary, + ) + + +def no_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--no-binary", + dest="format_control", + action="callback", + callback=_handle_no_binary, + type="str", + default=format_control, + help="Do not use binary packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all binary packages, ":none:" to empty the set (notice ' + "the colons), or one or more package names with commas between " + "them (no colons). Note that some packages are tricky to compile " + "and may fail to install when this option is used on them.", + ) + + +def only_binary() -> Option: + format_control = FormatControl(set(), set()) + return Option( + "--only-binary", + dest="format_control", + action="callback", + callback=_handle_only_binary, + type="str", + default=format_control, + help="Do not use source packages. Can be supplied multiple times, and " + 'each time adds to the existing value. Accepts either ":all:" to ' + 'disable all source packages, ":none:" to empty the set, or one ' + "or more package names with commas between them. Packages " + "without binary distributions will fail to install when this " + "option is used on them.", + ) + + +platforms: Callable[..., Option] = partial( + Option, + "--platform", + dest="platforms", + metavar="platform", + action="append", + default=None, + help=( + "Only use wheels compatible with . Defaults to the " + "platform of the running system. Use this option multiple times to " + "specify multiple platforms supported by the target interpreter." + ), +) + + +# This was made a separate function for unit-testing purposes. +def _convert_python_version(value: str) -> Tuple[Tuple[int, ...], Optional[str]]: + """ + Convert a version string like "3", "37", or "3.7.3" into a tuple of ints. + + :return: A 2-tuple (version_info, error_msg), where `error_msg` is + non-None if and only if there was a parsing error. + """ + if not value: + # The empty string is the same as not providing a value. + return (None, None) + + parts = value.split(".") + if len(parts) > 3: + return ((), "at most three version parts are allowed") + + if len(parts) == 1: + # Then we are in the case of "3" or "37". + value = parts[0] + if len(value) > 1: + parts = [value[0], value[1:]] + + try: + version_info = tuple(int(part) for part in parts) + except ValueError: + return ((), "each version part must be an integer") + + return (version_info, None) + + +def _handle_python_version( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """ + Handle a provided --python-version value. + """ + version_info, error_msg = _convert_python_version(value) + if error_msg is not None: + msg = f"invalid --python-version value: {value!r}: {error_msg}" + raise_option_error(parser, option=option, msg=msg) + + parser.values.python_version = version_info + + +python_version: Callable[..., Option] = partial( + Option, + "--python-version", + dest="python_version", + metavar="python_version", + action="callback", + callback=_handle_python_version, + type="str", + default=None, + help=dedent( + """\ + The Python interpreter version to use for wheel and "Requires-Python" + compatibility checks. Defaults to a version derived from the running + interpreter. The version can be specified using up to three dot-separated + integers (e.g. "3" for 3.0.0, "3.7" for 3.7.0, or "3.7.3"). A major-minor + version can also be given as a string without dots (e.g. "37" for 3.7.0). + """ + ), +) + + +implementation: Callable[..., Option] = partial( + Option, + "--implementation", + dest="implementation", + metavar="implementation", + default=None, + help=( + "Only use wheels compatible with Python " + "implementation , e.g. 'pp', 'jy', 'cp', " + " or 'ip'. If not specified, then the current " + "interpreter implementation is used. Use 'py' to force " + "implementation-agnostic wheels." + ), +) + + +abis: Callable[..., Option] = partial( + Option, + "--abi", + dest="abis", + metavar="abi", + action="append", + default=None, + help=( + "Only use wheels compatible with Python abi , e.g. 'pypy_41'. " + "If not specified, then the current interpreter abi tag is used. " + "Use this option multiple times to specify multiple abis supported " + "by the target interpreter. Generally you will need to specify " + "--implementation, --platform, and --python-version when using this " + "option." + ), +) + + +def add_target_python_options(cmd_opts: OptionGroup) -> None: + cmd_opts.add_option(platforms()) + cmd_opts.add_option(python_version()) + cmd_opts.add_option(implementation()) + cmd_opts.add_option(abis()) + + +def make_target_python(options: Values) -> TargetPython: + target_python = TargetPython( + platforms=options.platforms, + py_version_info=options.python_version, + abis=options.abis, + implementation=options.implementation, + ) + + return target_python + + +def prefer_binary() -> Option: + return Option( + "--prefer-binary", + dest="prefer_binary", + action="store_true", + default=False, + help=( + "Prefer binary packages over source packages, even if the " + "source packages are newer." + ), + ) + + +cache_dir: Callable[..., Option] = partial( + PipOption, + "--cache-dir", + dest="cache_dir", + default=USER_CACHE_DIR, + metavar="dir", + type="path", + help="Store the cache data in .", +) + + +def _handle_no_cache_dir( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-cache-dir option. + + This is an optparse.Option callback for the --no-cache-dir option. + """ + # The value argument will be None if --no-cache-dir is passed via the + # command-line, since the option doesn't accept arguments. However, + # the value can be non-None if the option is triggered e.g. by an + # environment variable, like PIP_NO_CACHE_DIR=true. + if value is not None: + # Then parse the string value to get argument error-checking. + try: + strtobool(value) + except ValueError as exc: + raise_option_error(parser, option=option, msg=str(exc)) + + # Originally, setting PIP_NO_CACHE_DIR to a value that strtobool() + # converted to 0 (like "false" or "no") caused cache_dir to be disabled + # rather than enabled (logic would say the latter). Thus, we disable + # the cache directory not just on values that parse to True, but (for + # backwards compatibility reasons) also on values that parse to False. + # In other words, always set it to False if the option is provided in + # some (valid) form. + parser.values.cache_dir = False + + +no_cache: Callable[..., Option] = partial( + Option, + "--no-cache-dir", + dest="cache_dir", + action="callback", + callback=_handle_no_cache_dir, + help="Disable the cache.", +) + +no_deps: Callable[..., Option] = partial( + Option, + "--no-deps", + "--no-dependencies", + dest="ignore_dependencies", + action="store_true", + default=False, + help="Don't install package dependencies.", +) + +ignore_requires_python: Callable[..., Option] = partial( + Option, + "--ignore-requires-python", + dest="ignore_requires_python", + action="store_true", + help="Ignore the Requires-Python information.", +) + +no_build_isolation: Callable[..., Option] = partial( + Option, + "--no-build-isolation", + dest="build_isolation", + action="store_false", + default=True, + help="Disable isolation when building a modern source distribution. " + "Build dependencies specified by PEP 518 must be already installed " + "if this option is used.", +) + +check_build_deps: Callable[..., Option] = partial( + Option, + "--check-build-dependencies", + dest="check_build_deps", + action="store_true", + default=False, + help="Check the build dependencies when PEP517 is used.", +) + + +def _handle_no_use_pep517( + option: Option, opt: str, value: str, parser: OptionParser +) -> None: + """ + Process a value provided for the --no-use-pep517 option. + + This is an optparse.Option callback for the no_use_pep517 option. + """ + # Since --no-use-pep517 doesn't accept arguments, the value argument + # will be None if --no-use-pep517 is passed via the command-line. + # However, the value can be non-None if the option is triggered e.g. + # by an environment variable, for example "PIP_NO_USE_PEP517=true". + if value is not None: + msg = """A value was passed for --no-use-pep517, + probably using either the PIP_NO_USE_PEP517 environment variable + or the "no-use-pep517" config file option. Use an appropriate value + of the PIP_USE_PEP517 environment variable or the "use-pep517" + config file option instead. + """ + raise_option_error(parser, option=option, msg=msg) + + # If user doesn't wish to use pep517, we check if setuptools and wheel are installed + # and raise error if it is not. + packages = ("setuptools", "wheel") + if not all(importlib.util.find_spec(package) for package in packages): + msg = ( + f"It is not possible to use --no-use-pep517 " + f"without {' and '.join(packages)} installed." + ) + raise_option_error(parser, option=option, msg=msg) + + # Otherwise, --no-use-pep517 was passed via the command-line. + parser.values.use_pep517 = False + + +use_pep517: Any = partial( + Option, + "--use-pep517", + dest="use_pep517", + action="store_true", + default=None, + help="Use PEP 517 for building source distributions " + "(use --no-use-pep517 to force legacy behaviour).", +) + +no_use_pep517: Any = partial( + Option, + "--no-use-pep517", + dest="use_pep517", + action="callback", + callback=_handle_no_use_pep517, + default=None, + help=SUPPRESS_HELP, +) + + +def _handle_config_settings( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + key, sep, val = value.partition("=") + if sep != "=": + parser.error(f"Arguments to {opt_str} must be of the form KEY=VAL") + dest = getattr(parser.values, option.dest) + if dest is None: + dest = {} + setattr(parser.values, option.dest, dest) + if key in dest: + if isinstance(dest[key], list): + dest[key].append(val) + else: + dest[key] = [dest[key], val] + else: + dest[key] = val + + +config_settings: Callable[..., Option] = partial( + Option, + "-C", + "--config-settings", + dest="config_settings", + type=str, + action="callback", + callback=_handle_config_settings, + metavar="settings", + help="Configuration settings to be passed to the PEP 517 build backend. " + "Settings take the form KEY=VALUE. Use multiple --config-settings options " + "to pass multiple keys to the backend.", +) + +build_options: Callable[..., Option] = partial( + Option, + "--build-option", + dest="build_options", + metavar="options", + action="append", + help="Extra arguments to be supplied to 'setup.py bdist_wheel'.", +) + +global_options: Callable[..., Option] = partial( + Option, + "--global-option", + dest="global_options", + action="append", + metavar="options", + help="Extra global options to be supplied to the setup.py " + "call before the install or bdist_wheel command.", +) + +no_clean: Callable[..., Option] = partial( + Option, + "--no-clean", + action="store_true", + default=False, + help="Don't clean up build directories.", +) + +pre: Callable[..., Option] = partial( + Option, + "--pre", + action="store_true", + default=False, + help="Include pre-release and development versions. By default, " + "pip only finds stable versions.", +) + +disable_pip_version_check: Callable[..., Option] = partial( + Option, + "--disable-pip-version-check", + dest="disable_pip_version_check", + action="store_true", + default=True, + help="Don't periodically check PyPI to determine whether a new version " + "of pip is available for download. Implied with --no-index.", +) + +root_user_action: Callable[..., Option] = partial( + Option, + "--root-user-action", + dest="root_user_action", + default="warn", + choices=["warn", "ignore"], + help="Action if pip is run as a root user. By default, a warning message is shown.", +) + + +def _handle_merge_hash( + option: Option, opt_str: str, value: str, parser: OptionParser +) -> None: + """Given a value spelled "algo:digest", append the digest to a list + pointed to in a dict by the algo name.""" + if not parser.values.hashes: + parser.values.hashes = {} + try: + algo, digest = value.split(":", 1) + except ValueError: + parser.error( + f"Arguments to {opt_str} must be a hash name " + "followed by a value, like --hash=sha256:" + "abcde..." + ) + if algo not in STRONG_HASHES: + parser.error( + "Allowed hash algorithms for {} are {}.".format( + opt_str, ", ".join(STRONG_HASHES) + ) + ) + parser.values.hashes.setdefault(algo, []).append(digest) + + +hash: Callable[..., Option] = partial( + Option, + "--hash", + # Hash values eventually end up in InstallRequirement.hashes due to + # __dict__ copying in process_line(). + dest="hashes", + action="callback", + callback=_handle_merge_hash, + type="string", + help="Verify that the package's archive matches this " + "hash before installing. Example: --hash=sha256:abcdef...", +) + + +require_hashes: Callable[..., Option] = partial( + Option, + "--require-hashes", + dest="require_hashes", + action="store_true", + default=False, + help="Require a hash to check each requirement against, for " + "repeatable installs. This option is implied when any package in a " + "requirements file has a --hash option.", +) + + +list_path: Callable[..., Option] = partial( + PipOption, + "--path", + dest="path", + type="path", + action="append", + help="Restrict to the specified installation path for listing " + "packages (can be used multiple times).", +) + + +def check_list_path_option(options: Values) -> None: + if options.path and (options.user or options.local): + raise CommandError("Cannot combine '--path' with '--user' or '--local'") + + +list_exclude: Callable[..., Option] = partial( + PipOption, + "--exclude", + dest="excludes", + action="append", + metavar="package", + type="package_name", + help="Exclude specified package from the output", +) + + +no_python_version_warning: Callable[..., Option] = partial( + Option, + "--no-python-version-warning", + dest="no_python_version_warning", + action="store_true", + default=False, + help="Silence deprecation warnings for upcoming unsupported Pythons.", +) + + +# Features that are now always on. A warning is printed if they are used. +ALWAYS_ENABLED_FEATURES = [ + "no-binary-enable-wheel-cache", # always on since 23.1 +] + +use_new_feature: Callable[..., Option] = partial( + Option, + "--use-feature", + dest="features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "fast-deps", + "truststore", + ] + + ALWAYS_ENABLED_FEATURES, + help="Enable new functionality, that may be backward incompatible.", +) + +use_deprecated_feature: Callable[..., Option] = partial( + Option, + "--use-deprecated", + dest="deprecated_features_enabled", + metavar="feature", + action="append", + default=[], + choices=[ + "legacy-resolver", + ], + help=("Enable deprecated functionality, that will be removed in the future."), +) + + +########## +# groups # +########## + +general_group: Dict[str, Any] = { + "name": "General Options", + "options": [ + help_, + debug_mode, + isolated_mode, + require_virtualenv, + python, + verbose, + version, + quiet, + log, + no_input, + keyring_provider, + proxy, + retries, + timeout, + exists_action, + trusted_host, + cert, + client_cert, + cache_dir, + no_cache, + disable_pip_version_check, + no_color, + no_python_version_warning, + use_new_feature, + use_deprecated_feature, + ], +} + +index_group: Dict[str, Any] = { + "name": "Package Index Options", + "options": [ + index_url, + extra_index_url, + no_index, + find_links, + ], +} diff --git a/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..ae554b2 --- /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( + f"{val} is not a valid value for {key} option, " + "please specify a boolean value like yes/no, " + "true/false or 1/0 instead." + ) + elif option.action == "count": + with suppress(ValueError): + val = strtobool(val) + with suppress(ValueError): + val = int(val) + if not isinstance(val, int) or val < 0: + self.error( + f"{val} is not a valid value for {key} option, " + "please instead specify either a non-negative integer " + "or a boolean value like yes/no or false/true " + "which is equivalent to 1/0." + ) + elif option.action == "append": + val = val.split() + val = [self.check_default(option, key, v) for v in val] + elif option.action == "callback": + assert option.callback is not None + late_eval.add(option.dest) + opt_str = option.get_opt_string() + val = option.convert_value(opt_str, val) + # From take_action + args = option.callback_args or () + kwargs = option.callback_kwargs or {} + option.callback(option, opt_str, val, self, *args, **kwargs) + else: + val = self.check_default(option, key, val) + + defaults[option.dest] = val + + for key in late_eval: + defaults[key] = getattr(self.values, key) + self.values = None + return defaults + + def get_default_values(self) -> optparse.Values: + """Overriding to make updating the defaults after instantiation of + the option parser possible, _update_defaults() does the dirty work.""" + if not self.process_default_values: + # Old, pre-Optik 1.5 behaviour. + return optparse.Values(self.defaults) + + # Load the configuration, or error out in case of an error + try: + self.config.load() + except ConfigurationError as err: + self.exit(UNKNOWN_ERROR, str(err)) + + defaults = self._update_defaults(self.defaults.copy()) # ours + for option in self._get_all_options(): + assert option.dest is not None + default = defaults.get(option.dest) + if isinstance(default, str): + opt_str = option.get_opt_string() + defaults[option.dest] = option.check_value(opt_str, default) + return optparse.Values(defaults) + + def error(self, msg: str) -> None: + self.print_usage(sys.stderr) + self.exit(UNKNOWN_ERROR, f"{msg}\n") diff --git a/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..6f2f79c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cli/req_command.py @@ -0,0 +1,505 @@ +"""Contains the Command base classes that depend on PipSession. + +The classes in this module are in a separate module so the commands not +needing download / PackageFinder capability don't unnecessarily import the +PackageFinder machinery and all its vendored dependencies, etc. +""" + +import logging +import os +import sys +from functools import partial +from optparse import Values +from typing import TYPE_CHECKING, Any, List, Optional, Tuple + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.command_context import CommandContextMixIn +from pip._internal.exceptions import CommandError, PreviousBuildDirError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, + install_req_from_parsed_requirement, + install_req_from_req_string, +) +from pip._internal.req.req_file import parse_requirements +from pip._internal.req.req_install import InstallRequirement +from pip._internal.resolution.base import BaseResolver +from pip._internal.self_outdated_check import pip_self_version_check +from pip._internal.utils.temp_dir import ( + TempDirectory, + TempDirectoryTypeRegistry, + tempdir_kinds, +) +from pip._internal.utils.virtualenv import running_under_virtualenv + +if TYPE_CHECKING: + from ssl import SSLContext + +logger = logging.getLogger(__name__) + + +def _create_truststore_ssl_context() -> Optional["SSLContext"]: + if sys.version_info < (3, 10): + raise CommandError("The truststore feature is only available for Python 3.10+") + + try: + import ssl + except ImportError: + logger.warning("Disabling truststore since ssl support is missing") + return None + + try: + from pip._vendor import truststore + except ImportError as e: + raise CommandError(f"The truststore feature is unavailable: {e}") + + return truststore.SSLContext(ssl.PROTOCOL_TLS_CLIENT) + + +class SessionCommandMixin(CommandContextMixIn): + + """ + A class mixin for command classes needing _build_session(). + """ + + def __init__(self) -> None: + super().__init__() + self._session: Optional[PipSession] = None + + @classmethod + def _get_index_urls(cls, options: Values) -> Optional[List[str]]: + """Return a list of index urls from user-provided options.""" + index_urls = [] + if not getattr(options, "no_index", False): + url = getattr(options, "index_url", None) + if url: + index_urls.append(url) + urls = getattr(options, "extra_index_urls", None) + if urls: + index_urls.extend(urls) + # Return None rather than an empty list + return index_urls or None + + def get_default_session(self, options: Values) -> PipSession: + """Get a default-managed session.""" + if self._session is None: + self._session = self.enter_context(self._build_session(options)) + # there's no type annotation on requests.Session, so it's + # automatically ContextManager[Any] and self._session becomes Any, + # then https://github.com/python/mypy/issues/7696 kicks in + assert self._session is not None + return self._session + + def _build_session( + self, + options: Values, + retries: Optional[int] = None, + timeout: Optional[int] = None, + fallback_to_certifi: bool = False, + ) -> PipSession: + cache_dir = options.cache_dir + assert not cache_dir or os.path.isabs(cache_dir) + + if "truststore" in options.features_enabled: + try: + ssl_context = _create_truststore_ssl_context() + except Exception: + if not fallback_to_certifi: + raise + ssl_context = None + else: + ssl_context = None + + session = PipSession( + cache=os.path.join(cache_dir, "http-v2") if cache_dir else None, + retries=retries if retries is not None else options.retries, + trusted_hosts=options.trusted_hosts, + index_urls=self._get_index_urls(options), + ssl_context=ssl_context, + ) + + # Handle custom ca-bundles from the user + if options.cert: + session.verify = options.cert + + # Handle SSL client certificate + if options.client_cert: + session.cert = options.client_cert + + # Handle timeouts + if options.timeout or timeout: + session.timeout = timeout if timeout is not None else options.timeout + + # Handle configured proxies + if options.proxy: + session.proxies = { + "http": options.proxy, + "https": options.proxy, + } + + # Determine if we can prompt the user for authentication or not + session.auth.prompting = not options.no_input + session.auth.keyring_provider = options.keyring_provider + + return session + + +class IndexGroupCommand(Command, SessionCommandMixin): + + """ + Abstract base class for commands with the index_group options. + + This also corresponds to the commands that permit the pip version check. + """ + + def handle_pip_version_check(self, options: Values) -> None: + """ + Do the pip version check if not disabled. + + This overrides the default behavior of not doing the check. + """ + # Make sure the index_group options are present. + assert hasattr(options, "no_index") + + if options.disable_pip_version_check or options.no_index: + return + + # Otherwise, check if we're using the latest version of pip available. + session = self._build_session( + options, + retries=0, + timeout=min(5, options.timeout), + # This is set to ensure the function does not fail when truststore is + # specified in use-feature but cannot be loaded. This usually raises a + # CommandError and shows a nice user-facing error, but this function is not + # called in that try-except block. + fallback_to_certifi=True, + ) + with session: + pip_self_version_check(session, options) + + +KEEPABLE_TEMPDIR_TYPES = [ + tempdir_kinds.BUILD_ENV, + tempdir_kinds.EPHEM_WHEEL_CACHE, + tempdir_kinds.REQ_BUILD, +] + + +def warn_if_run_as_root() -> None: + """Output a warning for sudo users on Unix. + + In a virtual environment, sudo pip still writes to virtualenv. + On Windows, users may run pip as Administrator without issues. + This warning only applies to Unix root users outside of virtualenv. + """ + if running_under_virtualenv(): + return + if not hasattr(os, "getuid"): + return + # On Windows, there are no "system managed" Python packages. Installing as + # Administrator via pip is the correct way of updating system environments. + # + # We choose sys.platform over utils.compat.WINDOWS here to enable Mypy platform + # checks: https://mypy.readthedocs.io/en/stable/common_issues.html + if sys.platform == "win32" or sys.platform == "cygwin": + return + + if os.getuid() != 0: + return + + logger.warning( + "Running pip as the 'root' user can result in broken permissions and " + "conflicting behaviour with the system package manager. " + "It is recommended to use a virtual environment instead: " + "https://pip.pypa.io/warnings/venv" + ) + + +def with_cleanup(func: Any) -> Any: + """Decorator for common logic related to managing temporary + directories. + """ + + def configure_tempdir_registry(registry: TempDirectoryTypeRegistry) -> None: + for t in KEEPABLE_TEMPDIR_TYPES: + registry.set_delete(t, False) + + def wrapper( + self: RequirementCommand, options: Values, args: List[Any] + ) -> Optional[int]: + assert self.tempdir_registry is not None + if options.no_clean: + configure_tempdir_registry(self.tempdir_registry) + + try: + return func(self, options, args) + except PreviousBuildDirError: + # This kind of conflict can occur when the user passes an explicit + # build directory with a pre-existing folder. In that case we do + # not want to accidentally remove it. + configure_tempdir_registry(self.tempdir_registry) + raise + + return wrapper + + +class RequirementCommand(IndexGroupCommand): + def __init__(self, *args: Any, **kw: Any) -> None: + super().__init__(*args, **kw) + + self.cmd_opts.add_option(cmdoptions.no_clean()) + + @staticmethod + def determine_resolver_variant(options: Values) -> str: + """Determines which resolver should be used, based on the given options.""" + if "legacy-resolver" in options.deprecated_features_enabled: + return "legacy" + + return "resolvelib" + + @classmethod + def make_requirement_preparer( + cls, + temp_build_dir: TempDirectory, + options: Values, + build_tracker: BuildTracker, + session: PipSession, + finder: PackageFinder, + use_user_site: bool, + download_dir: Optional[str] = None, + verbosity: int = 0, + ) -> RequirementPreparer: + """ + Create a RequirementPreparer instance for the given parameters. + """ + temp_build_dir_path = temp_build_dir.path + assert temp_build_dir_path is not None + legacy_resolver = False + + resolver_variant = cls.determine_resolver_variant(options) + if resolver_variant == "resolvelib": + lazy_wheel = "fast-deps" in options.features_enabled + if lazy_wheel: + logger.warning( + "pip is using lazily downloaded wheels using HTTP " + "range requests to obtain dependency information. " + "This experimental feature is enabled through " + "--use-feature=fast-deps and it is not ready for " + "production." + ) + else: + legacy_resolver = True + lazy_wheel = False + if "fast-deps" in options.features_enabled: + logger.warning( + "fast-deps has no effect when used with the legacy resolver." + ) + + return RequirementPreparer( + build_dir=temp_build_dir_path, + src_dir=options.src_dir, + download_dir=download_dir, + build_isolation=options.build_isolation, + check_build_deps=options.check_build_deps, + build_tracker=build_tracker, + session=session, + progress_bar=options.progress_bar, + finder=finder, + require_hashes=options.require_hashes, + use_user_site=use_user_site, + lazy_wheel=lazy_wheel, + verbosity=verbosity, + legacy_resolver=legacy_resolver, + ) + + @classmethod + def make_resolver( + cls, + preparer: RequirementPreparer, + finder: PackageFinder, + options: Values, + wheel_cache: Optional[WheelCache] = None, + use_user_site: bool = False, + ignore_installed: bool = True, + ignore_requires_python: bool = False, + force_reinstall: bool = False, + upgrade_strategy: str = "to-satisfy-only", + use_pep517: Optional[bool] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> BaseResolver: + """ + Create a Resolver instance for the given parameters. + """ + make_install_req = partial( + install_req_from_req_string, + isolated=options.isolated_mode, + use_pep517=use_pep517, + ) + resolver_variant = cls.determine_resolver_variant(options) + # The long import name and duplicated invocation is needed to convince + # Mypy into correctly typechecking. Otherwise it would complain the + # "Resolver" class being redefined. + if resolver_variant == "resolvelib": + import pip._internal.resolution.resolvelib.resolver + + return pip._internal.resolution.resolvelib.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + import pip._internal.resolution.legacy.resolver + + return pip._internal.resolution.legacy.resolver.Resolver( + preparer=preparer, + finder=finder, + wheel_cache=wheel_cache, + make_install_req=make_install_req, + use_user_site=use_user_site, + ignore_dependencies=options.ignore_dependencies, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + force_reinstall=force_reinstall, + upgrade_strategy=upgrade_strategy, + py_version_info=py_version_info, + ) + + def get_requirements( + self, + args: List[str], + options: Values, + finder: PackageFinder, + session: PipSession, + ) -> List[InstallRequirement]: + """ + Parse command-line arguments into the corresponding requirements. + """ + requirements: List[InstallRequirement] = [] + for filename in options.constraints: + for parsed_req in parse_requirements( + filename, + constraint=True, + finder=finder, + options=options, + session=session, + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + user_supplied=False, + ) + requirements.append(req_to_add) + + for req in args: + req_to_add = install_req_from_line( + req, + comes_from=None, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + for req in options.editables: + req_to_add = install_req_from_editable( + req, + user_supplied=True, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + config_settings=getattr(options, "config_settings", None), + ) + requirements.append(req_to_add) + + # NOTE: options.require_hashes may be set if --require-hashes is True + for filename in options.requirements: + for parsed_req in parse_requirements( + filename, finder=finder, options=options, session=session + ): + req_to_add = install_req_from_parsed_requirement( + parsed_req, + isolated=options.isolated_mode, + use_pep517=options.use_pep517, + user_supplied=True, + config_settings=parsed_req.options.get("config_settings") + if parsed_req.options + else None, + ) + requirements.append(req_to_add) + + # If any requirement has hash options, enable hash checking. + if any(req.has_hash_options for req in requirements): + options.require_hashes = True + + if not (args or options.editables or options.requirements): + opts = {"name": self.name} + if options.find_links: + raise CommandError( + "You must give at least one requirement to {name} " + '(maybe you meant "pip {name} {links}"?)'.format( + **dict(opts, links=" ".join(options.find_links)) + ) + ) + else: + raise CommandError( + "You must give at least one requirement to {name} " + '(see "pip help {name}")'.format(**opts) + ) + + return requirements + + @staticmethod + def trace_basic_info(finder: PackageFinder) -> None: + """ + Trace basic information about the provided objects. + """ + # Display where finder is looking for packages + search_scope = finder.search_scope + locations = search_scope.get_formatted_locations() + if locations: + logger.info(locations) + + def _build_package_finder( + self, + options: Values, + session: PipSession, + target_python: Optional[TargetPython] = None, + ignore_requires_python: Optional[bool] = None, + ) -> PackageFinder: + """ + Create a package finder appropriate to this requirement command. + + :param ignore_requires_python: Whether to ignore incompatible + "Requires-Python" values in links. Defaults to False. + """ + link_collector = LinkCollector.create(session, options=options) + selection_prefs = SelectionPreferences( + allow_yanked=True, + format_control=options.format_control, + allow_all_prereleases=options.pre, + prefer_binary=options.prefer_binary, + ignore_requires_python=ignore_requires_python, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + target_python=target_python, + ) diff --git a/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..bd6e432b1385d93a3fc63458e6ec5d87c76b6c19 GIT binary patch literal 4019 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 E2V^}n`Tzg` 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..a5c7da4d335bbf17154ddeae169e863e68743c1b GIT binary patch literal 10178 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 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..bc1c093088be2af26e4d50df18629cc59e35f0a5 GIT binary patch literal 7606 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 U;LG57ucz}#$D#i+lrX#dA5qbv`Tzg` 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..18bc959d56694b7c7080f07830b7c01558b4a2eb GIT binary patch literal 4433 zcmbVP-ESMm5x*mkTXJ>bQGyB(gJR(55dG3$KR!k87$p-BfXc4;`K&%T$K%yz+*ssqN%f6gXWVGM( zm!+Ik4&(xSESbS_C>P>%z?943T$s~AGg6M`qMQzyv2r{Y=d^70loPoG&|%!W=tGeQ zQZ5O!g!@KdUEoB4)9({L5>V`cfZ{m3<@YShrItmt=QSJ5siGVFg>Kd`Ref&s!v$&+ zJ#Wur+m(K1P#Zo+@?~UIZNsWi7=^A_<+5HujGVuH<;u1Bd8T5KU|h#QMX8NUV?nFl zEl@W|uw5gSytk~^`{0M!v3mx(b;0(y(3jYku7vR#Q3!{SjAa~Vb|MK!7K11ZU!uza zHR{H%^DElAzV-VN1=`J;U9H)QQK7bOniwhVGY6JJ@V%Nra2Z!@sw`RrZd4}1r|nDW z1S=-E5@x~#UCHYdr$HO8zzs5%utF`uK3W7}lHqgfgZxKPPF9IkP(Epe)~BlPO)tK0 z&t|i5vojDym=H1nJ0Vf%=JNYT42g_2WaEHPci3Uo{?_JG~w;A2*w%30)xW&Q>+FMyNgoeSAk^gUYhlhH+wLAN6 zOSxSvT)SF{g>_d$qetJitrmKV!m^-_&DDKrQjezrM)qUKjdctlH|W(WV52K78YZr< z-lkZwi`a`47EEkVfDr1ALy%S=|0o6oC4*ufoq%c;rGP7#=r&-wV)3}nD7T6RRlEp; z*sLfESgBEn$8ycIjVfrejWVVgHQ-7JQyYxRvqa~H5MI+4fDE9P=r+de`aXak=z zxirgdnR+0d2E=nCUJ}!Qu1{U{45D|9Dsw-aNQWBlbhuwPx5b z{k&O2IE|5E>kB4!0o6E1Yjf%+uX!A$&1tWrEE22SK0Ly1lp1kms6R9~L+VC!#3?u- z!UEq7Gwju>x?O|{gafoIl`Nye^N$N@G?g_DQq&X^t<6ZItPIB1kpKwwmO-W2u^Hw<0T7BE5@Ks#Y)oE!F*&;}UwR3?i9U+%$fq0f=}mF- z-9LTs^n-8Y_jty4L#-s}N;)afd}rcfK+IE}13rdwaX$^(Ex-|kHqfs6SHw~aYGKxX zqa!Q+QY+EzGl8)8LH-Cp6id9o@05qI8#`JPtb2rX+b&T!ND`$Z;CMyskW98$1f8rX z>}tSewPaTV?qC-ShQMWITUP__Xcr5HE6jJSYU^sx#CC~rRrnMzXjQV`X^WJUHg)h@ zI(|U6sTB$N>M%Ii<*!ajg3S<(H>gqlb85(qcH{>)!ogLu0Mpzs!!3^tuwbXIY*5S8 zp|XOw1+*e*Q1nKOsQvIRz&2rrL8hQ{gS9FGIS&xz78XzsJqGhdoWHB>V@L}U2)hohOBO$-j=6drAD3MiJjr8#_*Ig z^v?R~lT~MMeBFFvI(;MSQ%|Oxfnz%ZXBz`&o#cQseqv{QrZGOVmyib{{}ICBvk$NC z^$GFb#~(lXcqewO5j(bV>kn7I{N$UM+U$qVdnuuJ=wT0!Yt`q~u4>GcHLaqTv8K5Z zjXAGoGCHPd_aI5OzJxRlS$SXwY82jGZq&328az|5UZ&&%xPdSrAk24g%r`8_Uy{E>2)m-ZV>g|$sSkvI`=o%}jEV7)wQDc?X4h`)O4EVaW>HK9hBnSO1^C%a zZRVejaPrS|k8wPmOr1L5owN*4p`9^-AT-u(0i$QQ5^c>qyGx*m;3mC$!`)_ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..02b27936aa66c459534f86a7322cb9c3c5ae6a4d GIT binary patch literal 3000 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c5a62b80ed907daac4510d4aa3fcdf431825bcbd GIT binary patch literal 6737 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a379e0de52f732d7a4885f8bc4a0f349f95c9d5c GIT binary patch literal 28930 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 aALG4z%SzjDp2PEQFMIs->|-jiPyT-`1`dM& 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..53f0c9082031440db70392b6c1e1527106d48edc GIT binary patch literal 7638 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 WI}1nNgR6fKD-%GM2G_A-di1{@(I;*I 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..f4c32048897493779c56bf7425cb673a3f2e6028 GIT binary patch literal 9745 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 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..d0898aae1d26cff648674a0edfa90105af0e9c6b GIT binary patch literal 4743 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py b/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py new file mode 100644 index 0000000..3283361 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/cache.py @@ -0,0 +1,225 @@ +import os +import textwrap +from optparse import Values +from typing import Any, List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, PipError +from pip._internal.utils import filesystem +from pip._internal.utils.logging import getLogger + +logger = getLogger(__name__) + + +class CacheCommand(Command): + """ + Inspect and manage pip's wheel cache. + + Subcommands: + + - dir: Show the cache directory. + - info: Show information about the cache. + - list: List filenames of packages stored in the cache. + - remove: Remove one or more package from the cache. + - purge: Remove all items from the cache. + + ```` can be a glob expression or a package name. + """ + + ignore_require_venv = True + usage = """ + %prog dir + %prog info + %prog list [] [--format=[human, abspath]] + %prog remove + %prog purge + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="human", + choices=("human", "abspath"), + help="Select the output format among: human (default) or abspath", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "dir": self.get_cache_dir, + "info": self.get_cache_info, + "list": self.list_cache_items, + "remove": self.remove_cache_items, + "purge": self.purge_cache, + } + + if not options.cache_dir: + logger.error("pip cache commands can not function since cache is disabled.") + return ERROR + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def get_cache_dir(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + logger.info(options.cache_dir) + + def get_cache_info(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + num_http_files = len(self._find_http_files(options)) + num_packages = len(self._find_wheels(options, "*")) + + http_cache_location = self._cache_dir(options, "http-v2") + old_http_cache_location = self._cache_dir(options, "http") + wheels_cache_location = self._cache_dir(options, "wheels") + http_cache_size = filesystem.format_size( + filesystem.directory_size(http_cache_location) + + filesystem.directory_size(old_http_cache_location) + ) + wheels_cache_size = filesystem.format_directory_size(wheels_cache_location) + + message = ( + textwrap.dedent( + """ + Package index page cache location (pip v23.3+): {http_cache_location} + Package index page cache location (older pips): {old_http_cache_location} + Package index page cache size: {http_cache_size} + Number of HTTP files: {num_http_files} + Locally built wheels location: {wheels_cache_location} + Locally built wheels size: {wheels_cache_size} + Number of locally built wheels: {package_count} + """ # noqa: E501 + ) + .format( + http_cache_location=http_cache_location, + old_http_cache_location=old_http_cache_location, + http_cache_size=http_cache_size, + num_http_files=num_http_files, + wheels_cache_location=wheels_cache_location, + package_count=num_packages, + wheels_cache_size=wheels_cache_size, + ) + .strip() + ) + + logger.info(message) + + def list_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if args: + pattern = args[0] + else: + pattern = "*" + + files = self._find_wheels(options, pattern) + if options.list_format == "human": + self.format_for_human(files) + else: + self.format_for_abspath(files) + + def format_for_human(self, files: List[str]) -> None: + if not files: + logger.info("No locally built wheels cached.") + return + + results = [] + for filename in files: + wheel = os.path.basename(filename) + size = filesystem.format_file_size(filename) + results.append(f" - {wheel} ({size})") + logger.info("Cache contents:\n") + logger.info("\n".join(sorted(results))) + + def format_for_abspath(self, files: List[str]) -> None: + if files: + logger.info("\n".join(sorted(files))) + + def remove_cache_items(self, options: Values, args: List[Any]) -> None: + if len(args) > 1: + raise CommandError("Too many arguments") + + if not args: + raise CommandError("Please provide a pattern") + + files = self._find_wheels(options, args[0]) + + no_matching_msg = "No matching packages" + if args[0] == "*": + # Only fetch http files if no specific pattern given + files += self._find_http_files(options) + else: + # Add the pattern to the log message + no_matching_msg += f' for pattern "{args[0]}"' + + if not files: + logger.warning(no_matching_msg) + + for filename in files: + os.unlink(filename) + logger.verbose("Removed %s", filename) + logger.info("Files removed: %s", len(files)) + + def purge_cache(self, options: Values, args: List[Any]) -> None: + if args: + raise CommandError("Too many arguments") + + return self.remove_cache_items(options, ["*"]) + + def _cache_dir(self, options: Values, subdir: str) -> str: + return os.path.join(options.cache_dir, subdir) + + def _find_http_files(self, options: Values) -> List[str]: + old_http_dir = self._cache_dir(options, "http") + new_http_dir = self._cache_dir(options, "http-v2") + return filesystem.find_files(old_http_dir, "*") + filesystem.find_files( + new_http_dir, "*" + ) + + def _find_wheels(self, options: Values, pattern: str) -> List[str]: + wheel_dir = self._cache_dir(options, "wheels") + + # The wheel filename format, as specified in PEP 427, is: + # {distribution}-{version}(-{build})?-{python}-{abi}-{platform}.whl + # + # Additionally, non-alphanumeric values in the distribution are + # normalized to underscores (_), meaning hyphens can never occur + # before `-{version}`. + # + # Given that information: + # - If the pattern we're given contains a hyphen (-), the user is + # providing at least the version. Thus, we can just append `*.whl` + # to match the rest of it. + # - If the pattern we're given doesn't contain a hyphen (-), the + # user is only providing the name. Thus, we append `-*.whl` to + # match the hyphen before the version, followed by anything else. + # + # PEP 427: https://www.python.org/dev/peps/pep-0427/ + pattern = pattern + ("*.whl" if "-" in pattern else "-*.whl") + + return filesystem.find_files(wheel_dir, pattern) diff --git a/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..9e89e27 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/completion.py @@ -0,0 +1,130 @@ +import sys +import textwrap +from optparse import Values +from typing import List + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.utils.misc import get_prog + +BASE_COMPLETION = """ +# pip {shell} completion start{script}# pip {shell} completion end +""" + +COMPLETION_SCRIPTS = { + "bash": """ + _pip_completion() + {{ + COMPREPLY=( $( COMP_WORDS="${{COMP_WORDS[*]}}" \\ + COMP_CWORD=$COMP_CWORD \\ + PIP_AUTO_COMPLETE=1 $1 2>/dev/null ) ) + }} + complete -o default -F _pip_completion {prog} + """, + "zsh": """ + #compdef -P pip[0-9.]# + __pip() {{ + compadd $( COMP_WORDS="$words[*]" \\ + COMP_CWORD=$((CURRENT-1)) \\ + PIP_AUTO_COMPLETE=1 $words[1] 2>/dev/null ) + }} + if [[ $zsh_eval_context[-1] == loadautofunc ]]; then + # autoload from fpath, call function directly + __pip "$@" + else + # eval/source/. command, register function for later + compdef __pip -P 'pip[0-9.]#' + fi + """, + "fish": """ + function __fish_complete_pip + set -lx COMP_WORDS (commandline -o) "" + set -lx COMP_CWORD ( \\ + math (contains -i -- (commandline -t) $COMP_WORDS)-1 \\ + ) + set -lx PIP_AUTO_COMPLETE 1 + string split \\ -- (eval $COMP_WORDS[1]) + end + complete -fa "(__fish_complete_pip)" -c {prog} + """, + "powershell": """ + if ((Test-Path Function:\\TabExpansion) -and -not ` + (Test-Path Function:\\_pip_completeBackup)) {{ + Rename-Item Function:\\TabExpansion _pip_completeBackup + }} + function TabExpansion($line, $lastWord) {{ + $lastBlock = [regex]::Split($line, '[|;]')[-1].TrimStart() + if ($lastBlock.StartsWith("{prog} ")) {{ + $Env:COMP_WORDS=$lastBlock + $Env:COMP_CWORD=$lastBlock.Split().Length - 1 + $Env:PIP_AUTO_COMPLETE=1 + (& {prog}).Split() + Remove-Item Env:COMP_WORDS + Remove-Item Env:COMP_CWORD + Remove-Item Env:PIP_AUTO_COMPLETE + }} + elseif (Test-Path Function:\\_pip_completeBackup) {{ + # Fall back on existing tab expansion + _pip_completeBackup $line $lastWord + }} + }} + """, +} + + +class CompletionCommand(Command): + """A helper command to be used for command completion.""" + + ignore_require_venv = True + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--bash", + "-b", + action="store_const", + const="bash", + dest="shell", + help="Emit completion code for bash", + ) + self.cmd_opts.add_option( + "--zsh", + "-z", + action="store_const", + const="zsh", + dest="shell", + help="Emit completion code for zsh", + ) + self.cmd_opts.add_option( + "--fish", + "-f", + action="store_const", + const="fish", + dest="shell", + help="Emit completion code for fish", + ) + self.cmd_opts.add_option( + "--powershell", + "-p", + action="store_const", + const="powershell", + dest="shell", + help="Emit completion code for powershell", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + """Prints the completion code of the given shell""" + shells = COMPLETION_SCRIPTS.keys() + shell_options = ["--" + shell for shell in sorted(shells)] + if options.shell in shells: + script = textwrap.dedent( + COMPLETION_SCRIPTS.get(options.shell, "").format(prog=get_prog()) + ) + print(BASE_COMPLETION.format(script=script, shell=options.shell)) + return SUCCESS + else: + sys.stderr.write( + "ERROR: You must pass {}\n".format(" or ".join(shell_options)) + ) + return SUCCESS diff --git a/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..1a1dc6b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/configuration.py @@ -0,0 +1,280 @@ +import logging +import os +import subprocess +from optparse import Values +from typing import Any, List, Optional + +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.configuration import ( + Configuration, + Kind, + get_configuration_files, + kinds, +) +from pip._internal.exceptions import PipError +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_prog, write_output + +logger = logging.getLogger(__name__) + + +class ConfigurationCommand(Command): + """ + Manage local and global configuration. + + Subcommands: + + - list: List the active configuration (or from the file specified) + - edit: Edit the configuration file in an editor + - get: Get the value associated with command.option + - set: Set the command.option=value + - unset: Unset the value associated with command.option + - debug: List the configuration files and values defined under them + + Configuration keys should be dot separated command and option name, + with the special prefix "global" affecting any command. For example, + "pip config set global.index-url https://example.org/" would configure + the index url for all commands, but "pip config set download.timeout 10" + would configure a 10 second timeout only for "pip download" commands. + + If none of --user, --global and --site are passed, a virtual + environment configuration file is used if one is active and the file + exists. Otherwise, all modifications happen to the user file by + default. + """ + + ignore_require_venv = True + usage = """ + %prog [] list + %prog [] [--editor ] edit + + %prog [] get command.option + %prog [] set command.option value + %prog [] unset command.option + %prog [] debug + """ + + def add_options(self) -> None: + self.cmd_opts.add_option( + "--editor", + dest="editor", + action="store", + default=None, + help=( + "Editor to use to edit the file. Uses VISUAL or EDITOR " + "environment variables if not provided." + ), + ) + + self.cmd_opts.add_option( + "--global", + dest="global_file", + action="store_true", + default=False, + help="Use the system-wide configuration file only", + ) + + self.cmd_opts.add_option( + "--user", + dest="user_file", + action="store_true", + default=False, + help="Use the user configuration file only", + ) + + self.cmd_opts.add_option( + "--site", + dest="site_file", + action="store_true", + default=False, + help="Use the current environment configuration file only", + ) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + handlers = { + "list": self.list_values, + "edit": self.open_in_editor, + "get": self.get_name, + "set": self.set_name_value, + "unset": self.unset_name, + "debug": self.list_config_values, + } + + # Determine action + if not args or args[0] not in handlers: + logger.error( + "Need an action (%s) to perform.", + ", ".join(sorted(handlers)), + ) + return ERROR + + action = args[0] + + # Determine which configuration files are to be loaded + # Depends on whether the command is modifying. + try: + load_only = self._determine_file( + options, need_value=(action in ["get", "set", "unset", "edit"]) + ) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + # Load a new configuration + self.configuration = Configuration( + isolated=options.isolated_mode, load_only=load_only + ) + self.configuration.load() + + # Error handling happens here, not in the action-handlers. + try: + handlers[action](options, args[1:]) + except PipError as e: + logger.error(e.args[0]) + return ERROR + + return SUCCESS + + def _determine_file(self, options: Values, need_value: bool) -> Optional[Kind]: + file_options = [ + key + for key, value in ( + (kinds.USER, options.user_file), + (kinds.GLOBAL, options.global_file), + (kinds.SITE, options.site_file), + ) + if value + ] + + if not file_options: + if not need_value: + return None + # Default to user, unless there's a site file. + elif any( + os.path.exists(site_config_file) + for site_config_file in get_configuration_files()[kinds.SITE] + ): + return kinds.SITE + else: + return kinds.USER + elif len(file_options) == 1: + return file_options[0] + + raise PipError( + "Need exactly one file to operate upon " + "(--user, --site, --global) to perform." + ) + + def list_values(self, options: Values, args: List[str]) -> None: + self._get_n_args(args, "list", n=0) + + for key, value in sorted(self.configuration.items()): + write_output("%s=%r", key, value) + + def get_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "get [name]", n=1) + value = self.configuration.get_value(key) + + write_output("%s", value) + + def set_name_value(self, options: Values, args: List[str]) -> None: + key, value = self._get_n_args(args, "set [name] [value]", n=2) + self.configuration.set_value(key, value) + + self._save_configuration() + + def unset_name(self, options: Values, args: List[str]) -> None: + key = self._get_n_args(args, "unset [name]", n=1) + self.configuration.unset_value(key) + + self._save_configuration() + + def list_config_values(self, options: Values, args: List[str]) -> None: + """List config key-value pairs across different config files""" + self._get_n_args(args, "debug", n=0) + + self.print_env_var_values() + # Iterate over config files and print if they exist, and the + # key-value pairs present in them if they do + for variant, files in sorted(self.configuration.iter_config_files()): + write_output("%s:", variant) + for fname in files: + with indent_log(): + file_exists = os.path.exists(fname) + write_output("%s, exists: %r", fname, file_exists) + if file_exists: + self.print_config_file_values(variant) + + def print_config_file_values(self, variant: Kind) -> None: + """Get key-value pairs from the file of a variant""" + for name, value in self.configuration.get_values_in_config(variant).items(): + with indent_log(): + write_output("%s: %s", name, value) + + def print_env_var_values(self) -> None: + """Get key-values pairs present as environment variables""" + write_output("%s:", "env_var") + with indent_log(): + for key, value in sorted(self.configuration.get_environ_vars()): + env_var = f"PIP_{key.upper()}" + write_output("%s=%r", env_var, value) + + def open_in_editor(self, options: Values, args: List[str]) -> None: + editor = self._determine_editor(options) + + fname = self.configuration.get_file_to_edit() + if fname is None: + raise PipError("Could not determine appropriate file.") + elif '"' in fname: + # This shouldn't happen, unless we see a username like that. + # If that happens, we'd appreciate a pull request fixing this. + raise PipError( + f'Can not open an editor for a file name containing "\n{fname}' + ) + + try: + subprocess.check_call(f'{editor} "{fname}"', shell=True) + except FileNotFoundError as e: + if not e.filename: + e.filename = editor + raise + except subprocess.CalledProcessError as e: + raise PipError(f"Editor Subprocess exited with exit code {e.returncode}") + + def _get_n_args(self, args: List[str], example: str, n: int) -> Any: + """Helper to make sure the command got the right number of arguments""" + if len(args) != n: + msg = ( + f"Got unexpected number of arguments, expected {n}. " + f'(example: "{get_prog()} config {example}")' + ) + raise PipError(msg) + + if n == 1: + return args[0] + else: + return args + + def _save_configuration(self) -> None: + # We successfully ran a modifying command. Need to save the + # configuration. + try: + self.configuration.save() + except Exception: + logger.exception( + "Unable to save configuration. Please report this as a bug." + ) + raise PipError("Internal Error.") + + def _determine_editor(self, options: Values) -> str: + if options.editor is not None: + return options.editor + elif "VISUAL" in os.environ: + return os.environ["VISUAL"] + elif "EDITOR" in os.environ: + return os.environ["EDITOR"] + else: + raise PipError("Could not determine editor to use.") diff --git a/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..7e5271c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/debug.py @@ -0,0 +1,201 @@ +import importlib.resources +import locale +import logging +import os +import sys +from optparse import Values +from types import ModuleType +from typing import Any, Dict, List, Optional + +import pip._vendor +from pip._vendor.certifi import where +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.configuration import Configuration +from pip._internal.metadata import get_environment +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import get_pip_version + +logger = logging.getLogger(__name__) + + +def show_value(name: str, value: Any) -> None: + logger.info("%s: %s", name, value) + + +def show_sys_implementation() -> None: + logger.info("sys.implementation:") + implementation_name = sys.implementation.name + with indent_log(): + show_value("name", implementation_name) + + +def create_vendor_txt_map() -> Dict[str, str]: + with importlib.resources.open_text("pip._vendor", "vendor.txt") as f: + # Purge non version specifying lines. + # Also, remove any space prefix or suffixes (including comments). + lines = [ + line.strip().split(" ", 1)[0] for line in f.readlines() if "==" in line + ] + + # Transform into "module" -> version dict. + return dict(line.split("==", 1) for line in lines) + + +def get_module_from_module_name(module_name: str) -> Optional[ModuleType]: + # Module name can be uppercase in vendor.txt for some reason... + module_name = module_name.lower().replace("-", "_") + # PATCH: setuptools is actually only pkg_resources. + if module_name == "setuptools": + module_name = "pkg_resources" + + try: + __import__(f"pip._vendor.{module_name}", globals(), locals(), level=0) + return getattr(pip._vendor, module_name) + except ImportError: + # We allow 'truststore' to fail to import due + # to being unavailable on Python 3.9 and earlier. + if module_name == "truststore" and sys.version_info < (3, 10): + return None + raise + + +def get_vendor_version_from_module(module_name: str) -> Optional[str]: + module = get_module_from_module_name(module_name) + version = getattr(module, "__version__", None) + + if module and not version: + # Try to find version in debundled module info. + assert module.__file__ is not None + env = get_environment([os.path.dirname(module.__file__)]) + dist = env.get_distribution(module_name) + if dist: + version = str(dist.version) + + return version + + +def show_actual_vendor_versions(vendor_txt_versions: Dict[str, str]) -> None: + """Log the actual version and print extra info if there is + a conflict or if the actual version could not be imported. + """ + for module_name, expected_version in vendor_txt_versions.items(): + extra_message = "" + actual_version = get_vendor_version_from_module(module_name) + if not actual_version: + extra_message = ( + " (Unable to locate actual module version, using" + " vendor.txt specified version)" + ) + actual_version = expected_version + elif parse_version(actual_version) != parse_version(expected_version): + extra_message = ( + " (CONFLICT: vendor.txt suggests version should" + f" be {expected_version})" + ) + logger.info("%s==%s%s", module_name, actual_version, extra_message) + + +def show_vendor_versions() -> None: + logger.info("vendored library versions:") + + vendor_txt_versions = create_vendor_txt_map() + with indent_log(): + show_actual_vendor_versions(vendor_txt_versions) + + +def show_tags(options: Values) -> None: + tag_limit = 10 + + target_python = make_target_python(options) + tags = target_python.get_sorted_tags() + + # Display the target options that were explicitly provided. + formatted_target = target_python.format_given() + suffix = "" + if formatted_target: + suffix = f" (target: {formatted_target})" + + msg = f"Compatible tags: {len(tags)}{suffix}" + logger.info(msg) + + if options.verbose < 1 and len(tags) > tag_limit: + tags_limited = True + tags = tags[:tag_limit] + else: + tags_limited = False + + with indent_log(): + for tag in tags: + logger.info(str(tag)) + + if tags_limited: + msg = f"...\n[First {tag_limit} tags shown. Pass --verbose to show all.]" + logger.info(msg) + + +def ca_bundle_info(config: Configuration) -> str: + levels = {key.split(".", 1)[0] for key, _ in config.items()} + if not levels: + return "Not specified" + + levels_that_override_global = ["install", "wheel", "download"] + global_overriding_level = [ + level for level in levels if level in levels_that_override_global + ] + if not global_overriding_level: + return "global" + + if "global" in levels: + levels.remove("global") + return ", ".join(levels) + + +class DebugCommand(Command): + """ + Display debug information. + """ + + usage = """ + %prog """ + ignore_require_venv = True + + def add_options(self) -> None: + cmdoptions.add_target_python_options(self.cmd_opts) + self.parser.insert_option_group(0, self.cmd_opts) + self.parser.config.load() + + def run(self, options: Values, args: List[str]) -> int: + logger.warning( + "This command is only meant for debugging. " + "Do not use this with automation for parsing and getting these " + "details, since the output and options of this command may " + "change without notice." + ) + show_value("pip version", get_pip_version()) + show_value("sys.version", sys.version) + show_value("sys.executable", sys.executable) + show_value("sys.getdefaultencoding", sys.getdefaultencoding()) + show_value("sys.getfilesystemencoding", sys.getfilesystemencoding()) + show_value( + "locale.getpreferredencoding", + locale.getpreferredencoding(), + ) + show_value("sys.platform", sys.platform) + show_sys_implementation() + + show_value("'cert' config value", ca_bundle_info(self.parser.config)) + show_value("REQUESTS_CA_BUNDLE", os.environ.get("REQUESTS_CA_BUNDLE")) + show_value("CURL_CA_BUNDLE", os.environ.get("CURL_CA_BUNDLE")) + show_value("pip._vendor.certifi.where()", where()) + show_value("pip._vendor.DEBUNDLED", pip._vendor.DEBUNDLED) + + show_vendor_versions() + + show_tags(options) + + return SUCCESS diff --git a/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..e64cb3d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/freeze.py @@ -0,0 +1,109 @@ +import sys +from optparse import Values +from typing import AbstractSet, List + +from pip._internal.cli import cmdoptions +from pip._internal.cli.base_command import Command +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.operations.freeze import freeze +from pip._internal.utils.compat import stdlib_pkgs + + +def _should_suppress_build_backends() -> bool: + return sys.version_info < (3, 12) + + +def _dev_pkgs() -> AbstractSet[str]: + pkgs = {"pip"} + + if _should_suppress_build_backends(): + pkgs |= {"setuptools", "distribute", "wheel"} + pkgs |= {"setuptools", "distribute", "wheel", "pkg-resources"} + + return pkgs + + +class FreezeCommand(Command): + """ + Output installed packages in requirements format. + + packages are listed in a case-insensitive sorted order. + """ + + usage = """ + %prog [options]""" + log_streams = ("ext://sys.stderr", "ext://sys.stderr") + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-r", + "--requirement", + dest="requirements", + action="append", + default=[], + metavar="file", + help=( + "Use the order in the given requirements file and its " + "comments when generating output. This option can be " + "used multiple times." + ), + ) + self.cmd_opts.add_option( + "-l", + "--local", + dest="local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not output " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--all", + dest="freeze_all", + action="store_true", + help=( + "Do not skip these packages in the output:" + " {}".format(", ".join(_dev_pkgs())) + ), + ) + self.cmd_opts.add_option( + "--exclude-editable", + dest="exclude_editable", + action="store_true", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + + self.parser.insert_option_group(0, self.cmd_opts) + + def run(self, options: Values, args: List[str]) -> int: + skip = set(stdlib_pkgs) + if not options.freeze_all: + skip.update(_dev_pkgs()) + + if options.excludes: + skip.update(options.excludes) + + cmdoptions.check_list_path_option(options) + + for line in freeze( + requirement=options.requirements, + local_only=options.local, + user_only=options.user, + paths=options.path, + isolated=options.isolated_mode, + skip=skip, + exclude_editable=options.exclude_editable, + ): + sys.stdout.write(line + "\n") + return SUCCESS diff --git a/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..f55e9e4 --- /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( + f"No matching distribution found for {query}" + ) + + formatted_versions = [str(ver) for ver in sorted(versions, reverse=True)] + latest = formatted_versions[0] + + write_output(f"{query} ({latest})") + write_output("Available versions: {}".format(", ".join(formatted_versions))) + print_dist_installation_info(query, latest) diff --git a/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..e944bb9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/install.py @@ -0,0 +1,774 @@ +import errno +import json +import operator +import os +import shutil +import site +from optparse import SUPPRESS_HELP, Values +from typing import List, Optional + +from pip._vendor.rich import print_json + +from pip._internal.cache import WheelCache +from pip._internal.cli import cmdoptions +from pip._internal.cli.cmdoptions import make_target_python +from pip._internal.cli.req_command import ( + RequirementCommand, + warn_if_run_as_root, + with_cleanup, +) +from pip._internal.cli.status_codes import ERROR, SUCCESS +from pip._internal.exceptions import CommandError, InstallationError +from pip._internal.locations import get_scheme +from pip._internal.metadata import get_environment +from pip._internal.models.installation_report import InstallationReport +from pip._internal.operations.build.build_tracker import get_build_tracker +from pip._internal.operations.check import ConflictDetails, check_install_conflicts +from pip._internal.req import install_given_reqs +from pip._internal.req.req_install import ( + InstallRequirement, + check_legacy_setup_py_options, +) +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.filesystem import test_writable_dir +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ( + check_externally_managed, + ensure_dir, + get_pip_version, + protect_pip_from_modification_on_windows, + write_output, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) +from pip._internal.wheel_builder import build, should_build_for_install_command + +logger = getLogger(__name__) + + +class InstallCommand(RequirementCommand): + """ + Install packages from: + + - PyPI (and other indexes) using requirement specifiers. + - VCS project urls. + - Local project directories. + - Local or remote source archives. + + pip also supports installing from "requirements files", which provide + an easy way to specify a whole environment to be installed. + """ + + usage = """ + %prog [options] [package-index-options] ... + %prog [options] -r [package-index-options] ... + %prog [options] [-e] ... + %prog [options] [-e] ... + %prog [options] ...""" + + def add_options(self) -> None: + self.cmd_opts.add_option(cmdoptions.requirements()) + self.cmd_opts.add_option(cmdoptions.constraints()) + self.cmd_opts.add_option(cmdoptions.no_deps()) + self.cmd_opts.add_option(cmdoptions.pre()) + + self.cmd_opts.add_option(cmdoptions.editable()) + self.cmd_opts.add_option( + "--dry-run", + action="store_true", + dest="dry_run", + default=False, + help=( + "Don't actually install anything, just print what would be. " + "Can be used in combination with --ignore-installed " + "to 'resolve' the requirements." + ), + ) + self.cmd_opts.add_option( + "-t", + "--target", + dest="target_dir", + metavar="dir", + default=None, + help=( + "Install packages into . " + "By default this will not replace existing files/folders in " + ". Use --upgrade to replace existing packages in " + "with new versions." + ), + ) + cmdoptions.add_target_python_options(self.cmd_opts) + + self.cmd_opts.add_option( + "--user", + dest="use_user_site", + action="store_true", + help=( + "Install to the Python user install directory for your " + "platform. Typically ~/.local/, or %APPDATA%\\Python on " + "Windows. (See the Python documentation for site.USER_BASE " + "for full details.)" + ), + ) + self.cmd_opts.add_option( + "--no-user", + dest="use_user_site", + action="store_false", + help=SUPPRESS_HELP, + ) + self.cmd_opts.add_option( + "--root", + dest="root_path", + metavar="dir", + default=None, + help="Install everything relative to this alternate root directory.", + ) + self.cmd_opts.add_option( + "--prefix", + dest="prefix_path", + metavar="dir", + default=None, + help=( + "Installation prefix where lib, bin and other top-level " + "folders are placed. Note that the resulting installation may " + "contain scripts and other resources which reference the " + "Python interpreter of pip, and not that of ``--prefix``. " + "See also the ``--python`` option if the intention is to " + "install packages into another (possibly pip-free) " + "environment." + ), + ) + + self.cmd_opts.add_option(cmdoptions.src()) + + self.cmd_opts.add_option( + "-U", + "--upgrade", + dest="upgrade", + action="store_true", + help=( + "Upgrade all specified packages to the newest available " + "version. The handling of dependencies depends on the " + "upgrade-strategy used." + ), + ) + + self.cmd_opts.add_option( + "--upgrade-strategy", + dest="upgrade_strategy", + default="only-if-needed", + choices=["only-if-needed", "eager"], + help=( + "Determines how dependency upgrading should be handled " + "[default: %default]. " + '"eager" - dependencies are upgraded regardless of ' + "whether the currently installed version satisfies the " + "requirements of the upgraded package(s). " + '"only-if-needed" - are upgraded only when they do not ' + "satisfy the requirements of the upgraded package(s)." + ), + ) + + self.cmd_opts.add_option( + "--force-reinstall", + dest="force_reinstall", + action="store_true", + help="Reinstall all packages even if they are already up-to-date.", + ) + + self.cmd_opts.add_option( + "-I", + "--ignore-installed", + dest="ignore_installed", + action="store_true", + help=( + "Ignore the installed packages, overwriting them. " + "This can break your system if the existing package " + "is of a different version or was installed " + "with a different package manager!" + ), + ) + + self.cmd_opts.add_option(cmdoptions.ignore_requires_python()) + self.cmd_opts.add_option(cmdoptions.no_build_isolation()) + self.cmd_opts.add_option(cmdoptions.use_pep517()) + self.cmd_opts.add_option(cmdoptions.no_use_pep517()) + self.cmd_opts.add_option(cmdoptions.check_build_deps()) + self.cmd_opts.add_option(cmdoptions.override_externally_managed()) + + self.cmd_opts.add_option(cmdoptions.config_settings()) + self.cmd_opts.add_option(cmdoptions.global_options()) + + self.cmd_opts.add_option( + "--compile", + action="store_true", + dest="compile", + default=True, + help="Compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-compile", + action="store_false", + dest="compile", + help="Do not compile Python source files to bytecode", + ) + + self.cmd_opts.add_option( + "--no-warn-script-location", + action="store_false", + dest="warn_script_location", + default=True, + help="Do not warn when installing scripts outside PATH", + ) + self.cmd_opts.add_option( + "--no-warn-conflicts", + action="store_false", + dest="warn_about_conflicts", + default=True, + help="Do not warn about broken dependencies", + ) + self.cmd_opts.add_option(cmdoptions.no_binary()) + self.cmd_opts.add_option(cmdoptions.only_binary()) + self.cmd_opts.add_option(cmdoptions.prefer_binary()) + self.cmd_opts.add_option(cmdoptions.require_hashes()) + self.cmd_opts.add_option(cmdoptions.progress_bar()) + self.cmd_opts.add_option(cmdoptions.root_user_action()) + + index_opts = cmdoptions.make_option_group( + cmdoptions.index_group, + self.parser, + ) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + self.cmd_opts.add_option( + "--report", + dest="json_report_file", + metavar="file", + default=None, + help=( + "Generate a JSON file describing what pip did to install " + "the provided requirements. " + "Can be used in combination with --dry-run and --ignore-installed " + "to 'resolve' the requirements. " + "When - is used as file name it writes to stdout. " + "When writing to stdout, please combine with the --quiet option " + "to avoid mixing pip logging output with JSON output." + ), + ) + + @with_cleanup + def run(self, options: Values, args: List[str]) -> int: + if options.use_user_site and options.target_dir is not None: + raise CommandError("Can not combine '--user' and '--target'") + + # Check whether the environment we're installing into is externally + # managed, as specified in PEP 668. Specifying --root, --target, or + # --prefix disables the check, since there's no reliable way to locate + # the EXTERNALLY-MANAGED file for those cases. An exception is also + # made specifically for "--dry-run --report" for convenience. + installing_into_current_environment = ( + not (options.dry_run and options.json_report_file) + and options.root_path is None + and options.target_dir is None + and options.prefix_path is None + ) + if ( + installing_into_current_environment + and not options.override_externally_managed + ): + check_externally_managed() + + upgrade_strategy = "to-satisfy-only" + if options.upgrade: + upgrade_strategy = options.upgrade_strategy + + cmdoptions.check_dist_restriction(options, check_target=True) + + logger.verbose("Using %s", get_pip_version()) + options.use_user_site = decide_user_install( + options.use_user_site, + prefix_path=options.prefix_path, + target_dir=options.target_dir, + root_path=options.root_path, + isolated_mode=options.isolated_mode, + ) + + target_temp_dir: Optional[TempDirectory] = None + target_temp_dir_path: Optional[str] = None + if options.target_dir: + options.ignore_installed = True + options.target_dir = os.path.abspath(options.target_dir) + if ( + # fmt: off + os.path.exists(options.target_dir) and + not os.path.isdir(options.target_dir) + # fmt: on + ): + raise CommandError( + "Target path exists but is not a directory, will not continue." + ) + + # Create a target directory for using with the target option + target_temp_dir = TempDirectory(kind="target") + target_temp_dir_path = target_temp_dir.path + self.enter_context(target_temp_dir) + + global_options = options.global_options or [] + + session = self.get_default_session(options) + + target_python = make_target_python(options) + finder = self._build_package_finder( + options=options, + session=session, + target_python=target_python, + ignore_requires_python=options.ignore_requires_python, + ) + build_tracker = self.enter_context(get_build_tracker()) + + directory = TempDirectory( + delete=not options.no_clean, + kind="install", + globally_managed=True, + ) + + try: + reqs = self.get_requirements(args, options, finder, session) + check_legacy_setup_py_options(options, reqs) + + wheel_cache = WheelCache(options.cache_dir) + + # Only when installing is it permitted to use PEP 660. + # In other circumstances (pip wheel, pip download) we generate + # regular (i.e. non editable) metadata and wheels. + for req in reqs: + req.permit_editable_wheels = True + + preparer = self.make_requirement_preparer( + temp_build_dir=directory, + options=options, + build_tracker=build_tracker, + session=session, + finder=finder, + use_user_site=options.use_user_site, + verbosity=self.verbosity, + ) + resolver = self.make_resolver( + preparer=preparer, + finder=finder, + options=options, + wheel_cache=wheel_cache, + use_user_site=options.use_user_site, + ignore_installed=options.ignore_installed, + ignore_requires_python=options.ignore_requires_python, + force_reinstall=options.force_reinstall, + upgrade_strategy=upgrade_strategy, + use_pep517=options.use_pep517, + ) + + self.trace_basic_info(finder) + + requirement_set = resolver.resolve( + reqs, check_supported_wheels=not options.target_dir + ) + + if options.json_report_file: + report = InstallationReport(requirement_set.requirements_to_install) + if options.json_report_file == "-": + print_json(data=report.to_dict()) + else: + with open(options.json_report_file, "w", encoding="utf-8") as f: + json.dump(report.to_dict(), f, indent=2, ensure_ascii=False) + + if options.dry_run: + # In non dry-run mode, the legacy versions and specifiers check + # will be done as part of conflict detection. + requirement_set.warn_legacy_versions_and_specifiers() + would_install_items = sorted( + (r.metadata["name"], r.metadata["version"]) + for r in requirement_set.requirements_to_install + ) + if would_install_items: + write_output( + "Would install %s", + " ".join("-".join(item) for item in would_install_items), + ) + return SUCCESS + + try: + pip_req = requirement_set.get_requirement("pip") + except KeyError: + modifying_pip = False + else: + # If we're not replacing an already installed pip, + # we're not modifying it. + modifying_pip = pip_req.satisfied_by is None + protect_pip_from_modification_on_windows(modifying_pip=modifying_pip) + + reqs_to_build = [ + r + for r in requirement_set.requirements.values() + if should_build_for_install_command(r) + ] + + _, build_failures = build( + reqs_to_build, + wheel_cache=wheel_cache, + verify=True, + build_options=[], + global_options=global_options, + ) + + if build_failures: + raise InstallationError( + "Could not build wheels for {}, which is required to " + "install pyproject.toml-based projects".format( + ", ".join(r.name for r in build_failures) # type: ignore + ) + ) + + to_install = resolver.get_installation_order(requirement_set) + + # Check for conflicts in the package set we're installing. + conflicts: Optional[ConflictDetails] = None + should_warn_about_conflicts = ( + not options.ignore_dependencies and options.warn_about_conflicts + ) + if should_warn_about_conflicts: + conflicts = self._determine_conflicts(to_install) + + # Don't warn about script install locations if + # --target or --prefix has been specified + warn_script_location = options.warn_script_location + if options.target_dir or options.prefix_path: + warn_script_location = False + + installed = install_given_reqs( + to_install, + global_options, + root=options.root_path, + home=target_temp_dir_path, + prefix=options.prefix_path, + warn_script_location=warn_script_location, + use_user_site=options.use_user_site, + pycompile=options.compile, + ) + + lib_locations = get_lib_location_guesses( + user=options.use_user_site, + home=target_temp_dir_path, + root=options.root_path, + prefix=options.prefix_path, + isolated=options.isolated_mode, + ) + env = get_environment(lib_locations) + + installed.sort(key=operator.attrgetter("name")) + items = [] + for result in installed: + item = result.name + try: + installed_dist = env.get_distribution(item) + if installed_dist is not None: + item = f"{item}-{installed_dist.version}" + except Exception: + pass + items.append(item) + + if conflicts is not None: + self._warn_about_conflicts( + conflicts, + resolver_variant=self.determine_resolver_variant(options), + ) + + installed_desc = " ".join(items) + if installed_desc: + write_output( + "Successfully installed %s", + installed_desc, + ) + except OSError as error: + show_traceback = self.verbosity >= 1 + + message = create_os_error_message( + error, + show_traceback, + options.use_user_site, + ) + logger.error(message, exc_info=show_traceback) + + return ERROR + + if options.target_dir: + assert target_temp_dir + self._handle_target_dir( + options.target_dir, target_temp_dir, options.upgrade + ) + if options.root_user_action == "warn": + warn_if_run_as_root() + return SUCCESS + + def _handle_target_dir( + self, target_dir: str, target_temp_dir: TempDirectory, upgrade: bool + ) -> None: + ensure_dir(target_dir) + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + lib_dir_list = [] + + # Checking both purelib and platlib directories for installed + # packages to be moved to target directory + scheme = get_scheme("", home=target_temp_dir.path) + purelib_dir = scheme.purelib + platlib_dir = scheme.platlib + data_dir = scheme.data + + if os.path.exists(purelib_dir): + lib_dir_list.append(purelib_dir) + if os.path.exists(platlib_dir) and platlib_dir != purelib_dir: + lib_dir_list.append(platlib_dir) + if os.path.exists(data_dir): + lib_dir_list.append(data_dir) + + for lib_dir in lib_dir_list: + for item in os.listdir(lib_dir): + if lib_dir == data_dir: + ddir = os.path.join(data_dir, item) + if any(s.startswith(ddir) for s in lib_dir_list[:-1]): + continue + target_item_dir = os.path.join(target_dir, item) + if os.path.exists(target_item_dir): + if not upgrade: + logger.warning( + "Target directory %s already exists. Specify " + "--upgrade to force replacement.", + target_item_dir, + ) + continue + if os.path.islink(target_item_dir): + logger.warning( + "Target directory %s already exists and is " + "a link. pip will not automatically replace " + "links, please remove if replacement is " + "desired.", + target_item_dir, + ) + continue + if os.path.isdir(target_item_dir): + shutil.rmtree(target_item_dir) + else: + os.remove(target_item_dir) + + shutil.move(os.path.join(lib_dir, item), target_item_dir) + + def _determine_conflicts( + self, to_install: List[InstallRequirement] + ) -> Optional[ConflictDetails]: + try: + return check_install_conflicts(to_install) + except Exception: + logger.exception( + "Error while checking for conflicts. Please file an issue on " + "pip's issue tracker: https://github.com/pypa/pip/issues/new" + ) + return None + + def _warn_about_conflicts( + self, conflict_details: ConflictDetails, resolver_variant: str + ) -> None: + package_set, (missing, conflicting) = conflict_details + if not missing and not conflicting: + return + + parts: List[str] = [] + if resolver_variant == "legacy": + parts.append( + "pip's legacy dependency resolver does not consider dependency " + "conflicts when selecting packages. This behaviour is the " + "source of the following dependency conflicts." + ) + else: + assert resolver_variant == "resolvelib" + parts.append( + "pip's dependency resolver does not currently take into account " + "all the packages that are installed. This behaviour is the " + "source of the following dependency conflicts." + ) + + # NOTE: There is some duplication here, with commands/check.py + for project_name in missing: + version = package_set[project_name][0] + for dependency in missing[project_name]: + message = ( + f"{project_name} {version} requires {dependency[1]}, " + "which is not installed." + ) + parts.append(message) + + for project_name in conflicting: + version = package_set[project_name][0] + for dep_name, dep_version, req in conflicting[project_name]: + message = ( + "{name} {version} requires {requirement}, but {you} have " + "{dep_name} {dep_version} which is incompatible." + ).format( + name=project_name, + version=version, + requirement=req, + dep_name=dep_name, + dep_version=dep_version, + you=("you" if resolver_variant == "resolvelib" else "you'll"), + ) + parts.append(message) + + logger.critical("\n".join(parts)) + + +def get_lib_location_guesses( + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> List[str]: + scheme = get_scheme( + "", + user=user, + home=home, + root=root, + isolated=isolated, + prefix=prefix, + ) + return [scheme.purelib, scheme.platlib] + + +def site_packages_writable(root: Optional[str], isolated: bool) -> bool: + return all( + test_writable_dir(d) + for d in set(get_lib_location_guesses(root=root, isolated=isolated)) + ) + + +def decide_user_install( + use_user_site: Optional[bool], + prefix_path: Optional[str] = None, + target_dir: Optional[str] = None, + root_path: Optional[str] = None, + isolated_mode: bool = False, +) -> bool: + """Determine whether to do a user install based on the input options. + + If use_user_site is False, no additional checks are done. + If use_user_site is True, it is checked for compatibility with other + options. + If use_user_site is None, the default behaviour depends on the environment, + which is provided by the other arguments. + """ + # In some cases (config from tox), use_user_site can be set to an integer + # rather than a bool, which 'use_user_site is False' wouldn't catch. + if (use_user_site is not None) and (not use_user_site): + logger.debug("Non-user install by explicit request") + return False + + if use_user_site: + if prefix_path: + raise CommandError( + "Can not combine '--user' and '--prefix' as they imply " + "different installation locations" + ) + if virtualenv_no_global(): + raise InstallationError( + "Can not perform a '--user' install. User site-packages " + "are not visible in this virtualenv." + ) + logger.debug("User install by explicit request") + return True + + # If we are here, user installs have not been explicitly requested/avoided + assert use_user_site is None + + # user install incompatible with --prefix/--target + if prefix_path or target_dir: + logger.debug("Non-user install due to --prefix or --target option") + return False + + # If user installs are not enabled, choose a non-user install + if not site.ENABLE_USER_SITE: + logger.debug("Non-user install because user site-packages disabled") + return False + + # If we have permission for a non-user install, do that, + # otherwise do a user install. + if site_packages_writable(root=root_path, isolated=isolated_mode): + logger.debug("Non-user install because site-packages writeable") + return False + + logger.info( + "Defaulting to user installation because normal site-packages " + "is not writeable" + ) + return True + + +def create_os_error_message( + error: OSError, show_traceback: bool, using_user_site: bool +) -> str: + """Format an error message for an OSError + + It may occur anytime during the execution of the install command. + """ + parts = [] + + # Mention the error if we are not going to show a traceback + parts.append("Could not install packages due to an OSError") + if not show_traceback: + parts.append(": ") + parts.append(str(error)) + else: + parts.append(".") + + # Spilt the error indication from a helper message (if any) + parts[-1] += "\n" + + # Suggest useful actions to the user: + # (1) using user site-packages or (2) verifying the permissions + if error.errno == errno.EACCES: + user_option_part = "Consider using the `--user` option" + permissions_part = "Check the permissions" + + if not running_under_virtualenv() and not using_user_site: + parts.extend( + [ + user_option_part, + " or ", + permissions_part.lower(), + ] + ) + else: + parts.append(permissions_part) + parts.append(".\n") + + # Suggest the user to enable Long Paths if path length is + # more than 260 + if ( + WINDOWS + and error.errno == errno.ENOENT + and error.filename + and len(error.filename) > 260 + ): + parts.append( + "HINT: This error might have occurred since " + "this system does not have Windows Long Path " + "support enabled. You can find information on " + "how to enable this at " + "https://pip.pypa.io/warnings/enable-long-paths\n" + ) + + return "".join(parts).strip() + "\n" diff --git a/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..32fb19b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/commands/list.py @@ -0,0 +1,370 @@ +import json +import logging +from optparse import Values +from typing import TYPE_CHECKING, Generator, List, Optional, Sequence, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.cli import cmdoptions +from pip._internal.cli.req_command import IndexGroupCommand +from pip._internal.cli.status_codes import SUCCESS +from pip._internal.exceptions import CommandError +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_environment +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import stdlib_pkgs +from pip._internal.utils.misc import tabulate, write_output + +if TYPE_CHECKING: + from pip._internal.metadata.base import DistributionVersion + + class _DistWithLatestInfo(BaseDistribution): + """Give the distribution object a couple of extra fields. + + These will be populated during ``get_outdated()``. This is dirty but + makes the rest of the code much cleaner. + """ + + latest_version: DistributionVersion + latest_filetype: str + + _ProcessedDists = Sequence[_DistWithLatestInfo] + + +from pip._vendor.packaging.version import parse + +logger = logging.getLogger(__name__) + + +class ListCommand(IndexGroupCommand): + """ + List installed packages, including editables. + + Packages are listed in a case-insensitive sorted order. + """ + + ignore_require_venv = True + usage = """ + %prog [options]""" + + def add_options(self) -> None: + self.cmd_opts.add_option( + "-o", + "--outdated", + action="store_true", + default=False, + help="List outdated packages", + ) + self.cmd_opts.add_option( + "-u", + "--uptodate", + action="store_true", + default=False, + help="List uptodate packages", + ) + self.cmd_opts.add_option( + "-e", + "--editable", + action="store_true", + default=False, + help="List editable projects.", + ) + self.cmd_opts.add_option( + "-l", + "--local", + action="store_true", + default=False, + help=( + "If in a virtualenv that has global access, do not list " + "globally-installed packages." + ), + ) + self.cmd_opts.add_option( + "--user", + dest="user", + action="store_true", + default=False, + help="Only output packages installed in user-site.", + ) + self.cmd_opts.add_option(cmdoptions.list_path()) + self.cmd_opts.add_option( + "--pre", + action="store_true", + default=False, + help=( + "Include pre-release and development versions. By default, " + "pip only finds stable versions." + ), + ) + + self.cmd_opts.add_option( + "--format", + action="store", + dest="list_format", + default="columns", + choices=("columns", "freeze", "json"), + help=( + "Select the output format among: columns (default), freeze, or json. " + "The 'freeze' format cannot be used with the --outdated option." + ), + ) + + self.cmd_opts.add_option( + "--not-required", + action="store_true", + dest="not_required", + help="List packages that are not dependencies of installed packages.", + ) + + self.cmd_opts.add_option( + "--exclude-editable", + action="store_false", + dest="include_editable", + help="Exclude editable package from output.", + ) + self.cmd_opts.add_option( + "--include-editable", + action="store_true", + dest="include_editable", + help="Include editable package from output.", + default=True, + ) + self.cmd_opts.add_option(cmdoptions.list_exclude()) + index_opts = cmdoptions.make_option_group(cmdoptions.index_group, self.parser) + + self.parser.insert_option_group(0, index_opts) + self.parser.insert_option_group(0, self.cmd_opts) + + def _build_package_finder( + self, options: Values, session: PipSession + ) -> PackageFinder: + """ + Create a package finder appropriate to this list command. + """ + link_collector = LinkCollector.create(session, options=options) + + # Pass allow_yanked=False to ignore yanked versions. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=options.pre, + ) + + return PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + + def run(self, options: Values, args: List[str]) -> int: + if options.outdated and options.uptodate: + raise CommandError("Options --outdated and --uptodate cannot be combined.") + + if options.outdated and options.list_format == "freeze": + raise CommandError( + "List format 'freeze' cannot be used with the --outdated option." + ) + + cmdoptions.check_list_path_option(options) + + skip = set(stdlib_pkgs) + if options.excludes: + skip.update(canonicalize_name(n) for n in options.excludes) + + packages: "_ProcessedDists" = [ + cast("_DistWithLatestInfo", d) + for d in get_environment(options.path).iter_installed_distributions( + local_only=options.local, + user_only=options.user, + editables_only=options.editable, + include_editables=options.include_editable, + skip=skip, + ) + ] + + # get_not_required must be called firstly in order to find and + # filter out all dependencies correctly. Otherwise a package + # can't be identified as requirement because some parent packages + # could be filtered out before. + if options.not_required: + packages = self.get_not_required(packages, options) + + if options.outdated: + packages = self.get_outdated(packages, options) + elif options.uptodate: + packages = self.get_uptodate(packages, options) + + self.output_package_listing(packages, options) + return SUCCESS + + def get_outdated( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) > parse(str(dist.version)) + ] + + def get_uptodate( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + return [ + dist + for dist in self.iter_packages_latest_infos(packages, options) + if parse(str(dist.latest_version)) == parse(str(dist.version)) + ] + + def get_not_required( + self, packages: "_ProcessedDists", options: Values + ) -> "_ProcessedDists": + dep_keys = { + canonicalize_name(dep.name) + for dist in packages + for dep in (dist.iter_dependencies() or ()) + } + + # Create a set to remove duplicate packages, and cast it to a list + # to keep the return type consistent with get_outdated and + # get_uptodate + return list({pkg for pkg in packages if pkg.canonical_name not in dep_keys}) + + def iter_packages_latest_infos( + self, packages: "_ProcessedDists", options: Values + ) -> Generator["_DistWithLatestInfo", None, None]: + with self._build_session(options) as session: + finder = self._build_package_finder(options, session) + + def latest_info( + dist: "_DistWithLatestInfo", + ) -> Optional["_DistWithLatestInfo"]: + all_candidates = finder.find_all_candidates(dist.canonical_name) + if not options.pre: + # Remove prereleases + all_candidates = [ + candidate + for candidate in all_candidates + if not candidate.version.is_prerelease + ] + + evaluator = finder.make_candidate_evaluator( + project_name=dist.canonical_name, + ) + best_candidate = evaluator.sort_best_candidate(all_candidates) + if best_candidate is None: + return None + + remote_version = best_candidate.version + if best_candidate.link.is_wheel: + typ = "wheel" + else: + typ = "sdist" + dist.latest_version = remote_version + dist.latest_filetype = typ + return dist + + for dist in map(latest_info, packages): + if dist is not None: + yield dist + + def output_package_listing( + self, packages: "_ProcessedDists", options: Values + ) -> None: + packages = sorted( + packages, + key=lambda dist: dist.canonical_name, + ) + if options.list_format == "columns" and packages: + data, header = format_for_columns(packages, options) + self.output_package_listing_columns(data, header) + elif options.list_format == "freeze": + for dist in packages: + if options.verbose >= 1: + write_output( + "%s==%s (%s)", dist.raw_name, dist.version, dist.location + ) + else: + write_output("%s==%s", dist.raw_name, dist.version) + elif options.list_format == "json": + write_output(format_for_json(packages, options)) + + def output_package_listing_columns( + self, data: List[List[str]], header: List[str] + ) -> None: + # insert the header first: we need to know the size of column names + if len(data) > 0: + data.insert(0, header) + + pkg_strings, sizes = tabulate(data) + + # Create and add a separator. + if len(data) > 0: + pkg_strings.insert(1, " ".join("-" * x for x in sizes)) + + for val in pkg_strings: + write_output(val) + + +def format_for_columns( + pkgs: "_ProcessedDists", options: Values +) -> Tuple[List[List[str]], List[str]]: + """ + Convert the package data into something usable + by output_package_listing_columns. + """ + header = ["Package", "Version"] + + running_outdated = options.outdated + if running_outdated: + header.extend(["Latest", "Type"]) + + has_editables = any(x.editable for x in pkgs) + if has_editables: + header.append("Editable project location") + + if options.verbose >= 1: + header.append("Location") + if options.verbose >= 1: + header.append("Installer") + + data = [] + for proj in pkgs: + # if we're working on the 'outdated' list, separate out the + # latest_version and type + row = [proj.raw_name, str(proj.version)] + + if running_outdated: + row.append(str(proj.latest_version)) + row.append(proj.latest_filetype) + + if has_editables: + row.append(proj.editable_project_location or "") + + if options.verbose >= 1: + row.append(proj.location or "") + if options.verbose >= 1: + row.append(proj.installer) + + data.append(row) + + return data, header + + +def format_for_json(packages: "_ProcessedDists", options: Values) -> str: + data = [] + for dist in packages: + info = { + "name": dist.raw_name, + "version": str(dist.version), + } + if options.verbose >= 1: + info["location"] = dist.location or "" + info["installer"] = dist.installer + if options.outdated: + info["latest_version"] = str(dist.latest_version) + info["latest_filetype"] = dist.latest_filetype + editable_project_location = dist.editable_project_location + if editable_project_location: + info["editable_project_location"] = editable_project_location + data.append(info) + return json.dumps(data) diff --git a/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..c25273d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/configuration.py @@ -0,0 +1,383 @@ +"""Configuration management setup + +Some terminology: +- name + As written in config files. +- value + Value associated with a name +- key + Name combined with it's section (section.name) +- variant + A single word describing where the configuration key-value pair came from +""" + +import configparser +import locale +import os +import sys +from typing import Any, Dict, Iterable, List, NewType, Optional, Tuple + +from pip._internal.exceptions import ( + ConfigurationError, + ConfigurationFileCouldNotBeLoaded, +) +from pip._internal.utils import appdirs +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.logging import getLogger +from pip._internal.utils.misc import ensure_dir, enum + +RawConfigParser = configparser.RawConfigParser # Shorthand +Kind = NewType("Kind", str) + +CONFIG_BASENAME = "pip.ini" if WINDOWS else "pip.conf" +ENV_NAMES_IGNORED = "version", "help" + +# The kinds of configurations there are. +kinds = enum( + USER="user", # User Specific + GLOBAL="global", # System Wide + SITE="site", # [Virtual] Environment Specific + ENV="env", # from PIP_CONFIG_FILE + ENV_VAR="env-var", # from Environment Variables +) +OVERRIDE_ORDER = kinds.GLOBAL, kinds.USER, kinds.SITE, kinds.ENV, kinds.ENV_VAR +VALID_LOAD_ONLY = kinds.USER, kinds.GLOBAL, kinds.SITE + +logger = getLogger(__name__) + + +# NOTE: Maybe use the optionx attribute to normalize keynames. +def _normalize_name(name: str) -> str: + """Make a name consistent regardless of source (environment or file)""" + name = name.lower().replace("_", "-") + if name.startswith("--"): + name = name[2:] # only prefer long opts + return name + + +def _disassemble_key(name: str) -> List[str]: + if "." not in name: + error_message = ( + "Key does not contain dot separated section and key. " + f"Perhaps you wanted to use 'global.{name}' instead?" + ) + raise ConfigurationError(error_message) + return name.split(".", 1) + + +def get_configuration_files() -> Dict[Kind, List[str]]: + global_config_files = [ + os.path.join(path, CONFIG_BASENAME) for path in appdirs.site_config_dirs("pip") + ] + + site_config_file = os.path.join(sys.prefix, CONFIG_BASENAME) + legacy_config_file = os.path.join( + os.path.expanduser("~"), + "pip" if WINDOWS else ".pip", + CONFIG_BASENAME, + ) + new_config_file = os.path.join(appdirs.user_config_dir("pip"), CONFIG_BASENAME) + return { + kinds.GLOBAL: global_config_files, + kinds.SITE: [site_config_file], + kinds.USER: [legacy_config_file, new_config_file], + } + + +class Configuration: + """Handles management of configuration. + + Provides an interface to accessing and managing configuration files. + + This class converts provides an API that takes "section.key-name" style + keys and stores the value associated with it as "key-name" under the + section "section". + + This allows for a clean interface wherein the both the section and the + key-name are preserved in an easy to manage form in the configuration files + and the data stored is also nice. + """ + + def __init__(self, isolated: bool, load_only: Optional[Kind] = None) -> None: + super().__init__() + + if load_only is not None and load_only not in VALID_LOAD_ONLY: + raise ConfigurationError( + "Got invalid value for load_only - should be one of {}".format( + ", ".join(map(repr, VALID_LOAD_ONLY)) + ) + ) + self.isolated = isolated + self.load_only = load_only + + # Because we keep track of where we got the data from + self._parsers: Dict[Kind, List[Tuple[str, RawConfigParser]]] = { + variant: [] for variant in OVERRIDE_ORDER + } + self._config: Dict[Kind, Dict[str, Any]] = { + variant: {} for variant in OVERRIDE_ORDER + } + self._modified_parsers: List[Tuple[str, RawConfigParser]] = [] + + def load(self) -> None: + """Loads configuration from configuration files and environment""" + self._load_config_files() + if not self.isolated: + self._load_environment_vars() + + def get_file_to_edit(self) -> Optional[str]: + """Returns the file with highest priority in configuration""" + assert self.load_only is not None, "Need to be specified a file to be editing" + + try: + return self._get_parser_to_modify()[0] + except IndexError: + return None + + def items(self) -> Iterable[Tuple[str, Any]]: + """Returns key-value pairs like dict.items() representing the loaded + configuration + """ + return self._dictionary.items() + + def get_value(self, key: str) -> Any: + """Get a value from the configuration.""" + orig_key = key + key = _normalize_name(key) + try: + return self._dictionary[key] + except KeyError: + # disassembling triggers a more useful error message than simply + # "No such key" in the case that the key isn't in the form command.option + _disassemble_key(key) + raise ConfigurationError(f"No such key - {orig_key}") + + def set_value(self, key: str, value: Any) -> None: + """Modify a value in the configuration.""" + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + + # Modify the parser and the configuration + if not parser.has_section(section): + parser.add_section(section) + parser.set(section, name, value) + + self._config[self.load_only][key] = value + self._mark_as_modified(fname, parser) + + def unset_value(self, key: str) -> None: + """Unset a value in the configuration.""" + orig_key = key + key = _normalize_name(key) + self._ensure_have_load_only() + + assert self.load_only + if key not in self._config[self.load_only]: + raise ConfigurationError(f"No such key - {orig_key}") + + fname, parser = self._get_parser_to_modify() + + if parser is not None: + section, name = _disassemble_key(key) + if not ( + parser.has_section(section) and parser.remove_option(section, name) + ): + # The option was not removed. + raise ConfigurationError( + "Fatal Internal error [id=1]. Please report as a bug." + ) + + # The section may be empty after the option was removed. + if not parser.items(section): + parser.remove_section(section) + self._mark_as_modified(fname, parser) + + del self._config[self.load_only][key] + + def save(self) -> None: + """Save the current in-memory state.""" + self._ensure_have_load_only() + + for fname, parser in self._modified_parsers: + logger.info("Writing to %s", fname) + + # Ensure directory exists. + ensure_dir(os.path.dirname(fname)) + + # Ensure directory's permission(need to be writeable) + try: + with open(fname, "w") as f: + parser.write(f) + except OSError as error: + raise ConfigurationError( + f"An error occurred while writing to the configuration file " + f"{fname}: {error}" + ) + + # + # Private routines + # + + def _ensure_have_load_only(self) -> None: + if self.load_only is None: + raise ConfigurationError("Needed a specific file to be modifying.") + logger.debug("Will be working with %s variant only", self.load_only) + + @property + def _dictionary(self) -> Dict[str, Any]: + """A dictionary representing the loaded configuration.""" + # NOTE: Dictionaries are not populated if not loaded. So, conditionals + # are not needed here. + retval = {} + + for variant in OVERRIDE_ORDER: + retval.update(self._config[variant]) + + return retval + + def _load_config_files(self) -> None: + """Loads configuration from configuration files""" + config_files = dict(self.iter_config_files()) + if config_files[kinds.ENV][0:1] == [os.devnull]: + logger.debug( + "Skipping loading configuration files due to " + "environment's PIP_CONFIG_FILE being os.devnull" + ) + return + + for variant, files in config_files.items(): + for fname in files: + # If there's specific variant set in `load_only`, load only + # that variant, not the others. + if self.load_only is not None and variant != self.load_only: + logger.debug("Skipping file '%s' (variant: %s)", fname, variant) + continue + + parser = self._load_file(variant, fname) + + # Keeping track of the parsers used + self._parsers[variant].append((fname, parser)) + + def _load_file(self, variant: Kind, fname: str) -> RawConfigParser: + logger.verbose("For variant '%s', will try loading '%s'", variant, fname) + parser = self._construct_parser(fname) + + for section in parser.sections(): + items = parser.items(section) + self._config[variant].update(self._normalized_keys(section, items)) + + return parser + + def _construct_parser(self, fname: str) -> RawConfigParser: + parser = configparser.RawConfigParser() + # If there is no such file, don't bother reading it but create the + # parser anyway, to hold the data. + # Doing this is useful when modifying and saving files, where we don't + # need to construct a parser. + if os.path.exists(fname): + locale_encoding = locale.getpreferredencoding(False) + try: + parser.read(fname, encoding=locale_encoding) + except UnicodeDecodeError: + # See https://github.com/pypa/pip/issues/4963 + raise ConfigurationFileCouldNotBeLoaded( + reason=f"contains invalid {locale_encoding} characters", + fname=fname, + ) + except configparser.Error as error: + # See https://github.com/pypa/pip/issues/4893 + raise ConfigurationFileCouldNotBeLoaded(error=error) + return parser + + def _load_environment_vars(self) -> None: + """Loads configuration from environment variables""" + self._config[kinds.ENV_VAR].update( + self._normalized_keys(":env:", self.get_environ_vars()) + ) + + def _normalized_keys( + self, section: str, items: Iterable[Tuple[str, Any]] + ) -> Dict[str, Any]: + """Normalizes items to construct a dictionary with normalized keys. + + This routine is where the names become keys and are made the same + regardless of source - configuration files or environment. + """ + normalized = {} + for name, val in items: + key = section + "." + _normalize_name(name) + normalized[key] = val + return normalized + + def get_environ_vars(self) -> Iterable[Tuple[str, str]]: + """Returns a generator with all environmental vars with prefix PIP_""" + for key, val in os.environ.items(): + if key.startswith("PIP_"): + name = key[4:].lower() + if name not in ENV_NAMES_IGNORED: + yield name, val + + # XXX: This is patched in the tests. + def iter_config_files(self) -> Iterable[Tuple[Kind, List[str]]]: + """Yields variant and configuration files associated with it. + + This should be treated like items of a dictionary. The order + here doesn't affect what gets overridden. That is controlled + by OVERRIDE_ORDER. However this does control the order they are + displayed to the user. It's probably most ergononmic to display + things in the same order as OVERRIDE_ORDER + """ + # SMELL: Move the conditions out of this function + + env_config_file = os.environ.get("PIP_CONFIG_FILE", None) + config_files = get_configuration_files() + + yield kinds.GLOBAL, config_files[kinds.GLOBAL] + + # per-user config is not loaded when env_config_file exists + should_load_user_config = not self.isolated and not ( + env_config_file and os.path.exists(env_config_file) + ) + if should_load_user_config: + # The legacy config file is overridden by the new config file + yield kinds.USER, config_files[kinds.USER] + + # virtualenv config + yield kinds.SITE, config_files[kinds.SITE] + + if env_config_file is not None: + yield kinds.ENV, [env_config_file] + else: + yield kinds.ENV, [] + + def get_values_in_config(self, variant: Kind) -> Dict[str, Any]: + """Get values present in a config file""" + return self._config[variant] + + def _get_parser_to_modify(self) -> Tuple[str, RawConfigParser]: + # Determine which parser to modify + assert self.load_only + parsers = self._parsers[self.load_only] + if not parsers: + # This should not happen if everything works correctly. + raise ConfigurationError( + "Fatal Internal error [id=2]. Please report as a bug." + ) + + # Use the highest priority parser. + return parsers[-1] + + # XXX: This is patched in the tests. + def _mark_as_modified(self, fname: str, parser: RawConfigParser) -> None: + file_parser_tuple = (fname, parser) + if file_parser_tuple not in self._modified_parsers: + self._modified_parsers.append(file_parser_tuple) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self._dictionary!r})" diff --git a/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..19a8ab81df5dff5c69b03dd477d86edceaa5e37e GIT binary patch literal 958 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py b/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py new file mode 100644 index 0000000..6fb0d7b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/base.py @@ -0,0 +1,51 @@ +import abc +from typing import Optional + +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata.base import BaseDistribution +from pip._internal.req import InstallRequirement + + +class AbstractDistribution(metaclass=abc.ABCMeta): + """A base class for handling installable artifacts. + + The requirements for anything installable are as follows: + + - we must be able to determine the requirement name + (or we can't correctly handle the non-upgrade case). + + - for packages with setup requirements, we must also be able + to determine their requirements without installing additional + packages (for the same reason as run-time dependencies) + + - we must be able to create a Distribution object exposing the + above metadata. + + - if we need to do work in the build tracker, we must be able to generate a unique + string to identify the requirement in the build tracker. + """ + + def __init__(self, req: InstallRequirement) -> None: + super().__init__() + self.req = req + + @abc.abstractproperty + def build_tracker_id(self) -> Optional[str]: + """A string that uniquely identifies this requirement to the build tracker. + + If None, then this dist has no work to do in the build tracker, and + ``.prepare_distribution_metadata()`` will not be called.""" + raise NotImplementedError() + + @abc.abstractmethod + def get_metadata_distribution(self) -> BaseDistribution: + raise NotImplementedError() + + @abc.abstractmethod + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + raise NotImplementedError() diff --git a/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..ab8d53b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/installed.py @@ -0,0 +1,29 @@ +from typing import Optional + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution + + +class InstalledDistribution(AbstractDistribution): + """Represents an installed package. + + This does not need any preparation as the required information has already + been computed. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + assert self.req.satisfied_by is not None, "not actually installed" + return self.req.satisfied_by + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/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..15ff42b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py @@ -0,0 +1,156 @@ +import logging +from typing import Iterable, Optional, Set, Tuple + +from pip._internal.build_env import BuildEnvironment +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.exceptions import InstallationError +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.subprocess import runner_with_spinner_message + +logger = logging.getLogger(__name__) + + +class SourceDistribution(AbstractDistribution): + """Represents a source distribution. + + The preparation step for these needs metadata for the packages to be + generated, either using PEP 517 or using the legacy `setup.py egg_info`. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + """Identify this requirement uniquely by its link.""" + assert self.req.link + return self.req.link.url_without_fragment + + def get_metadata_distribution(self) -> BaseDistribution: + return self.req.get_dist() + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + # Load pyproject.toml, to determine whether PEP 517 is to be used + self.req.load_pyproject_toml() + + # Set up the build isolation, if this requirement should be isolated + should_isolate = self.req.use_pep517 and build_isolation + if should_isolate: + # Setup an isolated environment and install the build backend static + # requirements in it. + self._prepare_build_backend(finder) + # Check that if the requirement is editable, it either supports PEP 660 or + # has a setup.py or a setup.cfg. This cannot be done earlier because we need + # to setup the build backend to verify it supports build_editable, nor can + # it be done later, because we want to avoid installing build requirements + # needlessly. Doing it here also works around setuptools generating + # UNKNOWN.egg-info when running get_requires_for_build_wheel on a directory + # without setup.py nor setup.cfg. + self.req.isolated_editable_sanity_check() + # Install the dynamic build requirements. + self._install_build_reqs(finder) + # Check if the current environment provides build dependencies + should_check_deps = self.req.use_pep517 and check_build_deps + if should_check_deps: + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + conflicting, missing = self.req.build_env.check_requirements( + pyproject_requires + ) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + if missing: + self._raise_missing_reqs(missing) + self.req.prepare_metadata() + + def _prepare_build_backend(self, finder: PackageFinder) -> None: + # Isolate in a BuildEnvironment and install the build-time + # requirements. + pyproject_requires = self.req.pyproject_requires + assert pyproject_requires is not None + + self.req.build_env = BuildEnvironment() + self.req.build_env.install_requirements( + finder, pyproject_requires, "overlay", kind="build dependencies" + ) + conflicting, missing = self.req.build_env.check_requirements( + self.req.requirements_to_check + ) + if conflicting: + self._raise_conflicts("PEP 517/518 supported requirements", conflicting) + if missing: + logger.warning( + "Missing build requirements in pyproject.toml for %s.", + self.req, + ) + logger.warning( + "The project does not specify a build backend, and " + "pip cannot fall back to setuptools without %s.", + " and ".join(map(repr, sorted(missing))), + ) + + def _get_build_requires_wheel(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message("Getting requirements to build wheel") + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_wheel() + + def _get_build_requires_editable(self) -> Iterable[str]: + with self.req.build_env: + runner = runner_with_spinner_message( + "Getting requirements to build editable" + ) + backend = self.req.pep517_backend + assert backend is not None + with backend.subprocess_runner(runner): + return backend.get_requires_for_build_editable() + + def _install_build_reqs(self, finder: PackageFinder) -> None: + # Install any extra build dependencies that the backend requests. + # This must be done in a second pass, as the pyproject.toml + # dependencies must be installed before we can call the backend. + if ( + self.req.editable + and self.req.permit_editable_wheels + and self.req.supports_pyproject_editable() + ): + build_reqs = self._get_build_requires_editable() + else: + build_reqs = self._get_build_requires_wheel() + conflicting, missing = self.req.build_env.check_requirements(build_reqs) + if conflicting: + self._raise_conflicts("the backend dependencies", conflicting) + self.req.build_env.install_requirements( + finder, missing, "normal", kind="backend dependencies" + ) + + def _raise_conflicts( + self, conflicting_with: str, conflicting_reqs: Set[Tuple[str, str]] + ) -> None: + format_string = ( + "Some build dependencies for {requirement} " + "conflict with {conflicting_with}: {description}." + ) + error_message = format_string.format( + requirement=self.req, + conflicting_with=conflicting_with, + description=", ".join( + f"{installed} is incompatible with {wanted}" + for installed, wanted in sorted(conflicting_reqs) + ), + ) + raise InstallationError(error_message) + + def _raise_missing_reqs(self, missing: Set[str]) -> None: + format_string = ( + "Some build dependencies for {requirement} are missing: {missing}." + ) + error_message = format_string.format( + requirement=self.req, missing=", ".join(map(repr, sorted(missing))) + ) + raise InstallationError(error_message) diff --git a/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..eb16e25 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py @@ -0,0 +1,40 @@ +from typing import Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions.base import AbstractDistribution +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) + + +class WheelDistribution(AbstractDistribution): + """Represents a wheel distribution. + + This does not need any preparation as wheels can be directly unpacked. + """ + + @property + def build_tracker_id(self) -> Optional[str]: + return None + + def get_metadata_distribution(self) -> BaseDistribution: + """Loads the metadata from the wheel file into memory and returns a + Distribution that uses it, not relying on the wheel file or + requirement. + """ + assert self.req.local_file_path, "Set as part of preparation during download" + assert self.req.name, "Wheels are never unnamed" + wheel = FilesystemWheel(self.req.local_file_path) + return get_wheel_distribution(wheel, canonicalize_name(self.req.name)) + + def prepare_distribution_metadata( + self, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, + ) -> None: + pass diff --git a/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..5007a62 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/exceptions.py @@ -0,0 +1,728 @@ +"""Exceptions used throughout package. + +This module MUST NOT try to import from anything within `pip._internal` to +operate. This is expected to be importable from any/all files within the +subpackage and, thus, should not depend on them. +""" + +import configparser +import contextlib +import locale +import logging +import pathlib +import re +import sys +from itertools import chain, groupby, repeat +from typing import TYPE_CHECKING, Dict, Iterator, List, Optional, Union + +from pip._vendor.requests.models import Request, Response +from pip._vendor.rich.console import Console, ConsoleOptions, RenderResult +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +if TYPE_CHECKING: + from hashlib import _Hash + from typing import Literal + + from pip._internal.metadata import BaseDistribution + from pip._internal.req.req_install import InstallRequirement + +logger = logging.getLogger(__name__) + + +# +# Scaffolding +# +def _is_kebab_case(s: str) -> bool: + return re.match(r"^[a-z]+(-[a-z]+)*$", s) is not None + + +def _prefix_with_indent( + s: Union[Text, str], + console: Console, + *, + prefix: str, + indent: str, +) -> Text: + if isinstance(s, Text): + text = s + else: + text = console.render_str(s) + + return console.render_str(prefix, overflow="ignore") + console.render_str( + f"\n{indent}", overflow="ignore" + ).join(text.split(allow_blank=True)) + + +class PipError(Exception): + """The base pip error.""" + + +class DiagnosticPipError(PipError): + """An error, that presents diagnostic information to the user. + + This contains a bunch of logic, to enable pretty presentation of our error + messages. Each error gets a unique reference. Each error can also include + additional context, a hint and/or a note -- which are presented with the + main error message in a consistent style. + + This is adapted from the error output styling in `sphinx-theme-builder`. + """ + + reference: str + + def __init__( + self, + *, + kind: 'Literal["error", "warning"]' = "error", + reference: Optional[str] = None, + message: Union[str, Text], + context: Optional[Union[str, Text]], + hint_stmt: Optional[Union[str, Text]], + note_stmt: Optional[Union[str, Text]] = None, + link: Optional[str] = None, + ) -> None: + # Ensure a proper reference is provided. + if reference is None: + assert hasattr(self, "reference"), "error reference not provided!" + reference = self.reference + assert _is_kebab_case(reference), "error reference must be kebab-case!" + + self.kind = kind + self.reference = reference + + self.message = message + self.context = context + + self.note_stmt = note_stmt + self.hint_stmt = hint_stmt + + self.link = link + + super().__init__(f"<{self.__class__.__name__}: {self.reference}>") + + def __repr__(self) -> str: + return ( + f"<{self.__class__.__name__}(" + f"reference={self.reference!r}, " + f"message={self.message!r}, " + f"context={self.context!r}, " + f"note_stmt={self.note_stmt!r}, " + f"hint_stmt={self.hint_stmt!r}" + ")>" + ) + + def __rich_console__( + self, + console: Console, + options: ConsoleOptions, + ) -> RenderResult: + colour = "red" if self.kind == "error" else "yellow" + + yield f"[{colour} bold]{self.kind}[/]: [bold]{self.reference}[/]" + yield "" + + if not options.ascii_only: + # Present the main message, with relevant context indented. + if self.context is not None: + yield _prefix_with_indent( + self.message, + console, + prefix=f"[{colour}]×[/] ", + indent=f"[{colour}]│[/] ", + ) + yield _prefix_with_indent( + self.context, + console, + prefix=f"[{colour}]╰─>[/] ", + indent=f"[{colour}] [/] ", + ) + else: + yield _prefix_with_indent( + self.message, + console, + prefix="[red]×[/] ", + indent=" ", + ) + else: + yield self.message + if self.context is not None: + yield "" + yield self.context + + if self.note_stmt is not None or self.hint_stmt is not None: + yield "" + + if self.note_stmt is not None: + yield _prefix_with_indent( + self.note_stmt, + console, + prefix="[magenta bold]note[/]: ", + indent=" ", + ) + if self.hint_stmt is not None: + yield _prefix_with_indent( + self.hint_stmt, + console, + prefix="[cyan bold]hint[/]: ", + indent=" ", + ) + + if self.link is not None: + yield "" + yield f"Link: {self.link}" + + +# +# Actual Errors +# +class ConfigurationError(PipError): + """General exception in configuration""" + + +class InstallationError(PipError): + """General exception during installation""" + + +class UninstallationError(PipError): + """General exception during uninstallation""" + + +class MissingPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml has `build-system`, but no `build-system.requires`.""" + + reference = "missing-pyproject-build-system-requires" + + def __init__(self, *, package: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid pyproject.toml file.\n" + "The [build-system] table is missing the mandatory `requires` key." + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class InvalidPyProjectBuildRequires(DiagnosticPipError): + """Raised when pyproject.toml an invalid `build-system.requires`.""" + + reference = "invalid-pyproject-build-system-requires" + + def __init__(self, *, package: str, reason: str) -> None: + super().__init__( + message=f"Can not process {escape(package)}", + context=Text( + "This package has an invalid `build-system.requires` key in " + f"pyproject.toml.\n{reason}" + ), + note_stmt="This is an issue with the package mentioned above, not pip.", + hint_stmt=Text("See PEP 518 for the detailed specification."), + ) + + +class NoneMetadataError(PipError): + """Raised when accessing a Distribution's "METADATA" or "PKG-INFO". + + This signifies an inconsistency, when the Distribution claims to have + the metadata file (if not, raise ``FileNotFoundError`` instead), but is + not actually able to produce its content. This may be due to permission + errors. + """ + + def __init__( + self, + dist: "BaseDistribution", + metadata_name: str, + ) -> None: + """ + :param dist: A Distribution object. + :param metadata_name: The name of the metadata being accessed + (can be "METADATA" or "PKG-INFO"). + """ + self.dist = dist + self.metadata_name = metadata_name + + def __str__(self) -> str: + # Use `dist` in the error message because its stringification + # includes more information, like the version and location. + return f"None {self.metadata_name} metadata found for distribution: {self.dist}" + + +class UserInstallationInvalid(InstallationError): + """A --user install is requested on an environment without user site.""" + + def __str__(self) -> str: + return "User base directory is not specified" + + +class InvalidSchemeCombination(InstallationError): + def __str__(self) -> str: + before = ", ".join(str(a) for a in self.args[:-1]) + return f"Cannot set {before} and {self.args[-1]} together" + + +class DistributionNotFound(InstallationError): + """Raised when a distribution cannot be found to satisfy a requirement""" + + +class RequirementsFileParseError(InstallationError): + """Raised when a general error occurs parsing a requirements file line.""" + + +class BestVersionAlreadyInstalled(PipError): + """Raised when the most up-to-date version of a package is already + installed.""" + + +class BadCommand(PipError): + """Raised when virtualenv or a command is not found""" + + +class CommandError(PipError): + """Raised when there is an error in command-line arguments""" + + +class PreviousBuildDirError(PipError): + """Raised when there's a previous conflicting build directory""" + + +class NetworkConnectionError(PipError): + """HTTP connection error""" + + def __init__( + self, + error_msg: str, + response: Optional[Response] = None, + request: Optional[Request] = None, + ) -> None: + """ + Initialize NetworkConnectionError with `request` and `response` + objects. + """ + self.response = response + self.request = request + self.error_msg = error_msg + if ( + self.response is not None + and not self.request + and hasattr(response, "request") + ): + self.request = self.response.request + super().__init__(error_msg, response, request) + + def __str__(self) -> str: + return str(self.error_msg) + + +class InvalidWheelFilename(InstallationError): + """Invalid wheel filename.""" + + +class UnsupportedWheel(InstallationError): + """Unsupported wheel.""" + + +class InvalidWheel(InstallationError): + """Invalid (e.g. corrupt) wheel.""" + + def __init__(self, location: str, name: str): + self.location = location + self.name = name + + def __str__(self) -> str: + return f"Wheel '{self.name}' located at {self.location} is invalid." + + +class MetadataInconsistent(InstallationError): + """Built metadata contains inconsistent information. + + This is raised when the metadata contains values (e.g. name and version) + that do not match the information previously obtained from sdist filename, + user-supplied ``#egg=`` value, or an install requirement name. + """ + + def __init__( + self, ireq: "InstallRequirement", field: str, f_val: str, m_val: str + ) -> None: + self.ireq = ireq + self.field = field + self.f_val = f_val + self.m_val = m_val + + def __str__(self) -> str: + return ( + f"Requested {self.ireq} has inconsistent {self.field}: " + f"expected {self.f_val!r}, but metadata has {self.m_val!r}" + ) + + +class InstallationSubprocessError(DiagnosticPipError, InstallationError): + """A subprocess call failed.""" + + reference = "subprocess-exited-with-error" + + def __init__( + self, + *, + command_description: str, + exit_code: int, + output_lines: Optional[List[str]], + ) -> None: + if output_lines is None: + output_prompt = Text("See above for output.") + else: + output_prompt = ( + Text.from_markup(f"[red][{len(output_lines)} lines of output][/]\n") + + Text("".join(output_lines)) + + Text.from_markup(R"[red]\[end of output][/]") + ) + + super().__init__( + message=( + f"[green]{escape(command_description)}[/] did not run successfully.\n" + f"exit code: {exit_code}" + ), + context=output_prompt, + hint_stmt=None, + note_stmt=( + "This error originates from a subprocess, and is likely not a " + "problem with pip." + ), + ) + + self.command_description = command_description + self.exit_code = exit_code + + def __str__(self) -> str: + return f"{self.command_description} exited with {self.exit_code}" + + +class MetadataGenerationFailed(InstallationSubprocessError, InstallationError): + reference = "metadata-generation-failed" + + def __init__( + self, + *, + package_details: str, + ) -> None: + super(InstallationSubprocessError, self).__init__( + message="Encountered error while generating package metadata.", + context=escape(package_details), + hint_stmt="See above for details.", + note_stmt="This is an issue with the package mentioned above, not pip.", + ) + + def __str__(self) -> str: + return "metadata generation failed" + + +class HashErrors(InstallationError): + """Multiple HashError instances rolled into one for reporting""" + + def __init__(self) -> None: + self.errors: List["HashError"] = [] + + def append(self, error: "HashError") -> None: + self.errors.append(error) + + def __str__(self) -> str: + lines = [] + self.errors.sort(key=lambda e: e.order) + for cls, errors_of_cls in groupby(self.errors, lambda e: e.__class__): + lines.append(cls.head) + lines.extend(e.body() for e in errors_of_cls) + if lines: + return "\n".join(lines) + return "" + + def __bool__(self) -> bool: + return bool(self.errors) + + +class HashError(InstallationError): + """ + A failure to verify a package against known-good hashes + + :cvar order: An int sorting hash exception classes by difficulty of + recovery (lower being harder), so the user doesn't bother fretting + about unpinned packages when he has deeper issues, like VCS + dependencies, to deal with. Also keeps error reports in a + deterministic order. + :cvar head: A section heading for display above potentially many + exceptions of this kind + :ivar req: The InstallRequirement that triggered this error. This is + pasted on after the exception is instantiated, because it's not + typically available earlier. + + """ + + req: Optional["InstallRequirement"] = None + head = "" + order: int = -1 + + def body(self) -> str: + """Return a summary of me for display under the heading. + + This default implementation simply prints a description of the + triggering requirement. + + :param req: The InstallRequirement that provoked this error, with + its link already populated by the resolver's _populate_link(). + + """ + return f" {self._requirement_name()}" + + def __str__(self) -> str: + return f"{self.head}\n{self.body()}" + + def _requirement_name(self) -> str: + """Return a description of the requirement that triggered me. + + This default implementation returns long description of the req, with + line numbers + + """ + return str(self.req) if self.req else "unknown package" + + +class VcsHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 0 + head = ( + "Can't verify hashes for these requirements because we don't " + "have a way to hash version control repositories:" + ) + + +class DirectoryUrlHashUnsupported(HashError): + """A hash was provided for a version-control-system-based requirement, but + we don't have a method for hashing those.""" + + order = 1 + head = ( + "Can't verify hashes for these file:// requirements because they " + "point to directories:" + ) + + +class HashMissing(HashError): + """A hash was needed for a requirement but is absent.""" + + order = 2 + head = ( + "Hashes are required in --require-hashes mode, but they are " + "missing from some requirements. Here is a list of those " + "requirements along with the hashes their downloaded archives " + "actually had. Add lines like these to your requirements files to " + "prevent tampering. (If you did not enable --require-hashes " + "manually, note that it turns on automatically when any package " + "has a hash.)" + ) + + def __init__(self, gotten_hash: str) -> None: + """ + :param gotten_hash: The hash of the (possibly malicious) archive we + just downloaded + """ + self.gotten_hash = gotten_hash + + def body(self) -> str: + # Dodge circular import. + from pip._internal.utils.hashes import FAVORITE_HASH + + package = None + if self.req: + # In the case of URL-based requirements, display the original URL + # seen in the requirements file rather than the package name, + # so the output can be directly copied into the requirements file. + package = ( + self.req.original_link + if self.req.is_direct + # In case someone feeds something downright stupid + # to InstallRequirement's constructor. + else getattr(self.req, "req", None) + ) + return " {} --hash={}:{}".format( + package or "unknown package", FAVORITE_HASH, self.gotten_hash + ) + + +class HashUnpinned(HashError): + """A requirement had a hash specified but was not pinned to a specific + version.""" + + order = 3 + head = ( + "In --require-hashes mode, all requirements must have their " + "versions pinned with ==. These do not:" + ) + + +class HashMismatch(HashError): + """ + Distribution file hash values don't match. + + :ivar package_name: The name of the package that triggered the hash + mismatch. Feel free to write to this after the exception is raise to + improve its error message. + + """ + + order = 4 + head = ( + "THESE PACKAGES DO NOT MATCH THE HASHES FROM THE REQUIREMENTS " + "FILE. If you have updated the package versions, please update " + "the hashes. Otherwise, examine the package contents carefully; " + "someone may have tampered with them." + ) + + def __init__(self, allowed: Dict[str, List[str]], gots: Dict[str, "_Hash"]) -> None: + """ + :param allowed: A dict of algorithm names pointing to lists of allowed + hex digests + :param gots: A dict of algorithm names pointing to hashes we + actually got from the files under suspicion + """ + self.allowed = allowed + self.gots = gots + + def body(self) -> str: + return f" {self._requirement_name()}:\n{self._hash_comparison()}" + + def _hash_comparison(self) -> str: + """ + Return a comparison of actual and expected hash values. + + Example:: + + Expected sha256 abcdeabcdeabcdeabcdeabcdeabcdeabcdeabcdeabcde + or 123451234512345123451234512345123451234512345 + Got bcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdefbcdef + + """ + + def hash_then_or(hash_name: str) -> "chain[str]": + # For now, all the decent hashes have 6-char names, so we can get + # away with hard-coding space literals. + return chain([hash_name], repeat(" or")) + + lines: List[str] = [] + for hash_name, expecteds in self.allowed.items(): + prefix = hash_then_or(hash_name) + lines.extend((f" Expected {next(prefix)} {e}") for e in expecteds) + lines.append( + f" Got {self.gots[hash_name].hexdigest()}\n" + ) + return "\n".join(lines) + + +class UnsupportedPythonVersion(InstallationError): + """Unsupported python version according to Requires-Python package + metadata.""" + + +class ConfigurationFileCouldNotBeLoaded(ConfigurationError): + """When there are errors while loading a configuration file""" + + def __init__( + self, + reason: str = "could not be loaded", + fname: Optional[str] = None, + error: Optional[configparser.Error] = None, + ) -> None: + super().__init__(error) + self.reason = reason + self.fname = fname + self.error = error + + def __str__(self) -> str: + if self.fname is not None: + message_part = f" in {self.fname}." + else: + assert self.error is not None + message_part = f".\n{self.error}\n" + return f"Configuration file {self.reason}{message_part}" + + +_DEFAULT_EXTERNALLY_MANAGED_ERROR = f"""\ +The Python environment under {sys.prefix} is managed externally, and may not be +manipulated by the user. Please use specific tooling from the distributor of +the Python installation to interact with this environment instead. +""" + + +class ExternallyManagedEnvironment(DiagnosticPipError): + """The current environment is externally managed. + + This is raised when the current environment is externally managed, as + defined by `PEP 668`_. The ``EXTERNALLY-MANAGED`` configuration is checked + and displayed when the error is bubbled up to the user. + + :param error: The error message read from ``EXTERNALLY-MANAGED``. + """ + + reference = "externally-managed-environment" + + def __init__(self, error: Optional[str]) -> None: + if error is None: + context = Text(_DEFAULT_EXTERNALLY_MANAGED_ERROR) + else: + context = Text(error) + super().__init__( + message="This environment is externally managed", + context=context, + note_stmt=( + "If you believe this is a mistake, please contact your " + "Python installation or OS distribution provider. " + "You can override this, at the risk of breaking your Python " + "installation or OS, by passing --break-system-packages." + ), + hint_stmt=Text("See PEP 668 for the detailed specification."), + ) + + @staticmethod + def _iter_externally_managed_error_keys() -> Iterator[str]: + # LC_MESSAGES is in POSIX, but not the C standard. The most common + # platform that does not implement this category is Windows, where + # using other categories for console message localization is equally + # unreliable, so we fall back to the locale-less vendor message. This + # can always be re-evaluated when a vendor proposes a new alternative. + try: + category = locale.LC_MESSAGES + except AttributeError: + lang: Optional[str] = None + else: + lang, _ = locale.getlocale(category) + if lang is not None: + yield f"Error-{lang}" + for sep in ("-", "_"): + before, found, _ = lang.partition(sep) + if not found: + continue + yield f"Error-{before}" + yield "Error" + + @classmethod + def from_config( + cls, + config: Union[pathlib.Path, str], + ) -> "ExternallyManagedEnvironment": + parser = configparser.ConfigParser(interpolation=None) + try: + parser.read(config, encoding="utf-8") + section = parser["externally-managed"] + for key in cls._iter_externally_managed_error_keys(): + with contextlib.suppress(KeyError): + return cls(section[key]) + except KeyError: + pass + except (OSError, UnicodeDecodeError, configparser.ParsingError): + from pip._internal.utils._log import VERBOSE + + exc_info = logger.isEnabledFor(VERBOSE) + logger.warning("Failed to read %s", config, exc_info=exc_info) + return cls(None) diff --git a/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..c3a35a0201eeaf73f87193e7d353b6c92457f266 GIT binary patch literal 249 zcmXv}F>V4u4BQ2jASCK^h?XK)94(?x6M7nJ*|osp&bzu>AeWEi2~pm{57OoXQRt|$ z8-*#x9!s`o&coqAC9LM}JWBN|iyQQRbLpq%O*yqzt)6sVAD+a~%a|onZER#OW9uCa zo+tYA9?^M=_@OR&`x;>9D}u_z=x%(n1yq?1!m)tTY>*^fVA;Zvu1 z&~T*3VC>#(se!-&@b9;n5;$7{OaqRH)6ib~i^{u0Nz3{!8ORx$9PzuWwf^a7-K%>^ F{sOv&M=k&W 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..486717f4ec92eb6e5deb852020bbd16539198c1e GIT binary patch literal 21903 zcmd6Pd2k%pnP2xz&rHt&4DOpmlOO>M2n=|N6h%^^0A3Oa(IO?U#`cbe(+y(4IpFRA zDa-;g&1?hvixGO57j3cLJf(=P-CJg)RbrrH78m^Es54p zE9>Kow!{5S(G_|`ZdTgmdfA3nEogO= zwQ5DHwxU*#vJp2aJ*=fu-i($5g=b3puv2cwvq4!>4wt-n3!WZhV{XNm9k1HV_a0}@ zw&B@!Wq*D)C*)4$1p1%AY`W0%q;gX3mIHWFr*xWY>A5PrY7D}KPO(vTV3a_97kY zRMENvLC@dPwhRS$-E;E%nbT(@s-~#8b3Pr3k1JZht5=+V=IpWXz{z6+kDnSkp^F2N zcsz0;uIR#GESlEEQ)xvt?oY?Gv|f2;JWaP}B4cB*x6iF!Z`SCII5T6)J$5P2i zTo=zNpB-0{QAKwcRgR~UsKJXxm1?xKM&&0JZ7h}4lz>h5JgKDBiDRmoQqlX|X;wm; zh9M<=C8c7K$s`tuL97~q){Yk5b4o;wj+~38#uVIo&c?>hDVk=yu1bx>G$lNoQo~w0 zk{+km`eRy{dc-cHA{JL}@_L=B$dPC|92rlKgoo8sB0R3f(bRr9s{Jh?RKTv+3`CN0 zOpc@#?KoPTja*c856$5m+il%&Amro@vNFkr|?O1I|kF8s*)a8lTi~r>9cSS z{1MWveFMpLE{)WQkF+E9VpN!}s~8vmt^NiJ=X z<)Rt}==^04E%r|GQ5(;l;{*;MY0q3dol0Gju!Yjo1Lq_yI-(>LO#*}$#&WfsZX;Lx;NJq;c8z5ubad0T$P}?wN-DSQ< zcf?ay6jk@&^Qmd=N-RC1+v7?yU{kkJJEz%>HcXQ4f3|-ll~DRIYFf6^E79Hk2};J3 zvGneKKzA6RnUVp%{g;*G<^Fi=LjTxAdL)(H6Wq1CUyG%czOhL3627q3KNcJ7566htb4*?gZ`rI3x_{D9*LVZb}g;47wZ+~w4zEp z9uD8+Rp2WS3dtkJ^nxg=l+ex@Q@P6JY<5Rr;arYGcH7RfH-z`;?j9v>S z5Rv@n_z4ER&Vf82-*}DYH@r|ol9ct4KvwvVA}dq2Nn1J6BHJy}qVf|$F=4?xm|R$R zAC*RZrT27a&EfNWz>&GdNWs8}61~JIi3y^8=K-10h!T+%m9f91Hm)kHg|#UX0WtWd zCPk!ku>=?r8wy|!(q!zLMX87MK0N?uB)t|UP>-D%~ybpJ>?5zlmhTgGG22=TA}%Sjn@V=NZb*ervWckQ4? z_dl-DsFq3&1zftz*al6vUj)zW#15)mln`L)E)#imXF>r*lLL13FjW#d>6OKJ9*%1S z6hIyZoO%tYB5i6oG8PLPuTW2*!72P{pF%Rtqg~m_fqYn z)2Hv&Z&|7D%GP%+)d!}BR$cWgE-CAhayG&3S+_eyC%U@*?|KN~o?GeKpY7Ve(sd-; zb!5r&@S^ZA1M(=|k-sc9xkdm}AZ`;pWCf8v+{yFj&kkXAL}%3llst&!CTHLaqXsl{ zm69<2G-8@pxm7_lTF`TF8ADQt=BX2&QbXFAwI3rXrf%i9ayg`#ZHneahKWb*G`34)DeeEbi^C<9i17mT70lgA~92YD2_9EmZ>l8F+f zvmxn#js1_nNrtZmPC~80#}!7>=`r0wsdk>^K1jByD`ALwF%_buM!4jJXa@GLJH|*d z)JQdZ2u?XZ62P9i{LKlbC$i)Ql zRe@-eCZZ*<5?jv zeSGHl+~EB7g{D?(lsDDj#Nmj#AuMFFfQ!SY|@EwBZE z(p%Uyng?L(3G^#l5dh~=r_dXy;V-ndNAiHIcH7`pugs^0Th~|wvgO7AH3MCHg zENSvHiFla>E)t2t(urf|4fHj%ixTuTx!rlv9YOdtsBfB~Osa|^0pQcxK|^%k6_idf zshq@lDGqU8leBSdEEbKW#kuyc7p=(YBW zs5n!1Ke)&gX~m_>fxPW*iM4vv2>dtuT;zj5U4q3S{eo<|ub_3K-7)`~J1=7vl zgr#kz28@3H9!jMGP+b`ERM=p2;1Y(&s7BCkoZ7yI1XQ_&6C1ylo*($?#7biz+Zb4O z_1qEL=Fi>edQ05>uHgB?=@(8fR&QP2cHnmH(ze6P!Vx0N56wQbDthlWv|Nu}i@j$P zs%zHl&c@1IH@7)(Z%0G5C+FaNjcZ)9&pAD~zL#^b3+hQ3`q^bp z9sFqfLpe$3Rg6IwStVqizS1O=ibE{_Xmx=U3e{VrFyx8xIgUv#hX*bECAl03FcP^; zG-v{nilMy21VL!XglaNJzzkz*2wIRqPsY+~nYgaIq9erQ)37n<4h1H*xbA`_Lj#oR zt}|xAO)vo37)huHu?&C=?V!#l)F|>&fN5a>V@=1f8=11X8bj+JP!9sOY3{FGm2*cH zKAElUz2mEX>CEhz72lSuZ_AReV}@UC>sT1dw(XhWXM$Pipf$B*E0~Wh)pXCee&wyX zQ`<0i<*SDleeJ7Wzrn#VX8y8x@){}21xZ!k`L}Q!l^NiWo&mt&%jub#?JgHf}Gj>bRJuz$$%wA+h6-eP^+rvm0tY2)u#xPLve(BC| zSov%?oN4`#Eu+f6piX^AUc}K^5$2x90j8UjBQJwrnnkijtTagr@I%uwJSL}*F6c~su0J$9# z4j8aJXNlyIm0B}4bpkCIa+hEN9vYZH-{?ALVyv;C6dskp7(PH0au7a1ZDDkvqw(-R zQgfOp&{6cVg$xCp8#j{#YsS#kX)0~lx##H_C4Y%OjTS{_GTz~v|9#ps-!1WW-RqUK zQ$Ay-sI6`rF14=b(fdE3_6yt>Y{f8I4nk%AwLBM+?dd$c%0fDi)&*6@*lWwa`YPT* z*B5OC6{?&8Y&Ngp$WD;xj~sc%20|@f^;u(+kq*j%JEJp^?*tqe5Xq(C@g#GMKpu^x zNvgY0c3^j|uBSUMhwYs#~RXiBas7i32*mQi4@ zB7Q-v3G4!5UI#X~gai?skv_LZyqcM!^IXTq&4LS+`^*;6v2u&}*mNNd9f{!y2<%l1 zslI^30RCx1b$4A+As8!arib(|z&s`>!)6Wo5jGW(;31dDE1mqOx#Z;1TDYDXHoNY0C9N>uUd^2+sg7Sb5G83X^Vh> znbYoAJ7DG3PT181O@-)>`p=L+3Sx7k-B7=P#E^rg%{}p(>kM0av-@}78>`RTH0ll{ z*rU5%|B83(o8GOzs%=?r?Y|`~weDN0ePGe|00=pDFa6b%FFwC0ZeqIzBIjmc3xcfa z?zlQ`d=z8$WK%N~2M0|~!%Em9X6bo;CC^Ha7+<&fLnp3&89f&9r^S){7K%V6=k%{Q znzD|jg}P-&C()yOO7To`){64 zlD&WP59)p(zuxj|DpK=iR+sZ|zSc#d<)dJO$PyvN+Ia{~k8?a|cX{Y2Xa6rIE9HcH zId4T#f4^Yc8O_^7@Lu!6J3UspkXum2doS9F1U^bB$rw6ks7$CqS7{QlJxyi6Y zO~jPAEX81Hg4{X+TaOZlyEsYrnna99G9)O|48m*;x`UK@Z7AayPY?GUAPYZ{d-B2S z;)MwO_b3Ib4F_N+mc#rVQ1RgqA^&hh)}Y*(ipv1ilh_BcK#qKB#AIf@lB_#41-2IW z8ZFID7lsu@)}68f#ZpnPQD>JieNFeVQOs2YJO&{=PE7>F0z}Xkb0^M`yrerB^HtUB zGzXH=jIo^NScD_Am&RpK953s_SfZwW2MylEpZ51i{)R{)boqvs63z9($=@|2K=ZkN^4iJyPcB?ostdfw3GT+3!8^5$ z*NcR{NO7mUp~21v3>eD z8oe|%JN2f&Yr!>rauqg?$6t7SPPp#7=3A-i$X0bMoLs8vTNZ+MJ(VwY&vs7_torL; z`rPd2-t=!@=s=H}rt86LK}^F@JLAM`SNu}eFD*3O>Ucw3_MgIhz5ba)tG>F`%9E*pmc;u*ckFw7*# zDRz3Lg~s4oX)>;F*LQmrzDCiMuWEC&H2d~ z2vauIMpEM-II#B`qF7KmI{_;>6Ub-`7_wQ5-(@UjVPbQDm58>938uZwU!^=3A(wJt zffT9oVP78l4pYxRte(NPu^dBH+>6hesV|nF^X3f!AC@VPAO@ScruG@(OTK)#LX(8s ziq+Z%Wa8@9y)(jFVmlKUN<>Hk90qozoEB?AU|j@~8?IOJO1dm@&}P_G89}>(=f&E% z3o#gJ6}n*EhS{^H%`|y((vS|`u`u|(lixYHV}*HIRa`LTXHTciCk^#{GMxlIXB&TxXS9Bmr6cv)0Q0df!o?sx#p)*5AO)h*OE*Z zGo*l;E?iDWt-!6#sQtvg9iPRbCI z5Jw728{7HU@M86kk-*SLAB!eLgwPO%{38HBDElnd4;z=+yy0VPs7Hu3r=7eq=pLzK+i<@?@LfAQc?eIeVQf(I#a~A#WtJ1bP;p-JSJ69#$t*DwC_+n_) zSM}2A+0!e&_N=e{kA#J%zUzI<*NYaFO$L(NFuHZ+!I|g{eKSbgl^pkJw4opm3h$tu zMhK;E(w+~YgyDNg{Q-I~f@N)lu?OVH(j5pbLP%`MR;aI|L#A=V@~sUQ%Y#n@6nvdaAKeeQjb?kP>?dN`J|IyUq!PD8jXR`f6tY-1tC)cP&u1av!&C3h>Zq(iwxuxAq zECwFRb{xuXKAeLDS@%ZwFZcYk?|mv7)Spe|4>1FZv5k;UAW-a6z!ofxTg;;ztp%UY zHeHoQ$+*h#!6};!t;jou2wD^Q2>kIuGusE4+(EwPVRBzG&-r%kAUu~+pQK%ivG8b^ zk$xZJt0d%s_|PQPA5rpWNKE2m!hR#H+6?%MoRH))R)37957H*LqW~em!->A>$vcp+ zCub*TgkK5bqI>79ZMU6onQ>IicvC`$UFgY(%|A!scjx~ImY_Xj7l=o(AX|7^j3DMy z(-Q~^U)ESaR#tOda4P!{^VMN@N~LE|l^Dij?l*(Ce~oU5bfYbcX=6e*^(x)TS_I@? zQc7)d>QB&YfOhd13b5V)FM4ituk;+u_8eUDKQw*vj<<1DtTMc*`NI6>tk}I;-3--) z$i!-E-@4c7a}u~Z4f=o~*+qGNo2P-x0I;%@yc`uTj>MGhBmk6becmWdG+u2g7^BOD zjL8D=fMRe>dyFZTkG?DynNr{?pT#cVd@}hY( z6rNh8vX+$(*h|#Yh_5MQS&{QCH3v}EnW#2tOn5J_}AQdtCTC$ z&wxOsNlvl)KQJYJOn)B;oH$BMZNr79q%mx`UIld1MemZiDe-x6!pyJm>7Y@^ahQ1n z-n`4Yr*{<3@&i4|N6fB&aL>I(J+WH3V#+<~P7}9d7v5`PDT4}k$(-Cpdvn0*QOIAb zEMQWZ)e`q)*C_Fn4Htd8(jAcflj1kIZ|9?~%kE%d%p)5H#4X0e8MopU$W_I=I>BAx zp0hv0!E#qUbf51~3C2|dj?Ae6BQ%P_yCA_6qavjq*##vU8HWmhI4C&<-w`o2gyWB; z)HDkQ8y_R%-4*2mlyw}52&&)4c=!4KjEAY&K_kSOMQI&mVxHHe5GnphCb;CT27_<+BosoW0i132zC3?wlP9dC>BCm=gT!WcE`_MO# zw+ailVqqz^%Cus#Ky%{aLFqgirILvEGWP;+DsBXeCL+*3CQ6E|k1!g2eDt?rJOUDyeJgCy=m!SZ1NrZ7EHCiXJ&) z8a}Q%NM#=^EW0W8l?k#isLI9(9T%Rn04x%GSO^tkz=m7t6g?w4!H#zrma{s#B}qpm zW4KB_Jtms!0t@mXUZeZ5`^9I#bk}(-i5BEBB&)}%7YPWur|2*a{0fNQ3A4$ozehKA z1n4m_Oe6k4>W6U|N=OZh>S2&=dGyppv^xtTqBQ`OAaomc&X7lMdCae(8q-?wwPk&6`NI1Z zF6;zHNiRD8pY=_gZ|i%ot?alXwl4?^(G{_0QS8aJu*zo6*HEUifmPPCso5Qm@T=7) zaJWjW{94Cc^sC)j5l5|z(T0EUzz-jK{h<}{;jH*DOgi+!3UpiXc4WOBH1eZ7Yq{8c z@b;eD+ZQ_@SrLyeibwISsI8l|ZOwXHsqG$P&`XH-!|HrhIX9l&XL{(LKUguiiTjI9 z?I#c0|Kf;<^k>fAWBctt+wVj9=XT%mI{VM-SXuHN-(~;#E>=F=dm?E6MX&*Feku4* zHrapKw3W(-c%)IlUj8B}o-XF_E?B>x;wbvVuy>RAs36RXIMN56+UV(o9cQYl28_d^ zifo);)O61$e2DwK>!j)-Usxm5nU_vIDj= z3UGsU4L*S?W`A=jqAV(I)N;cjc>yf3(0Qj3~8yvvVg^@z8r)+@-rWbSNA&HO1doIPp8lEy&8nJw8oK1gJonp++* zGeQGKH%8|#B3M`k|20kxX-1eYG#lz>#T1(ij5*hm@L`b!p1qQI7ds*cOFBDDY@7z7 zIA?NOm@_CG6qby7)0{_yRQGA@TrJKt;$W@Xfk&n4Gzk?1j%yMUQm0{_L&>;4Bmz)f zMKz1RwM=o0X4BIW9gbNfG7Tl0nYYA!lc0z=1XG4L1&ot>jhhQbH&@CCzt*dXb;FIL zg_9{mA&i>BE1PCsVZ%9mwuDjkxHP$lvyA1e0~s`f8@` z4oaUiT}9{{yO>NtAR@`FuP>SEV+2YvK6HK>G!?j)lI*-gS{+ARlqo9}9TGS3t?+*M zE@*IS%0^X~8RtIVTjE3^z#+r(+HNFPti@*#uQ0_ILcR(|t<4C8YIxE)@}#qsOCtx=JBG3cFTXDZ~}!8~zECNiYU;7Qfka>Xx?L z+;=0o(!4v{bn3Uvrug~#MjqIo6x*Zd!G_kU-P@GVtBoFn?RsS#ln?Ti`O^g-JS3&Q zi)NX+avSkoTJ^V34Fb@_HEv#M=*l*9E!KD6*uS!4AdCO?12djgZ_SFg^-XVUcH6!? zz8Yq~sp?#z8kw|JnuGc zHRAkN8@JH^`nHw&?b-V65apUYGd{>!EnTa1t*g!3F;0tThDNH|Yy~Hk01#$v5KNMN zKh!*A;uxCbuYw>S1+o{iET8K8~KR(`c#)go8 zZWup-b5)%Eot-nY`LL`H@`!QAG|LdZajyT^Z1)`TmcmxDj_~3fH3Ygg2LDBdHx0MxRig*+Gd4v;89M@ zkzx0nwFBi%J84nWosC70*^l3JsQ(LZ)GG;L!t4-z1V2@yd%);`QeiSBFgyPLM602j zc2z>oP+hOW@3d%2l#Zl>IbVz=G1gzvSay&qHmXXUm}8MeoJ-R5v=Nf3-bF=bXDJQX zAoP}Dr*9EmIEt>nVf^$x&a>B(tKq8a)~mUSX0VRc?GLWDcNlv6p=|phc;8k#x>q*^ zpwEJda7gai(doBqL^%IR|8D;OhmUYx{ok0)koq1{bsfq7o87wmf!*5oal6&N+R?Rf zxAu8{tNtA(m9h0mnXbIT)2#(aWHgizrZ&OLPx2%?!+M`Tc%Sz`fMLv#WQ#zJ?zI#v zG}66KsEFlLWcn2&rgrE}pZ0IQ2m8G=pe zj=^J(K6L_;5{{OpS-`OaVFx&9_=o7ElGUBL`V8@ilvg8s+GRMu8MHENsLoHrQo;0^ z0=LdT<28gg;smRvk*4zOv(J)zYr4ueKyzl(M*{nQrf)@V&v<&~+IrRy5XM7Uf(ct3|zjVmL$OW zx>uTCZeG~8)Erp$^}OqEzth;d*cM!B>}Q3(rN$uSxGI>Y>~7C*-)qE+Sg_W=JF;!? zkPzUH2O2gSL%v6!xsehQg_-6GNTi>qF?4E`NP!W%^e#$>ZBXjma}o5|c?q0js0xPuQ~aKHx-hkN_o>eieCIX0qkYtBU_ zk)oO0RI1{f)v#`Lbl-EgJ2tbX$kDW>Dd(b+$hAp1szWPJ^Lt*D))1RsowL!iM|sX! zNm1>+^MebuFP|d2STEHZ4|7fdCbfk$IqV*xAjXd2~~isnHiH;c1J$LZ!c_vcs>tZ8U!HC45js|prQlo#yd zdJ}7E{WMi^8f*>cCjPU3!W$R0fK1{dURNBroJq1lwpFzIfTE5MA zItE3M!(lNb+^nk zuDDyW?w0ujOYUvc&bu|zLhV9yp($I_GwshgMZRi&PmV*jaNx$kcMh*nalJv{19Q); zbI5X)wfrOeLQ{^T{D!>7^7USxch5{9h>~~bL_fc2KAPi@-FS>;xA(5mU2fYU438RQ zRDSaAhiLy+qE!l0eA2dWC@HcSE_oV=CQ=sMx)xlgzYw?9`}tXEy5UOilMpHs!5krvOn7U_`EAZ=9`3wrUD8 zHF4WDwY%Sc&b=28Lapvp&urCRi5KUd_dVx7|M_3%zkg9tVHa>cz4QCw_3sG6-_V14 z*_6QMhF%bE2q9ro2 z&DtmJvyMr}taH*iTQONNTRB;&qxy^y*Q|Te&BCTg)ok@-H4B>~o>}jtmxV2nn%UaP zS{Ak<*_O$cS#eTi&yGmzY};fT3p*q2 zvmKKiEL;)koZU9LjfE>CU9;Vj-7M^i1ZI0Cdsx^V**@Dl*~`LJk-pjf$$l2DjttE1 znB2j_p2*O&-z-l0`OSZ0aM2XP=mSLML1lLJfbQn>?Zyq#^0(dpbTdlgFe=sUpps9hXKg=qb$alVdFIIO1z1hjg6f8oOYo-^mj;A+$TxBy9^dtGO;1C?(V)oeYW6 z$qUv{>$gmk<9gwQ5Ni9D5NelnGv7sqlIuMKkC=RtbWNTPZIkR$8>_bq zeb~)H-O?ypP~y=};9JJYr&#G8l-{nDo?vmki0jkho@R0Vh#S!2&ak*0h#S=6z7!fl zD?3?B$1j*e!)W7~f;fjXN_|1fE~K1Y&rCHGSW=XMiCj%W$m%c(scMjSdwFSGMo!u#81_9Fgh0vPX{C6 zgftZm&Ps@MP8|)#r00;4mo!}t$}uTm%r+dAVsRz@NJN%`p@s2iEFO$Rq)^s-9G#HE z=ka25(TTbE*xY;+vE$K~QF-Xgmn11N7LG{NM%MjoG&X6d~Rr7>z<{(+D+(g9gYcPmm zw~M%*VRIy2xg^CeNwSEWcrpC46b1eu5Ehl07Q-=ddT#bI77S2?cqJUaBnCwShOQW^ zr%eIuSRXIgCSsw^OZ|41I)ddFoK-7hU^5~f5qI{*39E>67l5eZguX7zQVd`oj$UM4 z;dQYpsI#-dnK`*{HVkmXeOjJVYb1onmOy`DbLHW3M8ulpFFPmlEUc|9Z=f~H-b4&v z_(h`=?TQx+5bs7nC--0`ztHt3h6#<}{n+AWyK3~GMgK!Br&Ab5$4EqOC{ZCuc*wqfL(4! z&$BMI#|lQt8fWIh(X3%McsXkTe$JYKkAS_h7Qo5*xfnKxkaT|jqU@m3ZUtMPRkwz)zCH(qZLjwE`IUyz@@oaX#hw$9#ZdDriTV*={6q?$A<}o@Z|x3AhtW~ZUbzG98eOc zE-*ybe|aI>FvW2y!FVZZlSk0Ko%oCW32s+~Tw|lD^1iPx<8-H;V#+CI{GAU?2ETo| z;z6z8Zpzg9Z(O>5>FwAb?Y!k&Z`rk8yLN1niackPYJ>y;Vrsf@QF?w>#0DL8A>j%_K& zwoe6<$$sBj`KI%lGvj5^so|ws2Dsjrn%~o9oeMfOqv*8#r zPhZOVN|vaWB6njtHfc)aeRMmZ-p(Ts3*z=IA>;P17;o6F+rHztI-c>ht{UI5-L$>s zNE&N06}8Lf-hAQO3*Y|A)v=7fZPojZ|EB+~hNQ7JQ`5Y1?#2t(U--^fu1=JcYUy5$ zzq4?2;jQ0H85`wswap^1Qn$;^*N~hCtB`Kefax&KXxlTAl`EuwPaza0&ENnkLq^FG zGU3lGStSdj&MlHHWR>h88|ZaAi?N3c7b-&za0AYe6a0o9T!%}tD7=O-Q~?UwyYfF>#!se$YUdfr{9MM;KM&>4c35Da07c42sy=;^FD}NKh7)DdpHd;qAM; z(EXLcp`Bm*YX9M{?C9I~wZnmqiL6t}#b78~sgcb5*}`W$maT|0N>W98vc(s^+=zG%(`QCja8&t96FkA%eYk{A?YQe1lr>I@@p zy3U8AL3yD|MA5F;+`K$3vGDmhP(I;l0ebI#Rj_@dTi)VWdC>-oOM6h6Bi0+CO zHC_T_8ch+7gyReS7*M6X9B*K2t zJ|`j`L2}W6C^TTNDD_|LFQCiR1W}qjFNH!FXbcRe3dIWwb5_)+ZdyebLCna(i;M#j zff&W$#b6kGAHw3vb5EUCs7i58;XlPQqi4ijJ9ZY;)CPVn*r%dCEHolk+e8ovjAz^m zT7}CePXSUdV<0PKAYd8}zP!Y4ya!RjAVp(RQM;g2S$Fmg1;n5%iI*jLHXK)2Za|ZU z={a_w_d?5CK;@UGOv9jSRIRHBylVhvgMtMRW;vBS859vc>%ZAnKU)7g`B zwrw;8mW}tU^_iAF`fbc~9i-omjIU+c_(nyhc{@EeY&3Q+8$Y!A`KCp5>a>O!@j$4L zP~+wwfro`qQMaUD)XgBG^pXe5b7Qeixnj{gNS0+%db#QCHwg4Q~nG z(_he^1u`zTNy_!*`QIheiY_W6P2G_5Ng6HpRgA%samlo3id7f%Pvcqh zMM6f_GgDmSVqezDHIFHSdewId5f|&t*QbV1OV6SyUaLO81iD6U4Ox)er^e-fskWk# zEYs6P1NAgy#hcgXORAxl1-Wj~6tb~)9{0|6<(-Rr_W|S@O=^8;rCAN%}&^HHM_s`#FvXgr7`ExGu3pa!BSO0JoKk_bGi zbpDbBJs#YezGzYV9NQDBoFPW3s3oHSwpTx>svy|UGfgQx0Y4j!925f zYub`NRE4+uWnha&vo%!xsL}joVGB~G+W3C8CrlDlX6`h(mLB{I52H zMC6xTGlUaMu0@TUUa~FP1>if|%(1OGLSAjY?2GnCK+*B7 zZI+&~LrkE~I&RJbx~qOAReD3=g@WsK!7BSW{H0 z3&FOFX*EKi9np;zqT{p|s* z4>}lh8>%hpphm}a#WX6H^bygE`$-U3+7uKmB>szH5TdaymGSLnCz8A% zd|@F^9!?~j2cSVwWUz-49)%z!28P!%A|~wghCxPQCmIW+1t3VLFF|%oGYHwhh?q5V zCMHooF(9SLK9B78aFRG;Z36Sb<$kTVi0RiE%(k>|h% zE8HIA=EQF5*B83L7y4c?QO{ljkb$Q^WhmToO{BSe)oLK1&TZls`9ofMe} zFL{h^q}Iq9iN}@+AIZn)_8di4LE}UsCZ;R{d44gLwQ0&Tc?V^wqbwYTz}P?}3h@?Y zlnD*Xw7+JXr>J+q>G+f~rg($7+5Br%LTsTW$r5IZY0t7IutPGGi5KO$`O8^*J`IAd2j8_vL+@=lP^4rYr0Z3U3Y8t-8!^9cHi509C%Z=O?7q{T z>^zqA98WrrZ#Z0ON8?>bW2UYlUDute>s~&Ysjj`zeZBkjV;ha)J5Sww>aC}*J+*vt zW%?se?R}q^_U%mhcHaJKvhHZoeKg~$zE|I$a`k`WZA^OyQr>|~?a=L=w>y*Gy*ZP? zSDh0K5Ib81w+}+RrJGABSMP1lpStc2p2#%px*baIK9SmeBDw2i(m%dp&R73jvhG0A zeIVoVubzA7g_|#=T-$E#yuIz8AIxX@da~|#(tR8~`0m_YS7%OduByG?*t*v7{l0hm z)*E-Mj6QS<-p;jWzd!lzE`NJ-pG{nQk3UwGO9S$5O3h>#ZkODl>JBH@g6;|3X&rw2Pw8?7p{C)XRcPug zX{5g8oxYoWD;Ct|^sWxSbMWTDl%xCB*?;-;-M(X)x*fN@>A|C^!K29?$C5S2*+lYz zzFnL2>`glN{>)W-zjip|_GzO0O_QOna{0sqjCx(BZYRC?Xli&gxpOR8b3&-fWpWNrWQiHyJb zoraqYYhQY+dHEEZopjTVRMU=h)BaS`{=2UI3=aBJ-u{etFb@C^?LxzDXbv*|rnJ8| zfn9L7fQMdLNQ#5EJJLgAsiCpt;E80-Nu}Gn zQr=y+Uru@sC7p*p;W~+A&EW0fJ9YQ0M?P`;((bmDyKU`6($$-^_Wt}~OegqyKNXBs zwVx2^4y1eo8Q%_ctg-e}!BA71Ga%`U7@@g8tExFYDE#GM!&5H9|6ZxX{Rg^=`HE#ZMtZ?a+q)ru?6+?c#RnH2Y|*X+GIk*gPmc0X{n zn*tlP{+tQF03m;4&O#xpP~EV)^Llg6Mo)IZ*O7Bj$SKq{6+BJ$MmNj2uRt0P)Dbmi9 z;2mg6*gUOg0%TomdmNAanxT}EE2N8SBH=|r|b5KbQ# zzJ|RCf@*U)xd*sROF3yrOc(7zN*N74Yz7Q!Uu1~CL&gMhEt#U#i^g)YjzzPYTPM6R zwrF^4p689iqDh84X2}|L8fy=Y1RiWY6} zDf6xq7OiK6fIax<04Y0dp=03)3BX~plxI31kiG=%vB&|FB&(!PSH$-aSc4JZtcMsB zqtX>tPXq=+WI2!rY=u)Hsy{A9Knfrow6vCiswZ|tsh70|xjBiz5tYw}-oUtkC*{&J-5mrV``P>Bu~3 zvKi%Eke8_?wzdk|h6$@t6ERy5W?Uo=Hgu9{$70|ye3VCzBDKG;Cep)4!S zJZ0s@6m=<{Fq2o9ss?%&KAfyemxADP&P#Z8g;hnTyP0}IVQgVc~PQ09^ z8dTYiPI(089xP`pd+QA@HOa0mvjYoSGsa`SMMqH{GRTH4p_0lC@ctn zY`CJ66Q~NT5!*hA@`iF;-@k(qe%to8VRihSiJKE?-}Y49_~)DSQm?hN>Jn#; zk%gQ=DJfY83-Aiq_$nRYqltE13P4QFO0gKM^kTGs1H&p8=Tqt)G5GTDAoG90Uu+O# zepPtTEjX(c%aNR3SJCx})3sv%_R|?BS)Xw0tVqO#{oejLY}ttJhv#HfCI&HU`i6te%Xg>zehUS@8N+ z?dzWQW$Pyv`|{r3S^{vKddqd!(v_(nzUJDfKaj3Jma0E?AANVMI~y~wo_X@xlYpB$ zU%6K|zU~|cxlP0?Xk3%yw@-ibG+xyf_{8d1KJ{%^#_G*jE7R77l(iva_1w2Ql1_2m z+Pd~+$~us-);+AUnasIbkp5SnW~9|LhEKaxLT9rFQN>mbHW)gFEFryQ3>ole44GiR zYldBdX~6`eT<$@i1xDE#wonPcVWt9s9&M&lj9DB^6j6+{ z;tlxQ6xmBN;{t^E#Y_e?d_;CMiDy`k2tXB;f7yoe3R+-RmV<3D=n7Q6ye|bZGhn0N zLxb|~;s$G0CKI4Ai;Yq5&>UL~jI>WQl^bqNjrbH{ATJ6*jp!D(?I+z}Tc)Xpbc6M5 z)&u%6=toOf4f!{z#aHRZ_=gf+;k%STw=t@o#4N-s7{Du33N0O(ZQCDMY^LoSp!ZGq z1#cjBVF{WjEG04cG6ePX!Ua@_A}`;vHp>kTH*Cp|TR}DXHL3KZco=!f z**TEq9NQF8nyP3XsB8jMyVe)N6`)nIQjyKpYeG?HZHb&D-9VoyajYqfI$!o~tMOxj@pwLy}p-*solAi8$SK$4# zx9i`Vy6ZZSv>r&h4s1C5Nk{8Pb-hVvZ_?Ad;b~2Fj-)&zN#{t?GqS-^PJ5=IlTeRu zqq&z*PXpg@P``E&{4p5pMW6@<%UaT_FbHl;muO+9J>sPJfGGANjJb;#pngzwMu?zg z`F}*+KhUwkfp`X^!Kn%>CDQ(oC_5f%Dp~o*h*P~PeB$z~98Y^YQr?brS7*}N`Rje5 zp3)bhJu*M}g;0w9;$3t}Cb6vi2e=i!n2UE^gZxB$x%n>1w7BIpNw~W1+L5&G;9G{H z>~>+M9@Nq;FL)xJTK+@2{ZqP?>?4GL85Vwln!JQ3>?3+3_7P{Tsc*yUOZp+t8_1dP z#CDNn$G%j{NX|mfR>9wzY~7vm?aA5b*-mmK2ZeU%P1{zxlkIy`_4_sjJmjo;)8Lvf z*>gD6`ou%T4D$Vl+MmXscDa?%W<5Goy#Gi>qI>wikOzAZ1TolsxV0vB9J1XESrB6@ zCthItmKCWE7P5r|*mByxWl|N=lTM{(FRR&s(_ob>C+tAW)kixTYq79SJ?eCV4s(Sn zP~Od3QbQMvp-Sw0RUwz;hE-`bp51u%6y-JZQb?;pnztye2C>zMt;H#=nr!vfEi1vb zqNRqWWl6aL2xj!2!uK+&PCO6tEX2?scH}F>G&5Bji5Fl97FPDW32t-6EUh#G3F;r! zJfE{CgiVUfN{Pf^c;+<(z(MM-+VgvxIvubMFkSV=DIdGaSvqNXO^f;&m0VT};8#nB z?e`)XoLXSIN~dwmI0Hm$1sAZFKKQqQwPVor0DlF`Pyz~VTd26^=TC~P(f+X(nvByY zI$PCWDyEqbJJH4^c5|@-Gqi(3JSd(kI1;99QM9XY5?s?kLw^irbAFnv2}zyCWFb(D zGT9ARRBqW}wYkGq4_Zt$nN(^HlVvCwT2gmkqKW^eI>~PjaTFe49C-^MGbR<@83GkY)stv^m;Hmp`@$Jq$&7dve-@1nTdD1fB zW4`m}z)53=7w=IvVf$+PFqz-8Z;AzTw}N_U}&lcdz^RE?54{RgD89 znT9~7wk1>Fm1*0P@%SHBSlsrUV6oXb=A|JhT9&jR*s^>d0W8a6D{r#vMwj@-EV=V! zBoUR`LS;lH(K+m544fv`jcda7yur|M;Z4h%)@ef+=8<2+NHGIJ%aV1`x@h^1{tdfP zn1)y!LVICKTjC44X_z?j_$yeziSKBDqku@UYL+ievTz+9+Qm_smVp=xT48)GYxU4v zDaw2ZALnEoS0sv;6Pk?v?Jl7_FN9^teex@cj>m#tWM=lb7c#!kBXJncLb1(+q$;Ca zp&sMlHnH|8ZT-MtR_n8(ZzeMsoUx5dXosn!DPF0NG4cT$r$T=r%x4YZ&?{L3A$ZbH z(TlUIfJSX71E#8(?E3_$#4Liptrxlu5RuuQscV8MtW!0G&8QZ$_3emusfM!Y5y^zyM4&$W}A6hnk+`{y7ay6o%(*N-ZWxXp~yDl( zkVtZd17FcyF^eTL+p^>=9R@9T5HzHR5=56*f-LHx3{qepuxp&wUn0mQg^;m8b)%_P zenwX|6WBT38x4!*>-smEQJV#29qQ|0 zTNBEe<07_F&6EFq->4dnL8+vvhp^g&nd*ElHT1qoeb=+-HP)Pd$#_K#nX&fFiKnzR z!^QV(HI=25`7T6OVp}yWD%4H6NX8Bu)OB^l(__Pn?U$21i zDkH<2RIH6G@y#2Aag1f?*0G=;$M;$ zATRkB$SwcRxIs3|b4VwrNdKc?BC#<=HBZm@Mb^P;B z2T}LupNc~3b2@fF@<-K2`;0%WYCJk*{As@tcP5E1kIt5XW*&vkmh^erIKP=L!2yY) z1uuIxfa$~)$`>Q5UGne83HP%LsEFkLC6|hdmMk{m5n6IWtYr|6ia;C!HubVr)3QE9 zCju-p#JZMT-#im1E{a{{tm|%sMAWy(vyr-U0cbFa4TIjPAh&s@RV|tS#XGmQHm$f7QGR z5L8RfMaQBOM4GOgjX%)2@q+oRQ0NT+R=<8&{gU*AT^P4A^9<`{!}m0q<7+z2`qvr^ zpjo?$r^n`_%v}YM@s~-?3RO6fQ7;0~ya+w?MUW;@u#FJ2fzyOA2qBJqE2vKw8KEuXfE)2FoT5`CyYwm{ zet?PdUUC@5eqeftrh?dzxLu~^<(+_Zv7isYHm%ZJ_j^iS{E5XsI@4SXlMMi zn$AnpK{_kQ)Z1Kb54#44$fs2?I#*Yh8Y#dWfE%510|a`#D>%~@CzIzZK|a}3FPjOi zu7WW;D}g1&F+=H68HjJQR)^YK&_2lxv9$MVKJ~Z-jNVJpQ3M%9)hLpi!b5mN{YuApZ2+#9 z!$I-Oba=C0;UZwq3RgZj-5u?w<8%Eb+(n?Ev7P-`QFLMzFUTyy^G)GxI7BK83;+Sk zPXd% zaY{5?mczV7x7Lj*rENEGifT#0?JMlGlBf6qRuVv{Yl!`FF88O1PBb1<@t>vx#Hzq_ z5%K)@M1?+w8>r9<!DzCXlKLEZgtb`d53tGq>!>G>foSXlx>yRI^!tS@yx#4}RkH zuXd23@4B~pc{HcDS5$9!{b}!D$~&0xwXGdbcN|W290tqFY*Op0R}48XtRvE{w!5yj zOh;$Z-I{TE-~7h4ZzNqk_kH#6SZ`X_ns3+qNy`sg)_q4-Ot4H&)^#V{PbGVvTF1Sv zJJa6%{R8hF_`^dMn124SRq!^$^0uP-e(g3gn|}5BtI67Ju!ipH!mXxj(_pAm%)<@H^#wDE z|Eay{c#H67Ep4MZLlH%6#PpDWX>$ZOP{g{JZlTEH2s9QgwUX<7y+#G%L>wf&hQxxl zKns{vQY+?n9Xim$Fbh`^_xumK@FWBVDRz8sxn0@hW5`XoT1w`y1j#2 zvHCSzTVAuD2$UJ)@>vhiFdsn8KngIa?o5k^QsSXI2^<8#*lv)$`(VmHm>fE>?mxL) z`3V*?77oO*4FPbCB#wm(9X164)5O@=#6-Y=d!VkIaxd#(_6*$SfV2Hf$w$`a+)ji9 zLfHy(j;9H(Wsy?H9@fp<|-%$2X|$f+hK~5*-N(m4_vJ#J2O_tFPL?oxaLgN_2n$|Xcc^o zIU9xSWU1ny5YBHjuAWLa4yW+nvny9Yk(EM~f3-H{7IRb`S*|yKT7}T2f!fql+!-CW zfMIR=ls55;HvLVjXK&ha7J9M*L!~|2Q=aWP8$H8JzA@*ZkdwMlL7{@y=#ksWQ)sx& zbV^sC9i>OqZ?8;Nwx?_zn-&&vQg=*evO^1+6IkHjnN1eRozgo@%>~8rM5U{f)ms{!2UjK?G%F^`Ef)Jktnt*BiX_re0ZB}D>73)qF-R1zd7lY>1B*9`#vPf29 zXQ4HPmXn3x{YGM*F+;WxX)~cAowQ31*qiNOWgU`}eB~%MKcq#qlEzbIt|y^2g>KUX zyB~PN(PCXJ){R(bK(*K^scNP}>%A7>`cbsb^rHp2sb-JlrGBC&=ts4*8diTk4O&ty zt(K+LY2`cxX+D-_Ms41LSbu0RR0BP0y_Q;AklKLMI;1uh^~Q&orjTFqBDNVlug7ys zs6nceL^iI}a~48cBhp&ob5w-S(Kh%QMH#%UH6$XwJ=7{SvosqXn87DC3Kzmsz+=ox3O~!3X|nTP0Kde1uh6kmY5Gz$3^OQ3zencg zULrOO|{B%aY=maUpy+o5)tu6D)NVccXb{ zCYlE?FdpPlH0zpHiB?7`$K>sJMP^`Dq}LAyt!BGOM-k zVDr(42sVermoeQpsqbEqR8H%}`m-7bNh5s~}oWd{&QlEdpK2^s--u&92G zYS5S^%}jzZR=7<-V?hR{%pt7&HiZZYW!-tDi2}6eDB8tNz7|0Jb5vr3k}Akg?L}~< zY?TBooQ?bsl+LVA&Zs%%pHYa`z!r}`+*r5vOpy(#s>OVkD7g@dfs)%MI2)3Vw)@RP z>&?Tal~NQn_kq-4njeoJYMc&*?CtV+$Qrg+%%G9Oi6Upy9EVXuKF zBua{R(L^==?6$9m2HQ$-M7v(KrsWkcjBjX*gKAIg1OkCI+D7QFhU10GrmVqry zt(2T!K`fI=ejj;dR>}WKA-2q@;=C(W&IS;3k?#V>JAL*DUgHp>)_Qr7NP=qduVCHRlKT>#I6*gQR z2y0TVwxqRERFb@+T;nb#kus3+8@vW6Obu(<+(B)=F)!3{(eb^#gt1-ySArX z+mlv)Dx_#B8Btj~{x)gi)iZzPfS?=zm)nzYIvaZjP7LPhJ>5SMlyiZV#peQze0D52 zEJSXcvmTuCoB~}JBS#`|WPK4tx!i`1DX^Bc;n**v*brnCLL8i*DrG1+wq;cpCf=su z8A6rJWP{0Y`cnQrj)l_x@sxl3Q$c6jzC3=vx_Ql(tnOKN_B=2k=5r=rdTns0u4n*% z4Xgie&>emzsdTD;4=IWEV%X%C9k>%+p&FI^tCCsoNVz)Fu91{$BxxPl3Z}?ixbWf4 z>#+;}2l|O~@@Lf3l1^s*PzaSbgiCZ4cm0tWe?;BqC?T_Zgiu0L%G&gyb?4Tu|GLJT z?Tsa`!nWB`@F`M&{V8>{0L$`m9!j}}lGdTEoki|nb)4nTX^j6%xq+^t@hj?1qGjs< z7iIWK!NB$pZa%e66`A!X6~&kYXN5ijeo3!q{+6Zeqa@6$y2eH!Z?u|Qk*Tt5`D#k`k3thj)wS4 z=mY2=v#_lv-MJ^#x#u&J(L(}YkNs!v))n2#?$zBHSIyhLw0|V!AGzxq`P3v-c;KSM zV_&vFmEy6(T+&^;a`D^WNLrgef9OCA>-cr?h+t)A$VFSXHd{o<6`kfOmfdSJf^5oF z&J40ho}Zr)CeH_Mpw>z*#M(=u@QB!QoI{a4{)B3#{S*qw6LiaSdE4;_8kQ7!oHz6^ zJ2Nu8zzlIlJjUFpaI%g#PUiOsw%v>zIZY8-%_TYk&us7|?ty7aak&Kd-L1vbT_($4 z&=j9V#aD&<{+?S0m>D))DW$7BQ`Md6>V2u|eRulTtH+lupST(o<7~L-uWwF6saD^o z8I$Fm;%Le=hBUG!Mw=APFzw8YNBju_H{b(>yr94?j1VBZ-cx?L>FL)_U>(9g>Z0*w z=+EAOg-|&UEQ_Z1l=ASjVJf#ufJBS5<8v*Q4w3GBON$g(9(oCMH}#hZwyNbbP@80D?%a9MK17x;qPyx+dO3 zapeN(V1T-i02LR2s%$-Ffki|2_&g5&1@se%nzMw8Ng74tO1|-!e>?^A??emSpPLg*XZ@bfR&v}@AM1!0Zq@8UkXWQDY51oOWO>pupSCRc{*r(`t zyf#0#&@9c*4BoT!%A@M9qK7~U5X%BE@fOH8&m4Z?Y zZAgl?ATQ}GrP9l0$`MErvH>!v6zUb($L-L%fB&`0W%G(TQR%sIfnI`;Vr~(7m4Y(qVpv*Cf zY8PY#Mol4r?dGcP4PW__6-66H4{Zi)8+cZmYDmu+3@{W5`8aF=$tF`13o<$Ncv*NT z@yuZgfvZQf&UW;PXmlNpkWamS`+S>BXsfjEqY2IfYu^ zvYma7hfXW6J-hDR4*zquK45iUW7;>A@(tZS^poLr-^t~1*bad+%ed>)?$(sMbuI9r zyEkV+W^4}bdKedRascNA*w@8sqw$PeGR5wyVh%VFWWzrl?$UdVt0WQP0!vVx^R=9KIL%2eKW$@GtC!T5+4=nDu0r6m{m@H#bW(Ht_pZ&sI- z`nzO_`_vpWq%J7A;*Dy=FZvdN99^`?5o{?q%853Z7jcp$7n~|tXZlJa@wlk@TvSI0$Oos%Iq!l~ z7T6H^g;N&YNc&a#T;|>LeSSfB<9pf}3|r6#Fc|}0DRI40eiI~uN<|>#yE(6Q<2rJ3 zcSa7X$qt+(!(7dcXO5Nfil#t8*H^_mN4!1s~&fiO;Ykb!faPa`TI$ZRa>Oa^DVu*K^b-i0Wb2)3*@ zPbYA1(u97CB(t>J5zDYiA_i5o{WTm7TEe~vfCcdf^G5wQiQz4Sj@1225ncO?!W%8c z;%j_^mErt+PkvzFhYc-?k8zn!&KB8y@`H!N#l!_uH;_a(UsIXWhWiNp69LOa*Z6eb zejInJ%hb1iYC#aPr>Z)Ln3As6oCQn?=RVTTj+_Ch8E3}>`c?elwRaW^vHu$k6;v?r zn#5>5xgEp(>l&3KrK7StKPtP+j0zbvr=2YrmE9PX7L3Yn`{!~edUTFqAx2=|dJ9Hme61TM z_2dPHCzz%$!SjE%f_XuwXtE{dR0q)-Ot8sll&mux8;w$GXbhhvwvd?wNSdta_~_AR zPcTL$YrxuOBrlq#AtqPvS=%T-gahC4yU=CkV-V&Vc?lUKVXBnQL$aoJzq$mXr^0c$ zjk;fvpFhN9UF@dOiQp*%pQNS zuC#Ag%C`&I0c9-vZpuzy?gWL@(4vU@ob~se)hh>YK^!oU_aNx3PCJ@Yj^?+okhAoA zj=mobWW2S@qnRdnu{KrgTCrv7L^7pM*9Gp@1(NPSvM!L*8>)6ePITk+_0wzq?>E2O zoNnEhYTfst7hZZ$2!0mx0*H=33H&f{XLNn&=so8#AOv^IS_@YI|NLQv;A@3uYfEK2 zQ>{Dy$~&AhAW3nSZRs5K>Hk+>|Cr76=T;r=d5;%G;v_4k8Pg+dzJc4LGzMS^G)k^K z{RS$A*qV|H@=L0}kRU?iPiv;)e9Uq44+V_Q!O4j&52`RdztzQhubEnMSGXz{iBk+NvoKLT@YH5gwIq zl9t1hXoyJ=2;c@%^#jYU`>xist2^cDCgHOtcHUxyK^{Xq{#=FN4r~fV4nvA2R+B?T z(b6wLu0L8Vm|>Ga`stXTq+MNCq;WgH@7@_Ur0Nu!jUlnDSK;k!$l=YN>x~+^U z!@%c@oGz9{(#2U`BB&hWP}$5*Ptj4LTaope{g8|_x22o+r<(T@Xma?o2rUOT1!D`a zYy$~CV5qV$<=S_rXWccLw2pEahyi-HtY!Z4ML8Ifii98<-XU)Cw=KVIeUzv)qyuk< z!J&%@zL3B4f{>M{pOOo)<#3V#&OwwqNN8RTL%nVZ8DFPw#g)NR->fYkUruNCx;12q zSE}90fAyUiUz_t^&4a-?oN_Liu34|{zh=3*FHYKNcFky9pc+Fy-xqbT351qthAJw# zRFYR6Gxc3zF|2WkA={#kzM7}zc}*9x=lR9be&Rb*#%0U06(;!3Z#m(gKp#7H&HBwF z=!5y1_T4wRt)SN}C7r@!sN$OSnx)(*<$Jhbd`umc*Q|N&Zhl3*-_g3@o}uK zJi|Ep3a}*@!|K_(y?+o&zb4=pzxbvtLjcP%xy$&fSU990ToM$*h1N zng>B0mFR;^+7>>+KdKGF6+S9^FJ*f8f}x8KB>7BS4I$*D=v9p0TD1xFy4cmGQ_8vpzZ+K zu><|(%mP_7@oz0b^a%b%{hAU6;W+IMKSp|y$&_2srK=fZiM_=X2-^t&5A*P6Pg>eM zLt0w$1~6i56b*nTaSBy6^nvjE-uleo$Y1&P-#YTPXZ1_;nV;`9-}UXk-xvTjUQ@ei zz!&SG`>d)*5pR9YWv!_E{8Jp^I>1P#-)%f%b|xl{vGdsKd3->fBBkKUf*2INu?zH# zG9nHNx+-?!vti67o+{N~TEs;A1RVR*_YO!ZOlQMYxZ|M7=nTfdBt-gl`w5)E4t=Gp z*yC$O@I&-1gP(o`epi1(xTe2~6Rg*Cxa+T#{p#yA{Y%H0UfeKo4zSCQPa9a{?1W>s zD$ErhV9nH*z%UEq)vH|n?4QDi&hSm@GMcC(zw|^ts*2k*qogYNIi?hBL~9a+WnBZE zDRp(?yl=+Sn)U=zosM*7c!&`GkW$H?7x(?jnEHQ8k7PBcx_)|sS~^0vtBB3k6jN!W-@r){`6Oj{ zl5W%$`4mDi((Vu*#r4D!9KzhC7$DL7ivjC3f|_?x+vk9qYN5L3M*a2rTf0{3*Q*AX z%^9&HE$&T;dvTil&6C$oW@`O6X0Oi@J7N)9;YQZj3UaUsCD+GFKwW$W&76sxGDVr@xhYk@xKNgUn($k~`|8cH`EO*I`| zZ#us297S$?l))~zdXkEvb-*w&F`<5+gZ9J;SYS*9hRdB!mWf>92Mb=M5b1OHv7hf! zh#fipYYNrVjde^o8u-r?qODl| zf^Lk@CUvK5WPnQ{CVwLp2G{yBt$tpi&y>JSkVb+xxd*qbEh5iDyb5ouoM&=S;rnzG z>Be|_#z$?VN48`kDTZYl)zD3$ak}lJTbFv90OpVV7QkNhs$47V+>;qOlo{Mb=b?}5 zHhi5q69s@p@tH0hhDOjz-|50>Xar#q)VkJ$50}xIXgoWG`nF^nJbmt=^U#RMf60qI z@*~PDIH98>(RLieeqd|DSz>Alzi6nwKWCv3PF*X9uqgww+Wnt85K<0PQ`{lJTnSJ$ zwXZHhHe_n2Bp!i!cxZ6-B}y99k_IWMI&Jc$Og<{R?^XkRKA861@lw8hl+VxNwJHWy zkFR-dl3lfFK&xgzOYY4l_iD+#O0wRxef5=FhMP;D!mIRlB^e>S9q-@%wK!G0Un{wP z(~L*0_MNLNeW#YblhSwQ%w|)|ZSU>rANnB^G_~a14wL=1At&JHPQ@nuu{RtSr+;oK5*yU4<~X4gg0yz$~kiro^p*IQ&Xk^0&DsmJj8wrvLH6s zgCW2A0-usK?>+eA)(@Em>22_H$Cy0$Olt4hPw9b1p^K&F;7xPiK{`cmqoe5bnK^z4 zz4%x@okz!5tH<&wFF{h{rh`IlTN<{im3mEMI#w$MFdHS+ve<%p*)u9``qV)|rJpRe z_gS5(C*$eN8CYNkWR(=qM)RSG9{KvDrHN0R%E607vobr-B1JSY^;oaMCZVw+vsvu} zX3z|Yil16CYKF@_We=2r^UJaW~zhB%|cZ+@b)95ai57i6~&-(N!d0 ziquPeb2_7XKq+!)`vHY|Ih6M#)TZWa6T5NTVm1K7OO2T$J4-d4E8vvswWgW>T7Hc0 zF&*Qlu~m0+pq!#`Y6Q9vMA$Sr6JrKH{C!|G5aQnk4$Xn8C%Qi>k(~rP+sk^#eKVmD zbKC^4NEhSy7y;)1sMqurR}2xULos49Y{lT`T6!f&o~=g|H(!SiVH^|)5f6%87v|=s zrp^cDzQO(-U91(#QT(b(zCL8jXTi5_p-iQ=R2qFMCS3;S!J&`2I^%D~GI5_y4KnNDAXK4d^3gN6S%-J{+R}rDc$+X(?y^z05yB<+w zv^m3Iq(i8xU+rFZx5L=nRCCR^tXm$;IGihn*Flka?>ib-pIuUYUHf zs}h)yE`fCNE`x8$VGGAdJ)Y$aOTR@~j8ILLU;bg{F6kEW{FJV~O?IFR& zD4sy9yA3AqeP92rSMD^!O6`NelADO7-B{op|H{!5)FcsMaxdL>&}|WMS#x}W zY<*>d7yfNkM*k6x<`gCgN%&V)Nko&a!SS$uEVXC|b_E>mP;nyVvh`)t`pNAzbBmL0 zD4$^-{taVn!DXAu=TL@JCRwaZR&4SKT3SAqn+uzQk$%PLAcj*PQv)s&kg14`Xm zZie6c^9~>wd0j&pn~STRoeN2kSU;eKf1`&nh}rhCnV=>C8d1FzF!DU>FPoFJ@a&Vd z+19e@h386TqTI6`kI1K-+vZ2y8TFrSE1R|GXf5L;lqu83M0wS`_quFVaZL~z$V8Ku z4n3Q~ezM<|o6C$fPbPIWzzts|BYA6S+dL0<+RhjP1zfbw@eGRkommBz@5L-W+{jKW zmd-e@AP=AulyVVZcjWUZK+hKpeNA10Q%wT4PRfJt7L)bJ6ldK?av=YEx)FDk zwH}=hM?&Y|$?s!|WBl6)B^XD^9UtSJo}`rDp&R4p7!Sl)BF5^_R>BcSF(dSa^#CSq zJ|Z2G3CrWZ5c}7-110Em9|>K5BRKwAaI^oFe=XSlgYbM>cz#`Y{%?iekA7hl}=|6J{x=|gXJ{AtDIYvJg_J2$Tc6==Kvod`j3qv0ZgC7frKNb%C z%;5gmxaa?{AG>OK00&B*mA&h>#;fKHhkK=FMZWG|9bIc*i>-Cvd^%aRJ>}@VYR%L( ztR7qQtWDoKaL4zP_8&EUU`;ljN!5NSDR{tubp#$*dUfuMy)tLO??!dqs$uo)TKj56 zs(M?_geV}!CfL|e2uz55(}vK)uj?$j?aT2u7p^Tl6cGH(`;=bS_duX~?nUDXoz4rB zgk%jq!VRW?9ygrcmFMtT!<>npP^qUjXJJ9AHEC~2nZ!*SMSONn@78U9AmH}dwocvP z0|B?s&gf1VboK`V-9MW&kDGNp4+OgBo_E&ij_cOW<^=k^)6Rc?(!R-_bHgs3=N1z2 X^An`u=Y#I#+2{VZzK0ZMTl)VCiyks8 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..5bc56e024afdc343be48c09c14df69057cce0840 GIT binary patch literal 12621 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 JJqkG^{~wLs?%V(X literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py b/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py new file mode 100644 index 0000000..08c8bdd --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/collector.py @@ -0,0 +1,507 @@ +""" +The main purpose of this module is to expose LinkCollector.collect_sources(). +""" + +import collections +import email.message +import functools +import itertools +import json +import logging +import os +import urllib.parse +import urllib.request +from html.parser import HTMLParser +from optparse import Values +from typing import ( + TYPE_CHECKING, + Callable, + Dict, + Iterable, + List, + MutableMapping, + NamedTuple, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests +from pip._vendor.requests import Response +from pip._vendor.requests.exceptions import RetryError, SSLError + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.filetypes import is_archive_file +from pip._internal.utils.misc import redact_auth_from_url +from pip._internal.vcs import vcs + +from .sources import CandidatesFromPage, LinkSource, build_source + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +logger = logging.getLogger(__name__) + +ResponseHeaders = MutableMapping[str, str] + + +def _match_vcs_scheme(url: str) -> Optional[str]: + """Look for VCS schemes in the URL. + + Returns the matched VCS scheme, or None if there's no match. + """ + for scheme in vcs.schemes: + if url.lower().startswith(scheme) and url[len(scheme)] in "+:": + return scheme + return None + + +class _NotAPIContent(Exception): + def __init__(self, content_type: str, request_desc: str) -> None: + super().__init__(content_type, request_desc) + self.content_type = content_type + self.request_desc = request_desc + + +def _ensure_api_header(response: Response) -> None: + """ + Check the Content-Type header to ensure the response contains a Simple + API Response. + + Raises `_NotAPIContent` if the content type is not a valid content-type. + """ + content_type = response.headers.get("Content-Type", "Unknown") + + content_type_l = content_type.lower() + if content_type_l.startswith( + ( + "text/html", + "application/vnd.pypi.simple.v1+html", + "application/vnd.pypi.simple.v1+json", + ) + ): + return + + raise _NotAPIContent(content_type, response.request.method) + + +class _NotHTTP(Exception): + pass + + +def _ensure_api_response(url: str, session: PipSession) -> None: + """ + Send a HEAD request to the URL, and ensure the response contains a simple + API Response. + + Raises `_NotHTTP` if the URL is not available for a HEAD request, or + `_NotAPIContent` if the content type is not a valid content type. + """ + scheme, netloc, path, query, fragment = urllib.parse.urlsplit(url) + if scheme not in {"http", "https"}: + raise _NotHTTP() + + resp = session.head(url, allow_redirects=True) + raise_for_status(resp) + + _ensure_api_header(resp) + + +def _get_simple_response(url: str, session: PipSession) -> Response: + """Access an Simple API response with GET, and return the response. + + This consists of three parts: + + 1. If the URL looks suspiciously like an archive, send a HEAD first to + check the Content-Type is HTML or Simple API, to avoid downloading a + large file. Raise `_NotHTTP` if the content type cannot be determined, or + `_NotAPIContent` if it is not HTML or a Simple API. + 2. Actually perform the request. Raise HTTP exceptions on network failures. + 3. Check the Content-Type header to make sure we got a Simple API response, + and raise `_NotAPIContent` otherwise. + """ + if is_archive_file(Link(url).filename): + _ensure_api_response(url, session=session) + + logger.debug("Getting page %s", redact_auth_from_url(url)) + + resp = session.get( + url, + headers={ + "Accept": ", ".join( + [ + "application/vnd.pypi.simple.v1+json", + "application/vnd.pypi.simple.v1+html; q=0.1", + "text/html; q=0.01", + ] + ), + # We don't want to blindly returned cached data for + # /simple/, because authors generally expecting that + # twine upload && pip install will function, but if + # they've done a pip install in the last ~10 minutes + # it won't. Thus by setting this to zero we will not + # blindly use any cached data, however the benefit of + # using max-age=0 instead of no-cache, is that we will + # still support conditional requests, so we will still + # minimize traffic sent in cases where the page hasn't + # changed at all, we will just always incur the round + # trip for the conditional GET now instead of only + # once per 10 minutes. + # For more information, please see pypa/pip#5670. + "Cache-Control": "max-age=0", + }, + ) + raise_for_status(resp) + + # The check for archives above only works if the url ends with + # something that looks like an archive. However that is not a + # requirement of an url. Unless we issue a HEAD request on every + # url we cannot know ahead of time for sure if something is a + # Simple API response or not. However we can check after we've + # downloaded it. + _ensure_api_header(resp) + + logger.debug( + "Fetched page %s as %s", + redact_auth_from_url(url), + resp.headers.get("Content-Type", "Unknown"), + ) + + return resp + + +def _get_encoding_from_headers(headers: ResponseHeaders) -> Optional[str]: + """Determine if we have any encoding information in our headers.""" + if headers and "Content-Type" in headers: + m = email.message.Message() + m["content-type"] = headers["Content-Type"] + charset = m.get_param("charset") + if charset: + return str(charset) + return None + + +class CacheablePageContent: + def __init__(self, page: "IndexContent") -> None: + assert page.cache_link_parsing + self.page = page + + def __eq__(self, other: object) -> bool: + return isinstance(other, type(self)) and self.page.url == other.page.url + + def __hash__(self) -> int: + return hash(self.page.url) + + +class ParseLinks(Protocol): + def __call__(self, page: "IndexContent") -> Iterable[Link]: + ... + + +def with_cached_index_content(fn: ParseLinks) -> ParseLinks: + """ + Given a function that parses an Iterable[Link] from an IndexContent, cache the + function's result (keyed by CacheablePageContent), unless the IndexContent + `page` has `page.cache_link_parsing == False`. + """ + + @functools.lru_cache(maxsize=None) + def wrapper(cacheable_page: CacheablePageContent) -> List[Link]: + return list(fn(cacheable_page.page)) + + @functools.wraps(fn) + def wrapper_wrapper(page: "IndexContent") -> List[Link]: + if page.cache_link_parsing: + return wrapper(CacheablePageContent(page)) + return list(fn(page)) + + return wrapper_wrapper + + +@with_cached_index_content +def parse_links(page: "IndexContent") -> Iterable[Link]: + """ + Parse a Simple API's Index Content, and yield its anchor elements as Link objects. + """ + + content_type_l = page.content_type.lower() + if content_type_l.startswith("application/vnd.pypi.simple.v1+json"): + data = json.loads(page.content) + for file in data.get("files", []): + link = Link.from_json(file, page.url) + if link is None: + continue + yield link + return + + parser = HTMLLinkParser(page.url) + encoding = page.encoding or "utf-8" + parser.feed(page.content.decode(encoding)) + + url = page.url + base_url = parser.base_url or url + for anchor in parser.anchors: + link = Link.from_element(anchor, page_url=url, base_url=base_url) + if link is None: + continue + yield link + + +class IndexContent: + """Represents one response (or page), along with its URL""" + + def __init__( + self, + content: bytes, + content_type: str, + encoding: Optional[str], + url: str, + cache_link_parsing: bool = True, + ) -> None: + """ + :param encoding: the encoding to decode the given content. + :param url: the URL from which the HTML was downloaded. + :param cache_link_parsing: whether links parsed from this page's url + should be cached. PyPI index urls should + have this set to False, for example. + """ + self.content = content + self.content_type = content_type + self.encoding = encoding + self.url = url + self.cache_link_parsing = cache_link_parsing + + def __str__(self) -> str: + return redact_auth_from_url(self.url) + + +class HTMLLinkParser(HTMLParser): + """ + HTMLParser that keeps the first base HREF and a list of all anchor + elements' attributes. + """ + + def __init__(self, url: str) -> None: + super().__init__(convert_charrefs=True) + + self.url: str = url + self.base_url: Optional[str] = None + self.anchors: List[Dict[str, Optional[str]]] = [] + + def handle_starttag(self, tag: str, attrs: List[Tuple[str, Optional[str]]]) -> None: + if tag == "base" and self.base_url is None: + href = self.get_href(attrs) + if href is not None: + self.base_url = href + elif tag == "a": + self.anchors.append(dict(attrs)) + + def get_href(self, attrs: List[Tuple[str, Optional[str]]]) -> Optional[str]: + for name, value in attrs: + if name == "href": + return value + return None + + +def _handle_get_simple_fail( + link: Link, + reason: Union[str, Exception], + meth: Optional[Callable[..., None]] = None, +) -> None: + if meth is None: + meth = logger.debug + meth("Could not fetch URL %s: %s - skipping", link, reason) + + +def _make_index_content( + response: Response, cache_link_parsing: bool = True +) -> IndexContent: + encoding = _get_encoding_from_headers(response.headers) + return IndexContent( + response.content, + response.headers["Content-Type"], + encoding=encoding, + url=response.url, + cache_link_parsing=cache_link_parsing, + ) + + +def _get_index_content(link: Link, *, session: PipSession) -> Optional["IndexContent"]: + url = link.url.split("#", 1)[0] + + # Check for VCS schemes that do not support lookup as web pages. + vcs_scheme = _match_vcs_scheme(url) + if vcs_scheme: + logger.warning( + "Cannot look at %s URL %s because it does not support lookup as web pages.", + vcs_scheme, + link, + ) + return None + + # Tack index.html onto file:// URLs that point to directories + scheme, _, path, _, _, _ = urllib.parse.urlparse(url) + if scheme == "file" and os.path.isdir(urllib.request.url2pathname(path)): + # add trailing slash if not present so urljoin doesn't trim + # final segment + if not url.endswith("/"): + url += "/" + # TODO: In the future, it would be nice if pip supported PEP 691 + # style responses in the file:// URLs, however there's no + # standard file extension for application/vnd.pypi.simple.v1+json + # so we'll need to come up with something on our own. + url = urllib.parse.urljoin(url, "index.html") + logger.debug(" file: URL is directory, getting %s", url) + + try: + resp = _get_simple_response(url, session=session) + except _NotHTTP: + logger.warning( + "Skipping page %s because it looks like an archive, and cannot " + "be checked by a HTTP HEAD request.", + link, + ) + except _NotAPIContent as exc: + logger.warning( + "Skipping page %s because the %s request got Content-Type: %s. " + "The only supported Content-Types are application/vnd.pypi.simple.v1+json, " + "application/vnd.pypi.simple.v1+html, and text/html", + link, + exc.request_desc, + exc.content_type, + ) + except NetworkConnectionError as exc: + _handle_get_simple_fail(link, exc) + except RetryError as exc: + _handle_get_simple_fail(link, exc) + except SSLError as exc: + reason = "There was a problem confirming the ssl certificate: " + reason += str(exc) + _handle_get_simple_fail(link, reason, meth=logger.info) + except requests.ConnectionError as exc: + _handle_get_simple_fail(link, f"connection error: {exc}") + except requests.Timeout: + _handle_get_simple_fail(link, "timed out") + else: + return _make_index_content(resp, cache_link_parsing=link.cache_link_parsing) + return None + + +class CollectedSources(NamedTuple): + find_links: Sequence[Optional[LinkSource]] + index_urls: Sequence[Optional[LinkSource]] + + +class LinkCollector: + + """ + Responsible for collecting Link objects from all configured locations, + making network requests as needed. + + The class's main method is its collect_sources() method. + """ + + def __init__( + self, + session: PipSession, + search_scope: SearchScope, + ) -> None: + self.search_scope = search_scope + self.session = session + + @classmethod + def create( + cls, + session: PipSession, + options: Values, + suppress_no_index: bool = False, + ) -> "LinkCollector": + """ + :param session: The Session to use to make requests. + :param suppress_no_index: Whether to ignore the --no-index option + when constructing the SearchScope object. + """ + index_urls = [options.index_url] + options.extra_index_urls + if options.no_index and not suppress_no_index: + logger.debug( + "Ignoring indexes: %s", + ",".join(redact_auth_from_url(url) for url in index_urls), + ) + index_urls = [] + + # Make sure find_links is a list before passing to create(). + find_links = options.find_links or [] + + search_scope = SearchScope.create( + find_links=find_links, + index_urls=index_urls, + no_index=options.no_index, + ) + link_collector = LinkCollector( + session=session, + search_scope=search_scope, + ) + return link_collector + + @property + def find_links(self) -> List[str]: + return self.search_scope.find_links + + def fetch_response(self, location: Link) -> Optional[IndexContent]: + """ + Fetch an HTML page containing package links. + """ + return _get_index_content(location, session=self.session) + + def collect_sources( + self, + project_name: str, + candidates_from_page: CandidatesFromPage, + ) -> CollectedSources: + # The OrderedDict calls deduplicate sources by URL. + index_url_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=False, + cache_link_parsing=False, + project_name=project_name, + ) + for loc in self.search_scope.get_index_urls_locations(project_name) + ).values() + find_links_sources = collections.OrderedDict( + build_source( + loc, + candidates_from_page=candidates_from_page, + page_validator=self.session.is_secure_origin, + expand_dir=True, + cache_link_parsing=True, + project_name=project_name, + ) + for loc in self.find_links + ).values() + + if logger.isEnabledFor(logging.DEBUG): + lines = [ + f"* {s.link}" + for s in itertools.chain(find_links_sources, index_url_sources) + if s is not None and s.link is not None + ] + lines = [ + f"{len(lines)} location(s) to search " + f"for versions of {project_name}:" + ] + lines + logger.debug("\n".join(lines)) + + return CollectedSources( + find_links=list(find_links_sources), + index_urls=list(index_url_sources), + ) diff --git a/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..ec9ebc3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/package_finder.py @@ -0,0 +1,1027 @@ +"""Routines related to PyPI, indexes""" + +import enum +import functools +import itertools +import logging +import re +from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.tags import Tag +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import _BaseVersion +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + InvalidWheelFilename, + UnsupportedWheel, +) +from pip._internal.index.collector import LinkCollector, parse_links +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.format_control import FormatControl +from pip._internal.models.link import Link +from pip._internal.models.search_scope import SearchScope +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.models.target_python import TargetPython +from pip._internal.models.wheel import Wheel +from pip._internal.req import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import build_netloc +from pip._internal.utils.packaging import check_requires_python +from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS + +if TYPE_CHECKING: + from pip._vendor.typing_extensions import TypeGuard + +__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"] + + +logger = getLogger(__name__) + +BuildTag = Union[Tuple[()], Tuple[int, str]] +CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag] + + +def _check_link_requires_python( + link: Link, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> bool: + """ + Return whether the given Python version is compatible with a link's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + """ + try: + is_compatible = check_requires_python( + link.requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier: + logger.debug( + "Ignoring invalid Requires-Python (%r) for link: %s", + link.requires_python, + link, + ) + else: + if not is_compatible: + version = ".".join(map(str, version_info)) + if not ignore_requires_python: + logger.verbose( + "Link requires a different Python (%s not in: %r): %s", + version, + link.requires_python, + link, + ) + return False + + logger.debug( + "Ignoring failed Requires-Python check (%s not in: %r) for link: %s", + version, + link.requires_python, + link, + ) + + return True + + +class LinkType(enum.Enum): + candidate = enum.auto() + different_project = enum.auto() + yanked = enum.auto() + format_unsupported = enum.auto() + format_invalid = enum.auto() + platform_mismatch = enum.auto() + requires_python_mismatch = enum.auto() + + +class LinkEvaluator: + + """ + Responsible for evaluating links for a particular project. + """ + + _py_version_re = re.compile(r"-py([123]\.?[0-9]?)$") + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + def __init__( + self, + project_name: str, + canonical_name: str, + formats: FrozenSet[str], + target_python: TargetPython, + allow_yanked: bool, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + :param project_name: The user supplied package name. + :param canonical_name: The canonical package name. + :param formats: The formats allowed for this package. Should be a set + with 'binary' or 'source' or both in it. + :param target_python: The target Python interpreter to use when + evaluating link compatibility. This is used, for example, to + check wheel compatibility, as well as when checking the Python + version, e.g. the Python version embedded in a link filename + (or egg fragment) and against an HTML link's optional PEP 503 + "data-requires-python" attribute. + :param allow_yanked: Whether files marked as yanked (in the sense + of PEP 592) are permitted to be candidates for install. + :param ignore_requires_python: Whether to ignore incompatible + PEP 503 "data-requires-python" values in HTML links. Defaults + to False. + """ + if ignore_requires_python is None: + ignore_requires_python = False + + self._allow_yanked = allow_yanked + self._canonical_name = canonical_name + self._ignore_requires_python = ignore_requires_python + self._formats = formats + self._target_python = target_python + + self.project_name = project_name + + def evaluate_link(self, link: Link) -> Tuple[LinkType, str]: + """ + Determine whether a link is a candidate for installation. + + :return: A tuple (result, detail), where *result* is an enum + representing whether the evaluation found a candidate, or the reason + why one is not found. If a candidate is found, *detail* will be the + candidate's version string; if one is not found, it contains the + reason the link fails to qualify. + """ + version = None + if link.is_yanked and not self._allow_yanked: + reason = link.yanked_reason or "" + return (LinkType.yanked, f"yanked for reason: {reason}") + + if link.egg_fragment: + egg_info = link.egg_fragment + ext = link.ext + else: + egg_info, ext = link.splitext() + if not ext: + return (LinkType.format_unsupported, "not a file") + if ext not in SUPPORTED_EXTENSIONS: + return ( + LinkType.format_unsupported, + f"unsupported archive format: {ext}", + ) + if "binary" not in self._formats and ext == WHEEL_EXTENSION: + reason = f"No binaries permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + if "macosx10" in link.path and ext == ".zip": + return (LinkType.format_unsupported, "macosx10 one") + if ext == WHEEL_EXTENSION: + try: + wheel = Wheel(link.filename) + except InvalidWheelFilename: + return ( + LinkType.format_invalid, + "invalid wheel filename", + ) + if canonicalize_name(wheel.name) != self._canonical_name: + reason = f"wrong project name (not {self.project_name})" + return (LinkType.different_project, reason) + + supported_tags = self._target_python.get_unsorted_tags() + if not wheel.supported(supported_tags): + # Include the wheel's tags in the reason string to + # simplify troubleshooting compatibility issues. + file_tags = ", ".join(wheel.get_formatted_file_tags()) + reason = ( + f"none of the wheel's tags ({file_tags}) are compatible " + f"(run pip debug --verbose to show compatible tags)" + ) + return (LinkType.platform_mismatch, reason) + + version = wheel.version + + # This should be up by the self.ok_binary check, but see issue 2700. + if "source" not in self._formats and ext != WHEEL_EXTENSION: + reason = f"No sources permitted for {self.project_name}" + return (LinkType.format_unsupported, reason) + + if not version: + version = _extract_version_from_fragment( + egg_info, + self._canonical_name, + ) + if not version: + reason = f"Missing project version for {self.project_name}" + return (LinkType.format_invalid, reason) + + match = self._py_version_re.search(version) + if match: + version = version[: match.start()] + py_version = match.group(1) + if py_version != self._target_python.py_version: + return ( + LinkType.platform_mismatch, + "Python version is incorrect", + ) + + supports_python = _check_link_requires_python( + link, + version_info=self._target_python.py_version_info, + ignore_requires_python=self._ignore_requires_python, + ) + if not supports_python: + reason = f"{version} Requires-Python {link.requires_python}" + return (LinkType.requires_python_mismatch, reason) + + logger.debug("Found link %s, version: %s", link, version) + + return (LinkType.candidate, version) + + +def filter_unallowed_hashes( + candidates: List[InstallationCandidate], + hashes: Optional[Hashes], + project_name: str, +) -> List[InstallationCandidate]: + """ + Filter out candidates whose hashes aren't allowed, and return a new + list of candidates. + + If at least one candidate has an allowed hash, then all candidates with + either an allowed hash or no hash specified are returned. Otherwise, + the given candidates are returned. + + Including the candidates with no hash specified when there is a match + allows a warning to be logged if there is a more preferred candidate + with no hash specified. Returning all candidates in the case of no + matches lets pip report the hash of the candidate that would otherwise + have been installed (e.g. permitting the user to more easily update + their requirements file with the desired hash). + """ + if not hashes: + logger.debug( + "Given no hashes to check %s links for project %r: " + "discarding no candidates", + len(candidates), + project_name, + ) + # Make sure we're not returning back the given value. + return list(candidates) + + matches_or_no_digest = [] + # Collect the non-matches for logging purposes. + non_matches = [] + match_count = 0 + for candidate in candidates: + link = candidate.link + if not link.has_hash: + pass + elif link.is_hash_allowed(hashes=hashes): + match_count += 1 + else: + non_matches.append(candidate) + continue + + matches_or_no_digest.append(candidate) + + if match_count: + filtered = matches_or_no_digest + else: + # Make sure we're not returning back the given value. + filtered = list(candidates) + + if len(filtered) == len(candidates): + discard_message = "discarding no candidates" + else: + discard_message = "discarding {} non-matches:\n {}".format( + len(non_matches), + "\n ".join(str(candidate.link) for candidate in non_matches), + ) + + logger.debug( + "Checked %s links for project %r against %s hashes " + "(%s matches, %s no digest): %s", + len(candidates), + project_name, + hashes.digest_count, + match_count, + len(matches_or_no_digest) - match_count, + discard_message, + ) + + return filtered + + +class CandidatePreferences: + + """ + Encapsulates some of the preferences for filtering and sorting + InstallationCandidate objects. + """ + + def __init__( + self, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + ) -> None: + """ + :param allow_all_prereleases: Whether to allow all pre-releases. + """ + self.allow_all_prereleases = allow_all_prereleases + self.prefer_binary = prefer_binary + + +class BestCandidateResult: + """A collection of candidates, returned by `PackageFinder.find_best_candidate`. + + This class is only intended to be instantiated by CandidateEvaluator's + `compute_best_candidate()` method. + """ + + def __init__( + self, + candidates: List[InstallationCandidate], + applicable_candidates: List[InstallationCandidate], + best_candidate: Optional[InstallationCandidate], + ) -> None: + """ + :param candidates: A sequence of all available candidates found. + :param applicable_candidates: The applicable candidates. + :param best_candidate: The most preferred candidate found, or None + if no applicable candidates were found. + """ + assert set(applicable_candidates) <= set(candidates) + + if best_candidate is None: + assert not applicable_candidates + else: + assert best_candidate in applicable_candidates + + self._applicable_candidates = applicable_candidates + self._candidates = candidates + + self.best_candidate = best_candidate + + def iter_all(self) -> Iterable[InstallationCandidate]: + """Iterate through all candidates.""" + return iter(self._candidates) + + def iter_applicable(self) -> Iterable[InstallationCandidate]: + """Iterate through the applicable candidates.""" + return iter(self._applicable_candidates) + + +class CandidateEvaluator: + + """ + Responsible for filtering and sorting candidates for installation based + on what tags are valid. + """ + + @classmethod + def create( + cls, + project_name: str, + target_python: Optional[TargetPython] = None, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> "CandidateEvaluator": + """Create a CandidateEvaluator object. + + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + :param hashes: An optional collection of allowed hashes. + """ + if target_python is None: + target_python = TargetPython() + if specifier is None: + specifier = specifiers.SpecifierSet() + + supported_tags = target_python.get_sorted_tags() + + return cls( + project_name=project_name, + supported_tags=supported_tags, + specifier=specifier, + prefer_binary=prefer_binary, + allow_all_prereleases=allow_all_prereleases, + hashes=hashes, + ) + + def __init__( + self, + project_name: str, + supported_tags: List[Tag], + specifier: specifiers.BaseSpecifier, + prefer_binary: bool = False, + allow_all_prereleases: bool = False, + hashes: Optional[Hashes] = None, + ) -> None: + """ + :param supported_tags: The PEP 425 tags supported by the target + Python in order of preference (most preferred first). + """ + self._allow_all_prereleases = allow_all_prereleases + self._hashes = hashes + self._prefer_binary = prefer_binary + self._project_name = project_name + self._specifier = specifier + self._supported_tags = supported_tags + # Since the index of the tag in the _supported_tags list is used + # as a priority, precompute a map from tag to index/priority to be + # used in wheel.find_most_preferred_tag. + self._wheel_tag_preferences = { + tag: idx for idx, tag in enumerate(supported_tags) + } + + def get_applicable_candidates( + self, + candidates: List[InstallationCandidate], + ) -> List[InstallationCandidate]: + """ + Return the applicable candidates from a list of candidates. + """ + # Using None infers from the specifier instead. + allow_prereleases = self._allow_all_prereleases or None + specifier = self._specifier + versions = { + str(v) + for v in specifier.filter( + # We turn the version object into a str here because otherwise + # when we're debundled but setuptools isn't, Python will see + # packaging.version.Version and + # pkg_resources._vendor.packaging.version.Version as different + # types. This way we'll use a str as a common data interchange + # format. If we stop using the pkg_resources provided specifier + # and start using our own, we can drop the cast to str(). + (str(c.version) for c in candidates), + prereleases=allow_prereleases, + ) + } + + # Again, converting version to str to deal with debundling. + applicable_candidates = [c for c in candidates if str(c.version) in versions] + + filtered_applicable_candidates = filter_unallowed_hashes( + candidates=applicable_candidates, + hashes=self._hashes, + project_name=self._project_name, + ) + + return sorted(filtered_applicable_candidates, key=self._sort_key) + + def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey: + """ + Function to pass as the `key` argument to a call to sorted() to sort + InstallationCandidates by preference. + + Returns a tuple such that tuples sorting as greater using Python's + default comparison operator are more preferred. + + The preference is as follows: + + First and foremost, candidates with allowed (matching) hashes are + always preferred over candidates without matching hashes. This is + because e.g. if the only candidate with an allowed hash is yanked, + we still want to use that candidate. + + Second, excepting hash considerations, candidates that have been + yanked (in the sense of PEP 592) are always less preferred than + candidates that haven't been yanked. Then: + + If not finding wheels, they are sorted by version only. + If finding wheels, then the sort order is by version, then: + 1. existing installs + 2. wheels ordered via Wheel.support_index_min(self._supported_tags) + 3. source archives + If prefer_binary was set, then all wheels are sorted above sources. + + Note: it was considered to embed this logic into the Link + comparison operators, but then different sdist links + with the same version, would have to be considered equal + """ + valid_tags = self._supported_tags + support_num = len(valid_tags) + build_tag: BuildTag = () + binary_preference = 0 + link = candidate.link + if link.is_wheel: + # can raise InvalidWheelFilename + wheel = Wheel(link.filename) + try: + pri = -( + wheel.find_most_preferred_tag( + valid_tags, self._wheel_tag_preferences + ) + ) + except ValueError: + raise UnsupportedWheel( + f"{wheel.filename} is not a supported wheel for this platform. It " + "can't be sorted." + ) + if self._prefer_binary: + binary_preference = 1 + if wheel.build_tag is not None: + match = re.match(r"^(\d+)(.*)$", wheel.build_tag) + assert match is not None, "guaranteed by filename validation" + build_tag_groups = match.groups() + build_tag = (int(build_tag_groups[0]), build_tag_groups[1]) + else: # sdist + pri = -(support_num) + has_allowed_hash = int(link.is_hash_allowed(self._hashes)) + yank_value = -1 * int(link.is_yanked) # -1 for yanked. + return ( + has_allowed_hash, + yank_value, + binary_preference, + candidate.version, + pri, + build_tag, + ) + + def sort_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> Optional[InstallationCandidate]: + """ + Return the best candidate per the instance's sort order, or None if + no candidate is acceptable. + """ + if not candidates: + return None + best_candidate = max(candidates, key=self._sort_key) + return best_candidate + + def compute_best_candidate( + self, + candidates: List[InstallationCandidate], + ) -> BestCandidateResult: + """ + Compute and return a `BestCandidateResult` instance. + """ + applicable_candidates = self.get_applicable_candidates(candidates) + + best_candidate = self.sort_best_candidate(applicable_candidates) + + return BestCandidateResult( + candidates, + applicable_candidates=applicable_candidates, + best_candidate=best_candidate, + ) + + +class PackageFinder: + """This finds packages. + + This is meant to match easy_install's technique for looking for + packages, by reading pages and looking for appropriate links. + """ + + def __init__( + self, + link_collector: LinkCollector, + target_python: TargetPython, + allow_yanked: bool, + format_control: Optional[FormatControl] = None, + candidate_prefs: Optional[CandidatePreferences] = None, + ignore_requires_python: Optional[bool] = None, + ) -> None: + """ + This constructor is primarily meant to be used by the create() class + method and from tests. + + :param format_control: A FormatControl object, used to control + the selection of source packages / binary packages when consulting + the index and links. + :param candidate_prefs: Options to use when creating a + CandidateEvaluator object. + """ + if candidate_prefs is None: + candidate_prefs = CandidatePreferences() + + format_control = format_control or FormatControl(set(), set()) + + self._allow_yanked = allow_yanked + self._candidate_prefs = candidate_prefs + self._ignore_requires_python = ignore_requires_python + self._link_collector = link_collector + self._target_python = target_python + + self.format_control = format_control + + # These are boring links that have already been logged somehow. + self._logged_links: Set[Tuple[Link, LinkType, str]] = set() + + # Don't include an allow_yanked default value to make sure each call + # site considers whether yanked releases are allowed. This also causes + # that decision to be made explicit in the calling code, which helps + # people when reading the code. + @classmethod + def create( + cls, + link_collector: LinkCollector, + selection_prefs: SelectionPreferences, + target_python: Optional[TargetPython] = None, + ) -> "PackageFinder": + """Create a PackageFinder. + + :param selection_prefs: The candidate selection preferences, as a + SelectionPreferences object. + :param target_python: The target Python interpreter to use when + checking compatibility. If None (the default), a TargetPython + object will be constructed from the running Python. + """ + if target_python is None: + target_python = TargetPython() + + candidate_prefs = CandidatePreferences( + prefer_binary=selection_prefs.prefer_binary, + allow_all_prereleases=selection_prefs.allow_all_prereleases, + ) + + return cls( + candidate_prefs=candidate_prefs, + link_collector=link_collector, + target_python=target_python, + allow_yanked=selection_prefs.allow_yanked, + format_control=selection_prefs.format_control, + ignore_requires_python=selection_prefs.ignore_requires_python, + ) + + @property + def target_python(self) -> TargetPython: + return self._target_python + + @property + def search_scope(self) -> SearchScope: + return self._link_collector.search_scope + + @search_scope.setter + def search_scope(self, search_scope: SearchScope) -> None: + self._link_collector.search_scope = search_scope + + @property + def find_links(self) -> List[str]: + return self._link_collector.find_links + + @property + def index_urls(self) -> List[str]: + return self.search_scope.index_urls + + @property + def trusted_hosts(self) -> Iterable[str]: + for host_port in self._link_collector.session.pip_trusted_origins: + yield build_netloc(*host_port) + + @property + def allow_all_prereleases(self) -> bool: + return self._candidate_prefs.allow_all_prereleases + + def set_allow_all_prereleases(self) -> None: + self._candidate_prefs.allow_all_prereleases = True + + @property + def prefer_binary(self) -> bool: + return self._candidate_prefs.prefer_binary + + def set_prefer_binary(self) -> None: + self._candidate_prefs.prefer_binary = True + + def requires_python_skipped_reasons(self) -> List[str]: + reasons = { + detail + for _, result, detail in self._logged_links + if result == LinkType.requires_python_mismatch + } + return sorted(reasons) + + def make_link_evaluator(self, project_name: str) -> LinkEvaluator: + canonical_name = canonicalize_name(project_name) + formats = self.format_control.get_allowed_formats(canonical_name) + + return LinkEvaluator( + project_name=project_name, + canonical_name=canonical_name, + formats=formats, + target_python=self._target_python, + allow_yanked=self._allow_yanked, + ignore_requires_python=self._ignore_requires_python, + ) + + def _sort_links(self, links: Iterable[Link]) -> List[Link]: + """ + Returns elements of links in order, non-egg links first, egg links + second, while eliminating duplicates + """ + eggs, no_eggs = [], [] + seen: Set[Link] = set() + for link in links: + if link not in seen: + seen.add(link) + if link.egg_fragment: + eggs.append(link) + else: + no_eggs.append(link) + return no_eggs + eggs + + def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None: + entry = (link, result, detail) + if entry not in self._logged_links: + # Put the link at the end so the reason is more visible and because + # the link string is usually very long. + logger.debug("Skipping link: %s: %s", detail, link) + self._logged_links.add(entry) + + def get_install_candidate( + self, link_evaluator: LinkEvaluator, link: Link + ) -> Optional[InstallationCandidate]: + """ + If the link is a candidate for install, convert it to an + InstallationCandidate and return it. Otherwise, return None. + """ + result, detail = link_evaluator.evaluate_link(link) + if result != LinkType.candidate: + self._log_skipped_link(link, result, detail) + return None + + return InstallationCandidate( + name=link_evaluator.project_name, + link=link, + version=detail, + ) + + def evaluate_links( + self, link_evaluator: LinkEvaluator, links: Iterable[Link] + ) -> List[InstallationCandidate]: + """ + Convert links that are candidates to InstallationCandidate objects. + """ + candidates = [] + for link in self._sort_links(links): + candidate = self.get_install_candidate(link_evaluator, link) + if candidate is not None: + candidates.append(candidate) + + return candidates + + def process_project_url( + self, project_url: Link, link_evaluator: LinkEvaluator + ) -> List[InstallationCandidate]: + logger.debug( + "Fetching project page and analyzing links: %s", + project_url, + ) + index_response = self._link_collector.fetch_response(project_url) + if index_response is None: + return [] + + page_links = list(parse_links(index_response)) + + with indent_log(): + package_links = self.evaluate_links( + link_evaluator, + links=page_links, + ) + + return package_links + + @functools.lru_cache(maxsize=None) + def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]: + """Find all available InstallationCandidate for project_name + + This checks index_urls and find_links. + All versions found are returned as an InstallationCandidate list. + + See LinkEvaluator.evaluate_link() for details on which files + are accepted. + """ + link_evaluator = self.make_link_evaluator(project_name) + + collected_sources = self._link_collector.collect_sources( + project_name=project_name, + candidates_from_page=functools.partial( + self.process_project_url, + link_evaluator=link_evaluator, + ), + ) + + page_candidates_it = itertools.chain.from_iterable( + source.page_candidates() + for sources in collected_sources + for source in sources + if source is not None + ) + page_candidates = list(page_candidates_it) + + file_links_it = itertools.chain.from_iterable( + source.file_links() + for sources in collected_sources + for source in sources + if source is not None + ) + file_candidates = self.evaluate_links( + link_evaluator, + sorted(file_links_it, reverse=True), + ) + + if logger.isEnabledFor(logging.DEBUG) and file_candidates: + paths = [] + for candidate in file_candidates: + assert candidate.link.url # we need to have a URL + try: + paths.append(candidate.link.file_path) + except Exception: + paths.append(candidate.link.url) # it's not a local file + + logger.debug("Local files found: %s", ", ".join(paths)) + + # This is an intentional priority ordering + return file_candidates + page_candidates + + def make_candidate_evaluator( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> CandidateEvaluator: + """Create a CandidateEvaluator object to use.""" + candidate_prefs = self._candidate_prefs + return CandidateEvaluator.create( + project_name=project_name, + target_python=self._target_python, + prefer_binary=candidate_prefs.prefer_binary, + allow_all_prereleases=candidate_prefs.allow_all_prereleases, + specifier=specifier, + hashes=hashes, + ) + + @functools.lru_cache(maxsize=None) + def find_best_candidate( + self, + project_name: str, + specifier: Optional[specifiers.BaseSpecifier] = None, + hashes: Optional[Hashes] = None, + ) -> BestCandidateResult: + """Find matches for the given project and specifier. + + :param specifier: An optional object implementing `filter` + (e.g. `packaging.specifiers.SpecifierSet`) to filter applicable + versions. + + :return: A `BestCandidateResult` instance. + """ + candidates = self.find_all_candidates(project_name) + candidate_evaluator = self.make_candidate_evaluator( + project_name=project_name, + specifier=specifier, + hashes=hashes, + ) + return candidate_evaluator.compute_best_candidate(candidates) + + def find_requirement( + self, req: InstallRequirement, upgrade: bool + ) -> Optional[InstallationCandidate]: + """Try to find a Link matching req + + Expects req, an InstallRequirement and upgrade, a boolean + Returns a InstallationCandidate if found, + Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise + """ + hashes = req.hashes(trust_internet=False) + best_candidate_result = self.find_best_candidate( + req.name, + specifier=req.specifier, + hashes=hashes, + ) + best_candidate = best_candidate_result.best_candidate + + installed_version: Optional[_BaseVersion] = None + if req.satisfied_by is not None: + installed_version = req.satisfied_by.version + + def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str: + # This repeated parse_version and str() conversion is needed to + # handle different vendoring sources from pip and pkg_resources. + # If we stop using the pkg_resources provided specifier and start + # using our own, we can drop the cast to str(). + return ( + ", ".join( + sorted( + {str(c.version) for c in cand_iter}, + key=parse_version, + ) + ) + or "none" + ) + + if installed_version is None and best_candidate is None: + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req, + _format_versions(best_candidate_result.iter_all()), + ) + + raise DistributionNotFound(f"No matching distribution found for {req}") + + def _should_install_candidate( + candidate: Optional[InstallationCandidate], + ) -> "TypeGuard[InstallationCandidate]": + if installed_version is None: + return True + if best_candidate is None: + return False + return best_candidate.version > installed_version + + if not upgrade and installed_version is not None: + if _should_install_candidate(best_candidate): + logger.debug( + "Existing installed version (%s) satisfies requirement " + "(most up-to-date version is %s)", + installed_version, + best_candidate.version, + ) + else: + logger.debug( + "Existing installed version (%s) is most up-to-date and " + "satisfies requirement", + installed_version, + ) + return None + + if _should_install_candidate(best_candidate): + logger.debug( + "Using version %s (newest of versions: %s)", + best_candidate.version, + _format_versions(best_candidate_result.iter_applicable()), + ) + return best_candidate + + # We have an existing version, and its the best version + logger.debug( + "Installed version (%s) is most up-to-date (past versions: %s)", + installed_version, + _format_versions(best_candidate_result.iter_applicable()), + ) + raise BestVersionAlreadyInstalled + + +def _find_name_version_sep(fragment: str, canonical_name: str) -> int: + """Find the separator's index based on the package's canonical name. + + :param fragment: A + filename "fragment" (stem) or + egg fragment. + :param canonical_name: The package's canonical name. + + This function is needed since the canonicalized name does not necessarily + have the same length as the egg info's name part. An example:: + + >>> fragment = 'foo__bar-1.0' + >>> canonical_name = 'foo-bar' + >>> _find_name_version_sep(fragment, canonical_name) + 8 + """ + # Project name and version must be separated by one single dash. Find all + # occurrences of dashes; if the string in front of it matches the canonical + # name, this is the one separating the name and version parts. + for i, c in enumerate(fragment): + if c != "-": + continue + if canonicalize_name(fragment[:i]) == canonical_name: + return i + raise ValueError(f"{fragment} does not match {canonical_name}") + + +def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]: + """Parse the version string from a + filename + "fragment" (stem) or egg fragment. + + :param fragment: The string to parse. E.g. foo-2.1 + :param canonical_name: The canonicalized name of the package this + belongs to. + """ + try: + version_start = _find_name_version_sep(fragment, canonical_name) + 1 + except ValueError: + return None + version = fragment[version_start:] + if not version: + return None + return version diff --git a/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..f4626d7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/index/sources.py @@ -0,0 +1,285 @@ +import logging +import mimetypes +import os +from collections import defaultdict +from typing import Callable, Dict, Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import ( + InvalidSdistFilename, + InvalidVersion, + InvalidWheelFilename, + canonicalize_name, + parse_sdist_filename, + parse_wheel_filename, +) + +from pip._internal.models.candidate import InstallationCandidate +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url, url_to_path +from pip._internal.vcs import is_url + +logger = logging.getLogger(__name__) + +FoundCandidates = Iterable[InstallationCandidate] +FoundLinks = Iterable[Link] +CandidatesFromPage = Callable[[Link], Iterable[InstallationCandidate]] +PageValidator = Callable[[Link], bool] + + +class LinkSource: + @property + def link(self) -> Optional[Link]: + """Returns the underlying link, if there's one.""" + raise NotImplementedError() + + def page_candidates(self) -> FoundCandidates: + """Candidates found by parsing an archive listing HTML file.""" + raise NotImplementedError() + + def file_links(self) -> FoundLinks: + """Links found by specifying archives directly.""" + raise NotImplementedError() + + +def _is_html_file(file_url: str) -> bool: + return mimetypes.guess_type(file_url, strict=False)[0] == "text/html" + + +class _FlatDirectoryToUrls: + """Scans directory and caches results""" + + def __init__(self, path: str) -> None: + self._path = path + self._page_candidates: List[str] = [] + self._project_name_to_urls: Dict[str, List[str]] = defaultdict(list) + self._scanned_directory = False + + def _scan_directory(self) -> None: + """Scans directory once and populates both page_candidates + and project_name_to_urls at the same time + """ + for entry in os.scandir(self._path): + url = path_to_url(entry.path) + if _is_html_file(url): + self._page_candidates.append(url) + continue + + # File must have a valid wheel or sdist name, + # otherwise not worth considering as a package + try: + project_filename = parse_wheel_filename(entry.name)[0] + except (InvalidWheelFilename, InvalidVersion): + try: + project_filename = parse_sdist_filename(entry.name)[0] + except (InvalidSdistFilename, InvalidVersion): + continue + + self._project_name_to_urls[project_filename].append(url) + self._scanned_directory = True + + @property + def page_candidates(self) -> List[str]: + if not self._scanned_directory: + self._scan_directory() + + return self._page_candidates + + @property + def project_name_to_urls(self) -> Dict[str, List[str]]: + if not self._scanned_directory: + self._scan_directory() + + return self._project_name_to_urls + + +class _FlatDirectorySource(LinkSource): + """Link source specified by ``--find-links=``. + + This looks the content of the directory, and returns: + + * ``page_candidates``: Links listed on each HTML file in the directory. + * ``file_candidates``: Archives in the directory. + """ + + _paths_to_urls: Dict[str, _FlatDirectoryToUrls] = {} + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + path: str, + project_name: str, + ) -> None: + self._candidates_from_page = candidates_from_page + self._project_name = canonicalize_name(project_name) + + # Get existing instance of _FlatDirectoryToUrls if it exists + if path in self._paths_to_urls: + self._path_to_urls = self._paths_to_urls[path] + else: + self._path_to_urls = _FlatDirectoryToUrls(path=path) + self._paths_to_urls[path] = self._path_to_urls + + @property + def link(self) -> Optional[Link]: + return None + + def page_candidates(self) -> FoundCandidates: + for url in self._path_to_urls.page_candidates: + yield from self._candidates_from_page(Link(url)) + + def file_links(self) -> FoundLinks: + for url in self._path_to_urls.project_name_to_urls[self._project_name]: + yield Link(url) + + +class _LocalFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + If a URL is supplied, it must be a ``file:`` URL. If a path is supplied to + the option, it is converted to a URL first. This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not _is_html_file(self._link.url): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + if _is_html_file(self._link.url): + return + yield self._link + + +class _RemoteFileSource(LinkSource): + """``--find-links=`` or ``--[extra-]index-url=``. + + This returns: + + * ``page_candidates``: Links listed on an HTML file. + * ``file_candidates``: The non-HTML file. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._page_validator = page_validator + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + if not self._page_validator(self._link): + return + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + yield self._link + + +class _IndexDirectorySource(LinkSource): + """``--[extra-]index-url=``. + + This is treated like a remote URL; ``candidates_from_page`` contains logic + for this by appending ``index.html`` to the link. + """ + + def __init__( + self, + candidates_from_page: CandidatesFromPage, + link: Link, + ) -> None: + self._candidates_from_page = candidates_from_page + self._link = link + + @property + def link(self) -> Optional[Link]: + return self._link + + def page_candidates(self) -> FoundCandidates: + yield from self._candidates_from_page(self._link) + + def file_links(self) -> FoundLinks: + return () + + +def build_source( + location: str, + *, + candidates_from_page: CandidatesFromPage, + page_validator: PageValidator, + expand_dir: bool, + cache_link_parsing: bool, + project_name: str, +) -> Tuple[Optional[str], Optional[LinkSource]]: + path: Optional[str] = None + url: Optional[str] = None + if os.path.exists(location): # Is a local path. + url = path_to_url(location) + path = location + elif location.startswith("file:"): # A file: URL. + url = location + path = url_to_path(location) + elif is_url(location): + url = location + + if url is None: + msg = ( + "Location '%s' is ignored: " + "it is either a non-existing path or lacks a specific scheme." + ) + logger.warning(msg, location) + return (None, None) + + if path is None: + source: LinkSource = _RemoteFileSource( + candidates_from_page=candidates_from_page, + page_validator=page_validator, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + + if os.path.isdir(path): + if expand_dir: + source = _FlatDirectorySource( + candidates_from_page=candidates_from_page, + path=path, + project_name=project_name, + ) + else: + source = _IndexDirectorySource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + elif os.path.isfile(path): + source = _LocalFileSource( + candidates_from_page=candidates_from_page, + link=Link(url, cache_link_parsing=cache_link_parsing), + ) + return (url, source) + logger.warning( + "Location '%s' is ignored: it is neither a file nor a directory.", + location, + ) + return (url, None) diff --git a/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..104d9c4f5a3b931600a712fe17e1b74b9e4afc4c GIT binary patch literal 16793 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 W@V=Q|;%8s3wus`7Fe|#7#{UD)dUZ$u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..909e042ea795e542ab5f3bd479eb1f0502d87a93 GIT binary patch literal 6873 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py b/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py new file mode 100644 index 0000000..0e18c6e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py @@ -0,0 +1,172 @@ +"""Locations where we look for configs, install stuff, etc""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +# If pip's going to use distutils, it should not be using the copy that setuptools +# might have injected into the environment. This is done by removing the injected +# shim, if it's injected. +# +# See https://github.com/pypa/pip/issues/8761 for the original discussion and +# rationale for why this is done within pip. +try: + __import__("_distutils_hack").remove_shim() +except (ImportError, AttributeError): + pass + +import logging +import os +import sys +from distutils.cmd import Command as DistutilsCommand +from distutils.command.install import SCHEME_KEYS +from distutils.command.install import install as distutils_install_command +from distutils.sysconfig import get_python_lib +from typing import Dict, List, Optional, Union, cast + +from pip._internal.models.scheme import Scheme +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import get_major_minor_version + +logger = logging.getLogger(__name__) + + +def distutils_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, + *, + ignore_config_files: bool = False, +) -> Dict[str, str]: + """ + Return a distutils install scheme + """ + from distutils.dist import Distribution + + dist_args: Dict[str, Union[str, List[str]]] = {"name": dist_name} + if isolated: + dist_args["script_args"] = ["--no-user-cfg"] + + d = Distribution(dist_args) + if not ignore_config_files: + try: + d.parse_config_files() + except UnicodeDecodeError: + paths = d.find_config_files() + logger.warning( + "Ignore distutils configs in %s due to encoding errors.", + ", ".join(os.path.basename(p) for p in paths), + ) + obj: Optional[DistutilsCommand] = None + obj = d.get_command_obj("install", create=True) + assert obj is not None + i = cast(distutils_install_command, obj) + # NOTE: setting user or home has the side-effect of creating the home dir + # or user base for installations during finalize_options() + # ideally, we'd prefer a scheme class that has no side-effects. + assert not (user and prefix), f"user={user} prefix={prefix}" + assert not (home and prefix), f"home={home} prefix={prefix}" + i.user = user or i.user + if user or home: + i.prefix = "" + i.prefix = prefix or i.prefix + i.home = home or i.home + i.root = root or i.root + i.finalize_options() + + scheme = {} + for key in SCHEME_KEYS: + scheme[key] = getattr(i, "install_" + key) + + # install_lib specified in setup.cfg should install *everything* + # into there (i.e. it takes precedence over both purelib and + # platlib). Note, i.install_lib is *always* set after + # finalize_options(); we only want to override here if the user + # has explicitly requested it hence going back to the config + if "install_lib" in d.get_option_dict("install"): + scheme.update({"purelib": i.install_lib, "platlib": i.install_lib}) + + if running_under_virtualenv(): + if home: + prefix = home + elif user: + prefix = i.install_userbase + else: + prefix = i.prefix + scheme["headers"] = os.path.join( + prefix, + "include", + "site", + f"python{get_major_minor_version()}", + dist_name, + ) + + if root is not None: + path_no_drive = os.path.splitdrive(os.path.abspath(scheme["headers"]))[1] + scheme["headers"] = os.path.join(root, path_no_drive[1:]) + + return scheme + + +def get_scheme( + dist_name: str, + user: bool = False, + home: Optional[str] = None, + root: Optional[str] = None, + isolated: bool = False, + prefix: Optional[str] = None, +) -> Scheme: + """ + Get the "scheme" corresponding to the input parameters. The distutils + documentation provides the context for the available schemes: + https://docs.python.org/3/install/index.html#alternate-installation + + :param dist_name: the name of the package to retrieve the scheme for, used + in the headers scheme path + :param user: indicates to use the "user" scheme + :param home: indicates to use the "home" scheme and provides the base + directory for the same + :param root: root under which other directories are re-based + :param isolated: equivalent to --no-user-cfg, i.e. do not consider + ~/.pydistutils.cfg (posix) or ~/pydistutils.cfg (non-posix) for + scheme paths + :param prefix: indicates to use the "prefix" scheme and provides the + base directory for the same + """ + scheme = distutils_scheme(dist_name, user, home, root, isolated, prefix) + return Scheme( + platlib=scheme["platlib"], + purelib=scheme["purelib"], + headers=scheme["headers"], + scripts=scheme["scripts"], + data=scheme["data"], + ) + + +def get_bin_prefix() -> str: + # XXX: In old virtualenv versions, sys.prefix can contain '..' components, + # so we need to call normpath to eliminate them. + prefix = os.path.normpath(sys.prefix) + if WINDOWS: + bin_py = os.path.join(prefix, "Scripts") + # buildout uses 'bin' on Windows too? + if not os.path.exists(bin_py): + bin_py = os.path.join(prefix, "bin") + return bin_py + # Forcing to use /usr/local/bin for standard macOS framework installs + # Also log to ~/Library/Logs/ for use with the Console.app log viewer + if sys.platform[:6] == "darwin" and prefix[:16] == "/System/Library/": + return "/usr/local/bin" + return os.path.join(prefix, "bin") + + +def get_purelib() -> str: + return get_python_lib(plat_specific=False) + + +def get_platlib() -> str: + return get_python_lib(plat_specific=True) diff --git a/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..aa232b6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py @@ -0,0 +1,128 @@ +import contextlib +import functools +import os +import sys +from typing import TYPE_CHECKING, List, Optional, Type, cast + +from pip._internal.utils.misc import strtobool + +from .base import BaseDistribution, BaseEnvironment, FilesystemWheel, MemoryWheel, Wheel + +if TYPE_CHECKING: + from typing import Literal, Protocol +else: + Protocol = object + +__all__ = [ + "BaseDistribution", + "BaseEnvironment", + "FilesystemWheel", + "MemoryWheel", + "Wheel", + "get_default_environment", + "get_environment", + "get_wheel_distribution", + "select_backend", +] + + +def _should_use_importlib_metadata() -> bool: + """Whether to use the ``importlib.metadata`` or ``pkg_resources`` backend. + + By default, pip uses ``importlib.metadata`` on Python 3.11+, and + ``pkg_resourcess`` otherwise. This can be overridden by a couple of ways: + + * If environment variable ``_PIP_USE_IMPORTLIB_METADATA`` is set, it + dictates whether ``importlib.metadata`` is used, regardless of Python + version. + * On Python 3.11+, Python distributors can patch ``importlib.metadata`` + to add a global constant ``_PIP_USE_IMPORTLIB_METADATA = False``. This + makes pip use ``pkg_resources`` (unless the user set the aforementioned + environment variable to *True*). + """ + with contextlib.suppress(KeyError, ValueError): + return bool(strtobool(os.environ["_PIP_USE_IMPORTLIB_METADATA"])) + if sys.version_info < (3, 11): + return False + import importlib.metadata + + return bool(getattr(importlib.metadata, "_PIP_USE_IMPORTLIB_METADATA", True)) + + +class Backend(Protocol): + NAME: 'Literal["importlib", "pkg_resources"]' + Distribution: Type[BaseDistribution] + Environment: Type[BaseEnvironment] + + +@functools.lru_cache(maxsize=None) +def select_backend() -> Backend: + if _should_use_importlib_metadata(): + from . import importlib + + return cast(Backend, importlib) + from . import pkg_resources + + return cast(Backend, pkg_resources) + + +def get_default_environment() -> BaseEnvironment: + """Get the default representation for the current environment. + + This returns an Environment instance from the chosen backend. The default + Environment instance should be built from ``sys.path`` and may use caching + to share instance state accorss calls. + """ + return select_backend().Environment.default() + + +def get_environment(paths: Optional[List[str]]) -> BaseEnvironment: + """Get a representation of the environment specified by ``paths``. + + This returns an Environment instance from the chosen backend based on the + given import paths. The backend must build a fresh instance representing + the state of installed distributions when this function is called. + """ + return select_backend().Environment.from_paths(paths) + + +def get_directory_distribution(directory: str) -> BaseDistribution: + """Get the distribution metadata representation in the specified directory. + + This returns a Distribution instance from the chosen backend based on + the given on-disk ``.dist-info`` directory. + """ + return select_backend().Distribution.from_directory(directory) + + +def get_wheel_distribution(wheel: Wheel, canonical_name: str) -> BaseDistribution: + """Get the representation of the specified wheel's distribution metadata. + + This returns a Distribution instance from the chosen backend based on + the given wheel's ``.dist-info`` directory. + + :param canonical_name: Normalized project name of the given wheel. + """ + return select_backend().Distribution.from_wheel(wheel, canonical_name) + + +def get_metadata_distribution( + metadata_contents: bytes, + filename: str, + canonical_name: str, +) -> BaseDistribution: + """Get the dist representation of the specified METADATA file contents. + + This returns a Distribution instance from the chosen backend sourced from the data + in `metadata_contents`. + + :param metadata_contents: Contents of a METADATA file within a dist, or one served + via PEP 658. + :param filename: Filename for the dist this metadata represents. + :param canonical_name: Normalized project name of the given dist. + """ + return select_backend().Distribution.from_metadata_file_contents( + metadata_contents, + filename, + canonical_name, + ) diff --git a/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..c5cdecc73dd7d81a5648d8fe9905df9a9926163d GIT binary patch literal 5899 zcmcgwOKcm*8J;DVTs|aGFH5p5+Y_gbL`NneIcXBrO(EH`EytFXSZQMx#cIVJNh|Mi z+1aHP8V=w?3iMc@0qg<+k`@J;z&+%cYi|K^5z7P;)(w)PE(+h+$UuM`ivIuXE=kF9 zio$3|(7bjY|NP(oT#<#$qHpPpa?%Mm^Kwp$@BEsVxje2$R+(!bh}PUHW6kU3du=IAsV<>3mzh>rarv0hsH8xh^>Qpq^n0i?iYV z@D=~XH(Bq7Z-?|AHVos=Wm)fq@nOA>_2~V*b$&)YeSYTjE3DP~1bxu8^#v z{Thx0Ox;z+scX}U!zlFW;-X=dZSI=JQqE$orfaUYxJYddU&_~3RL&f`!i&s-$pDgE zDn+48S7`wB7%dxRJkfdVaV0umbyw{YJ((LHe|C&&C0!h{>k_=hMiSQzhvn$Ps^QS0 zR-#Lc+SeK9hORRhRjEdccBO2>^fF!7s?MZO({VbxOxvW4Ue~yxEy23QMRk65UVZ(_ zj5>R1{_<-J7iXu{OEU{oXQmdW;8wWEVeS|;TtOG5x>0mB7oG$%Dwy^dPQgZaxjsfY zThX`E+$r2zb-f1DpHLE^BUa^)WmRjs_?-T?c-wnD&xp z0$WOstCigEelYzZJ*$}xTU_*+92{n8*Wkecm~g^w0T`{6#QRWi;L#jeCZtGPwmCzq z00WhjjTDHC3M>WAyz)ESZ z%e_RX93O(YZ7y`s^3ZRc{HkrSyag-uuwE}t%AKsl;Va{+>HCL{BhgE0Qu9&(CNT^MU z)Nn1&0%?cf-*KS2MIH{5RR3mjxRxA#_l@7*s3#}>Nu<~X=`WeScV^#RdT;GFYa7|K zwZrG?{pahM*>9rw@f)$^Yf*oDUrB8$gEeLF&d8sYr?xWv_vAzO)0uaaJIT$V0^Si%{Jrj9|!6h`bJA1dHmC zQ!vY97DGD=<7hCB2V)t>)mS#}Dbv22xN$6SQ$Ic0WW~`jdUS^bAN`pp&rMyL@j7;R z#`H|fPt9c&FQKX>&0?zRrBv0j^@@r84psemMKgmh8CBIvB^zV|B;HX~j;^KU7C$80 zFeZEyt7pUNIp{b?p!x;bN{!d$@vYv0jlq#x?`T~f-Rjx*E4$Y7%xCg592bgh;M)~T zd($y)upR6}mxe6dEf1F7-QiB;0Pk7WJTUW7l#g06gQ09$W0PDsw=>Bh`=N( z_LlURwNh(sR-WVNG5Ir40ezi2Se%Uux$_7g!8LfV|Na+nb;O^=zJtn4sn4N)T!z&o zenF<)BKMVJpD80>B#zt%0X=u;YCSWukr??xKH`hqp?Z2`Lmm;V+QAw;SFq+RboOG+ zUNOR23>NPyAuGXqN*aWz3&=7 z0co4uQA3#RBBRUPw)}HeZ8*H?bio-y*yu-A!d&mU+cyd5FPAEY>H4QFE`qVkfiqbJ zM+cslT3S^E07b313ie1G2Zq^M)i`TW0)E70R4W$29icxmO~<#{*{A@E=YV6L641m? z!pN6gA@w~t#A*iqonffJ26d5+1NHR5&GbkuJ+hh3*V6fVdVE737aP48(&!YM;T&v2 zCqgKUn1+?h$mqGkiTX;3)u?Z<`^g)D22>~-r zxULyypy|T!2Cs)OX1P)-qB+A@2+?Nx9&o2nK24SN9IMOt;V@K> zf<948Pki)zJ^j*#{E`oQQa3n+{E&P6KcK(yNmG&A@(vpM&E4`~2yohDph@hW0zlhc zOADLFXmwKnd=&(|d;zdaCjg~uAZ$5A>jcIppu25XV+0=R;R)cg*Cl{yt^jaeMhsBq zeJkr7z>KT8U`N))r(oGtTpwW85i06vEj_xKexa6r;p1dIJ-s1M2dXMkH?Iq#bGu}K zxCozFMC%)trjxn=Gf$?vH`^VMq;&<#i;CKmdfy5M>f2ITLFb6GL+YDg{|_My?|nRk z0`tkT#x)C*oHjO2(m9)3nh9=Sr)6%hfp$=gJTSAsNBdGDuGp!gLKJ)*6<@*SP6PM( zX{dI%+&-MeY6-tks6bP@ccOl>mOlB>%*QX+(-$`63qI~Wp`NHB2rs!1crU{b2}oTL z4Ru)1qYA@)5jszb{>@03(+cDLX&e5iAOBGZ!bFcEshA_V;Gw~r2?%yt@c&YQ{p?t8 zxou3K#j#*G79U|&=rsb^ANf8>PY1*y)EeDM___gxx&+hs=rK&vA>D!`j9+giU1%5f zD%TB-&d1&D_7(9&X_&KajL*<}^!E=T8@%E#EYwpDJ!(YERnji}|U{(Z@et4&(pQ)wKY$f(@ zCAzl~1KWz+5pNJV78fF)J<1QjCNC-cBV>~f#~7YJg_Ci&S_XH^kq(XqkE7iC*#HK= z-VkJRxn?GpgWuvHin0u+=;x#|MgXn6Vb{-TJcEbfZ$)0*UP3G2DUf)WCL|nas70(T z;%hHy@`{S_9P?u{jJzPpb-8fI!oCZ2_hL&`_*FwNWLL=cZQ_)l?YztvU^nO(asCBW zBPvPKJ<@ZJbl)S%dnENGIrTX?^>>o{2YKUj^2T4I-CxS18}jH^nSHm;e=Vodky}dR zK)>{w^ntuhuzi?|N+Z8qeMq2bbdbotTl+Vq{+iT(XW=vHXd|LXqj!|A2{hYL5_wuo zH2M{3;{7ArFgt<$$vZE;f98X}-_F(!<{B_L`O%N?+hn6ZE}fP>c)CHb-I$o(7M(_K zLV87d|5$@y`*EM&ZcM$pEhZWReNudDaJUhL_N%U*Mhx0Uoa`HFDA-Go_`t&?^n?uj E8x5HoE&u=k 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..45a793276955115670ab3b95b413b8949fa753ce GIT binary patch literal 2892 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 Z=j(gG(9(m8mYwX#)scT=;6YLJKLMz2!}b6G 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..27362fc --- /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) # type: ignore + ] + else: + value = sanitise_header(msg.get(field)) # type: ignore + if key == "keywords": + # Accept both comma-separated and space-separated + # forms, for better compatibility with old data. + if "," in value: + value = [v.strip() for v in value.split(",")] + else: + value = value.split() + result[key] = value + + payload = msg.get_payload() + if payload: + result["description"] = payload + + return result diff --git a/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..9249124 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/base.py @@ -0,0 +1,702 @@ +import csv +import email.message +import functools +import json +import logging +import pathlib +import re +import zipfile +from typing import ( + IO, + TYPE_CHECKING, + Any, + Collection, + Container, + Dict, + Iterable, + Iterator, + List, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import InvalidSpecifier, SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import LegacyVersion, Version + +from pip._internal.exceptions import NoneMetadataError +from pip._internal.locations import site_packages, user_site +from pip._internal.models.direct_url import ( + DIRECT_URL_METADATA_NAME, + DirectUrl, + DirectUrlValidationError, +) +from pip._internal.utils.compat import stdlib_pkgs # TODO: Move definition here. +from pip._internal.utils.egg_link import egg_link_path_from_sys_path +from pip._internal.utils.misc import is_local, normalize_path +from pip._internal.utils.urls import url_to_path + +from ._json import msg_to_json + +if TYPE_CHECKING: + from typing import Protocol +else: + Protocol = object + +DistributionVersion = Union[LegacyVersion, Version] + +InfoPath = Union[str, pathlib.PurePath] + +logger = logging.getLogger(__name__) + + +class BaseEntryPoint(Protocol): + @property + def name(self) -> str: + raise NotImplementedError() + + @property + def value(self) -> str: + raise NotImplementedError() + + @property + def group(self) -> str: + raise NotImplementedError() + + +def _convert_installed_files_path( + entry: Tuple[str, ...], + info: Tuple[str, ...], +) -> str: + """Convert a legacy installed-files.txt path into modern RECORD path. + + The legacy format stores paths relative to the info directory, while the + modern format stores paths relative to the package root, e.g. the + site-packages directory. + + :param entry: Path parts of the installed-files.txt entry. + :param info: Path parts of the egg-info directory relative to package root. + :returns: The converted entry. + + For best compatibility with symlinks, this does not use ``abspath()`` or + ``Path.resolve()``, but tries to work with path parts: + + 1. While ``entry`` starts with ``..``, remove the equal amounts of parts + from ``info``; if ``info`` is empty, start appending ``..`` instead. + 2. Join the two directly. + """ + while entry and entry[0] == "..": + if not info or info[-1] == "..": + info += ("..",) + else: + info = info[:-1] + entry = entry[1:] + return str(pathlib.Path(*info, *entry)) + + +class RequiresEntry(NamedTuple): + requirement: str + extra: str + marker: str + + +class BaseDistribution(Protocol): + @classmethod + def from_directory(cls, directory: str) -> "BaseDistribution": + """Load the distribution from a metadata directory. + + :param directory: Path to a metadata directory, e.g. ``.dist-info``. + """ + raise NotImplementedError() + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> "BaseDistribution": + """Load the distribution from the contents of a METADATA file. + + This is used to implement PEP 658 by generating a "shallow" dist object that can + be used for resolution without downloading or building the actual dist yet. + + :param metadata_contents: The contents of a METADATA file. + :param filename: File name for the dist with this metadata. + :param project_name: Name of the project this dist represents. + """ + raise NotImplementedError() + + @classmethod + def from_wheel(cls, wheel: "Wheel", name: str) -> "BaseDistribution": + """Load the distribution from a given wheel. + + :param wheel: A concrete wheel definition. + :param name: File name of the wheel. + + :raises InvalidWheel: Whenever loading of the wheel causes a + :py:exc:`zipfile.BadZipFile` exception to be thrown. + :raises UnsupportedWheel: If the wheel is a valid zip, but malformed + internally. + """ + raise NotImplementedError() + + def __repr__(self) -> str: + return f"{self.raw_name} {self.version} ({self.location})" + + def __str__(self) -> str: + return f"{self.raw_name} {self.version}" + + @property + def location(self) -> Optional[str]: + """Where the distribution is loaded from. + + A string value is not necessarily a filesystem path, since distributions + can be loaded from other sources, e.g. arbitrary zip archives. ``None`` + means the distribution is created in-memory. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and files in the distribution. + """ + raise NotImplementedError() + + @property + def editable_project_location(self) -> Optional[str]: + """The project location for editable distributions. + + This is the directory where pyproject.toml or setup.py is located. + None if the distribution is not installed in editable mode. + """ + # TODO: this property is relatively costly to compute, memoize it ? + direct_url = self.direct_url + if direct_url: + if direct_url.is_local_editable(): + return url_to_path(direct_url.url) + else: + # Search for an .egg-link file by walking sys.path, as it was + # done before by dist_is_editable(). + egg_link_path = egg_link_path_from_sys_path(self.raw_name) + if egg_link_path: + # TODO: get project location from second line of egg_link file + # (https://github.com/pypa/pip/issues/10243) + return self.location + return None + + @property + def installed_location(self) -> Optional[str]: + """The distribution's "installed" location. + + This should generally be a ``site-packages`` directory. This is + usually ``dist.location``, except for legacy develop-installed packages, + where ``dist.location`` is the source code location, and this is where + the ``.egg-link`` file is. + + The returned location is normalized (in particular, with symlinks removed). + """ + raise NotImplementedError() + + @property + def info_location(self) -> Optional[str]: + """Location of the .[egg|dist]-info directory or file. + + Similarly to ``location``, a string value is not necessarily a + filesystem path. ``None`` means the distribution is created in-memory. + + For a modern .dist-info installation on disk, this should be something + like ``{location}/{raw_name}-{version}.dist-info``. + + Do not canonicalize this value with e.g. ``pathlib.Path.resolve()``. If + this is a symbolic link, we want to preserve the relative path between + it and other files in the distribution. + """ + raise NotImplementedError() + + @property + def installed_by_distutils(self) -> bool: + """Whether this distribution is installed with legacy distutils format. + + A distribution installed with "raw" distutils not patched by setuptools + uses one single file at ``info_location`` to store metadata. We need to + treat this specially on uninstallation. + """ + info_location = self.info_location + if not info_location: + return False + return pathlib.Path(info_location).is_file() + + @property + def installed_as_egg(self) -> bool: + """Whether this distribution is installed as an egg. + + This usually indicates the distribution was installed by (older versions + of) easy_install. + """ + location = self.location + if not location: + return False + return location.endswith(".egg") + + @property + def installed_with_setuptools_egg_info(self) -> bool: + """Whether this distribution is installed with the ``.egg-info`` format. + + This usually indicates the distribution was installed with setuptools + with an old pip version or with ``single-version-externally-managed``. + + Note that this ensure the metadata store is a directory. distutils can + also installs an ``.egg-info``, but as a file, not a directory. This + property is *False* for that case. Also see ``installed_by_distutils``. + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".egg-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def installed_with_dist_info(self) -> bool: + """Whether this distribution is installed with the "modern format". + + This indicates a "modern" installation, e.g. storing metadata in the + ``.dist-info`` directory. This applies to installations made by + setuptools (but through pip, not directly), or anything using the + standardized build backend interface (PEP 517). + """ + info_location = self.info_location + if not info_location: + return False + if not info_location.endswith(".dist-info"): + return False + return pathlib.Path(info_location).is_dir() + + @property + def canonical_name(self) -> NormalizedName: + raise NotImplementedError() + + @property + def version(self) -> DistributionVersion: + raise NotImplementedError() + + @property + def setuptools_filename(self) -> str: + """Convert a project name to its setuptools-compatible filename. + + This is a copy of ``pkg_resources.to_filename()`` for compatibility. + """ + return self.raw_name.replace("-", "_") + + @property + def direct_url(self) -> Optional[DirectUrl]: + """Obtain a DirectUrl from this distribution. + + Returns None if the distribution has no `direct_url.json` metadata, + or if `direct_url.json` is invalid. + """ + try: + content = self.read_text(DIRECT_URL_METADATA_NAME) + except FileNotFoundError: + return None + try: + return DirectUrl.from_json(content) + except ( + UnicodeDecodeError, + json.JSONDecodeError, + DirectUrlValidationError, + ) as e: + logger.warning( + "Error parsing %s for %s: %s", + DIRECT_URL_METADATA_NAME, + self.canonical_name, + e, + ) + return None + + @property + def installer(self) -> str: + try: + installer_text = self.read_text("INSTALLER") + except (OSError, ValueError, NoneMetadataError): + return "" # Fail silently if the installer file cannot be read. + for line in installer_text.splitlines(): + cleaned_line = line.strip() + if cleaned_line: + return cleaned_line + return "" + + @property + def requested(self) -> bool: + return self.is_file("REQUESTED") + + @property + def editable(self) -> bool: + return bool(self.editable_project_location) + + @property + def local(self) -> bool: + """If distribution is installed in the current virtual environment. + + Always True if we're not in a virtualenv. + """ + if self.installed_location is None: + return False + return is_local(self.installed_location) + + @property + def in_usersite(self) -> bool: + if self.installed_location is None or user_site is None: + return False + return self.installed_location.startswith(normalize_path(user_site)) + + @property + def in_site_packages(self) -> bool: + if self.installed_location is None or site_packages is None: + return False + return self.installed_location.startswith(normalize_path(site_packages)) + + def is_file(self, path: InfoPath) -> bool: + """Check whether an entry in the info directory is a file.""" + raise NotImplementedError() + + def iter_distutils_script_names(self) -> Iterator[str]: + """Find distutils 'scripts' entries metadata. + + If 'scripts' is supplied in ``setup.py``, distutils records those in the + installed distribution's ``scripts`` directory, a file for each script. + """ + raise NotImplementedError() + + def read_text(self, path: InfoPath) -> str: + """Read a file in the info directory. + + :raise FileNotFoundError: If ``path`` does not exist in the directory. + :raise NoneMetadataError: If ``path`` exists in the info directory, but + cannot be read. + """ + raise NotImplementedError() + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + raise NotImplementedError() + + def _metadata_impl(self) -> email.message.Message: + raise NotImplementedError() + + @functools.lru_cache(maxsize=1) + def _metadata_cached(self) -> email.message.Message: + # When we drop python 3.7 support, move this to the metadata property and use + # functools.cached_property instead of lru_cache. + metadata = self._metadata_impl() + self._add_egg_info_requires(metadata) + return metadata + + @property + def metadata(self) -> email.message.Message: + """Metadata of distribution parsed from e.g. METADATA or PKG-INFO. + + This should return an empty message if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return self._metadata_cached() + + @property + def metadata_dict(self) -> Dict[str, Any]: + """PEP 566 compliant JSON-serializable representation of METADATA or PKG-INFO. + + This should return an empty dict if the metadata file is unavailable. + + :raises NoneMetadataError: If the metadata file is available, but does + not contain valid metadata. + """ + return msg_to_json(self.metadata) + + @property + def metadata_version(self) -> Optional[str]: + """Value of "Metadata-Version:" in distribution metadata, if available.""" + return self.metadata.get("Metadata-Version") + + @property + def raw_name(self) -> str: + """Value of "Name:" in distribution metadata.""" + # The metadata should NEVER be missing the Name: key, but if it somehow + # does, fall back to the known canonical name. + return self.metadata.get("Name", self.canonical_name) + + @property + def requires_python(self) -> SpecifierSet: + """Value of "Requires-Python:" in distribution metadata. + + If the key does not exist or contains an invalid value, an empty + SpecifierSet should be returned. + """ + value = self.metadata.get("Requires-Python") + if value is None: + return SpecifierSet() + try: + # Convert to str to satisfy the type checker; this can be a Header object. + spec = SpecifierSet(str(value)) + except InvalidSpecifier as e: + message = "Package %r has an invalid Requires-Python: %s" + logger.warning(message, self.raw_name, e) + return SpecifierSet() + return spec + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + """Dependencies of this distribution. + + For modern .dist-info distributions, this is the collection of + "Requires-Dist:" entries in distribution metadata. + """ + raise NotImplementedError() + + def iter_provided_extras(self) -> Iterable[str]: + """Extras provided by this distribution. + + For modern .dist-info distributions, this is the collection of + "Provides-Extra:" entries in distribution metadata. + + The return value of this function is not particularly useful other than + display purposes due to backward compatibility issues and the extra + names being poorly normalized prior to PEP 685. If you want to perform + logic operations on extras, use :func:`is_extra_provided` instead. + """ + raise NotImplementedError() + + def is_extra_provided(self, extra: str) -> bool: + """Check whether an extra is provided by this distribution. + + This is needed mostly for compatibility issues with pkg_resources not + following the extra normalization rules defined in PEP 685. + """ + raise NotImplementedError() + + def _iter_declared_entries_from_record(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("RECORD") + except FileNotFoundError: + return None + # This extra Path-str cast normalizes entries. + return (str(pathlib.Path(row[0])) for row in csv.reader(text.splitlines())) + + def _iter_declared_entries_from_legacy(self) -> Optional[Iterator[str]]: + try: + text = self.read_text("installed-files.txt") + except FileNotFoundError: + return None + paths = (p for p in text.splitlines(keepends=False) if p) + root = self.location + info = self.info_location + if root is None or info is None: + return paths + try: + info_rel = pathlib.Path(info).relative_to(root) + except ValueError: # info is not relative to root. + return paths + if not info_rel.parts: # info *is* root. + return paths + return ( + _convert_installed_files_path(pathlib.Path(p).parts, info_rel.parts) + for p in paths + ) + + def iter_declared_entries(self) -> Optional[Iterator[str]]: + """Iterate through file entries declared in this distribution. + + For modern .dist-info distributions, this is the files listed in the + ``RECORD`` metadata file. For legacy setuptools distributions, this + comes from ``installed-files.txt``, with entries normalized to be + compatible with the format used by ``RECORD``. + + :return: An iterator for listed entries, or None if the distribution + contains neither ``RECORD`` nor ``installed-files.txt``. + """ + return ( + self._iter_declared_entries_from_record() + or self._iter_declared_entries_from_legacy() + ) + + def _iter_requires_txt_entries(self) -> Iterator[RequiresEntry]: + """Parse a ``requires.txt`` in an egg-info directory. + + This is an INI-ish format where an egg-info stores dependencies. A + section name describes extra other environment markers, while each entry + is an arbitrary string (not a key-value pair) representing a dependency + as a requirement string (no markers). + + There is a construct in ``importlib.metadata`` called ``Sectioned`` that + does mostly the same, but the format is currently considered private. + """ + try: + content = self.read_text("requires.txt") + except FileNotFoundError: + return + extra = marker = "" # Section-less entries don't have markers. + for line in content.splitlines(): + line = line.strip() + if not line or line.startswith("#"): # Comment; ignored. + continue + if line.startswith("[") and line.endswith("]"): # A section header. + extra, _, marker = line.strip("[]").partition(":") + continue + yield RequiresEntry(requirement=line, extra=extra, marker=marker) + + def _iter_egg_info_extras(self) -> Iterable[str]: + """Get extras from the egg-info directory.""" + known_extras = {""} + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra in known_extras: + continue + known_extras.add(extra) + yield extra + + def _iter_egg_info_dependencies(self) -> Iterable[str]: + """Get distribution dependencies from the egg-info directory. + + To ease parsing, this converts a legacy dependency entry into a PEP 508 + requirement string. Like ``_iter_requires_txt_entries()``, there is code + in ``importlib.metadata`` that does mostly the same, but not do exactly + what we need. + + Namely, ``importlib.metadata`` does not normalize the extra name before + putting it into the requirement string, which causes marker comparison + to fail because the dist-info format do normalize. This is consistent in + all currently available PEP 517 backends, although not standardized. + """ + for entry in self._iter_requires_txt_entries(): + extra = canonicalize_name(entry.extra) + if extra and entry.marker: + marker = f'({entry.marker}) and extra == "{extra}"' + elif extra: + marker = f'extra == "{extra}"' + elif entry.marker: + marker = entry.marker + else: + marker = "" + if marker: + yield f"{entry.requirement} ; {marker}" + else: + yield entry.requirement + + def _add_egg_info_requires(self, metadata: email.message.Message) -> None: + """Add egg-info requires.txt information to the metadata.""" + if not metadata.get_all("Requires-Dist"): + for dep in self._iter_egg_info_dependencies(): + metadata["Requires-Dist"] = dep + if not metadata.get_all("Provides-Extra"): + for extra in self._iter_egg_info_extras(): + metadata["Provides-Extra"] = extra + + +class BaseEnvironment: + """An environment containing distributions to introspect.""" + + @classmethod + def default(cls) -> "BaseEnvironment": + raise NotImplementedError() + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> "BaseEnvironment": + raise NotImplementedError() + + def get_distribution(self, name: str) -> Optional["BaseDistribution"]: + """Given a requirement name, return the installed distributions. + + The name may not be normalized. The implementation must canonicalize + it for lookup. + """ + raise NotImplementedError() + + def _iter_distributions(self) -> Iterator["BaseDistribution"]: + """Iterate through installed distributions. + + This function should be implemented by subclass, but never called + directly. Use the public ``iter_distribution()`` instead, which + implements additional logic to make sure the distributions are valid. + """ + raise NotImplementedError() + + def iter_all_distributions(self) -> Iterator[BaseDistribution]: + """Iterate through all installed distributions without any filtering.""" + for dist in self._iter_distributions(): + # Make sure the distribution actually comes from a valid Python + # packaging distribution. Pip's AdjacentTempDirectory leaves folders + # e.g. ``~atplotlib.dist-info`` if cleanup was interrupted. The + # valid project name pattern is taken from PEP 508. + project_name_valid = re.match( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", + dist.canonical_name, + flags=re.IGNORECASE, + ) + if not project_name_valid: + logger.warning( + "Ignoring invalid distribution %s (%s)", + dist.canonical_name, + dist.location, + ) + continue + yield dist + + def iter_installed_distributions( + self, + local_only: bool = True, + skip: Container[str] = stdlib_pkgs, + include_editables: bool = True, + editables_only: bool = False, + user_only: bool = False, + ) -> Iterator[BaseDistribution]: + """Return a list of installed distributions. + + This is based on ``iter_all_distributions()`` with additional filtering + options. Note that ``iter_installed_distributions()`` without arguments + is *not* equal to ``iter_all_distributions()``, since some of the + configurations exclude packages by default. + + :param local_only: If True (default), only return installations + local to the current virtualenv, if in a virtualenv. + :param skip: An iterable of canonicalized project names to ignore; + defaults to ``stdlib_pkgs``. + :param include_editables: If False, don't report editables. + :param editables_only: If True, only report editables. + :param user_only: If True, only report installations in the user + site directory. + """ + it = self.iter_all_distributions() + if local_only: + it = (d for d in it if d.local) + if not include_editables: + it = (d for d in it if not d.editable) + if editables_only: + it = (d for d in it if d.editable) + if user_only: + it = (d for d in it if d.in_usersite) + return (d for d in it if d.canonical_name not in skip) + + +class Wheel(Protocol): + location: str + + def as_zipfile(self) -> zipfile.ZipFile: + raise NotImplementedError() + + +class FilesystemWheel(Wheel): + def __init__(self, location: str) -> None: + self.location = location + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.location, allowZip64=True) + + +class MemoryWheel(Wheel): + def __init__(self, location: str, stream: IO[bytes]) -> None: + self.location = location + self.stream = stream + + def as_zipfile(self) -> zipfile.ZipFile: + return zipfile.ZipFile(self.stream, allowZip64=True) diff --git a/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..a779138 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py @@ -0,0 +1,6 @@ +from ._dists import Distribution +from ._envs import Environment + +__all__ = ["NAME", "Distribution", "Environment"] + +NAME = "importlib" diff --git a/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..5664edfca9ebda68b8494a859c5c2e1bc42fb0ee GIT binary patch literal 375 zcmX|6Jxc>Y5Z%q)C7PH5~&-!Bgkz9LHLiX5%T;d{G(*LrL1-^ad#$~Uh}YBB%- 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..f5a1ec9c521ba6e00a70434f8418436cb16b29ea GIT binary patch literal 3350 zcmbVOO>7&-72YM66e;S@mXk_NR8JZOG8LD!9kekD+lB2kP7p+PQKvt=P@~)IeK6hoTmc7D!LA-~!Fj$DWD;y-08X8QTCow3ptPNGG5Ay;&|zS-rG# zc=P7X%$qmwz3r#&v+R>Tg&=Z z&GK`#oS(1dO(SF6Fr4hB;aFneVK&)YD`;sB(!9v^q(x^yn9HZqgP!%vFFxZ_&M62> z6elrUw4CCmRU2{!|EJx<*jK{7k+xYL`ZuYaD_e2)YS4}gH=D{01MbCzTQXFk9eS~4 z^GMn0>D1@DgM-^(?i)fop_Xw>kzFoy=lZ&3?b1F0SSKU$PS&v&^G*(?3^-YlU(7gp z@P)Qj9*9fVxbwbH+~JDHmg7b$&P&0gFrZ$wWH4uEx;jnt#FLW`7|4BN-CQ^7;F7kU z!H8Dr);4y`xt)wGVkF77ayGUi;VnLsM5Kx__H@142z^oYxl&F_SM3W`pGYfk)rG3Z z7wRIgL&pu4sw*N`se0~0wb@pUFnFVK{z5f!mH1YZ+jsbqh^kGuS*^Q)5)y8%`rRv5 zUB4MhMLX+u=r_5lG!c$ER=TQQUpv+3j!G(}I7DM08^)7U6ZfoN6`#EL@;&RD0j7cE`dSr!ad92o^Kx`Fqlal+c%Aw?C*0wG|JZ8+8B&sspZTK*jk32d1{vB z2sZ4Paui)er!z^`#RK(vq$F-Je)JYvNCAjWgWwV;UioDD)AAq6pS<+o+5`2c4|hI% z;6FOQJ9>Gya9N(jnsSkR5^!JC>+xW{?uSmxBYvn}|5=NB-I-#~n{gqvGah;iNhIBc z7G-#x1usuPr6h>$7+SqHS5gXVLQadm4YFx;GMU`e_D}bxs(Vw_{i#cPQFlu>7^N!Ug z8EEGKkis<{iCbJX_%GntTMgwM?Djksxq&Tk?oss& zcB?Ri_EoJeY)R&6M6n2!p;_*~V5%AU$^&e}RdMMCZmZlCah4$+SQvP1a*pC|0M)Q; zi8{EkDMciL#4O~wc7yHlhYTWnA$Pp z@wrgF>o+~&<4ECrU&>I*7cke4C5uvgZ8!~ng@*JN9MH)d#=k~hc|7v!ZsAp(egBsw z@|)0f?A&~lOPIAb+B-QBOwr=kh!8&K${Fnf$uKAvL4-6VP-Mgrp~@0{2V~RuGE>MEI;V{MNGD_Frnl^`fVSy_Y%1vF!F@$j zTJ|MziAquwo6hkd^{V5`SkWJ(byP|xlfKiaep&uoMDT4F`K=lvfftgBczUDK@-h=W ztB;N=fxb|-yJ`8()$8wlH$k5io{LNZ0FDC>Dw@(=;ferIC*%?0RC0uR-1Zi!`4OX~^9O%6;C@ZqfX2`M`1Wfdu69)n16JP1k6Aa9}C=uaH2h{(~b`{NjW!oVVrwxoIA|t%`028hX%UClPApSdv^~Fbe%Ir^R?~C{mIw& zCSTv5ytp@cv135==qG<}>|MTjKzwJSXpU_c_a|oeCT901-rSpblh%wqx_(HVzWRRv D?nOOv 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..aa51abf1840050a0be22de7b7bbd0771c23ca776 GIT binary patch literal 13442 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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..26370fa --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py @@ -0,0 +1,227 @@ +import email.message +import importlib.metadata +import os +import pathlib +import zipfile +from typing import ( + Collection, + Dict, + Iterable, + Iterator, + Mapping, + Optional, + Sequence, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, UnsupportedWheel +from pip._internal.metadata.base import ( + BaseDistribution, + BaseEntryPoint, + DistributionVersion, + InfoPath, + Wheel, +) +from pip._internal.utils.misc import normalize_path +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from ._compat import BasePath, get_dist_name + + +class WheelDistribution(importlib.metadata.Distribution): + """An ``importlib.metadata.Distribution`` read from a wheel. + + Although ``importlib.metadata.PathDistribution`` accepts ``zipfile.Path``, + its implementation is too "lazy" for pip's needs (we can't keep the ZipFile + handle open for the entire lifetime of the distribution object). + + This implementation eagerly reads the entire metadata directory into the + memory instead, and operates from that. + """ + + def __init__( + self, + files: Mapping[pathlib.PurePosixPath, bytes], + info_location: pathlib.PurePosixPath, + ) -> None: + self._files = files + self.info_location = info_location + + @classmethod + def from_zipfile( + cls, + zf: zipfile.ZipFile, + name: str, + location: str, + ) -> "WheelDistribution": + info_dir, _ = parse_wheel(zf, name) + paths = ( + (name, pathlib.PurePosixPath(name.split("/", 1)[-1])) + for name in zf.namelist() + if name.startswith(f"{info_dir}/") + ) + files = { + relpath: read_wheel_metadata_file(zf, fullpath) + for fullpath, relpath in paths + } + info_location = pathlib.PurePosixPath(location, info_dir) + return cls(files, info_location) + + def iterdir(self, path: InfoPath) -> Iterator[pathlib.PurePosixPath]: + # Only allow iterating through the metadata directory. + if pathlib.PurePosixPath(str(path)) in self._files: + return iter(self._files) + raise FileNotFoundError(path) + + def read_text(self, filename: str) -> Optional[str]: + try: + data = self._files[pathlib.PurePosixPath(filename)] + except KeyError: + return None + try: + text = data.decode("utf-8") + except UnicodeDecodeError as e: + wheel = self.info_location.parent + error = f"Error decoding metadata for {wheel}: {e} in {filename} file" + raise UnsupportedWheel(error) + return text + + +class Distribution(BaseDistribution): + def __init__( + self, + dist: importlib.metadata.Distribution, + info_location: Optional[BasePath], + installed_location: Optional[BasePath], + ) -> None: + self._dist = dist + self._info_location = info_location + self._installed_location = installed_location + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + info_location = pathlib.Path(directory) + dist = importlib.metadata.Distribution.at(info_location) + return cls(dist, info_location, info_location.parent) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + # Generate temp dir to contain the metadata file, and write the file contents. + temp_dir = pathlib.Path( + TempDirectory(kind="metadata", globally_managed=True).path + ) + metadata_path = temp_dir / "METADATA" + metadata_path.write_bytes(metadata_contents) + # Construct dist pointing to the newly created directory. + dist = importlib.metadata.Distribution.at(metadata_path.parent) + return cls(dist, metadata_path.parent, None) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + dist = WheelDistribution.from_zipfile(zf, name, wheel.location) + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + return cls(dist, dist.info_location, pathlib.PurePosixPath(wheel.location)) + + @property + def location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location.parent) + + @property + def info_location(self) -> Optional[str]: + if self._info_location is None: + return None + return str(self._info_location) + + @property + def installed_location(self) -> Optional[str]: + if self._installed_location is None: + return None + return normalize_path(str(self._installed_location)) + + def _get_dist_name_from_location(self) -> Optional[str]: + """Try to get the name from the metadata directory name. + + This is much faster than reading metadata. + """ + if self._info_location is None: + return None + stem, suffix = os.path.splitext(self._info_location.name) + if suffix not in (".dist-info", ".egg-info"): + return None + return stem.split("-", 1)[0] + + @property + def canonical_name(self) -> NormalizedName: + name = self._get_dist_name_from_location() or get_dist_name(self._dist) + return canonicalize_name(name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.read_text(str(path)) is not None + + def iter_distutils_script_names(self) -> Iterator[str]: + # A distutils installation is always "flat" (not in e.g. egg form), so + # if this distribution's info location is NOT a pathlib.Path (but e.g. + # zipfile.Path), it can never contain any distutils scripts. + if not isinstance(self._info_location, pathlib.Path): + return + for child in self._info_location.joinpath("scripts").iterdir(): + yield child.name + + def read_text(self, path: InfoPath) -> str: + content = self._dist.read_text(str(path)) + if content is None: + raise FileNotFoundError(path) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + # importlib.metadata's EntryPoint structure sasitfies BaseEntryPoint. + return self._dist.entry_points + + def _metadata_impl(self) -> email.message.Message: + # From Python 3.10+, importlib.metadata declares PackageMetadata as the + # return type. This protocol is unfortunately a disaster now and misses + # a ton of fields that we need, including get() and get_payload(). We + # rely on the implementation that the object is actually a Message now, + # until upstream can improve the protocol. (python/cpython#94952) + return cast(email.message.Message, self._dist.metadata) + + def iter_provided_extras(self) -> Iterable[str]: + return self.metadata.get_all("Provides-Extra", []) + + def is_extra_provided(self, extra: str) -> bool: + return any( + canonicalize_name(provided_extra) == canonicalize_name(extra) + for provided_extra in self.metadata.get_all("Provides-Extra", []) + ) + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + contexts: Sequence[Dict[str, str]] = [{"extra": e} for e in extras] + for req_string in self.metadata.get_all("Requires-Dist", []): + req = Requirement(req_string) + if not req.marker: + yield req + elif not extras and req.marker.evaluate({"extra": ""}): + yield req + elif any(req.marker.evaluate(context) for context in contexts): + yield req diff --git a/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..048dc55 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py @@ -0,0 +1,189 @@ +import functools +import importlib.metadata +import logging +import os +import pathlib +import sys +import zipfile +import zipimport +from typing import Iterator, List, Optional, Sequence, Set, Tuple + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.metadata.base import BaseDistribution, BaseEnvironment +from pip._internal.models.wheel import Wheel +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION + +from ._compat import BadMetadata, BasePath, get_dist_name, get_info_location +from ._dists import Distribution + +logger = logging.getLogger(__name__) + + +def _looks_like_wheel(location: str) -> bool: + if not location.endswith(WHEEL_EXTENSION): + return False + if not os.path.isfile(location): + return False + if not Wheel.wheel_file_re.match(os.path.basename(location)): + return False + return zipfile.is_zipfile(location) + + +class _DistributionFinder: + """Finder to locate distributions. + + The main purpose of this class is to memoize found distributions' names, so + only one distribution is returned for each package name. At lot of pip code + assumes this (because it is setuptools's behavior), and not doing the same + can potentially cause a distribution in lower precedence path to override a + higher precedence one if the caller is not careful. + + Eventually we probably want to make it possible to see lower precedence + installations as well. It's useful feature, after all. + """ + + FoundResult = Tuple[importlib.metadata.Distribution, Optional[BasePath]] + + def __init__(self) -> None: + self._found_names: Set[NormalizedName] = set() + + def _find_impl(self, location: str) -> Iterator[FoundResult]: + """Find distributions in a location.""" + # Skip looking inside a wheel. Since a package inside a wheel is not + # always valid (due to .data directories etc.), its .dist-info entry + # should not be considered an installed distribution. + if _looks_like_wheel(location): + return + # To know exactly where we find a distribution, we have to feed in the + # paths one by one, instead of dumping the list to importlib.metadata. + for dist in importlib.metadata.distributions(path=[location]): + info_location = get_info_location(dist) + try: + raw_name = get_dist_name(dist) + except BadMetadata as e: + logger.warning("Skipping %s due to %s", info_location, e.reason) + continue + normalized_name = canonicalize_name(raw_name) + if normalized_name in self._found_names: + continue + self._found_names.add(normalized_name) + yield dist, info_location + + def find(self, location: str) -> Iterator[BaseDistribution]: + """Find distributions in a location. + + The path can be either a directory, or a ZIP archive. + """ + for dist, info_location in self._find_impl(location): + if info_location is None: + installed_location: Optional[BasePath] = None + else: + installed_location = info_location.parent + yield Distribution(dist, info_location, installed_location) + + def find_linked(self, location: str) -> Iterator[BaseDistribution]: + """Read location in egg-link files and return distributions in there. + + The path should be a directory; otherwise this returns nothing. This + follows how setuptools does this for compatibility. The first non-empty + line in the egg-link is read as a path (resolved against the egg-link's + containing directory if relative). Distributions found at that linked + location are returned. + """ + path = pathlib.Path(location) + if not path.is_dir(): + return + for child in path.iterdir(): + if child.suffix != ".egg-link": + continue + with child.open() as f: + lines = (line.strip() for line in f) + target_rel = next((line for line in lines if line), "") + if not target_rel: + continue + target_location = str(path.joinpath(target_rel)) + for dist, info_location in self._find_impl(target_location): + yield Distribution(dist, info_location, path) + + def _find_eggs_in_dir(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_distributions + + from pip._internal.metadata import pkg_resources as legacy + + with os.scandir(location) as it: + for entry in it: + if not entry.name.endswith(".egg"): + continue + for dist in find_distributions(entry.path): + yield legacy.Distribution(dist) + + def _find_eggs_in_zip(self, location: str) -> Iterator[BaseDistribution]: + from pip._vendor.pkg_resources import find_eggs_in_zip + + from pip._internal.metadata import pkg_resources as legacy + + try: + importer = zipimport.zipimporter(location) + except zipimport.ZipImportError: + return + for dist in find_eggs_in_zip(importer, location): + yield legacy.Distribution(dist) + + def find_eggs(self, location: str) -> Iterator[BaseDistribution]: + """Find eggs in a location. + + This actually uses the old *pkg_resources* backend. We likely want to + deprecate this so we can eventually remove the *pkg_resources* + dependency entirely. Before that, this should first emit a deprecation + warning for some versions when using the fallback since importing + *pkg_resources* is slow for those who don't need it. + """ + if os.path.isdir(location): + yield from self._find_eggs_in_dir(location) + if zipfile.is_zipfile(location): + yield from self._find_eggs_in_zip(location) + + +@functools.lru_cache(maxsize=None) # Warn a distribution exactly once. +def _emit_egg_deprecation(location: Optional[str]) -> None: + deprecated( + reason=f"Loading egg at {location} is deprecated.", + replacement="to use pip for package installation.", + gone_in="24.3", + issue=12330, + ) + + +class Environment(BaseEnvironment): + def __init__(self, paths: Sequence[str]) -> None: + self._paths = paths + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(sys.path) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + if paths is None: + return cls(sys.path) + return cls(paths) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + finder = _DistributionFinder() + for location in self._paths: + yield from finder.find(location) + for dist in finder.find_eggs(location): + _emit_egg_deprecation(dist.location) + yield dist + # This must go last because that's how pkg_resources tie-breaks. + yield from finder.find_linked(location) + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + matches = ( + distribution + for distribution in self.iter_all_distributions() + if distribution.canonical_name == canonicalize_name(name) + ) + return next(matches, None) diff --git a/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..bb11e5b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py @@ -0,0 +1,278 @@ +import email.message +import email.parser +import logging +import os +import zipfile +from typing import Collection, Iterable, Iterator, List, Mapping, NamedTuple, Optional + +from pip._vendor import pkg_resources +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import parse as parse_version + +from pip._internal.exceptions import InvalidWheel, NoneMetadataError, UnsupportedWheel +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.misc import display_path, normalize_path +from pip._internal.utils.wheel import parse_wheel, read_wheel_metadata_file + +from .base import ( + BaseDistribution, + BaseEntryPoint, + BaseEnvironment, + DistributionVersion, + InfoPath, + Wheel, +) + +__all__ = ["NAME", "Distribution", "Environment"] + +logger = logging.getLogger(__name__) + +NAME = "pkg_resources" + + +class EntryPoint(NamedTuple): + name: str + value: str + group: str + + +class InMemoryMetadata: + """IMetadataProvider that reads metadata files from a dictionary. + + This also maps metadata decoding exceptions to our internal exception type. + """ + + def __init__(self, metadata: Mapping[str, bytes], wheel_name: str) -> None: + self._metadata = metadata + self._wheel_name = wheel_name + + def has_metadata(self, name: str) -> bool: + return name in self._metadata + + def get_metadata(self, name: str) -> str: + try: + return self._metadata[name].decode() + except UnicodeDecodeError as e: + # Augment the default error with the origin of the file. + raise UnsupportedWheel( + f"Error decoding metadata for {self._wheel_name}: {e} in {name} file" + ) + + def get_metadata_lines(self, name: str) -> Iterable[str]: + return pkg_resources.yield_lines(self.get_metadata(name)) + + def metadata_isdir(self, name: str) -> bool: + return False + + def metadata_listdir(self, name: str) -> List[str]: + return [] + + def run_script(self, script_name: str, namespace: str) -> None: + pass + + +class Distribution(BaseDistribution): + def __init__(self, dist: pkg_resources.Distribution) -> None: + self._dist = dist + + @classmethod + def from_directory(cls, directory: str) -> BaseDistribution: + dist_dir = directory.rstrip(os.sep) + + # Build a PathMetadata object, from path to metadata. :wink: + base_dir, dist_dir_name = os.path.split(dist_dir) + metadata = pkg_resources.PathMetadata(base_dir, dist_dir) + + # Determine the correct Distribution object type. + if dist_dir.endswith(".egg-info"): + dist_cls = pkg_resources.Distribution + dist_name = os.path.splitext(dist_dir_name)[0] + else: + assert dist_dir.endswith(".dist-info") + dist_cls = pkg_resources.DistInfoDistribution + dist_name = os.path.splitext(dist_dir_name)[0].split("-")[0] + + dist = dist_cls(base_dir, project_name=dist_name, metadata=metadata) + return cls(dist) + + @classmethod + def from_metadata_file_contents( + cls, + metadata_contents: bytes, + filename: str, + project_name: str, + ) -> BaseDistribution: + metadata_dict = { + "METADATA": metadata_contents, + } + dist = pkg_resources.DistInfoDistribution( + location=filename, + metadata=InMemoryMetadata(metadata_dict, filename), + project_name=project_name, + ) + return cls(dist) + + @classmethod + def from_wheel(cls, wheel: Wheel, name: str) -> BaseDistribution: + try: + with wheel.as_zipfile() as zf: + info_dir, _ = parse_wheel(zf, name) + metadata_dict = { + path.split("/", 1)[-1]: read_wheel_metadata_file(zf, path) + for path in zf.namelist() + if path.startswith(f"{info_dir}/") + } + except zipfile.BadZipFile as e: + raise InvalidWheel(wheel.location, name) from e + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {e}") + dist = pkg_resources.DistInfoDistribution( + location=wheel.location, + metadata=InMemoryMetadata(metadata_dict, wheel.location), + project_name=name, + ) + return cls(dist) + + @property + def location(self) -> Optional[str]: + return self._dist.location + + @property + def installed_location(self) -> Optional[str]: + egg_link = egg_link_path_from_location(self.raw_name) + if egg_link: + location = egg_link + elif self.location: + location = self.location + else: + return None + return normalize_path(location) + + @property + def info_location(self) -> Optional[str]: + return self._dist.egg_info + + @property + def installed_by_distutils(self) -> bool: + # A distutils-installed distribution is provided by FileMetadata. This + # provider has a "path" attribute not present anywhere else. Not the + # best introspection logic, but pip has been doing this for a long time. + try: + return bool(self._dist._provider.path) + except AttributeError: + return False + + @property + def canonical_name(self) -> NormalizedName: + return canonicalize_name(self._dist.project_name) + + @property + def version(self) -> DistributionVersion: + return parse_version(self._dist.version) + + def is_file(self, path: InfoPath) -> bool: + return self._dist.has_metadata(str(path)) + + def iter_distutils_script_names(self) -> Iterator[str]: + yield from self._dist.metadata_listdir("scripts") + + def read_text(self, path: InfoPath) -> str: + name = str(path) + if not self._dist.has_metadata(name): + raise FileNotFoundError(name) + content = self._dist.get_metadata(name) + if content is None: + raise NoneMetadataError(self, name) + return content + + def iter_entry_points(self) -> Iterable[BaseEntryPoint]: + for group, entries in self._dist.get_entry_map().items(): + for name, entry_point in entries.items(): + name, _, value = str(entry_point).partition("=") + yield EntryPoint(name=name.strip(), value=value.strip(), group=group) + + def _metadata_impl(self) -> email.message.Message: + """ + :raises NoneMetadataError: if the distribution reports `has_metadata()` + True but `get_metadata()` returns None. + """ + if isinstance(self._dist, pkg_resources.DistInfoDistribution): + metadata_name = "METADATA" + else: + metadata_name = "PKG-INFO" + try: + metadata = self.read_text(metadata_name) + except FileNotFoundError: + if self.location: + displaying_path = display_path(self.location) + else: + displaying_path = repr(self.location) + logger.warning("No metadata found in %s", displaying_path) + metadata = "" + feed_parser = email.parser.FeedParser() + feed_parser.feed(metadata) + return feed_parser.close() + + def iter_dependencies(self, extras: Collection[str] = ()) -> Iterable[Requirement]: + if extras: # pkg_resources raises on invalid extras, so we sanitize. + extras = frozenset(pkg_resources.safe_extra(e) for e in extras) + extras = extras.intersection(self._dist.extras) + return self._dist.requires(extras) + + def iter_provided_extras(self) -> Iterable[str]: + return self._dist.extras + + def is_extra_provided(self, extra: str) -> bool: + return pkg_resources.safe_extra(extra) in self._dist.extras + + +class Environment(BaseEnvironment): + def __init__(self, ws: pkg_resources.WorkingSet) -> None: + self._ws = ws + + @classmethod + def default(cls) -> BaseEnvironment: + return cls(pkg_resources.working_set) + + @classmethod + def from_paths(cls, paths: Optional[List[str]]) -> BaseEnvironment: + return cls(pkg_resources.WorkingSet(paths)) + + def _iter_distributions(self) -> Iterator[BaseDistribution]: + for dist in self._ws: + yield Distribution(dist) + + def _search_distribution(self, name: str) -> Optional[BaseDistribution]: + """Find a distribution matching the ``name`` in the environment. + + This searches from *all* distributions available in the environment, to + match the behavior of ``pkg_resources.get_distribution()``. + """ + canonical_name = canonicalize_name(name) + for dist in self.iter_all_distributions(): + if dist.canonical_name == canonical_name: + return dist + return None + + def get_distribution(self, name: str) -> Optional[BaseDistribution]: + # Search the distribution by looking through the working set. + dist = self._search_distribution(name) + if dist: + return dist + + # If distribution could not be found, call working_set.require to + # update the working set, and try to find the distribution again. + # This might happen for e.g. when you install a package twice, once + # using setup.py develop and again using setup.py install. Now when + # running pip uninstall twice, the package gets removed from the + # working set in the first uninstall, so we have to populate the + # working set again so that pip knows about it and the packages gets + # picked up and is successfully uninstalled the second time too. + try: + # We didn't pass in any version specifiers, so this can never + # raise pkg_resources.VersionConflict. + self._ws.require(name) + except pkg_resources.DistributionNotFound: + return None + return self._search_distribution(name) diff --git a/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..125619fadf97cc2c83602d8cc06cbab85404ee61 GIT binary patch literal 283 zcmXv~F-`+P47^Puh$7_=+os?wE=>vq;semrtTuaA&SKBI+&V$WM|c9_E&PC%4tlDS{yu?AUrZW&)EP5@X8PAEr0i+n5$}~LTcdV598!0vECRzRiPVZC) 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..ed7abdf7cf60fef513d52288ba9a0ef47effd305 GIT binary patch literal 1922 zcmb7EO>Epm6rNfCtaqDjLYp*AA(bgT#D%U)k`qKxOA!z?1U0RM>Wk&>%%*O<_IB(I z-4LW4B9TZS=m90DLLfNMCzo7kDGt8KXKfGE+t-mS$-^K1gWU^<96)E_qHE8d-7nxFGJ{PEcus zLJ4bC%3{s7VOC_@EDKv0N-T%eD?f@`&Tg%0+aX6whq1WF%xgh~niVICNGjhb4Vx7% zYOv_A={Z+z>X!lnb(wS2pEEu8s#&c^*8+c}`0TJ5x)D8HbxO0&3=PeyTQ#Aah%(>t z%t}D07n=LmUaZ#HA=rKXc*n*mrYGT8g|C2ku!wegk1osafI`c?;S4XnNR@#Ke-cTRp~tQ*@sqxT*^(@;=uU>8Zbd=u6}rR3_ljrLoH zzz@(AUvH0!6mjwUO_I1k{hy0Z=?rwqOwAi(9nU@V=9BELXY_xiF>c7Q3KW5xdE_G3 zF*^)3guGgvL31MB01OCc+y4z~D}IDeJOu(!?SAg(?sIp$&+T;eyf?8j!PVr-Wb)U{ z%02l8l5=^+=R5=)?{2|0{;mMiI&$MSyfP5!0N!nQc{&3K5$PipfRd-?d-eUE(T9@G z*XL#3iS#{eFwRgm0HPg+EVOpSQ5ft9GBlS65Atb4AOM6zM^=qn#`}ZY$A>pZzZv^_ zY_qr}Z(aWW%6C_`F8pv~yZhp{c2Ph8j~&3w-zVFS^R^A0UGuozW!pDuj+aEB1`?FO z4Ri~=APT{hU|Yst3eo!P7`J#4aUr2(iF%%G8<_QiSDfgqxLCnwAvm$amq0vNLchr4 zzxF)6IMI+bCBJs5fk53E5o(hN^=-7vosC`v5}s-zP>q9FnZ|2}|3+Mk6N!bV3@si6 z&KBW$@kzjnEg}Qgi|KpA@0#_1hzCSsO73Ed+(q$7^W(+G9*)-{*9(&@#_1+@Tt}_l udFSqFV=WxVnE}7Nr9+NPL&6x}M`!;)r|zTY|5E$$G~RyV%r4@FnEnrB5Xoo& 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..9eb60bc97f0301b18e02cc02a3b773003c81c92a GIT binary patch literal 11216 zcmbVSeQXrxnV*@R*>8K-_F^ywd%?u8eAs*?0TL1nHVJ81nqX*dfo?WCW4vZRoS8M? z&AM_Ls@lEuFlr=>(kQ0l6mvm}D^)5d-RaW*sym&uj%nFW&>d1MoqB&Q7%A8Mb-(AG zo!MPunzpaB?>zH<&HM2@zvtuK|EQ~Tb4bT_eUkX&YL5Foy_m^cCKi9jbKF%<<|3TT z%R-Wm@a!o>1opH=L_BRtDP@n?Q;vuu<%~E}u81q;j<{2vh$rQZczNzDCyPJhBXt6& zcx35Qj7cd{FWVzNlnFyYR#2144y#>*z`exD&P$x^QW`(C8O3Qf-HJmADE0xN z1;w&QaVzzV@+twjPH~mr>P>3EE&DD>krjVc-+J`&qgS)spg0wm+(=(wU#XWH2SmB) zk{DSjV-|9K^=weH0yV4H?3*$Bm7fabxwo*gRVZt*%2u@ZipLOW#na!;TDN8uW||pKI9_8C?6734_mHHcSfV>SW1aTb$2wH z%E%*0qP@}R+as~0QFD`9r18Gix(72Ur8^bNW@R(K5Z~FIqHH9c$nNY;#@>o5>3Bv? zq|bJrSJLOZlZm&whexx6ne?u%9Xq?VL{`~09E+ceomI5%;lyxvG?B(GV{5zdbtS2F zSM9*?D4QqCR$vO6gzOSm6rC!)vT~i5^*ZI^Fg9P2qggr~+c{-acgV^>Y$Tc0?W&R; zQPXh|JS!>QmV@UNH8C(6 zG*=L$6?ElVf`c(FIFha@4i040V9pcVWR-r+heCqxPH2g=mW`$33fq#KlDZNrP*+h# zYf*tzoG!6RussY?Qk$t%jGk4p>N=3rQVSy+=Soh_>6u#hZocSio~SQ+>n7rphsXQw zc~(p*(`W8@w%n`lEcyZyiNeb5b4_#7+^Nske(wAA+Xe4yi#EaME^&g(U9xlDhVfU~ zQPu3e9p7NPe-Ok~u4*uk-kg@fWy|6wY<05*oPaY%r5nf|-F}%m6A#=|E;Hcvme`=i?fq z{zxm#?MP)*C72zIrT@}?DuH?#hjd#~NrT>iB3)!#NVO)1`l8CkSUj5?jbcvG%z(NX zmD};thLDYO#kP*$diPApGuio#&;F>t;N3IchwOJAKXIvde}yA)rcTeq)9>Y`dcOZX zR{3J3lCkSl!{nZVr@bJyBgetg`}naxJzT-n?bS&0|G?2Bi9Z&R>GpFMV(M8fj#4WT zYZJ7Zz`_kxb3nP-r{yP||79U=OArU3*J-SJj2{#70{Fm1qVN;p{W_70+s1G{<&$DG z&Wg_kkH*d^3{HR^@#F}BZZJ&eW(ay$hzCPvm6R5;sax<(oj<4Z=QZL%OZ>gjfkYAj z98II6O1t_3e%dBvmqc?fBW~1GwH**-H_QkR)Vx=%M@QXhvTRtlfz(~` zOe&SgMia8$NFbnSq(D^VJkT_gR$I}h2DOMKnfP{rfcQe7qM(eFx8cn?YSJfBYR}Rr zcasm_w5hxBran#CZe$@*7d0h0U=&jctJ6eKIGr*&Lp>*;S)LVDd@I%Qe)ap zqxqTJy~U=Lzw_dIfleyB6i$~b;cNtR?GG=0-{!r4OzQ~s&dM6Lv*-H z5=sd)mZV$Oo@1wku(}8JA(6@F5Ly?avgOS6@wENiSKm`YhT*iW=}x8!2l-ri)}9s+>g96u`&%u!nWEwZI(20W`H zJX0iwQb08YNToW?6Mu$=1`o#ymDJ0m7@yBT#9RmHfc!$7Mf$zIJMa4f`jNT zf6-h0MPRFmm7c0^)ZyziyK-C1zzeLb2Ugarb@;IEtycSCU4$_@sM{%5Gy@swSj|Md zPVb9BWQH|eg^Yxgmeh=L1~&=n%V?{1; zt_1*kih)%CKG);2N;6<{B*Y}+i)@Fb>3Df|(3??OtlEPXRg%T#nDbXphMJ|R75P|z z7hlum++?ocY%!Q9h|(JDwJ>8dW<*-#-HZ$Qa%KX>3QVtqnFhibw9Im7G2TE{bAoo- zIv1v&EIb}%KF)G|;rDbcKkAUFzOe=~nd-LYOHY_pULbH-I*$&nqFFX@s*mTg)+}Wk zyeOgCzQ4d-wEZ1-fe(q{ulfBd+2^_Si8KtHgj{2rcF{qQg9P_OW3@O4fOC>*n2UN7teuj)xjKAPn zQ?g5Sjm1sdKJ(o4%pJPju(0X5dH+*WuIYUMEPvqgJCpAeeCvztn`So`+Mb>gKkxw7 znp?rW?vjIRY@ONg$(HL|<{P#Z+tz=4?%KJ#ZC&$iT?=j7scA8^Yf8N8x#F2VGVkv! zu2@ao{_jx}7ifFP+3FhaHFp)8_uO7_+f@i0go(Sd5gu7XW66fPuQd;*d1*z@KJHih zRvm1#F?CwQq=a-#Sl$3ZO!_w&2()c1fsM;-dCO)pG`Ys%ip<{>Dl`CL9r`iVqKl-{ z)%|#{R`^Vzab#pyR{I#nkeXZqcxC1NBh+YQ%`xRY6ZoX% zdduAIUq1Kq=kEAkEI40e%Yd~I4*8ZSYxNL)lc{N@uxWXQ!gda;nPElEjC1lCCxi(ckX=;i-2|l?0#EI=yLT z*R^dW4&-d_Lwc08I;hfmrr&K+n19R^phDOJYv=bIgRJ1C+>OYRo0kso)#d=b8&FQ` zjpJt}(`;KLRkG9`kX^C>?Q4@o=xPZ%9~u`P3N$~0s_rTsZG)d<>gZ}azyoWdsx5T1 z6FS;EDu&!D=^EW>I^()ikrP>pQ!>>Yt`TKoK*q?VC`puo+@Oq9*2XX)PoV%FID zYlMv~yPUt*h+SIh_X;&5C}H8EmUV!jI%B6Eb2uzKA?Eu_@I)4X6vU)Ra2iN?BN*c#LGxu*+@Iv5G7nW3u>sttdWk@E1*^MiNa! zW%1XjsYoJh@!@`Gu!~hyu+tu+2GSA<471wN<5Pws)k#&1o$tE-L8rUL^ zBwk$nFJ!n%Lu`}<=n)0`%Z=sg80m7Zch*F3&eYRt5T-DFdr2B11Y441+qq5HEJt1_ zQ@8>+&SmM$SQ;XQu_WcK&^0a_Xf3#KV5aQ>X4>kuvx#iTp@z{-ZKI5i-EfjAG@`rv z!Y89AdtQ&e-lt2jbmN2O5h+yd8qpBR8-@q2HyN9XuwK+EtUWk=6@p!<%y}gm8_5nD z=9AGWx4!B$pU~zrd{0XtL;TfKKQ%D#SyOCknK)Vub$_uTMVx|tPUz<%|&OrQ9|zy3ZAfIEh}p4NF!>-3R3 zo=#&--}-`c{o^o$o#1Q0FkX$cT=Zqg@-oa;kb-5sDHEhA{JxwI1O~JYxiXg3 zOZbL)EXNl75Jel7B=~gvkbg-bUQtTQd`Uv-GGT)O>)sf?BQYDF`wVarypYHa28l8D z5w~2(sB&;Pre=f2Y0J2IN-CNbOk{%zjd@jy%=);=52A#-y@Z-cr<62ZZm9_}KeQn3 ztTfzuBnA>_pGcdxt6PJ(xH86i^G&e$n{QgE3C3fZaorF^b@0UNuXb52LLS|Y zDdQqhmoP^Sx3PF--kkwgDeQ#G_}`6+k+k9X*|qqfl2UYWIF=pMCB%2tQQbM9#?I25 z%VL9CbTK-M8VyUrPwO)-$Go^0!qo%f!l=tNSHz;a{9nUelma8w_)D5 zVW$6+H?F_2;Om+Yiw!I8HgwH5bj@Zzd*|jm3k}ar*zfsP7;QV}eVxU+hRdfWPfd5i z@e5rK&Gvs5xf!_~__wwHytd$d2|k?PJt0D?`U4Z5$3?-y%Y&Eo1>hyZu)N7%{qv?BW%bBX>;{3Wf97DB7-N& z^g62|Jp;#raE%$$hBdg3UN=)lpk>&FCx~K(AnnZK=Jq=%%{5gd#p0m$uvas>MLZIgf#U+Q>(70%`H`YILxG93~UM_-9Ou|_0pFn)GArAqv*a{uWsp94{ zjbRxTW<9s87BR(+JhJ8Da?9x$Bc6t16~b_OtkVnGjhF&$F0K!Np9Q&uuQl6#4-&6Y*WE9zL zygW8J_S624BiACc{D)^2d|L|6Eq?}zUq!!ao?6Z-!PzfkmzcaE^S7)BFizbT?#Gp` zOUtO)DE{I?*ShcF8@eQqq=q$invbC~!8Ti7?J-l)|5O%t&j?#jZ}@oYwXGj^&Gp{# z?JYR>{+Y!MELj{DLY%cERZ!TpurKmzGf(y4reVT-;@)i}H#5H(2|^V0vGC{mur z$JvFMn_elqfuBbFd5J?ndE*wkD+`tH%0jRceC)0)1R-77PO&t)D+^h7Wua2QD|O6j zB@T}{ZIK?OH7wBPmJp$P$l*bOF+|>oTE$BnF(_THd8+TrN*rEiPd%hZIgSRZwAwB; zRRVpB99~O))|;2MPIr_L*V{U?g~EGV%e_FA?7XyZx@i%m`-tx2XLdirOJ6wv$Cl1c zpiOr~qjDx5jT!O^Q5hW_gnsGR!;#KnMR5A)^ zyjU`c@yPhVKlqNk-gl@!3Oh7bn?M*gpe} zy9E|oWlFPyM&3*ri|#O0$#f{=UB)A9Ikl(zwexx7FL*DgAD}Pcn|1OI= zoaal<^(EKz-`wH5+~Ild@I%q=5yl-4{G8;SIP~7DBtp#pXv2NwW>z5;wk;1AY z3w5uIyC2zk-Zedn{p4NXg4g&H`~#bZZzwuE6NjdnCSHE`dnNYXxp{WS^|J=O`&r|8 z@ReWh_|+Ch-l+d@-RvyQ`WE^@o$03@=p{F?x==+j=QNpv-=-~s1(Y`zz zncuKyzI87+iVxf#TBJv5jljP!jq6)HW_HioW{=N0ufMQJuV1;>@a_j3vaenU@dx+^ waBU9oU%kQm`R5;S$V#2~_t{kI^x2sU1sL9*?s4Z=_Lq3RkAKLq2NSCQ2ljgcGynhq 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..5a6ffc1d29e59607735973b216109fa7957f88a0 GIT binary patch literal 4244 zcmai1TWk~A89sCKJ+@2f3hl;+j>O)s*A8Z1OJBn1KcBSr{mu%JDJoP{0OD-5V zvd{IO|NQ5_eCI!ZYijZ#DChQns{YA~(7)KAR>W#&`51KO5Js5OP?k$^Sw6*Qg_OXt zIbIX9Qc80Ag67J)Q*I9N=mf&z6vEO2zQQHt8FR(lU$Q|=u)W8rF;4Ug#Iil-Ml99P z)0!>7Fvi)KlI&0 zJoZ9AK$@_RxUs*+3uvocG2`IDfhqBUBN9TXAZ`L$iG(Wq0>2>e2;*iPg0^`~j799G z;|9&9t)qr+Q9~R5(Mh6>5GoHDRE8s`FRJ=QHUJV+9->B89vxOQ!*W_4NoOvnFA^CP zCJz!>)lDm{X#~e@uWl%Vs-C7}w%^dTvFadcyC|`8RL=-i0a?Q=#Ky}%hH4H?aFafZ zgRWC*C%Mi|@D1nr32p)@b@~Y&Mpc_5G=}bTNwBwI5{oiVqkgDhLNtjsv^rz5{bgBR z8BGiuS(1RWTDVq^X7(krtjg)CwJ)Ki2Nj}c3=DcnTqXL|gr*KAM#ijRL*F0YyDwp? z7U`?%#!QT;BMC*-EkeP^5?KQi%}i9(sbnfDkB^Mm9tDV0OHsyK*O?<;n{NUM%|56m zQQ3zAn+pDprM4}1r0G*7e`~?txwLufo$b@7pSQm?EzSl@TXsx~&pd6*@By+V!x|? zZj7^PVS}c*X#}p#Pk9>iIfiO3@Stks3t+(H@l4(1uq)etKl~jR`UQU)am2U`)k z&aF9@Fu~Q%ux1uqs5X0f7ec?}<~R<`ZWFVRtDcV&CbUpWnZuHOe=ik4p+*Y3WdrQ%_e}^JZBLk0n z{u=)*4xNS2K*2LWqrl@O13KlMNL3O$p~!}u9f+2pf&eFHHk`* z*17nt_+lhhjKm7fyYF?~JNEnJ{bXU!4<7A%gctjh#r|aB$hpt26jrrkOIOocj@T|M zO~LQh0j30O9cBF*ByyCsHWpx!70lJ*h59W@?IHCo?~$vU*URJq(cy|hrVPc z9(Nsr)Px+0d2AotwbU|4Rcn|s+t`vhqN$cGWi*ne5aSrzlB#2JjWTew-B>j0_l(^yalEA>h$E7q}JpBv=Z! zEk%3g-&=_8hE>@2?9ADG58I`>qxCG%@l_Li>;RV?tY?T0RIIyKS)@6!nQ~$ibC@6I zuRBRfBS?ej>Hu%6$0vMUEvu2rA*&vJ6ZQDL08!T%_+G=ajtQ^gi3Q+U6JbsJ8lH8D zUdyuqKm*U_SDgKgasqVQu4;zqGL0O~5ZVj!0*W&Xp)4720NnOM$_lAIB!DrYa_2z` zf>BrWD?^o(cf4!8w>Ka;0u0T2P%*6EoIhD;-ahRr`P=jF zEpF{A!q4BwJSjPo%pZIj==nN`!tMFig^*nE$mJ#!?8sYpKf3)aUn%F|7_Yukz&RSEg^k_tLDi`_ z27`REVjh8h4>nl6TIqJCJBDpl%xMOkax74JGN=GI+twT4C4y6oMK@HSeotW0(_Qp* zmjcmJAk0(_&0?UV80h$~TlD&zlY=x#NPq(HNir6pJz#A#9z*7nvG+uc)0aZL_shU~2 zz1kd#+AAs!HxY3zP1CviDylod^v4oQN1ZF4!xek>)6+1=Jj{gG04fU{$NdxSDWW}J VpznWy_WsXxoa1~i5UZWf{||QNvw;8r 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..729ad6e247446e30083e1e7ce5d0e00ca804a52b GIT binary patch literal 1711 zcmZ`(&2Jk;6rcU{#&P79B(7xwS}6$Rw9SH3H3$Jh6p2JaX;h#>zKpgz<7CZxcbQp- z+VUYtkw_#E;()@jaA{CDaO8jB5-Y8eE$Od}>Q7Py8X0)|@mom3rSuPWl|qqHqpDRhdXtWdlz8UaG1@p&C))(}-TvcTr6u znVno!Cx-A*t)`NR9krU-MYpA@@jfbNtB6bqjbwn8_V zP1juT@hD($HYP#Cc73M79oYnkSZ6e9GJnlc`qvgp%*A*17l?19eH4LC$DYzbUqbp} z-LA<)AE9UfAF3OJoRO|ij^=||M>>?!c|AAqjWp~%+_8h|`B7vrBg1@HJ3R9# zYvsXNuvXkZ866p{gnGhkp|Y|T>nWJADu66c#u{&il*IzJ;mp1jO|>tS#zqSx}M{wxZ3zUs`;nVsSU3m&25O z+zQ>$f=fh{`L<^@0zy4*xq_67VT%cX+q2_TT^w9l;KebB$J^+kF}0WJ8pV4?>2$iV ztA1fTEX?hDUwbEoi`~M-gKNiymrn}I-NG`&CQnPxpOh|jOP3BlIxbxWPyVzxcT!yF z78ee#9v3U%nd)WH3$XaUVV=Pe2!IF7oFT8kB``@?c@rk%oUD(pf|wX}LGk|$;KYzi zqY&_~pAXMeS}UvU90b{U5OD??Sck`!G^s4J84)Rh;3CB|SwT3aL9|Q%#caIuvm)U+ z5P(~L_N&fb=OjPh&ClO?=kCgPD+lB_zjS0Qu?w)GJRvCN+YO3woW&U0(}d@X;~d7H zG;OaR$zXWN4!D6b+zTS0Osw#TCGAV<0rI6}a;WEFT$Wf;g?MRirBw?!nGoXRuY!2I zgC3~w{dVrg_G(YfYRlhV>mg7-If?q2{3EPhQPQs5neQP`2lJ1FN-9sbYM5)puk1fkl6K}JM*1gi#V&kFnUQ*yO92LJ=j7n6sV zc1+wOR@YnWtFiF`B#YS(C@oI(>51`r3g?^bMKA>vyaJ-9NRsp`ntr4|BVG9u39*2T jnWLGPj^6n2UgqYu`e5?HsXBL5x&F5z=j6|fWY2#A)3%xB 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..da6a6ac394a62340b1dcb0aa958669b4992d14d1 GIT binary patch literal 2289 zcmZ`4TWl0n^v+}7U3TdMx~MrghgaocH4=z|AJtGp$PzOdW^UVQXJ?i>v*0$1 zA%>5Bn5Z9yHfT!x0m6rgKh{4!P5kN7kR>-7Nt6%&mX>Jb%X8-eWvMrrGv{^BJ+FK2 zFX?m=!TR9fErU-X^amrtB?idahk#s1I?_24mAMjE=1Y88Cl_xam;>Gfuk+W$QUphJ;OHWb;W$oA@SaQrzs0+OiBhsn%Ii_snPRa#_d|8T zvopA26PI=yzHbV7;hdudIq-}!T!3$_6To#;=jurD1Ps)W#En6SJ<3LQB%X>6HYW&F z4LQtEq42COPuXQGmsQu*LwH#`AeR}aT84W-Hq{G|QO(v3Yf`=hxs^@hf?TP&Q?_-m zxc`9c7%tvhQMDO$5<7CmsK{`>i;1P0a@p3g>BxaUUaSxt3$|FP(YOMdhN~#E{XtdM zWuq7hS-&|9TtyFe9-R{(#J8^jg{TPiyGWx1yH#Snl%^<%y);>zpQdTHp=~+I_n|@S z+zs?CAC~Mhpf}Q;X4cwPxCeHGjlWITMYe3rpN_XF0%>tN585p9wgudD8w<$L zpXp7n%5>qI$d&)GMh3xN_SHS4*X;_q8*AK!?6Otob#c`Dk0U8EHrq317j*lwW!kC^ z6`rsQ6E-QlD@ADfB{oeMj-o>q;U+V*rdl&trwP{n*l_`km$9qrs;koMbEbknaf#|k zNzwyn(wJ+54b3H67$us9HAA*CG+lKtQJiX}Vj9fUBz8g3acMd<>g}UZ-yV%R(3V(d z14c6)!fqH92zDG+`$C~WGK|x`{&Fe7*|WPg>fd#@FjQn^a~1(yMUOIF&CIs@nQhDQ zkzcO@m?!Og46g(r12j^8(o1(H600ey!h9-u!+9nKkpGi`wHiVGx&K+>-;z3 zILJ6peidc5J59md3FkbG1(~O*^-qCFm|en3Kn59L_fz5tyDna}gQ4iv zne+p9wr_*71|{DOa_0m9sN~kZU;Bq1jlRD>bsx?ZF3G zd6hArcB0qhmHvHCa_MZch0=-SzpGK;J8XV@-TP*IOzL1m(NfD;QD{<8V18CjhIc5+ z#j0xh62cNmSVaiCw=|`hs^dUcPuV(Qwy5B^gs^h?k+NX!Ag`!?bZn>)1`_Z&;{dLq z7SBbF-9ESc#;L~M(`yI_=%eW77T*`?T7Lal3&DTMy?5g0u6w6``gE0%YeJ~dIEU)9l)B{i}zW4)X(JGWCVDuublw^ErH{>-_cM5 Y4LwG0Jx2Y%q0xV$GM8LM0KEPG0sIyvRsaA1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1f807222bcb6fd6ed16c75ce50e1dc8353435077 GIT binary patch literal 26019 zcmd6Q3vgT4ncls45g-795AY$1q%J9u6ey7tNxk21i;hIglAPF#9SXv|Bq8HL-wR42 z4BFhRH=z=zre-%Qs7XfD*1Mu>w`Tf^vePzhy3KfIyB)yLE@`aNDvh(VJJU`POW9=I z$M*ZreE5cDu_tJWmbW4f>wuxF6FG{VCHTkG^E$ zxSO2FiF}9~R^R+E&wiVRP3&zRHnX>7*uvh{VJmyvhRg6ah3sL+u!EcaKI^(<}+HH6m< zuVeADP-A%g@cMAma8tN>xH;T1+``iBp$%bSSYUBSs5RU++!o$AypiW5r))z%%0rvN z?ZfRnXW}H&<2Tf}OqN^(nErLCi;b*O><#G2J>2zf_Q*MfDyH_lxULbE7oCYPX5&QQLO0$!M(^zjv@vw_qe2B;jqd zTE*~AmMS2%RjM>ncZqG%PSmvvJ>7`1yU{c5vb?$nBLB`NeOASGl<8pQ21adS=W7;Y zR`*WvzRiC{#fN-+)*J~{WRa|*X+N^Cn3-Z&PTS>*!Yb6bXt`Wf zBGr1irbMdkHBKr&ZlI112Je*VG5tO46syH@fRRgbqveXrEhTDmyyMjKi!R9`+NDa7 zArwH+od+cYq^gjk8Y8l(s5fc?LR*Gwkm^O;gLti2DOE~dhLm=x4)s(awSLOstI66= z2O}>MB>4X&ri^|lLM$o-)I|}({wZPHe?=0c@FhtUB@w@rap8(TG$|=P!iDjmA}|0J zu;_|}vg1)j>M1W5@LY@lP%jGMNhKy+k_3NbN(fUuvJf2=E{>dk=Iq(0&RsZheB{)T z^QTUnzo-=}s5Ib@P)YRWiX;P)scZg-C=h507mvt+@!%C{Fftmw*du&yJQ$LMf;1sW zfF;s+Sa(p-ljolr>Q*E<=nn8Gy>bQgi8CCmZ ztPWN!TBHuKh42dsa)+e;9F{yjPA9&F}CMmrW!HM1xT5uV}us0kPrI3OWkr#U=rap1(ACn@|wF&uPyjq9% z9wY4t`lJwY{3Z8`8SaCoXBLCsJa_xKThGl;Ej9P0o1Xa_g(mBZ8(Mjgoic4^vo=|Z zP0Ep>6|+j?qaEeZRs=Mom+>xsV#cgq;S|%8+!y&NPHsmopGj`TD_gY+H{Rkw{iM*S zLQ^luU6ji`GBOcWVi+}u^GLkT7}<*S6UeI6BADTpJvDDkU7xz&)SdQpr|c9y!UqnO zmxcY;lwe%Snn9uiM*r}UhR#NG4Ux4*beVD#J$X2pHYH3m{1l%sUA7iw!cU!$J&#tW z&C?bWW-Vb(Sl%(|yZU*~XO2H{Uh)Iq1t3IBCfp(P@~fz%Ooj!2Xe=rNN5X=Eh75c_ zG@_HSiOHBsw0ef#QYTq%L)$)cwpPU_+L=aW|5zAX(Fj4X!kWw4#^mVagyOSi&4G|2 z??j=j6>u9EXG_IuQD{`4cY?Msb)&(ExVqZ-24jUvXE=pwl!FLnxSXA<@-9{S(v`lY z%5CY&ZHqOT${n-TWoPB=f#sU|<+}AZLpMUd9l7qDwaiK%da9F_`4jg&T`7B)Jb)@n zLuEg{thI)K)xvd0PI`j;c@;M0-S{PMLr@5VWqxHu1dkH0G{&Z-oTHo?+*NvSI&L_U z+i&l^wKwJINZC79_tAheqDMEmJPj({FQih5qGyZ`8q^6;!^aPwV@L`>p*;@!69{?C z9|=exy+J?|qr{33jfAEcKoN}(OoC=dRC?UwGs_+{l3(mqQ{cdWiNHxp0dX-R%_G>>l^~=#< zMDE2mc@G7IZ&@c}kiyvMqhi)EIvEMXqS26&b%f-}k$@i{DANH}Cd`*@6db02f!$HW zvX)E8&t~N!9?5)3f>c%PTY^h@x?l(P?@jjC?bB?Y@oXJuC$n9vhr7Y_n)$!JzoQ<

$oXKY0vQU%b@LFuR*Ol%&@iE08nK@f01ywl?=hgjX^G)K@e99u2d;0y*(6etu&^ zjPkHYBZU08jx(3yrQa11M(rRs?MGycQi>RiOtCHR=y62dE-#=BMMyqn5@@C~g|{kC-7 zpvGBMdwH~Z47svqke6Z-%g`v^xOTha)QArOcpRtajeXbmrJQXKYU!ii(j88PCwqAqohaWg^4{Ncb%M zq~H?%6gtoS7WX5|*@rIg+=b-Eq>|ix;|pomri^9NV~ff9B(D}_rD(j2B(2!1sZCnN zM^_NgUJZ&*fKh_t>zvbZ?hXD8Q@|YL0;U&mY-OAj53Y+}!D;fZdlKNme%thVjfI;A zL?8z?bE^G3O7dL5JZ+lhuj;&L)(Q?gtf(MiR+op5Wce!!^$)~eWkV~K$%%<5ozApv zP`-%IVf-m45r9hDID5s+E8sqtH?-eQ+)8}ol_mG78?m{UlC6tX_jf+=LEjUz{<*5_ zV#O*H0<#txhocWtaWn9G|uh>!5&B`6N1?vu5)`EjqY{je*2gYVCPWiYz zq?h7pN^zmTq=YU_?{x*)s1)fI2`z7ba{$Ajf1vlWUZ7GlCiJaXIIzeq;aj{Y%c~w6pn}qqjr1 zLQ5_E>6ZS*?U|O{8RwpqWe)?`|4--o>jiU7oZDznhNywYS~TPAe9g|{%0yHZ31C4O zv0_yakyoY^fP3Kz6;=7GFPI#_1ZT@+=_N=>Vp$ihIl7ERPk_rid+1O{PsT3%bLe%b$uH z)8;X5+7ffDLcfAUZ51^h;RuT)=u$ysMnJUlr>KY#5#sRV2nj$9@%`vz)J- zEhxjsY&A}skVstt`6Sd==MP{4{d; z%H#-Ma+FGxtGG{$CZiZJCF^EMXo7G<$=V@q zoV+LB6EmI1GA+kH=FHaKw7qfGKDT+TGaO(@1 z=I%eW_vFe@CI^yL@y4#}yXFpLoUJKKtGb=;M2AX~sK3CMUuQeW6L(^qE)!}LJuVJN zV1PC95D#DUBuwuZz&vfvBU8yu$z47>_*|Dpk$_2`Jq&VAUf@FfO@Hxwcv ztSn80`~jTlCSfa>EJ(E99* zT*@MbleL35s+*imRWdNBWBIb>_%<0)zuJK&tUEr7DwBaUPMHkFSj8+mliB5=xf;Sm zniL%Iuy=|?TIJW!;$8eH7Z6}StmG=ZZ#;kf`6YK-+TAukka2g;oP5~Oa@&2&o$|H= zn4OKuowxVh+P4_K?>s(p{DHGd-9OvX&bIlTcMsh;bk8z>D6_(_6p1d;JX$%+jq*??xQCsRORRwA&MH-?c|;FdaY@iFQZ3M4RpwO= z!ye=&JsT)OXlxq(T>Hq}Cd# z4F#!nM(VnP)OsVeu^_d=tdBrBb5GF5CH|^9{n?HBwy!=+bea#6b)&r?97WQ z3MBh{0Uuamle}zfkb1+ksp(Lf;6@C608Xadh*3kVLeF1{Ps`UZZBN)|OhGQUAIXh4_4X5H*_1Fxc#%>Kjx}MyFJr?_ zSnE>}+8r3rpZ25|7$%F0Qyto`S z7HaEBa|sTE8eu%fRX>=F=ww7xSpw=4Jzz3aZH>C|QsgD-P3AAc(j~JPhe_2e$9fl+>ii1{0IdacOErRgmZb z=eqT7b*pG9Ktai*e2|8#T+yiuXHKg_j`_!+(p6T}B0}$p{P_;-*fy|g=qoUPueMM` z1z42H8zEOmZ=oqx^D+(%)3Kth(it)1L(zyKyw@{DI!Og@RG9A*O(RpdgG;0dS5?;< z{Isz-QTx!Ap9|I zXrKX$84~Fl9ns)b2emwXR##3>r`aJS%;p2?4a_Fe;=O$HJHu}M-!vdM<#fz?B^4Rsp?(JSGO$u}_b648NJvGiKH24S^ke*o!hRETOuLpT$V z@GcZAs!mnwXbLe{CeT<`&B*HAX|HfZ7!COeb5RIGnxwrHig-z*7EwWzaGDJVBP-WO zH-pgWm4bB#-bpwVtEL{z9D@;>{Iaw5#UA18)Y-iLiY6C3Gj?eeJV@^^L!_)(v9Nj+ zDMq#)CovURAyOl22ccC%ROf+)6;^Gph;C9M(=jvq3{}sinre_q2F9%0n^0fqF~+PT zSWpZCSWy*-PV{Od6!mL|GRhq{J^wtJQJ7zprm_{H1XVGJA#?aC-Q>ljhTH8P^mhD*a&pBYud^}9%nyH6u4 z^bBgp{sWSf|AYXh8o9GP=kkyoEZK42+4`WmIT^@Qx6K~=XnpJL{kQfnt>2bjPnz@f zJ7z8S?F|q_*EY;rUUz)tZCdgUq`d=+$1>jCvySD~u2gIPt^RwCrQL(+-GiCkpGnyp zAb*B#as8Ir<6k@daQ&X-XlnhQ)aKm?XOF*r`eEZHROR`w|H!RZ--}WGP0P()^ln^k z+fMHdAKBg4%hL9S)1&V%0ZI)G3F08 zd1Fif7$7!He~5)+Y}-egi0;#wwrO+14E2F2&$|5@>>Ah~on?7jlR8XW)?gRSMh@#5 zISjEG1bL-dPHT|U+nX+1Bah8!hZw-BHF6pDchmN~*fC*`8El;1j$9ivQXU^J*RkT5Y6b^8GGStBA}CxYo&ic~woj;pvefQNkc54MOy>lK zOGbt4{4f+Z4ksGdleMW^K070IEGYq5b>2~ z&0`?wByTC8S7qQ-Nnf5V55kI0HOt6a$eM&H)Z~kl{R{%gOUYJK{ssl#M3A*JL?Iat zk)W(&VoGD&)YA{OoOSD62IT;erxTGv%)dUHx}4L&>|ALs;}vXrjNdkZyYe#>0ja6x zyv;Wc+&C~_o2luXwJ$qsQqJ`-#QCT~c(d+q)19WJ)*b2A9gE}d*)y$!nTjW8&C4ip z=Ej*++d#&<9Ym&~l>|xi_SCd()YoGnv+*w5#PqcO%jk z#7ye|eu37tb);M^KShysZ#FKR`PT#YTMsQawOl{*qpB9rpV>1%@>DOoJj?YP(8_XS z=W@-uKIj+o6u9Bn*7|V=Dw8=xbk{*)oY=+ei(8eOs^ zEKofD{pb=*#B_`@@N+Gylc!5-QJp+pT8riw$^~}lT#M$cpiE-fi%{5rUKq#874+hB zpj~F78If~1z8c3#eNsuVr;qG;%#cI!VWkCmFfASf z3uYCiOOsBu z%2PeWR0WTV5jt&g;#GOtrzPzn^5;bW^5^9$Tb4YnX;15XN54SK<%a`|kH2eecx!W2s}G&GdgR)BbF_vJKRrqb2%AcM`38jl-!f10;35zr zkA{tfHOQSY4d)zK7Y&nP9*W!cQ*VV&_=BpAP_d~j&Q=hK(6ICq zjr#K{jf*A*h!6zCR6bzv{AG_C;2ahy8uZ-CqVZh6}!f4F&HmJd1Pu%o}nN>fk**? zI$J?t5TOaHMzx-u!OyG%(iIts0YxdcKWE%A)vH08-j!Eqt*@f2vDQnT4QbDYd2_~t z!|Vf3gGS;vWjvjX#Dhe(?plm}=jCs|oDq(tUCpy6=LW$j&YpoW^Balli6zg*v}fb| zaeYrn*$>XelE-fk-Wp6ENNqllsy&#oADoTBoNLy(8mtVI+KOKNa-(m3$#n=f$#p2F zZiq!-uAQZ6o^`gK&ert%b(#hh;Xd*-!YY0Dt=*V_lzr3c4kD|Ha6PPpr4gxy}|a5iogM zY4Uf0JOB&DqEUC~nvPS#@VW8)<3T{TWhj62x65lDT5M!6Ab%*wwIF_t!MPjA}3v}sRz)1HiH zZ_2)RHIS8|APxJ`1cE{=$jfa?IXeItH8}x_8BZydTb>B(L)PCQVWuJZ-=H+8ObuT0 z_b7Oe0ygk}OR-|8rHmSF(Op1q(+qSXeTIABssE-!WA)hHyR>Crddt3h$1+9@J5?4wd97h)6VVCWU}R#dDSK z_hQ>0(F}GBU2=RK1Ljhn{(xp}H!8ubZQH)I?Qk0Z?A^1rIa|__l;)p(pzj4lrWS0A zwtJR)(tGDpFhukWrtF#_qK6z4AxhRA663xvZ2tU_?%{3SdtONB5$)YG()~i0p61)M zVp(W73{E~kWUXZ>#fku5EGSa+=$JruUd$MpFSSg03?ifHQpDu4amLR#kT94Fr8-8Z zF!pF{BiISiB3j?Ey{+{M3SnX?%7*0shaknpMgX}S+WBpT^vs;zCi znL;AI8wY1_1x(KX##}hel)=gr99XYGR|!RzEQO=+=4C3gf*RwN{vAErg8ps-Ir3~| zMhQ+ZsATd*hxcsR7}SaorNJs(Q6?o{S+;V8VgSsoychjuEKAnP+~$x4EYW2+z^eW> z$Z~+P&{V*&ig7iR01MfIY%9#m<(v4fI#%_pXpamRlpsEWZN|1z*`BU!U#i@iuH3qC z;oaxndM;DBYu5Uq$BR=cPMQtPH($Q-@_gTKzcT9rFS6v>l=f^|@^qy=T?_l~dv-r? z)h#!+BdaH3uAd#^cAR$H=yc%#a+6ikFs z`44Dmh!TTf(9-mzD|?nIccd$KEQ;R=emj_{JghIxvd8r0l)ZWNra-8{ z=8^WHwdRre#I1SQ{T6&0*5KPT#6#7_GvkaA-Dgk!M1qq=LF%twTi)7(&ICXVZM^ z{L^rR=}T_BaV1lCDC0StvLF5%#F+i+KdRVMzJjh8o8R-Ov~Y^@tRg0>1YDQe)bz>H zr$96mZ~E!Qg1ZI4H)SnkgwC|bSsSwuQHps&$Y&vK)L3GQen>-aWkdhSQ}a8=liu4+ zx0;sLZB4J+npxMA@%AoyGoGC(`_9#XKym^G2#5cUqg;C=X89+mOa2QA*m@Rmin0%1 zwB@7jvkmKqG=>IzAhzBZL&n>&V978K`qf=G7U*>pD_o#b5d5nzl?VegT|O_GiT5qF zpx`Hpa_JKS@?(XlVk2WMWJ0D-_(LEcd2W9eX|h5=(ahkQm+|OTq9HoVul@WH&CVW_ zpxH4*2X}pUe0O{A^e%2(d@0km=U!{NZU0i+(RAC<_XghQGi^`4-_e-k z&o~4KsCO-TFY=@SVO(<7LPQee@CT)OUIu3u`mPBQwO>D>eyity5_!?~GYW2?D*$O!A*lrz=YJ+>SoN3`o*}O#k`cRxZ}H>({<{2u$0jUvoePFC?JF zrCnT@pXR|?mn4d?8z6iwdae*?nTHsbz@6QEB|w)XRpEw_9`L^)gt%d(2Z{18P>=y$ z)(I1%5mkVr=!_J7U9s!hFeVh!#3SmD91TyUFh8;TbZ`vZj^2u<)}Sy3inO4CHBp3{ z)GuxTau6+A1uG8pK-KeWWY75h*VHNFn5@bK7rblr$3T%^SB6JdB$TAdOrgbWhcwCq z!pwetk_QUV<+NL`*V!Ek`THeidH6z@Ub6#43dS?>=Z3>L>!#D)(&LBFJ!N~^3a-V*$!U`^c#x#JxN2d^coj3fv zu`lS1&UJGs(;)Ky)whx2+k12m@RO($I|HG&{9_7;)nVMF?oy*!XKg`xyi+GIY}3@n zP{I!!*Se@Q=NGCYc=glYKE8Nl@uj()OEtc9jc=iK;pwHC-gNcTs!#ZDZfN6idxROR zuL>K)f5}fEP;u&_Y9U6Q%@eu8KKvho5$YltirL{W$?l1G;Hl13KaJ}lPJj3G(*B|J z{-MnNv-hi?&Ul_q*`H?A&Sx9Kb79E0y_91(*{ms{XpHWFI73|`&4lct;8_Y7FcVdm zf0u%D6cCM(Y0cz6px~cV@Er>N5CLvqlcTV`i%qF=?C;YDM%;fuu^9@OB+f}O!b+8j zGM>MKem+IPGJ`1%FM!|D@o5Q}DMGoJ2rZ4lzT-fCPFs0?P6ak;>dx53B3(CCW;{zoHLm(1u^U z#(iix{;{RJ$~H5YYvJ}E=9hil%bi=6ckEf-*ty)(|I?~N*1m`C%A6H%=z43Llh4c# zEL5a6?o2oDN_%(b%IJfgYiyg}c&j<*pkL)&gD`KtF`aYLFBjL`KL32WsXynYpA}ql zYtBQlO0H^MvVOj1J}}>qUe}eb+>)c#V9rxs@v|C=9W~K~6{c<0@`pIIn3Ly|_8SLt zR{Ta+YU*-j6ti>X)pH$b$GVRl_^IA;K}B*R&r0{9bVF0}{QTyHfjix)=H7I}wwx8I zS{)R#Q*924l^eA=@l&gfK8*5q>+WRDBMz^em$wSZjdX2>fLd%7ITLSPH+TMHB&?${ zYJ&F3Y4s*Ie$3&eeL^hPsAXzT4p6Cfqg1<5VQ11zpV+k>tU_GT!Ae(eeu$F!ru-*GMgH3S&27iue3J7mdbo<`Vog{ zZWGtKW!`kR{7!jl%gK!JM9R|q(CW^aEY_C!Ym4SP(=@aeV`wcoSDAH?M-8_026Uc& z%VU323}cvv-v86n~^-EhM zyX1iHqJxe)s+S?YnD^rs(#u2(i%}lgJMoDb@ zWhUQn$HGY#SAKB$|nYd#-jmL9?dge0(m8ZYo-{@%W;Q8G90&byUp_7Eg8 zRZa9m!51Z%pEC~}UE-raH@o5n877;}Uv{X#&jB}a3gr93IvG=)0vKaqB%>}oV-0go#?Rnzya`dwELBa^#C6wU`wMF(Q6y3JD0SdY-=KhW24=|F#* za77W?5a~cdn~(KN(`u7AdNhP$u~f)fz0=>%2Buk!A>+le$C8b z9*)KSh|X)V6wK-9C}s|qcaa{G-ej(b8{lvk2NarH$;E`coxyQwJ@b=;1>?WqZD7;} z7r&^Y1hoqy$0p%bf$A^@b-fkC-)+UCl|%X+PX1$ZwH-V)`Oh4Z#shipl^$T3sgV?}6_LoJyEihw%lzUW5^O zrz8f{a9Y413#z5L8G7mhE(yhbB$BvKV0WJ|aPt$m5&w%{D!d8Etq)d-k>5F%QAY-2 z*3=;k^av-e!F44Ni~&4E0;Vu-L)1On3|$F<)K++S1f+?WaPeZHF#Ev8i`2f}B5{wZ zSs#35R7eA4XpSW85>%LV05Y%$Y=FA&2H;DBHg%%(`q+G_Sb*MPp|A{XqyTFpH&fg% z2SaLHS*XG{bCtnTiV}Q%)O8_Jg6l&hql21~MA%G|2CvSP#{xKM#quE$bl=< zO!ZcKuAg()ym9*aY4rvRT-OAl_MDmSaJuo_Tt(WsA!FIFTwR;7)GoU!=W6Bxa}C#r z?pqq!k%3j2wb16W;+#fZ01M1LYC>~s9o5+d6Zl^Ilsb8?76Z~PPo;zyqJ<v0;iXMFy;0J7b$Mv?x`<%yxx-qidVNa}1kByo(;rxeN z+{>pe&vCEEuX5MS&v93IcITF9+Ip4qxgnfA%!IRl^|yHB|ADgboub>+aG`Pxb_`=< z@uoq-Ai`0iB6)Q%P`+J}$uf`0tWt;`$qkck?h zlPXKiBN<$gfTbfZDXbp(pHhwQBEWHz?(aS!%Taia;r?$HQ*S?Hi1tOwNgcrTG%jkJ zbzp{4sYhxreoQgy%IX_voZ1aEgjaGMD(D0tDP}|fAm8P#x zef6)n@QJ|IjK4?Q5ESYv^0(jQ#bkM9XrV}#XX^ryC;q1foZNt5g~+p#+J;El;A7=R zWI001SdTWLIB?d@O=g_UZ?0c>h8$O%11ZaZDu&r7pGOv%6zJJ9GL8q}%O6t`Q(AOT zI^Cs(i_v-*gtC1h%Ul7NkU~;q8eP^FgR>OM(r{HV4BI5w{=g(P4*J04I84Su!kp}e zmEvA(bRnfjzfzx!_K9LW$`B61lN@wVvze}@ z7zuw$SEt^0Efei2T^(tFRew>UO2z$#Q?YcdClC#Vm`MY>Od{)m%hqY;lb~+G4DWlX z9|8qT+Ql~7i}Z7xf-nV7Q2=Vk$uh;5Kx~>~uTenfMz&otz>zP|PlAb}o%$2|e)V3~ zgK{Un;vc7c8zC@&=l`6mWdADuoO7@U!kQm)tv@%F^QND32!6(b29DqLLvGIxx$d8v zti0(Fhu~)}j^F=ZxC1{jSN_nl_o1V4wtmUcn07QKcV`@%W^6bv*PiB6TooLrOwPGY z_xbvtoBH`ve2$|KM|x93jwSpQ0#+kO84sZaN1>L3C3x+8b@JJHabaN5ys-ODB;C9t z$06v7AFl|RR)oEsiy~(Ln)fCz h+()%0p5LB4p5yRZ@Uqt;NhbL1GzlAjN}m}n|6kp8b5j5S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8fd32df35ee76d2867fc9e77e106a99e9506321f GIT binary patch literal 1186 zcmZ`%PiqrF6rbJf=Fc{5s;#sI(E$YsXck*fB7#W$i&f~!T!!h+Bs;j-i8GU=DLM4e zg9knL?nR2;8MVV7%6wU&{fhBG`6 zCdMMwh9(I$LZ(QNq z!}rZqtT_*2W4iig7%~~@Mt5jpnKq!&OAm9jb@*oVRi0IZU8w(95o%NmCKxFfqPA#xxB~< zFgzGOj3SH@E4Qkwa^y8j!*V^yio4T#9GE+J#&9eXrg4{=SmQw~q8L-faZf`vskTMH zdsK7GgyNBrNku)MH) z_rdm)ZSr{g`EFJrL?_Z{STAU!)Dm2Hf>aGAwP>M|gO#X$0&s**UDq#<%jnGc!-r$9 z>Ti5LvpV)+9v9KsbK{a_Wy>m-1(q#XRzc%cyqOIb8TrTyZwOA%JQ0FKM?pk^lez literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..3fd53b989e506843515d221219459a5137eb9b4e GIT binary patch literal 5105 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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..e0de770b95c69d5cb53be48e406ea792a34b35e2 GIT binary patch literal 1868 zcmZ`)&ube;6rR;;Wl5IYrX<0Re=w1o)*EbXkAd09FpwMUI5Wa3dj2ldxTS;f{E4G3r7<-+!hj3(dB_4)aQHYCg6g7u3{1dFofHF zz*Ie*d1fUQ7!_T&NB9Aw$(76k>B6oOjv$JuWDd3kY+Nq`C#hyfx-Fj**-Nhadt6B7 zO7^JZOQzhY7w-$+kVUw?ENP*sl(Sk?KqLjp;*R8A0gQ3e44LqqJ_K=s`qoj7=DxN1 zMjyH3HK?Bh%NUz|6RZ)l2=((|=^fJ6x4;_b3F;ZPNxHD~o@5$5f-gcHi`F+lMZKJ& zqY2oGh$JCC57HL?dY=IoGD8xFL;`e}D4cn>Hqr z;fTr5k7MwT1#X>VSEWRbNXxi77tJ&qTliBvmAj)`U`U0A;H-|nQrQV3`ldqCNi|6& z2vCWR^dL0i9gsc9ItOPgPe!`?jAPgf@-iOhn2t_2y`9e~dyI9~LB1V~QcX{ez?@2+ z37P;wHUq9$1auv@Ix#*Zfv?px)21S)zKXFp1Re}&}H?};!X zvEK@&xvM=KW%tHzn%y-WS_c3EwzGTU&sduPCQzvY?~p*TNgRzG32zv(3rQZ(ZvSs( zC|wa6D~#VfcJ@Wc94Ne)j%C-|bV4mU+>bY%fV5nAFNCgj=aBJ3C-7TNR(`kZw>BN+ z$82NFr4#v)i65c!~6qE(ZIb&a!d|TC{UQ%>nl^?tAljV!bq&}XWhhWu5Adb** z4OME-XYIj_o6jq?7fWkT^S>1r1~;~JUmL8f>wa;td{g(=2JhW{n*Y7HdJ4YC&hIpK z8g@w^%Sp&wHz~U=MAr$lUUA(=9TJRYW?YvF4~9#ws{#=#Q1dMz0;wxs>VlV-Ks-b8 z9j(8ug$6YhT2U0lF?yLZt>UY4;Zot~i{T1-e|@m|;b3KTaO=*?>Y}y%;_9`b1^uvq z@VmnqtrgM2_3xH{op**MZI;pe(r{L56?EPH>GJn;L+v=6L*=>GZ-JHtppR_WR#J$2 z5wMhonXCd6^)n{w858yCy3X#BhOYlNCf9jWyqkgZiClsS{Tiw(Acm%47=NI}ztHwS Ng$-l-6#|jE{R=g~5t#r0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..545bcf2027007c43202d21ad6f51d94a7cc52f47 GIT binary patch literal 4971 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 jpYS{ None: + self.name = name + self.version = parse_version(version) + self.link = link + + super().__init__( + key=(self.name, self.version, self.link), + defining_class=InstallationCandidate, + ) + + def __repr__(self) -> str: + return "".format( + self.name, + self.version, + self.link, + ) + + def __str__(self) -> str: + return f"{self.name!r} candidate (version {self.version} at {self.link})" diff --git a/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..0af884b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/direct_url.py @@ -0,0 +1,235 @@ +""" PEP 610 """ +import json +import re +import urllib.parse +from typing import Any, Dict, Iterable, Optional, Type, TypeVar, Union + +__all__ = [ + "DirectUrl", + "DirectUrlValidationError", + "DirInfo", + "ArchiveInfo", + "VcsInfo", +] + +T = TypeVar("T") + +DIRECT_URL_METADATA_NAME = "direct_url.json" +ENV_VAR_RE = re.compile(r"^\$\{[A-Za-z0-9-_]+\}(:\$\{[A-Za-z0-9-_]+\})?$") + + +class DirectUrlValidationError(Exception): + pass + + +def _get( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> Optional[T]: + """Get value from dictionary and verify expected type.""" + if key not in d: + return default + value = d[key] + if not isinstance(value, expected_type): + raise DirectUrlValidationError( + f"{value!r} has unexpected type for {key} (expected {expected_type})" + ) + return value + + +def _get_required( + d: Dict[str, Any], expected_type: Type[T], key: str, default: Optional[T] = None +) -> T: + value = _get(d, expected_type, key, default) + if value is None: + raise DirectUrlValidationError(f"{key} must have a value") + return value + + +def _exactly_one_of(infos: Iterable[Optional["InfoType"]]) -> "InfoType": + infos = [info for info in infos if info is not None] + if not infos: + raise DirectUrlValidationError( + "missing one of archive_info, dir_info, vcs_info" + ) + if len(infos) > 1: + raise DirectUrlValidationError( + "more than one of archive_info, dir_info, vcs_info" + ) + assert infos[0] is not None + return infos[0] + + +def _filter_none(**kwargs: Any) -> Dict[str, Any]: + """Make dict excluding None values.""" + return {k: v for k, v in kwargs.items() if v is not None} + + +class VcsInfo: + name = "vcs_info" + + def __init__( + self, + vcs: str, + commit_id: str, + requested_revision: Optional[str] = None, + ) -> None: + self.vcs = vcs + self.requested_revision = requested_revision + self.commit_id = commit_id + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["VcsInfo"]: + if d is None: + return None + return cls( + vcs=_get_required(d, str, "vcs"), + commit_id=_get_required(d, str, "commit_id"), + requested_revision=_get(d, str, "requested_revision"), + ) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none( + vcs=self.vcs, + requested_revision=self.requested_revision, + commit_id=self.commit_id, + ) + + +class ArchiveInfo: + name = "archive_info" + + def __init__( + self, + hash: Optional[str] = None, + hashes: Optional[Dict[str, str]] = None, + ) -> None: + # set hashes before hash, since the hash setter will further populate hashes + self.hashes = hashes + self.hash = hash + + @property + def hash(self) -> Optional[str]: + return self._hash + + @hash.setter + def hash(self, value: Optional[str]) -> None: + if value is not None: + # Auto-populate the hashes key to upgrade to the new format automatically. + # We don't back-populate the legacy hash key from hashes. + try: + hash_name, hash_value = value.split("=", 1) + except ValueError: + raise DirectUrlValidationError( + f"invalid archive_info.hash format: {value!r}" + ) + if self.hashes is None: + self.hashes = {hash_name: hash_value} + elif hash_name not in self.hashes: + self.hashes = self.hashes.copy() + self.hashes[hash_name] = hash_value + self._hash = value + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["ArchiveInfo"]: + if d is None: + return None + return cls(hash=_get(d, str, "hash"), hashes=_get(d, dict, "hashes")) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(hash=self.hash, hashes=self.hashes) + + +class DirInfo: + name = "dir_info" + + def __init__( + self, + editable: bool = False, + ) -> None: + self.editable = editable + + @classmethod + def _from_dict(cls, d: Optional[Dict[str, Any]]) -> Optional["DirInfo"]: + if d is None: + return None + return cls(editable=_get_required(d, bool, "editable", default=False)) + + def _to_dict(self) -> Dict[str, Any]: + return _filter_none(editable=self.editable or None) + + +InfoType = Union[ArchiveInfo, DirInfo, VcsInfo] + + +class DirectUrl: + def __init__( + self, + url: str, + info: InfoType, + subdirectory: Optional[str] = None, + ) -> None: + self.url = url + self.info = info + self.subdirectory = subdirectory + + def _remove_auth_from_netloc(self, netloc: str) -> str: + if "@" not in netloc: + return netloc + user_pass, netloc_no_user_pass = netloc.split("@", 1) + if ( + isinstance(self.info, VcsInfo) + and self.info.vcs == "git" + and user_pass == "git" + ): + return netloc + if ENV_VAR_RE.match(user_pass): + return netloc + return netloc_no_user_pass + + @property + def redacted_url(self) -> str: + """url with user:password part removed unless it is formed with + environment variables as specified in PEP 610, or it is ``git`` + in the case of a git URL. + """ + purl = urllib.parse.urlsplit(self.url) + netloc = self._remove_auth_from_netloc(purl.netloc) + surl = urllib.parse.urlunsplit( + (purl.scheme, netloc, purl.path, purl.query, purl.fragment) + ) + return surl + + def validate(self) -> None: + self.from_dict(self.to_dict()) + + @classmethod + def from_dict(cls, d: Dict[str, Any]) -> "DirectUrl": + return DirectUrl( + url=_get_required(d, str, "url"), + subdirectory=_get(d, str, "subdirectory"), + info=_exactly_one_of( + [ + ArchiveInfo._from_dict(_get(d, dict, "archive_info")), + DirInfo._from_dict(_get(d, dict, "dir_info")), + VcsInfo._from_dict(_get(d, dict, "vcs_info")), + ] + ), + ) + + def to_dict(self) -> Dict[str, Any]: + res = _filter_none( + url=self.redacted_url, + subdirectory=self.subdirectory, + ) + res[self.info.name] = self.info._to_dict() + return res + + @classmethod + def from_json(cls, s: str) -> "DirectUrl": + return cls.from_dict(json.loads(s)) + + def to_json(self) -> str: + return json.dumps(self.to_dict(), sort_keys=True) + + def is_local_editable(self) -> bool: + return isinstance(self.info, DirInfo) and self.info.editable diff --git a/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..ccd1127 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/format_control.py @@ -0,0 +1,78 @@ +from typing import FrozenSet, Optional, Set + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import CommandError + + +class FormatControl: + """Helper for managing formats from which a package can be installed.""" + + __slots__ = ["no_binary", "only_binary"] + + def __init__( + self, + no_binary: Optional[Set[str]] = None, + only_binary: Optional[Set[str]] = None, + ) -> None: + if no_binary is None: + no_binary = set() + if only_binary is None: + only_binary = set() + + self.no_binary = no_binary + self.only_binary = only_binary + + def __eq__(self, other: object) -> bool: + if not isinstance(other, self.__class__): + return NotImplemented + + if self.__slots__ != other.__slots__: + return False + + return all(getattr(self, k) == getattr(other, k) for k in self.__slots__) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.no_binary}, {self.only_binary})" + + @staticmethod + def handle_mutual_excludes(value: str, target: Set[str], other: Set[str]) -> None: + if value.startswith("-"): + raise CommandError( + "--no-binary / --only-binary option requires 1 argument." + ) + new = value.split(",") + while ":all:" in new: + other.clear() + target.clear() + target.add(":all:") + del new[: new.index(":all:") + 1] + # Without a none, we want to discard everything as :all: covers it + if ":none:" not in new: + return + for name in new: + if name == ":none:": + target.clear() + continue + name = canonicalize_name(name) + other.discard(name) + target.add(name) + + def get_allowed_formats(self, canonical_name: str) -> FrozenSet[str]: + result = {"binary", "source"} + if canonical_name in self.only_binary: + result.discard("source") + elif canonical_name in self.no_binary: + result.discard("binary") + elif ":all:" in self.only_binary: + result.discard("source") + elif ":all:" in self.no_binary: + result.discard("binary") + return frozenset(result) + + def disallow_binaries(self) -> None: + self.handle_mutual_excludes( + ":all:", + self.no_binary, + self.only_binary, + ) diff --git a/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..b9c6330 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/installation_report.py @@ -0,0 +1,56 @@ +from typing import Any, Dict, Sequence + +from pip._vendor.packaging.markers import default_environment + +from pip import __version__ +from pip._internal.req.req_install import InstallRequirement + + +class InstallationReport: + def __init__(self, install_requirements: Sequence[InstallRequirement]): + self._install_requirements = install_requirements + + @classmethod + def _install_req_to_dict(cls, ireq: InstallRequirement) -> Dict[str, Any]: + assert ireq.download_info, f"No download_info for {ireq}" + res = { + # PEP 610 json for the download URL. download_info.archive_info.hashes may + # be absent when the requirement was installed from the wheel cache + # and the cache entry was populated by an older pip version that did not + # record origin.json. + "download_info": ireq.download_info.to_dict(), + # is_direct is true if the requirement was a direct URL reference (which + # includes editable requirements), and false if the requirement was + # downloaded from a PEP 503 index or --find-links. + "is_direct": ireq.is_direct, + # is_yanked is true if the requirement was yanked from the index, but + # was still selected by pip to conform to PEP 592. + "is_yanked": ireq.link.is_yanked if ireq.link else False, + # requested is true if the requirement was specified by the user (aka + # top level requirement), and false if it was installed as a dependency of a + # requirement. https://peps.python.org/pep-0376/#requested + "requested": ireq.user_supplied, + # PEP 566 json encoding for metadata + # https://www.python.org/dev/peps/pep-0566/#json-compatible-metadata + "metadata": ireq.get_dist().metadata_dict, + } + if ireq.user_supplied and ireq.extras: + # For top level requirements, the list of requested extras, if any. + res["requested_extras"] = sorted(ireq.extras) + return res + + def to_dict(self) -> Dict[str, Any]: + return { + "version": "1", + "pip_version": __version__, + "install": [ + self._install_req_to_dict(ireq) for ireq in self._install_requirements + ], + # https://peps.python.org/pep-0508/#environment-markers + # TODO: currently, the resolver uses the default environment to evaluate + # environment markers, so that is what we report here. In the future, it + # should also take into account options such as --python-version or + # --platform, perhaps under the form of an environment_override field? + # https://github.com/pypa/pip/issues/11198 + "environment": default_environment(), + } diff --git a/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..73041b8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/link.py @@ -0,0 +1,579 @@ +import functools +import itertools +import logging +import os +import posixpath +import re +import urllib.parse +from dataclasses import dataclass +from typing import ( + TYPE_CHECKING, + Any, + Dict, + List, + Mapping, + NamedTuple, + Optional, + Tuple, + Union, +) + +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.filetypes import WHEEL_EXTENSION +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + pairwise, + redact_auth_from_url, + split_auth_from_netloc, + splitext, +) +from pip._internal.utils.models import KeyBasedCompareMixin +from pip._internal.utils.urls import path_to_url, url_to_path + +if TYPE_CHECKING: + from pip._internal.index.collector import IndexContent + +logger = logging.getLogger(__name__) + + +# Order matters, earlier hashes have a precedence over later hashes for what +# we will pick to use. +_SUPPORTED_HASHES = ("sha512", "sha384", "sha256", "sha224", "sha1", "md5") + + +@dataclass(frozen=True) +class LinkHash: + """Links to content may have embedded hash values. This class parses those. + + `name` must be any member of `_SUPPORTED_HASHES`. + + This class can be converted to and from `ArchiveInfo`. While ArchiveInfo intends to + be JSON-serializable to conform to PEP 610, this class contains the logic for + parsing a hash name and value for correctness, and then checking whether that hash + conforms to a schema with `.is_hash_allowed()`.""" + + name: str + value: str + + _hash_url_fragment_re = re.compile( + # NB: we do not validate that the second group (.*) is a valid hex + # digest. Instead, we simply keep that string in this class, and then check it + # against Hashes when hash-checking is needed. This is easier to debug than + # proactively discarding an invalid hex digest, as we handle incorrect hashes + # and malformed hashes in the same place. + r"[#&]({choices})=([^&]*)".format( + choices="|".join(re.escape(hash_name) for hash_name in _SUPPORTED_HASHES) + ), + ) + + def __post_init__(self) -> None: + assert self.name in _SUPPORTED_HASHES + + @classmethod + @functools.lru_cache(maxsize=None) + def find_hash_url_fragment(cls, url: str) -> Optional["LinkHash"]: + """Search a string for a checksum algorithm name and encoded output value.""" + match = cls._hash_url_fragment_re.search(url) + if match is None: + return None + name, value = match.groups() + return cls(name=name, value=value) + + def as_dict(self) -> Dict[str, str]: + return {self.name: self.value} + + def as_hashes(self) -> Hashes: + """Return a Hashes instance which checks only for the current hash.""" + return Hashes({self.name: [self.value]}) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the current hash is allowed by `hashes`. + """ + if hashes is None: + return False + return hashes.is_hash_allowed(self.name, hex_digest=self.value) + + +@dataclass(frozen=True) +class MetadataFile: + """Information about a core metadata file associated with a distribution.""" + + hashes: Optional[Dict[str, str]] + + def __post_init__(self) -> None: + if self.hashes is not None: + assert all(name in _SUPPORTED_HASHES for name in self.hashes) + + +def supported_hashes(hashes: Optional[Dict[str, str]]) -> Optional[Dict[str, str]]: + # Remove any unsupported hash types from the mapping. If this leaves no + # supported hashes, return None + if hashes is None: + return None + hashes = {n: v for n, v in hashes.items() if n in _SUPPORTED_HASHES} + if not hashes: + return None + return hashes + + +def _clean_url_path_part(part: str) -> str: + """ + Clean a "part" of a URL path (i.e. after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + return urllib.parse.quote(urllib.parse.unquote(part)) + + +def _clean_file_url_path(part: str) -> str: + """ + Clean the first part of a URL path that corresponds to a local + filesystem path (i.e. the first part after splitting on "@" characters). + """ + # We unquote prior to quoting to make sure nothing is double quoted. + # Also, on Windows the path part might contain a drive letter which + # should not be quoted. On Linux where drive letters do not + # exist, the colon should be quoted. We rely on urllib.request + # to do the right thing here. + return urllib.request.pathname2url(urllib.request.url2pathname(part)) + + +# percent-encoded: / +_reserved_chars_re = re.compile("(@|%2F)", re.IGNORECASE) + + +def _clean_url_path(path: str, is_local_path: bool) -> str: + """ + Clean the path portion of a URL. + """ + if is_local_path: + clean_func = _clean_file_url_path + else: + clean_func = _clean_url_path_part + + # Split on the reserved characters prior to cleaning so that + # revision strings in VCS URLs are properly preserved. + parts = _reserved_chars_re.split(path) + + cleaned_parts = [] + for to_clean, reserved in pairwise(itertools.chain(parts, [""])): + cleaned_parts.append(clean_func(to_clean)) + # Normalize %xx escapes (e.g. %2f -> %2F) + cleaned_parts.append(reserved.upper()) + + return "".join(cleaned_parts) + + +def _ensure_quoted_url(url: str) -> str: + """ + Make sure a link is fully quoted. + For example, if ' ' occurs in the URL, it will be replaced with "%20", + and without double-quoting other characters. + """ + # Split the URL into parts according to the general structure + # `scheme://netloc/path;parameters?query#fragment`. + result = urllib.parse.urlparse(url) + # If the netloc is empty, then the URL refers to a local filesystem path. + is_local_path = not result.netloc + path = _clean_url_path(result.path, is_local_path=is_local_path) + return urllib.parse.urlunparse(result._replace(path=path)) + + +class Link(KeyBasedCompareMixin): + """Represents a parsed link from a Package Index's simple URL""" + + __slots__ = [ + "_parsed_url", + "_url", + "_hashes", + "comes_from", + "requires_python", + "yanked_reason", + "metadata_file_data", + "cache_link_parsing", + "egg_fragment", + ] + + def __init__( + self, + url: str, + comes_from: Optional[Union[str, "IndexContent"]] = None, + requires_python: Optional[str] = None, + yanked_reason: Optional[str] = None, + metadata_file_data: Optional[MetadataFile] = None, + cache_link_parsing: bool = True, + hashes: Optional[Mapping[str, str]] = None, + ) -> None: + """ + :param url: url of the resource pointed to (href of the link) + :param comes_from: instance of IndexContent where the link was found, + or string. + :param requires_python: String containing the `Requires-Python` + metadata field, specified in PEP 345. This may be specified by + a data-requires-python attribute in the HTML link tag, as + described in PEP 503. + :param yanked_reason: the reason the file has been yanked, if the + file has been yanked, or None if the file hasn't been yanked. + This is the value of the "data-yanked" attribute, if present, in + a simple repository HTML link. If the file has been yanked but + no reason was provided, this should be the empty string. See + PEP 592 for more information and the specification. + :param metadata_file_data: the metadata attached to the file, or None if + no such metadata is provided. This argument, if not None, indicates + that a separate metadata file exists, and also optionally supplies + hashes for that file. + :param cache_link_parsing: A flag that is used elsewhere to determine + whether resources retrieved from this link should be cached. PyPI + URLs should generally have this set to False, for example. + :param hashes: A mapping of hash names to digests to allow us to + determine the validity of a download. + """ + + # The comes_from, requires_python, and metadata_file_data arguments are + # only used by classmethods of this class, and are not used in client + # code directly. + + # url can be a UNC windows share + if url.startswith("\\\\"): + url = path_to_url(url) + + self._parsed_url = urllib.parse.urlsplit(url) + # Store the url as a private attribute to prevent accidentally + # trying to set a new value. + self._url = url + + link_hash = LinkHash.find_hash_url_fragment(url) + hashes_from_link = {} if link_hash is None else link_hash.as_dict() + if hashes is None: + self._hashes = hashes_from_link + else: + self._hashes = {**hashes, **hashes_from_link} + + self.comes_from = comes_from + self.requires_python = requires_python if requires_python else None + self.yanked_reason = yanked_reason + self.metadata_file_data = metadata_file_data + + super().__init__(key=url, defining_class=Link) + + self.cache_link_parsing = cache_link_parsing + self.egg_fragment = self._egg_fragment() + + @classmethod + def from_json( + cls, + file_data: Dict[str, Any], + page_url: str, + ) -> Optional["Link"]: + """ + Convert an pypi json document from a simple repository page into a Link. + """ + file_url = file_data.get("url") + if file_url is None: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(page_url, file_url)) + pyrequire = file_data.get("requires-python") + yanked_reason = file_data.get("yanked") + hashes = file_data.get("hashes", {}) + + # PEP 714: Indexes must use the name core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = file_data.get("core-metadata") + if metadata_info is None: + metadata_info = file_data.get("dist-info-metadata") + + # The metadata info value may be a boolean, or a dict of hashes. + if isinstance(metadata_info, dict): + # The file exists, and hashes have been supplied + metadata_file_data = MetadataFile(supported_hashes(metadata_info)) + elif metadata_info: + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + else: + # False or not present: the file does not exist + metadata_file_data = None + + # The Link.yanked_reason expects an empty string instead of a boolean. + if yanked_reason and not isinstance(yanked_reason, str): + yanked_reason = "" + # The Link.yanked_reason expects None instead of False. + elif not yanked_reason: + yanked_reason = None + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + hashes=hashes, + metadata_file_data=metadata_file_data, + ) + + @classmethod + def from_element( + cls, + anchor_attribs: Dict[str, Optional[str]], + page_url: str, + base_url: str, + ) -> Optional["Link"]: + """ + Convert an anchor element's attributes in a simple repository page to a Link. + """ + href = anchor_attribs.get("href") + if not href: + return None + + url = _ensure_quoted_url(urllib.parse.urljoin(base_url, href)) + pyrequire = anchor_attribs.get("data-requires-python") + yanked_reason = anchor_attribs.get("data-yanked") + + # PEP 714: Indexes must use the name data-core-metadata, but + # clients should support the old name as a fallback for compatibility. + metadata_info = anchor_attribs.get("data-core-metadata") + if metadata_info is None: + metadata_info = anchor_attribs.get("data-dist-info-metadata") + # The metadata info value may be the string "true", or a string of + # the form "hashname=hashval" + if metadata_info == "true": + # The file exists, but there are no hashes + metadata_file_data = MetadataFile(None) + elif metadata_info is None: + # The file does not exist + metadata_file_data = None + else: + # The file exists, and hashes have been supplied + hashname, sep, hashval = metadata_info.partition("=") + if sep == "=": + metadata_file_data = MetadataFile(supported_hashes({hashname: hashval})) + else: + # Error - data is wrong. Treat as no hashes supplied. + logger.debug( + "Index returned invalid data-dist-info-metadata value: %s", + metadata_info, + ) + metadata_file_data = MetadataFile(None) + + return cls( + url, + comes_from=page_url, + requires_python=pyrequire, + yanked_reason=yanked_reason, + metadata_file_data=metadata_file_data, + ) + + def __str__(self) -> str: + if self.requires_python: + rp = f" (requires-python:{self.requires_python})" + else: + rp = "" + if self.comes_from: + return f"{redact_auth_from_url(self._url)} (from {self.comes_from}){rp}" + else: + return redact_auth_from_url(str(self._url)) + + def __repr__(self) -> str: + return f"" + + @property + def url(self) -> str: + return self._url + + @property + def filename(self) -> str: + path = self.path.rstrip("/") + name = posixpath.basename(path) + if not name: + # Make sure we don't leak auth information if the netloc + # includes a username and password. + netloc, user_pass = split_auth_from_netloc(self.netloc) + return netloc + + name = urllib.parse.unquote(name) + assert name, f"URL {self._url!r} produced no filename" + return name + + @property + def file_path(self) -> str: + return url_to_path(self.url) + + @property + def scheme(self) -> str: + return self._parsed_url.scheme + + @property + def netloc(self) -> str: + """ + This can contain auth information. + """ + return self._parsed_url.netloc + + @property + def path(self) -> str: + return urllib.parse.unquote(self._parsed_url.path) + + def splitext(self) -> Tuple[str, str]: + return splitext(posixpath.basename(self.path.rstrip("/"))) + + @property + def ext(self) -> str: + return self.splitext()[1] + + @property + def url_without_fragment(self) -> str: + scheme, netloc, path, query, fragment = self._parsed_url + return urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + + _egg_fragment_re = re.compile(r"[#&]egg=([^&]*)") + + # Per PEP 508. + _project_name_re = re.compile( + r"^([A-Z0-9]|[A-Z0-9][A-Z0-9._-]*[A-Z0-9])$", re.IGNORECASE + ) + + def _egg_fragment(self) -> Optional[str]: + match = self._egg_fragment_re.search(self._url) + if not match: + return None + + # An egg fragment looks like a PEP 508 project name, along with + # an optional extras specifier. Anything else is invalid. + project_name = match.group(1) + if not self._project_name_re.match(project_name): + deprecated( + reason=f"{self} contains an egg fragment with a non-PEP 508 name", + replacement="to use the req @ url syntax, and remove the egg fragment", + gone_in="25.0", + issue=11617, + ) + + return project_name + + _subdirectory_fragment_re = re.compile(r"[#&]subdirectory=([^&]*)") + + @property + def subdirectory_fragment(self) -> Optional[str]: + match = self._subdirectory_fragment_re.search(self._url) + if not match: + return None + return match.group(1) + + def metadata_link(self) -> Optional["Link"]: + """Return a link to the associated core metadata file (if any).""" + if self.metadata_file_data is None: + return None + metadata_url = f"{self.url_without_fragment}.metadata" + if self.metadata_file_data.hashes is None: + return Link(metadata_url) + return Link(metadata_url, hashes=self.metadata_file_data.hashes) + + def as_hashes(self) -> Hashes: + return Hashes({k: [v] for k, v in self._hashes.items()}) + + @property + def hash(self) -> Optional[str]: + return next(iter(self._hashes.values()), None) + + @property + def hash_name(self) -> Optional[str]: + return next(iter(self._hashes), None) + + @property + def show_url(self) -> str: + return posixpath.basename(self._url.split("#", 1)[0].split("?", 1)[0]) + + @property + def is_file(self) -> bool: + return self.scheme == "file" + + def is_existing_dir(self) -> bool: + return self.is_file and os.path.isdir(self.file_path) + + @property + def is_wheel(self) -> bool: + return self.ext == WHEEL_EXTENSION + + @property + def is_vcs(self) -> bool: + from pip._internal.vcs import vcs + + return self.scheme in vcs.all_schemes + + @property + def is_yanked(self) -> bool: + return self.yanked_reason is not None + + @property + def has_hash(self) -> bool: + return bool(self._hashes) + + def is_hash_allowed(self, hashes: Optional[Hashes]) -> bool: + """ + Return True if the link has a hash and it is allowed by `hashes`. + """ + if hashes is None: + return False + return any(hashes.is_hash_allowed(k, v) for k, v in self._hashes.items()) + + +class _CleanResult(NamedTuple): + """Convert link for equivalency check. + + This is used in the resolver to check whether two URL-specified requirements + likely point to the same distribution and can be considered equivalent. This + equivalency logic avoids comparing URLs literally, which can be too strict + (e.g. "a=1&b=2" vs "b=2&a=1") and produce conflicts unexpecting to users. + + Currently this does three things: + + 1. Drop the basic auth part. This is technically wrong since a server can + serve different content based on auth, but if it does that, it is even + impossible to guarantee two URLs without auth are equivalent, since + the user can input different auth information when prompted. So the + practical solution is to assume the auth doesn't affect the response. + 2. Parse the query to avoid the ordering issue. Note that ordering under the + same key in the query are NOT cleaned; i.e. "a=1&a=2" and "a=2&a=1" are + still considered different. + 3. Explicitly drop most of the fragment part, except ``subdirectory=`` and + hash values, since it should have no impact the downloaded content. Note + that this drops the "egg=" part historically used to denote the requested + project (and extras), which is wrong in the strictest sense, but too many + people are supplying it inconsistently to cause superfluous resolution + conflicts, so we choose to also ignore them. + """ + + parsed: urllib.parse.SplitResult + query: Dict[str, List[str]] + subdirectory: str + hashes: Dict[str, str] + + +def _clean_link(link: Link) -> _CleanResult: + parsed = link._parsed_url + netloc = parsed.netloc.rsplit("@", 1)[-1] + # According to RFC 8089, an empty host in file: means localhost. + if parsed.scheme == "file" and not netloc: + netloc = "localhost" + fragment = urllib.parse.parse_qs(parsed.fragment) + if "egg" in fragment: + logger.debug("Ignoring egg= fragment in %s", link) + try: + # If there are multiple subdirectory values, use the first one. + # This matches the behavior of Link.subdirectory_fragment. + subdirectory = fragment["subdirectory"][0] + except (IndexError, KeyError): + subdirectory = "" + # If there are multiple hash values under the same algorithm, use the + # first one. This matches the behavior of Link.hash_value. + hashes = {k: fragment[k][0] for k in _SUPPORTED_HASHES if k in fragment} + return _CleanResult( + parsed=parsed._replace(netloc=netloc, query="", fragment=""), + query=urllib.parse.parse_qs(parsed.query), + subdirectory=subdirectory, + hashes=hashes, + ) + + +@functools.lru_cache(maxsize=None) +def links_equivalent(link1: Link, link2: Link) -> bool: + return _clean_link(link1) == _clean_link(link2) diff --git a/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..67ea5da --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/models/target_python.py @@ -0,0 +1,122 @@ +import sys +from typing import List, Optional, Set, Tuple + +from pip._vendor.packaging.tags import Tag + +from pip._internal.utils.compatibility_tags import get_supported, version_info_to_nodot +from pip._internal.utils.misc import normalize_version_info + + +class TargetPython: + + """ + Encapsulates the properties of a Python interpreter one is targeting + for a package install, download, etc. + """ + + __slots__ = [ + "_given_py_version_info", + "abis", + "implementation", + "platforms", + "py_version", + "py_version_info", + "_valid_tags", + "_valid_tags_set", + ] + + def __init__( + self, + platforms: Optional[List[str]] = None, + py_version_info: Optional[Tuple[int, ...]] = None, + abis: Optional[List[str]] = None, + implementation: Optional[str] = None, + ) -> None: + """ + :param platforms: A list of strings or None. If None, searches for + packages that are supported by the current system. Otherwise, will + find packages that can be built on the platforms passed in. These + packages will only be downloaded for distribution: they will + not be built locally. + :param py_version_info: An optional tuple of ints representing the + Python version information to use (e.g. `sys.version_info[:3]`). + This can have length 1, 2, or 3 when provided. + :param abis: A list of strings or None. This is passed to + compatibility_tags.py's get_supported() function as is. + :param implementation: A string or None. This is passed to + compatibility_tags.py's get_supported() function as is. + """ + # Store the given py_version_info for when we call get_supported(). + self._given_py_version_info = py_version_info + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + py_version = ".".join(map(str, py_version_info[:2])) + + self.abis = abis + self.implementation = implementation + self.platforms = platforms + self.py_version = py_version + self.py_version_info = py_version_info + + # This is used to cache the return value of get_(un)sorted_tags. + self._valid_tags: Optional[List[Tag]] = None + self._valid_tags_set: Optional[Set[Tag]] = None + + def format_given(self) -> str: + """ + Format the given, non-None attributes for display. + """ + display_version = None + if self._given_py_version_info is not None: + display_version = ".".join( + str(part) for part in self._given_py_version_info + ) + + key_values = [ + ("platforms", self.platforms), + ("version_info", display_version), + ("abis", self.abis), + ("implementation", self.implementation), + ] + return " ".join( + f"{key}={value!r}" for key, value in key_values if value is not None + ) + + def get_sorted_tags(self) -> List[Tag]: + """ + Return the supported PEP 425 tags to check wheel candidates against. + + The tags are returned in order of preference (most preferred first). + """ + if self._valid_tags is None: + # Pass versions=None if no py_version_info was given since + # versions=None uses special default logic. + py_version_info = self._given_py_version_info + if py_version_info is None: + version = None + else: + version = version_info_to_nodot(py_version_info) + + tags = get_supported( + version=version, + platforms=self.platforms, + abis=self.abis, + impl=self.implementation, + ) + self._valid_tags = tags + + return self._valid_tags + + def get_unsorted_tags(self) -> Set[Tag]: + """Exactly the same as get_sorted_tags, but returns a set. + + This is important for performance. + """ + if self._valid_tags_set is None: + self._valid_tags_set = set(self.get_sorted_tags()) + + return self._valid_tags_set diff --git a/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..8a7b1c9798f0afe98f72fb01e2e4516fc88159e8 GIT binary patch literal 271 zcmXv}F>V4e5VQ$O5E6g57De2Oqm5|jlRk}Q&MR2qvn_iMboof05aliTLE3yE3LRB! z38t8xnPN5bHJeRE#>?u1ntXqXxj|mVd6LDuFyd7Vaz1){+<3>DT&hAJ(GHbEKKXc9 zWTP2P)iYUQ!c3tZdETENW{1Zx;^L}CI}QjkzM&d;Pn|ct#dW;T70R+y QhX3A4DgQ=Nj^jAne}pnnIRF3v 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..46326b2a542094453bc2369d7861fbd5ce1f3fc3 GIT binary patch literal 22013 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 b5~uTg?P}y&zal`setJK5^dSMlwBmmOjY*$f literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bc5bae940ad540fd2e65d1ade2cd4bc10b0a8e51 GIT binary patch literal 11680 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..54ec10c06760d4ee811d1ab2bc7943b03d265a18 GIT binary patch literal 18791 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 QC~3@;H2#XC6vK-D4~-9$>i_@% 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..e6cac7323ab85fd757d5d289827c25c853fe9512 GIT binary patch literal 2270 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 P`0390>2KjfA;kT^8TH>R 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..4d0fb54 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/cache.py @@ -0,0 +1,106 @@ +"""HTTP cache implementation. +""" + +import os +from contextlib import contextmanager +from datetime import datetime +from typing import BinaryIO, Generator, Optional, Union + +from pip._vendor.cachecontrol.cache import SeparateBodyBaseCache +from pip._vendor.cachecontrol.caches import SeparateBodyFileCache +from pip._vendor.requests.models import Response + +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import ensure_dir + + +def is_from_cache(response: Response) -> bool: + return getattr(response, "from_cache", False) + + +@contextmanager +def suppressed_cache_errors() -> Generator[None, None, None]: + """If we can't access the cache then we can just skip caching and process + requests as if caching wasn't enabled. + """ + try: + yield + except OSError: + pass + + +class SafeFileCache(SeparateBodyBaseCache): + """ + A file based cache which is safe to use even when the target directory may + not be accessible or writable. + + There is a race condition when two processes try to write and/or read the + same entry at the same time, since each entry consists of two separate + files (https://github.com/psf/cachecontrol/issues/324). We therefore have + additional logic that makes sure that both files to be present before + returning an entry; this fixes the read side of the race condition. + + For the write side, we assume that the server will only ever return the + same data for the same URL, which ought to be the case for files pip is + downloading. PyPI does not have a mechanism to swap out a wheel for + another wheel, for example. If this assumption is not true, the + CacheControl issue will need to be fixed. + """ + + def __init__(self, directory: str) -> None: + assert directory is not None, "Cache directory must not be None." + super().__init__() + self.directory = directory + + def _get_cache_path(self, name: str) -> str: + # From cachecontrol.caches.file_cache.FileCache._fn, brought into our + # class for backwards-compatibility and to avoid using a non-public + # method. + hashed = SeparateBodyFileCache.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> Optional[bytes]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + with open(metadata_path, "rb") as f: + return f.read() + + def _write(self, path: str, data: bytes) -> None: + with suppressed_cache_errors(): + ensure_dir(os.path.dirname(path)) + + with adjacent_tmp_file(path) as f: + f.write(data) + + replace(f.name, path) + + def set( + self, key: str, value: bytes, expires: Union[int, datetime, None] = None + ) -> None: + path = self._get_cache_path(key) + self._write(path, value) + + def delete(self, key: str) -> None: + path = self._get_cache_path(key) + with suppressed_cache_errors(): + os.remove(path) + with suppressed_cache_errors(): + os.remove(path + ".body") + + def get_body(self, key: str) -> Optional[BinaryIO]: + # The cache entry is only valid if both metadata and body exist. + metadata_path = self._get_cache_path(key) + body_path = metadata_path + ".body" + if not (os.path.exists(metadata_path) and os.path.exists(body_path)): + return None + with suppressed_cache_errors(): + return open(body_path, "rb") + + def set_body(self, key: str, body: bytes) -> None: + path = self._get_cache_path(key) + ".body" + self._write(path, body) diff --git a/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..d1d4354 --- /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 = f"{logged_url} ({format_size(total_length)})" + + if is_from_cache(resp): + logger.info("Using cached %s", logged_url) + else: + logger.info("Downloading %s", logged_url) + + if logger.getEffectiveLevel() > logging.INFO: + show_progress = False + elif is_from_cache(resp): + show_progress = False + elif not total_length: + show_progress = True + elif total_length > (40 * 1000): + show_progress = True + else: + show_progress = False + + chunks = response_chunks(resp, CONTENT_CHUNK_SIZE) + + if not show_progress: + return chunks + + renderer = get_download_progress_renderer(bar_type=progress_bar, size=total_length) + return renderer(chunks) + + +def sanitize_content_filename(filename: str) -> str: + """ + Sanitize the "filename" value from a Content-Disposition header. + """ + return os.path.basename(filename) + + +def parse_content_disposition(content_disposition: str, default_filename: str) -> str: + """ + Parse the "filename" value from a Content-Disposition header, and + return the default filename if the result is empty. + """ + m = email.message.Message() + m["content-type"] = content_disposition + filename = m.get_param("filename") + if filename: + # We need to sanitize the filename to prevent directory traversal + # in case the filename contains ".." path parts. + filename = sanitize_content_filename(str(filename)) + return filename or default_filename + + +def _get_http_response_filename(resp: Response, link: Link) -> str: + """Get an ideal filename from the given HTTP response, falling back to + the link filename if not provided. + """ + filename = link.filename # fallback + # Have a look at the Content-Disposition header for a better guess + content_disposition = resp.headers.get("content-disposition") + if content_disposition: + filename = parse_content_disposition(content_disposition, filename) + ext: Optional[str] = splitext(filename)[1] + if not ext: + ext = mimetypes.guess_extension(resp.headers.get("content-type", "")) + if ext: + filename += ext + if not ext and link.url != resp.url: + ext = os.path.splitext(resp.url)[1] + if ext: + filename += ext + return filename + + +def _http_get_download(session: PipSession, link: Link) -> Response: + target_url = link.url.split("#", 1)[0] + resp = session.get(target_url, headers=HEADERS, stream=True) + raise_for_status(resp) + return resp + + +class Downloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__(self, link: Link, location: str) -> Tuple[str, str]: + """Download the file given by link into location.""" + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", e.response.status_code, link + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + return filepath, content_type + + +class BatchDownloader: + def __init__( + self, + session: PipSession, + progress_bar: str, + ) -> None: + self._session = session + self._progress_bar = progress_bar + + def __call__( + self, links: Iterable[Link], location: str + ) -> Iterable[Tuple[Link, Tuple[str, str]]]: + """Download the files given by links into location.""" + for link in links: + try: + resp = _http_get_download(self._session, link) + except NetworkConnectionError as e: + assert e.response is not None + logger.critical( + "HTTP error %s while getting %s", + e.response.status_code, + link, + ) + raise + + filename = _get_http_response_filename(resp, link) + filepath = os.path.join(location, filename) + + chunks = _prepare_download(resp, link, self._progress_bar) + with open(filepath, "wb") as content_file: + for chunk in chunks: + content_file.write(chunk) + content_type = resp.headers.get("Content-Type", "") + yield link, (filepath, content_type) diff --git a/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..f17efc5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/session.py @@ -0,0 +1,520 @@ +"""PipSession and supporting code, containing all pip-specific +network request configuration and behavior. +""" + +import email.utils +import io +import ipaddress +import json +import logging +import mimetypes +import os +import platform +import shutil +import subprocess +import sys +import urllib.parse +import warnings +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Generator, + List, + Mapping, + Optional, + Sequence, + Tuple, + Union, +) + +from pip._vendor import requests, urllib3 +from pip._vendor.cachecontrol import CacheControlAdapter as _BaseCacheControlAdapter +from pip._vendor.requests.adapters import DEFAULT_POOLBLOCK, BaseAdapter +from pip._vendor.requests.adapters import HTTPAdapter as _BaseHTTPAdapter +from pip._vendor.requests.models import PreparedRequest, Response +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3.connectionpool import ConnectionPool +from pip._vendor.urllib3.exceptions import InsecureRequestWarning + +from pip import __version__ +from pip._internal.metadata import get_default_environment +from pip._internal.models.link import Link +from pip._internal.network.auth import MultiDomainBasicAuth +from pip._internal.network.cache import SafeFileCache + +# Import ssl from compat so the initial import occurs in only one place. +from pip._internal.utils.compat import has_tls +from pip._internal.utils.glibc import libc_ver +from pip._internal.utils.misc import build_url_from_netloc, parse_netloc +from pip._internal.utils.urls import url_to_path + +if TYPE_CHECKING: + from ssl import SSLContext + + from pip._vendor.urllib3.poolmanager import PoolManager + + +logger = logging.getLogger(__name__) + +SecureOrigin = Tuple[str, str, Optional[Union[int, str]]] + + +# Ignore warning raised when using --trusted-host. +warnings.filterwarnings("ignore", category=InsecureRequestWarning) + + +SECURE_ORIGINS: List[SecureOrigin] = [ + # protocol, hostname, port + # Taken from Chrome's list of secure origins (See: http://bit.ly/1qrySKC) + ("https", "*", "*"), + ("*", "localhost", "*"), + ("*", "127.0.0.0/8", "*"), + ("*", "::1/128", "*"), + ("file", "*", None), + # ssh is always secure. + ("ssh", "*", "*"), +] + + +# These are environment variables present when running under various +# CI systems. For each variable, some CI systems that use the variable +# are indicated. The collection was chosen so that for each of a number +# of popular systems, at least one of the environment variables is used. +# This list is used to provide some indication of and lower bound for +# CI traffic to PyPI. Thus, it is okay if the list is not comprehensive. +# For more background, see: https://github.com/pypa/pip/issues/5499 +CI_ENVIRONMENT_VARIABLES = ( + # Azure Pipelines + "BUILD_BUILDID", + # Jenkins + "BUILD_ID", + # AppVeyor, CircleCI, Codeship, Gitlab CI, Shippable, Travis CI + "CI", + # Explicit environment variable. + "PIP_IS_CI", +) + + +def looks_like_ci() -> bool: + """ + Return whether it looks like pip is running under CI. + """ + # We don't use the method of checking for a tty (e.g. using isatty()) + # because some CI systems mimic a tty (e.g. Travis CI). Thus that + # method doesn't provide definitive information in either direction. + return any(name in os.environ for name in CI_ENVIRONMENT_VARIABLES) + + +def user_agent() -> str: + """ + Return a string representing the user agent. + """ + data: Dict[str, Any] = { + "installer": {"name": "pip", "version": __version__}, + "python": platform.python_version(), + "implementation": { + "name": platform.python_implementation(), + }, + } + + if data["implementation"]["name"] == "CPython": + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "PyPy": + pypy_version_info = sys.pypy_version_info # type: ignore + if pypy_version_info.releaselevel == "final": + pypy_version_info = pypy_version_info[:3] + data["implementation"]["version"] = ".".join( + [str(x) for x in pypy_version_info] + ) + elif data["implementation"]["name"] == "Jython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + elif data["implementation"]["name"] == "IronPython": + # Complete Guess + data["implementation"]["version"] = platform.python_version() + + if sys.platform.startswith("linux"): + from pip._vendor import distro + + linux_distribution = distro.name(), distro.version(), distro.codename() + distro_infos: Dict[str, Any] = dict( + filter( + lambda x: x[1], + zip(["name", "version", "id"], linux_distribution), + ) + ) + libc = dict( + filter( + lambda x: x[1], + zip(["lib", "version"], libc_ver()), + ) + ) + if libc: + distro_infos["libc"] = libc + if distro_infos: + data["distro"] = distro_infos + + if sys.platform.startswith("darwin") and platform.mac_ver()[0]: + data["distro"] = {"name": "macOS", "version": platform.mac_ver()[0]} + + if platform.system(): + data.setdefault("system", {})["name"] = platform.system() + + if platform.release(): + data.setdefault("system", {})["release"] = platform.release() + + if platform.machine(): + data["cpu"] = platform.machine() + + if has_tls(): + import _ssl as ssl + + data["openssl_version"] = ssl.OPENSSL_VERSION + + setuptools_dist = get_default_environment().get_distribution("setuptools") + if setuptools_dist is not None: + data["setuptools_version"] = str(setuptools_dist.version) + + if shutil.which("rustc") is not None: + # If for any reason `rustc --version` fails, silently ignore it + try: + rustc_output = subprocess.check_output( + ["rustc", "--version"], stderr=subprocess.STDOUT, timeout=0.5 + ) + except Exception: + pass + else: + if rustc_output.startswith(b"rustc "): + # The format of `rustc --version` is: + # `b'rustc 1.52.1 (9bc8c42bb 2021-05-09)\n'` + # We extract just the middle (1.52.1) part + data["rustc_version"] = rustc_output.split(b" ")[1].decode() + + # Use None rather than False so as not to give the impression that + # pip knows it is not being run under CI. Rather, it is a null or + # inconclusive result. Also, we include some value rather than no + # value to make it easier to know that the check has been run. + data["ci"] = True if looks_like_ci() else None + + user_data = os.environ.get("PIP_USER_AGENT_USER_DATA") + if user_data is not None: + data["user_data"] = user_data + + return "{data[installer][name]}/{data[installer][version]} {json}".format( + data=data, + json=json.dumps(data, separators=(",", ":"), sort_keys=True), + ) + + +class LocalFSAdapter(BaseAdapter): + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: Optional[Union[float, Tuple[float, float]]] = None, + verify: Union[bool, str] = True, + cert: Optional[Union[str, Tuple[str, str]]] = None, + proxies: Optional[Mapping[str, str]] = None, + ) -> Response: + pathname = url_to_path(request.url) + + resp = Response() + resp.status_code = 200 + resp.url = request.url + + try: + stats = os.stat(pathname) + except OSError as exc: + # format the exception raised as a io.BytesIO object, + # to return a better error message: + resp.status_code = 404 + resp.reason = type(exc).__name__ + resp.raw = io.BytesIO(f"{resp.reason}: {exc}".encode("utf8")) + else: + modified = email.utils.formatdate(stats.st_mtime, usegmt=True) + content_type = mimetypes.guess_type(pathname)[0] or "text/plain" + resp.headers = CaseInsensitiveDict( + { + "Content-Type": content_type, + "Content-Length": stats.st_size, + "Last-Modified": modified, + } + ) + + resp.raw = open(pathname, "rb") + resp.close = resp.raw.close + + return resp + + def close(self) -> None: + pass + + +class _SSLContextAdapterMixin: + """Mixin to add the ``ssl_context`` constructor argument to HTTP adapters. + + The additional argument is forwarded directly to the pool manager. This allows us + to dynamically decide what SSL store to use at runtime, which is used to implement + the optional ``truststore`` backend. + """ + + def __init__( + self, + *, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + self._ssl_context = ssl_context + super().__init__(**kwargs) + + def init_poolmanager( + self, + connections: int, + maxsize: int, + block: bool = DEFAULT_POOLBLOCK, + **pool_kwargs: Any, + ) -> "PoolManager": + if self._ssl_context is not None: + pool_kwargs.setdefault("ssl_context", self._ssl_context) + return super().init_poolmanager( # type: ignore[misc] + connections=connections, + maxsize=maxsize, + block=block, + **pool_kwargs, + ) + + +class HTTPAdapter(_SSLContextAdapterMixin, _BaseHTTPAdapter): + pass + + +class CacheControlAdapter(_SSLContextAdapterMixin, _BaseCacheControlAdapter): + pass + + +class InsecureHTTPAdapter(HTTPAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class InsecureCacheControlAdapter(CacheControlAdapter): + def cert_verify( + self, + conn: ConnectionPool, + url: str, + verify: Union[bool, str], + cert: Optional[Union[str, Tuple[str, str]]], + ) -> None: + super().cert_verify(conn=conn, url=url, verify=False, cert=cert) + + +class PipSession(requests.Session): + timeout: Optional[int] = None + + def __init__( + self, + *args: Any, + retries: int = 0, + cache: Optional[str] = None, + trusted_hosts: Sequence[str] = (), + index_urls: Optional[List[str]] = None, + ssl_context: Optional["SSLContext"] = None, + **kwargs: Any, + ) -> None: + """ + :param trusted_hosts: Domains not to emit warnings for when not using + HTTPS. + """ + super().__init__(*args, **kwargs) + + # Namespace the attribute with "pip_" just in case to prevent + # possible conflicts with the base class. + self.pip_trusted_origins: List[Tuple[str, Optional[int]]] = [] + + # Attach our User Agent to the request + self.headers["User-Agent"] = user_agent() + + # Attach our Authentication handler to the session + self.auth = MultiDomainBasicAuth(index_urls=index_urls) + + # Create our urllib3.Retry instance which will allow us to customize + # how we handle retries. + retries = urllib3.Retry( + # Set the total number of retries that a particular request can + # have. + total=retries, + # A 503 error from PyPI typically means that the Fastly -> Origin + # connection got interrupted in some way. A 503 error in general + # is typically considered a transient error so we'll go ahead and + # retry it. + # A 500 may indicate transient error in Amazon S3 + # A 502 may be a transient error from a CDN like CloudFlare or CloudFront + # A 520 or 527 - may indicate transient error in CloudFlare + status_forcelist=[500, 502, 503, 520, 527], + # Add a small amount of back off between failed requests in + # order to prevent hammering the service. + backoff_factor=0.25, + ) # type: ignore + + # Our Insecure HTTPAdapter disables HTTPS validation. It does not + # support caching so we'll use it for all http:// URLs. + # If caching is disabled, we will also use it for + # https:// hosts that we've marked as ignoring + # TLS errors for (trusted-hosts). + insecure_adapter = InsecureHTTPAdapter(max_retries=retries) + + # We want to _only_ cache responses on securely fetched origins or when + # the host is specified as trusted. We do this because + # we can't validate the response of an insecurely/untrusted fetched + # origin, and we don't want someone to be able to poison the cache and + # require manual eviction from the cache to fix it. + if cache: + secure_adapter = CacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ssl_context=ssl_context, + ) + self._trusted_host_adapter = InsecureCacheControlAdapter( + cache=SafeFileCache(cache), + max_retries=retries, + ) + else: + secure_adapter = HTTPAdapter(max_retries=retries, ssl_context=ssl_context) + self._trusted_host_adapter = insecure_adapter + + self.mount("https://", secure_adapter) + self.mount("http://", insecure_adapter) + + # Enable file:// urls + self.mount("file://", LocalFSAdapter()) + + for host in trusted_hosts: + self.add_trusted_host(host, suppress_logging=True) + + def update_index_urls(self, new_index_urls: List[str]) -> None: + """ + :param new_index_urls: New index urls to update the authentication + handler with. + """ + self.auth.index_urls = new_index_urls + + def add_trusted_host( + self, host: str, source: Optional[str] = None, suppress_logging: bool = False + ) -> None: + """ + :param host: It is okay to provide a host that has previously been + added. + :param source: An optional source string, for logging where the host + string came from. + """ + if not suppress_logging: + msg = f"adding trusted host: {host!r}" + if source is not None: + msg += f" (from {source})" + logger.info(msg) + + parsed_host, parsed_port = parse_netloc(host) + if parsed_host is None: + raise ValueError(f"Trusted host URL must include a host part: {host!r}") + if (parsed_host, parsed_port) not in self.pip_trusted_origins: + self.pip_trusted_origins.append((parsed_host, parsed_port)) + + self.mount( + build_url_from_netloc(host, scheme="http") + "/", self._trusted_host_adapter + ) + self.mount(build_url_from_netloc(host) + "/", self._trusted_host_adapter) + if not parsed_port: + self.mount( + build_url_from_netloc(host, scheme="http") + ":", + self._trusted_host_adapter, + ) + # Mount wildcard ports for the same host. + self.mount(build_url_from_netloc(host) + ":", self._trusted_host_adapter) + + def iter_secure_origins(self) -> Generator[SecureOrigin, None, None]: + yield from SECURE_ORIGINS + for host, port in self.pip_trusted_origins: + yield ("*", host, "*" if port is None else port) + + def is_secure_origin(self, location: Link) -> bool: + # Determine if this url used a secure transport mechanism + parsed = urllib.parse.urlparse(str(location)) + origin_protocol, origin_host, origin_port = ( + parsed.scheme, + parsed.hostname, + parsed.port, + ) + + # The protocol to use to see if the protocol matches. + # Don't count the repository type as part of the protocol: in + # cases such as "git+ssh", only use "ssh". (I.e., Only verify against + # the last scheme.) + origin_protocol = origin_protocol.rsplit("+", 1)[-1] + + # Determine if our origin is a secure origin by looking through our + # hardcoded list of secure origins, as well as any additional ones + # configured on this PackageFinder instance. + for secure_origin in self.iter_secure_origins(): + secure_protocol, secure_host, secure_port = secure_origin + if origin_protocol != secure_protocol and secure_protocol != "*": + continue + + try: + addr = ipaddress.ip_address(origin_host or "") + network = ipaddress.ip_network(secure_host) + except ValueError: + # We don't have both a valid address or a valid network, so + # we'll check this origin against hostnames. + if ( + origin_host + and origin_host.lower() != secure_host.lower() + and secure_host != "*" + ): + continue + else: + # We have a valid address and network, so see if the address + # is contained within the network. + if addr not in network: + continue + + # Check to see if the port matches. + if ( + origin_port != secure_port + and secure_port != "*" + and secure_port is not None + ): + continue + + # If we've gotten here, then this origin matches the current + # secure origin and we should return True + return True + + # If we've gotten to this point, then the origin isn't secure and we + # will not accept it as a valid location to search. We will however + # log a warning that we are ignoring it. + logger.warning( + "The repository located at %s is not a trusted or secure host and " + "is being ignored. If this repository is available via HTTPS we " + "recommend you use HTTPS instead, otherwise you may silence " + "this warning and allow it anyway with '--trusted-host %s'.", + origin_host, + origin_host, + ) + + return False + + def request(self, method: str, url: str, *args: Any, **kwargs: Any) -> Response: + # Allow setting a default timeout on a session + kwargs.setdefault("timeout", self.timeout) + # Allow setting a default proxies on a session + kwargs.setdefault("proxies", self.proxies) + + # Dispatch the actual request + return super().request(method, url, *args, **kwargs) diff --git a/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..22ec8d2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py @@ -0,0 +1,62 @@ +"""xmlrpclib.Transport implementation +""" + +import logging +import urllib.parse +import xmlrpc.client +from typing import TYPE_CHECKING, Tuple + +from pip._internal.exceptions import NetworkConnectionError +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status + +if TYPE_CHECKING: + from xmlrpc.client import _HostType, _Marshallable + + from _typeshed import SizedBuffer + +logger = logging.getLogger(__name__) + + +class PipXmlrpcTransport(xmlrpc.client.Transport): + """Provide a `xmlrpclib.Transport` implementation via a `PipSession` + object. + """ + + def __init__( + self, index_url: str, session: PipSession, use_datetime: bool = False + ) -> None: + super().__init__(use_datetime) + index_parts = urllib.parse.urlparse(index_url) + self._scheme = index_parts.scheme + self._session = session + + def request( + self, + host: "_HostType", + handler: str, + request_body: "SizedBuffer", + verbose: bool = False, + ) -> Tuple["_Marshallable", ...]: + assert isinstance(host, str) + parts = (self._scheme, host, handler, None, None, None) + url = urllib.parse.urlunparse(parts) + try: + headers = {"Content-Type": "text/xml"} + response = self._session.post( + url, + data=request_body, + headers=headers, + stream=True, + ) + raise_for_status(response) + self.verbose = verbose + return self.parse_response(response.raw) + except NetworkConnectionError as exc: + assert exc.response + logger.critical( + "HTTP error %s while getting %s", + exc.response.status_code, + url, + ) + raise diff --git a/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..d21217d81004c086f83b7993ae1163ec62ed2389 GIT binary patch literal 214 zcmZ9GO$x#=5QP(~AVLq~!Vb1u@d$c^khZ}N=8q(;^dufZJd4Nh1kznsCJQ${m~Y-Z z-eO*Pz9CWP>Vav$6aFAoKtdYp`SJjIN4(2_A#kS>9avMR>4ifuRn^baR=K<+?6RWw_){Y6`Dk-8|_ zbMA0R%FzP*qa*0feVlvloqNyu&UY{Wp`pP^;JI?@qs03ig#0rWjK^Nd>^|iPxl2S6 zAtEQ5l3av?w>fD_nIq;DAK_D$h$Ur>SW~u$EoG0`Q;vv(Ls>rQOt~U1mbWC`sfI`c z%UhF;DNn?c@ z$yF)!vQitA&8)SL$y%gdELCLsD|LN!bpz0^UmB=L9D-7hbf{7~EP7aZP%qDzMDM$N zBw;l*a?f2^(+wRj}E zOJ*eLbwZO|UlYef_2Ylm`p(G=`lI{bPpnGj=2B9j&}GlD2(rL-ue z;|WQ|ayAyf8Jm@4=fB}vP6ut8eIk}j#%?4fjh{@!6^*}~kQL229ZN~#wS_Fy+plC% zT`Z}YuS$w$VYNX{bG;_LwUD4vN=hqG^jwx^WAVkSSt*{FNk}wk(i*2TGzIfnl0?*} zHN|7;Oga%~Rnat5LB9sQ-|G^UVHBtcreZgxs0h=bi5m+zbaW;|qlvVvz*M7j�}l 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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..a412df97856b67470193e2c8975f7bc4c3eaa243 GIT binary patch literal 10134 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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..dbbaa5c4caf3acf99a8c3833ce1f91cd37bd7f35 GIT binary patch literal 25764 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 Gp8p5!E1`w} literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..772451b7e7643433ce0ba652afd5bfd1e53b7224 GIT binary patch literal 220 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 D$9C1n 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..778cc8484b32689e7135ba606ded90bf27801a4a GIT binary patch literal 1897 zcmZ`)&2Jk;6rb4-ukCpA(Nt-q6tbcv!ASAarlk^U3m8g@fHsQTLw#ATJ(GCT{nE@j zZh`|9;y@)t#R(1^dPAuF1E8FmQzb5`QmNGnq)Mm03K!n2y$-F)M46d4@6DUv zzW002zvy}%!8kwtz4Mid(C

N4C4!YQW|jL{JqGOe7aqF|4vHd2&_8;!JTBPpzuS zUUf5`R@J<0HJiv8H|OQ6`DCxTeO{qjfPI##Bu8bEr#k7Q`h1oYK3A&!%TiHaIrb5a zY+^^Yu|R#w?8pgx!wnXkx-lOxg9lAkrv`C&#GG1FXn86BhX8x7h~trR({V}Ju3x4; zIU59*-?3enGSCbrnlt{A!vf!p+V&0-x!) zJkBs0HJM+RyYUu_2LD3dn#Usc5zL(-GH^@2DRrb(xh*et_o;$xH+9ZHGy%77OT%KWL+-~#Ybx$O8P9$avP8nANN@@yXnMOF^YG8)>f zgQZ&?uY}7$*F~UMDGEHd2(%jrfn0FG>T>H`F~>w1$4Y2N4JNW45Ahz&tqzG}BTT$g zD}`b~p;;Zywi=YWOz?l3Ph-u1`};cMeU??6bI?rQ~6 zx{f~|SmIQrqSm-TDPkzb?#E^$@Tlq8QAEUN#IXt09- zPH>gqhUqHW?neg>uNU9Ad*S}b+|~1shF^LxJb7<;^6H0=a{Hd3oLa%#S+s9zeQIuF zsPaYTp}zltK5aSTi|d1P|7^Hn0EP_0ROue%9HX>xICu*JoNS{<&K^O`Oc|ac~o1==;dK;ZCDliQ5j6u z#?Ahab5GC%?b;p;NeYCz}ZOti50Kw^;w zztn4mOcC1Ar?vD-orXzI{}1P0eA)(jzROE{H16>F;PZ?kXv2bLohp#wCnHJb4`>VC zMr;hG-Rwyy#HLG6vk4GIm*i(*f^cH|M8a6v${?J7j7~pB$95zcOMhh%p25GN*EcgG e_}IgN@l9E*ufEk;KRB1HkJRk83g_%)aP}{MItvT{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..5d57ee9eaa7b9cecc849629718fa2166dda64ae7 GIT binary patch literal 1931 zcmZ`)-EUMy6rZ`DyW71jv{)L7_C~OEjqC-AkdT79ibYf)6cgE(o4Y&H?k)E#b7#A> z*(xzSNMb^K(gz=SGY0+ujEM<-BJl+R3FJl-62pUU#n#l+7th??yL<#^vomu(=FFLM ze&^g@4WocyoSOW>T~QJGLlD`>bvJ7b*nEo!sv?4kO6i@Nhs+#Uq zPxJMv?&qqxl-9hwU#J$+z3%n-#cC1uIjWL8l}Ujbq>mc2Ia0i&RQngDlCgB)6UrUp zaL1gZ0c8$%!@%^yIk#@khRlq^CaY7ExG`sLttq5&x$viO_GAes!J zO2F7CYX;z)-Ew)ujw3fEd^qaNQ4kwvsUN-XGFs;$TTJpb;gn5-g+#A)TuXEU&vd;w z(HP}T7S!c#yv3r!U(jo_Sj3*g+!-PR*X3(chgz1~@_cunX^3@MX`{CgMjUe58AQ3( zwXv+W@w~AA+-R$rhB%o=pp}141<3XjJ6awQP5d%%Ag|BSyg#$>A}{B+X3{5XTlu1A zZwBo`JjJJw??!BJS?5Nk+m^2PJZ|e>N<>@MKi6Bhg)YeFPz&!u`%sKq5=Q6XJs5p` z>VNn%9ezn)^16wprk_Eu8N0z8koATWxUnCbgvNEi9VMn4n5U1OHV+=$TP_q#7-!Nv z#wKsj47#A!Get5ulvC}c0Y4;^1$#1uvw%nCyc>{Y%bXY10F{fj?*srSvh?O@Mk9v_ zUnp_8Q}dqk@%3mCa61oJEA!CzN`SwC2v7zm?Jmepmhw#0bD~5JZ!nSmWNX~RyWK%^ zvMWljp?2nz4Haj1!P~u;2~06fSdhXvQRYK8DCL;I3KPj+l?rBx3JgvVNd zBC|ZVW<`s<5eAdxefzE0<#bOsBC!>@k!8C9huAxw6-M0_6IvZLFI zsGV_pA!0khU4i8I7nm-h^?tN{_wCZ*TW9YLpSgJI;n1u1hbHa}OQiU% zdJYZlc~CsOCQE~bue4PS^}lrA7{6nTUtPFslpiA{KZ92#*_go(#>VfDowzf0;?~sN zvCqCKZm2@GF_4sy}ai_lR=S$N_!xNWLY%eSp;q?lrGZ4ZZ4%aPn{5Mg$tVQ8Y(rj1$RL(o zsM-za%`p>AF4>-HWGN~4nk7?&bmUnny-=r7+V!78;w#VUz*oVG%TMs#0sPJvDRF4j z0(_nFkl~|}CiF+N26rPi3e#q83QD!<(W7h}NYO{*<1j%uF@7vztgLAW7apObkI;b) sNygIOIfSS2@95yFHi8d47#LfX#rnoOo%N%W>H1L3t*gLiuYs}u0QSunH2?qr literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..1fdb4c96761283607d618b49763d03d3b4a40841 GIT binary patch literal 3082 zcmaJ@O>7&-6`olx$z5{!XG*dx%hp0P;6GaBWmU4 zE<3xlB9;nNw?GoWfYTlt6-80!lomG7_S75-)Yhp$FLIUE#5M*})IH=zM{3=wm%dqY z*ODQ03BH+m@6DUP@0&M⩔VCzKf?nHhwH1^mo<>KB-sP`W;k0L^`S<9qXKlE7&i& z3I}DxjMVrFkC}}(qqSHi=GUWUye3qHnphEQiAuuP#mr<)sz`o4Zl-GKO4_drW~P>{ zWHI6p!Hc881fG=Sz%ATuRr0z>`t$_po9Ff95BN&IE)iZ&fi4aI3>na~J-ejmzfI~)ukrXEk398f^ zq*lLRP@=guUG_vhti~t=qL$X%NPjzHAS3YK`U+@2L~dwXAv(0HAHSFk{GOCgX1Oa~XkH9J9cmC-%861;OKN$BUZ)V2JAp#L}H5!(E{4c)W;7EH4Iluc@xb*Hw4H z;}>niDnuyTNDt3@;yhr_Qfq)uh6`DicdnHd>>4RSA6F0Ll6I<8W1?Xh?x~Wg&MCyw zY~8S`rK`lcS~88fQhnK7u&vX@lc!3K;ga#Xs$Eg5#3|K{dI@ms5^AYt2?*5Xqf?q= z{3_LYR8_jHEY_F3v@#Fd9pay|gXxFA^Dc;0^lo=D-hfn?`JN?0Tetqe; zmETnEB>#M7>PNYa?DXnuApVx@`z$@OF?A z2+VEi{C%l>PXeb+X?iQdWfC34iHU6iN$DFezW?Hl$@eGM#GB`Sap|MU&EyLk{0sm2 zvLEGUu)}WBwSjV${}m6y6aCe|zFhTEK8Kb1vf^)gqI=IM{t+3D4VMMcy|@nRHcUs` zO(nRKy9BLw2@1{bx5$p?sZR$Yw)k5;3r21jN$2#)Z9ahVBBT9N-%4~B>2NFBirkI{ zkyc_YbOu4ZkZyV`AlDhR5*Lx13c|HwK%96hep|T3cXb$vNKdd|Fh1P*Pqp2A*gqOX zo<+xzn-26R5IwLWxVfO+;%|$AXG^%o>4_EL9bpN``F7+@w1khNlgPnKK-o88<``X{ z*k8Z@$X(w;vT60MWg-Wtlp7A9T=q{CpgBILIz*RsGOxmo3tk!!)^KW&Hxj@e`LciM zI>2KRq#ke&gN5ub`rge`mm8L~JH9-|AT#ldQ;>t(-_KY*GRe<4O$qok9^6826gZE+ z0%Y;BRnwk>{IIOlR10{ggGCBr_}EKZw$gA2RW#e0H>%Ae-=w6jQZ{@z!LeYWh2~(F z(Baa<2|?P6XiK^$X?6|9(iNRJnimg}BIK#wY{B3|e5R1_Vvv2SgnCh(%r&Z%k%#s% z!5~i=b|}jNlwp;!T;Y?xAkraLKg`516Gxah$^?5icsxsu^jTJo5|(})7KNRJ|ItBa z$@LxqL=QdLl9VCjg_>*df6H=hg zjO+W9Qq$$Nwcpa|a$rnaAS@>$W|Fq@lIvH!AHKDbz5L%!gz0u3=UC6~2s`@(*l}KhRsCKnk4Ek$ad{wmHas6-{eAY*!PYK=KFn z5#$}+*EM`9`QY+~_j7XL1;zN`W6~3=#GUFwRZtX`8Wn|(v1LWzmFR=ge%>o7xsDI!B+yW9`gHCj#Z? o`GHOp%1#XB`Z{q|6Hq4K5m_yP(z#BO)g%-Xw^LA~6ELa&0hjqP&;S4c 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..9a62f3ce8051574898b602de979cccbf587d4b2c GIT binary patch literal 1701 zcmZuxO^g&p6t3!@nd$jse^_u9f{n|r3@+2c23ZM`xC&8X7J^=O64L3NuAS+j|E#KE zn9ZPQj9C&5M@WnbH)G(y!J`+rdRYR=u8k%n%E8;{l91rVS3TRaXsk}ZdavHASMTSm z`l(RJA{b|8zH??2gnko3GIE>D#wWmBM>evti>mz@S24(vD|vEN#$ru&6;G|IF|W8O zFI`PzBq4&DLy5z!nP|6gU#ezpmE`OcQSCI$8Td6KlUxbZOIbVng;LFTa5?vfFrP2u zD03#{PT*TE@H^&Oj%&|ZwF|_z-wT2Z?^v!&C}?)kmhTg4wjJIuS?I)qM;No}BvO3K zBT;&>zb_i`2)AsDTc+($QsV*bL@FmE^ek1{np%75{n}UBe2o7bP3m$ zyV7knIp?x!WAP<2oLfvR|F130(L}p7cjZq9{ysz#=n!JKEn&0(F<|sn`I5YV+IRx- z7)WB@K154!(!fQtFklCao$8{ks1{HMw^83yIlcUK+*UpCiT=LNIP~-!`M3qW@rcj$ z7IXZ%&KpEOd-AM)6O^i{Br4C!nosG0(bfVBggbfwmce#Dgx>suoO^z zd05{cb|9Q4fT_X*&n=fR%|PzUyH8n;OYDBc|K2sp%GoI82K73jk!q90R-FovM8mAL zxS5;TM|G5oGdANRBkkm+8j0^jq!LO48c6|*6p?tOGy}&kr>MXz6_ARRiZUb4#)!kHgq>*Qh3w3bgwSI8 z5(JiqpZx&j3hHe~`8}(-@~Tn>+LH?E_Fpo^Yx%4B)v?#_Og_xa{ysdtUfg?g-_0GX zug!qm-+4+@n(k)jpXOZr-A`hID8eQ0cb;z&ebW}L)Aq2hWT+}qNlGIkAeI zmn%wM3HX>3uO#vb0f`8s>GtT*^${m;3L%$ISu)lv110KJ>qO0VtO>Jp4!hRto_Fqu={T79DL#MOrqp()U`r3F zxh^J!y3NW3TD1eFf+;npupe{H3ijj0@DRVff|+TV%q&lvBw%}UwCh=Un(mBN*T<&x z(b|dcq5;GL6!G;zM6z?rQ<10FcSSQxX`-fbbM;OHbOt<{Q$AES`qcn0xx6ma(Rt|% zstW^XAEH8CYOGnvCT2ei5T$!A*57a` z12~<=AJhN|73?y-#sQ_XGS*KWJ*AJ1?$wJNfO?g9C4f^dnbe`34q!s{s>#Ya^YnTd zV@J0qby_QNwaJ>}G=iNhr=Nt=NZqD*SP$Vv^%Gz{7o2orw(B)aneCb!^7CaUg;L$XoH^;n+lg$c*V`KLC5z}=&w(9iSt|6)yamlPv z9E28zv|10kU|Z$y7V)F$wK51;pO1Vm=KTn>e2Hh98|n7deo2cOZ8*Zp6zDigx3X0aKhsw z9Eeb*L9zSE;Mxm8bqknsRh}GZD;JHjSHVWbWXy_ay|mw`a8h$^w%>5fVgb7)&w{{= z8SKs&j$JgW4OaHtk=(xh2DKS}p$d-%ydl)6+Et@qy9^U}m<+FqNsuvW1d$n`D^Yy8 zYQygcL;mjq=>{h?==2eg3#iqBwEl%ub|IDp+7h?Q9S;(jtJ)Q9p>yxILw6Hnzqbu9 zW(IG(cjMT?p2G{;_>v^HCod~41!X$#rFY#<@47K_C!KqQ(rRx@)Y83+eS`P1xvE92MY>$7)Kdlq7Q{$AdOI(9rp z@pSKl&0DW&pKC2q=p1|4v3;?lb6J(!+Ltu6z4u8Ex5JJ7)6zh9w?3U-d zW3V{i&*k&GWiB648nYdmTL*H8Y;_8=<00S^g#dVk0^tvk zFHuH<y`!FhbtDdRuWmOCW7iOXag9QZkoI7tb!I JfFlE7;a?y%4_^QP 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..0698f63b04c339d31d148b9cf40571dbeda6fa48 GIT binary patch literal 3946 zcmb_fU2NOP5nhTSMN+@EB>&}-(sArqO(G?Be%&C&`H~cETnE>n1yBg457v!++`q*kt0bqu^(Dcsca zM7QcS%QOv=pVnYXetuThjeG%@2xy5H3x<&=_30Wmi#j20a>m4!f|W0tl}e$iF*!H# z8W(GEX5FgQEmy>_1g;hXzNJ{tLrmD^ZOKg3flUmg7`{reYFx4B})oXKe;8pvZ7HI8@2sWn$ zm^=qFfxC}B^m(?gjMzAOl^IEG8bU2seXGGus6eTPSt^yQrEDYlmTyKC%w4bORf~+N zuQ;WVYJK-jIHpdTRlRX^|JNVaiLRbFaZAV3CQz2Cl38>9-9}=cppp?WJ-sW^m38cP zlyvLL%#2>N%D40h{g!UHq2{Js;qsO7AAZM`^r}YY%hqfrh-H|IDd=`@TGL6<4O;qb ziv(dnh4$)axmmNK=fFKIt<}#LM{*U~)vIM|Bxe++^Ln*tYHEggdk=fHn)fx0uvP1nnYmh)ZJ&`X8lLbkTx zruR7~)=Ay4a2ISa0uT8Bx+S!upw!WIdnu;>b9!_tBPc2>kTe#PeA{&XJ zO=)O3=p|4jv2<-Gj+Dd`xqnmc-;xJ@UHYiE+<_aD3_73)l~Gg=(Rq6IZhIN-eLI zu^XfxihG@!(hM#?0-$^iTmU-ctj5hzxqZ!UJMW@k3szgR&D+68O&BqU7WTk}Ui!Xf z3oQ_EXdz&=VX_Najc1TLs|CM$A0XLW@Bg&;sBZ1% z1_Ib#`T+}6sx_;twSqNE0Yz!%W&mQw&|5Nb0WYY`2UWN*fRTw8vW-&{%oCdf=1g-U zMf`jHcu_54y??n4Ja>_pMz z>X~1Cf9cAf!wDz;)|1$^&DgcyU*3wnz05mOcsqV%{U;w^+KP{FO5@A?Qz>>Qwh~(< z+tL9ip8PDNET8#hWA)8n{L~9_(cC|k#LCcWYPG(l9P~m+j(8Gu|3$}V;pm-nE9dT9 zT)DU=tq(rr9t>}Vk8K2x;cnQU8)d06Ut7pCdnm-Ly*biv4*EV~jn>L0bm z3e-uoVmtMKHX42zg5TedU`Qf%&=wwZk7yu;wkT==8$sgZA@PN*HlFQJ3w>wMqGUCt z5t78Z$b9IXTpsS#%UH|SgKcP&H-#TQ;%9_K%(eB z?0fU!Cajx)B6#Fw8KR+RLrQPUZnNXOx-a2NMU8w>!1$Lmx+E{^-Chc@_LqO z%J6s?4u~_*xp7FZR=LWO9d)=yl5Le@+h2jkltx$`W-bb;FVpC~ygOw#D2=Iuq;bH{ zuWCzJ-BaknvPrrkU!2$6P_sC61s!7(H{Q5ffas$6Cx3nMK{A;UzBV>w!k9Wgrhef^ z89~#h>m^KG)s?T@F6s<95RS^#GMU9WD%ej4Lk1L~aAX!NG7&%M4AJ4Ev}@Z4f0Ifp zehEOURX0L+pNCXRpmxAnIxPD26WeD?mV%kkltJ&W)%@Vqxi@0@*N)GFa@ Generator[None, None, None]: + target = os.environ + + # Save values from the target and change them. + non_existent_marker = object() + saved_values: Dict[str, Union[object, str]] = {} + for name, new_value in changes.items(): + try: + saved_values[name] = target[name] + except KeyError: + saved_values[name] = non_existent_marker + target[name] = new_value + + try: + yield + finally: + # Restore original values in the target. + for name, original_value in saved_values.items(): + if original_value is non_existent_marker: + del target[name] + else: + assert isinstance(original_value, str) # for mypy + target[name] = original_value + + +@contextlib.contextmanager +def get_build_tracker() -> Generator["BuildTracker", None, None]: + root = os.environ.get("PIP_BUILD_TRACKER") + with contextlib.ExitStack() as ctx: + if root is None: + root = ctx.enter_context(TempDirectory(kind="build-tracker")).path + ctx.enter_context(update_env_context_manager(PIP_BUILD_TRACKER=root)) + logger.debug("Initialized build tracking at %s", root) + + with BuildTracker(root) as tracker: + yield tracker + + +class TrackerId(str): + """Uniquely identifying string provided to the build tracker.""" + + +class BuildTracker: + """Ensure that an sdist cannot request itself as a setup requirement. + + When an sdist is prepared, it identifies its setup requirements in the + context of ``BuildTracker.track()``. If a requirement shows up recursively, this + raises an exception. + + This stops fork bombs embedded in malicious packages.""" + + def __init__(self, root: str) -> None: + self._root = root + self._entries: Dict[TrackerId, InstallRequirement] = {} + logger.debug("Created build tracker: %s", self._root) + + def __enter__(self) -> "BuildTracker": + logger.debug("Entered build tracker: %s", self._root) + return self + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + self.cleanup() + + def _entry_path(self, key: TrackerId) -> str: + hashed = hashlib.sha224(key.encode()).hexdigest() + return os.path.join(self._root, hashed) + + def add(self, req: InstallRequirement, key: TrackerId) -> None: + """Add an InstallRequirement to build tracking.""" + + # Get the file to write information about this requirement. + entry_path = self._entry_path(key) + + # Try reading from the file. If it exists and can be read from, a build + # is already in progress, so a LookupError is raised. + try: + with open(entry_path) as fp: + contents = fp.read() + except FileNotFoundError: + pass + else: + message = "{} is already being built: {}".format(req.link, contents) + raise LookupError(message) + + # If we're here, req should really not be building already. + assert key not in self._entries + + # Start tracking this requirement. + with open(entry_path, "w", encoding="utf-8") as fp: + fp.write(str(req)) + self._entries[key] = req + + logger.debug("Added %s to build tracker %r", req, self._root) + + def remove(self, req: InstallRequirement, key: TrackerId) -> None: + """Remove an InstallRequirement from build tracking.""" + + # Delete the created file and the corresponding entry. + os.unlink(self._entry_path(key)) + del self._entries[key] + + logger.debug("Removed %s from build tracker %r", req, self._root) + + def cleanup(self) -> None: + for key, req in list(self._entries.items()): + self.remove(req, key) + + logger.debug("Removed build tracker: %r", self._root) + + @contextlib.contextmanager + def track(self, req: InstallRequirement, key: str) -> Generator[None, None, None]: + """Ensure that `key` cannot install itself as a setup requirement. + + :raises LookupError: If `key` was already provided in a parent invocation of + the context introduced by this method.""" + tracker_id = TrackerId(key) + self.add(req, tracker_id) + yield + self.remove(req, tracker_id) diff --git a/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..90c6a58 --- /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="24.1", + ) + for dep in package_details.dependencies: + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"{project_name} {package_details.version} " + f"has a non-standard dependency specifier {dep}." + ), + replacement=( + f"to upgrade to a newer version of {project_name} " + f"or contact the author to suggest that they " + f"release a version with a conforming dependency specifiers" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/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..23a3a741e39368c1b0b2bd8d49a41b0262cd9f0d GIT binary patch literal 283 zcmXv~F-`+95IlznqDc9J+emOL?pl;GCG<3wb6zDYe70q8f)0sy@C3wL_yH{+K%`5B zEpk)L&T6IE+5KEB=2gZ+`%Z1H-=!HL&f+-B;;k~(V>O87~6 zm*f&_Ysqb8(A|^XVyfr&OYwE3l<}QXAJwr~o?c<+dxTyyn~|Tp2KqvKN8Etb8-=d( zCcD7_-2p6ZAPl_ouB~qyNW^$Eu7N-S6gkG|v;`k9Y9{XzoHK#SQ(~p+Fq~$0|KV5h WGN&n5rt*ZJ3n9esM2Kme=JpR$UsP%U 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..9fccedf8ec46f88f103ddda76d849db8ed439ae6 GIT binary patch literal 1834 zcmZuxO>Epm6dwPsz5huzU7D8GrHx<_S*vM56+)mOIG{GIL{D7~uGgMy-1?6hJLyJ? zRHRB!!J(YmD<_1~144p(&s;!7Vl|?oQsKbORf8hs#2b5)K-9OI=kL9loj3E|_vWWs zt&Bh}o%zNS6@;E}V^>-e@a#tbcae*F$Q4}C7kUDGC0`7ro)pMES>S%zR|2)C=2-Dd zf!5PNQ*q%eZ+MOjpO!1eNzt1y8wE z+;nR&>VO+qb(?^vTydr4PT!Jy(?hW{v+>RaJg}Xifn6`L`#v_jkS4b8+ld#2Moc0H zQ~H|Wb#d3YN^z3L-FRrYcn$kee6?Hto1f=mM`YTinE%E0nRXd}oZ`^I9f399O+DXz zKV0)j6b3jiuQi?4Y#G+n;nH<{OnQw2!Lo2qERi=3~f(v4o>3x1Y3x{j$ za2m$8a~-=DjZ)%Z%k>C$l86kMO5olkbc)m?qyx}kNHCr;Pd5jdpq z-+rWn_E0&AP9rL;ivqd=dkN^v=^N4&v@RU<50%2-Q8zyNpkRby8$3bwfOBM@FG1u2 zHI^fq7*Mg4*O&sru$a36DDblCL_uJOF7S#vOmf!UiyeijK)wMc zO!h(u#M4c9_6aX*r<}(;5QEhCe4VQXS52;_Krxv!mGTquTNbi&%j9%413O9FUA^us zngLg7=p~D$Z})+DPUOP<%{Abl>3e;%xXGFB=|z(>cwv%rYQ|n{T3(o70!?N{F(!GB zQghO==57mHe%{iMOxB#tS-W%O2pp4Nf(}95L|ey@Qu*xsr{{lep8oFaukyJ+D=&|= z*>QV*+&(^T%#LeQ<3lI6YNe`r^S!NURBnB7^eIx6`nY!JDN^+M@6{vYW^4T78{^i( zKP9D5wahLtSKjU3BjC0;Se6jPI73}3=oPh?Q64XNqwrKY>r(}Xt~JM#b8H1T}eootpD zot=8#ihZhD`Gz@3*s

xnktZ#p#@A`e1Kqj_mIh3sCha3$!hjJY1+GIBh%wXa zgAs!yPdw5@91+sE&+;i)0TZP8o}Z;ggwlQ%`8fiolYZ(vag;K3iK@W>(+*i>u z3f6?5pVPGTMgFOb;200tp=50Yb5M_hZ=KH&8_S@-STrKa;L9?D;9w21i$2Sl9iZZx zDUozA`kV@yVzrbF5Rh$JKw+%XIN{7sZ4MK*NFkV?sj zT;%@rRol%29APzd`zfuQRzO<-%%Dh`e6X4{*d0B9UN#}6XW2GM#ibiC#+5Xt8PZ^| z5QGF7KI1!$-Ly9HM0}PO9Ye<$MVLuoRQcLBU^Lj#4lN<}rePA%=aTUZY1aoA`?O_dC5@%!CkXtQ~>CJ~nG(!(mn9hJES$wZ%HvikV#sMi6~lWzu94 zi8iZ2HfPYVu*sB&#;H!SS9Axon$Ik z1LAGyo1kbV;A$hbDp}~6$A_M1oDH>6NQ-g|3lr1Vw#1e%6B##98jvK@Bz+xei@Yf` zeUAM13zU-G4rUbT=OCVhdX-RbHhOq7bmUQ>^3BVum-FF^Om5+oFwY_#O1R^x#~Cay zlyOxxcQSVltvnA~N1!(6Z(R2`uK9EPUWMPA;}5U%haXkd-|NdY>`@x_xq7toDH08q4^>FllEIV+n0L#bWE&riy7vA~6IdqJM(z+gMg)t@< z7*PTv4=!&8PUWjw?;Kz2%tpGif$oCS<>L!(u7b~nhm`Qp1AlJsDP`}ejqvG$iwo8l z%DG_Ey-YUH@q}{+FWU0qrY8=HY*q2Osy?NvFB|TA;-VCS(wqy^%&dJY*K=6G|M1}_ z9+u~2c{F`bd@P|1y}uiJEA+(AJ~0^7rTkoYj}qQ<|He2e6fA!n=E6;E;QN%oz6X7q zffHM7;CVLZ{A4ClFqfP9lstG}X9-xJ3Bx9lM6CUP4@^Vd)42YIq=K z!(5_ks{?UA-E+4GO1>2Qi``Xlca3CM4 z-HO!aBE3qaH`{+~J#s7?IF^kZ%SUQ*kxnJjxgI%i-|>_3cgnMY1JYLj(|Y;^MZl2U-nVjFyx=f*oI`mIPjdj>Y{Z*8tkb$9HfpppK=sw<5Q6Z7k|! zmH{=O;cYN>vFi(@&S54kX3+|3tN@6B&gw|Nk524ZjA~NW5tSglomp z`Tz?i?*JFB%7xn2Lv3qUb6ulK*J!Tm^m^Cnd`Hj9+06i*f)&RH-a0nfYPsH&-k}|n z?*u@$_x~8+KX>xs0)^=}CzQ=93$WJ-!mj6CeX`kZcJIo>r%dp;8SiIvq)Mcln)zZr z+^S5NtgdO$vMM820E#I%7E1_r{fs&moEVRVDo1XCI>piz%gO<4$tJkoa~pO7jP_s9 zcZhwa8VVYJ2RSt@crwH;vByYzqsJ5iz42;H{aNPK1eST{YU->fZCUw70yDICHaQOm*p* zBM}a4tO-mL$}~5oT~Gj5JJI@R1bCX5Bj?4;#2|lqcEN@=?h|jG3Y(arHMRAXQ6Ak`S3)g-<4KK(qz} zA1Cnw21jxyW=pNL%cjn3P=e5#fPgwcRb&!V7kJ3P@H?AaKuHL3NH<&z=H~Ua(#Akm zntl@!Iy}om>Y>Ghu*#%AssQo2% zK=}+`Ehher^DM4)FOEqd{hCRzsS(Gcg%sJie@%hyMWQRkKR3QtVXZD@BiM< zuVusio8e~*Rh%!F^R_GA_O%n6-eJJ{Kd4~!W3boN@OKJU zYi5-99nEKkx%Y>CXT6U1k9!gR!ec{dO~MKoJ|kf|slccC6bZ;OF>qF#goSkk{uo7H zV8@aJgbOBSE4?~1Ut1Bh0hqPR%x;(wFne~oL$T}vcj6!m!jkLz+z*^EOq-q?md0k& zE&+1m1Y77FTMQhVC7l%0E1Xz7cMX^Z$U;ca76zhBYR8k#lwpUZgQR0DA_Q@MAwEkc zS=|-z2*21+_G0lUUI)UQ(#ss-VIpLEop!kNuPC4mulm44YGBl$_QuAi)6A3x5^0;G zo+5iHy+M`AufxIxXCb|}8YH-PQ$6@M%2P5K`E_wvGa}Z+b{{I{fxg&UWS=Yxyh100 zIu3@mvL;u#N2%O%e`KR_XvLGSZ~kH9+l{&UQKf$L!NkLZ8}(;b%0CP>;}k%aVOv}Y zwXZnA3BP&b^%ME(`doF7Qr)v&efa)~mGgx%TSZ5{V_&v?xWL&)`t$w6_Yc7uSTS1g zal!D@Fc*xxIkq}>Z)7vjiet6n|11|wY!We8+h51t#4fg32@$Wlt;$C$Ytz!9^B!yNC3;a0CROF?)mX262+? z9uT9##FvrB2bE$h0Lv<&;6?5QWNwfFNyQi7|3F+PKrzm2Kv(q=hi8yNhIlkRyU8aM zxhUd(NONh}BA85OaB%!}+-f1cxz1J5We}ZZOBc1$79wwNw4~>kCJpx!azkMKijflo z)cU}Q*Q9w^A~d}*88?W3(^SIDwXq*#V^$Bd?<|>d(P9!)7Ej)aFW|z|d?K0QlWF2} z7y32raM6ogZw}MThGN1ZwJCYI7+y2Xe}r{`oGfnxsY^iBI*T|@%%zmR1&8+}I!Z82 zK&gbx6u6>1$e*8=FbFA?mN2j#z2&jG@SLIR30eJZQ!hBOz4a#Q`wt{E*hepx08Q`#xE zADI#wmx*Xw(Q-o2W^16imqx=3w)Dq1OPZtLX~dYgOPfqzOigFZK*L=TIUvRfD)QFqMG)gAo(83|@>f#*PYVoz^YAWf|53c%f2{RJT@14H_$j4uZ_K0V>AL z{AgZ6T=kcCV+0 zP-+h3E2{3+y;Ya5Z~9@~+jWl`d%u6O;NfZyZgbAsvK2pAyFe|u9zt>a-0E}L`U4OB zxkDF~Ll-v#m&h6C_Ui3>Be}+Y1^+|+4;pj(F0AjnkRKZU$?bP;-*Ie)`}3g&C@GXs zTQ)S1?;Of?9#A?D+;MymZhPwGx(?^7YVTfr>*9m2v{C748%XfC(E^92M`YW)9U_TI%T(*w5_n-z)tw&wK9&G@u(rD2f- zgM3-mmYP1NFP8d_BIAkPa5G=1?_in-%);)+l7TceDe%4IEOj7_=)VQYMQIDtY0TN@ z>3XDZqMij|g+3KVd9cB_R*Vv+{-Zbs&Sj_8>t>rw&2cEFsc zuaiM=Y7X|`&Eryn)G5px6MQ|aYDGLNokHJKC*kA8V>{Z_ zE!n1E%=Z#C8yL`ODPeIv8fDnFQuT_k1(U^=c}A;EdJkeo@(y{H3Bhkt6%H>7wMDH54Q}d7j{G@YBRKb19?$bDV8OP-;g=F zsJWo7i)9pQK_&r@O|yo3gE2BDvMWYF+KV+s)LWYV9|`mJBLL=wsU`I0vDYE_*4{n- z*702AxDq-3aAG5JCL1_|+%QDsRwdM$4fSNbJqQ`f-K*5>eGu8G8C~&j`O7uCnhD{A z5;^fu{`uvN$dzp13NRlD%8iP*@!nbT(hf!5TwYzyg$^pAgAW}WAvkM8m?q_K=X$6! z9|+|FWEEL+=J;WSAKna%m`!YirY=(!J`gz6w)W=oSlDMC*dJ(uBm#kpS z!z5H0;*A6IZ9F6z)A#l-5x&N~W_!*4n(r>RYRSaQ0i;{tGs!*$+$`8u?L~F|s-;`w zs_81X>?pa`>Og4=Aswj}B6?9EvB8V{b)VoUispi|c$u{*sE{9_;1b-E?iJsPeZ__= zP)@<~Y5-SjO?+yIJENS9TeVqfl`(b;d}-iWxgGfy*iy4BVI<@tyz5!Tj0x`dyoP{< zmN_ddDgR%evnG)j9m|0Ms-0Me*Sx%oYkoQWxXwq z?u%z(5opOA6&yNeMs{@xpG)Rl0gM?U>$2Al#nBQR@ZJj)SKy6uCnw;_pHO1WSoP8U zgnh8q+=8m=tJtsDH%Qa2d`E+ex36fli8l#a2|kC93W!mOxK*O+rHeU4$Ka1)cpZI~ zWHPlqB$^V}HiJf9gYvW+W7F=1x$&bGXqdTVu=`$PJJf@u>Y&rN{Z9z~$O)X|vvQfv znAmE`oYPg0F++n_9FTy(OJ<1Ao3}Zu2B%D;P()~*X1V^ zpGKgDFs+9EnFuw5r3UG$0kj0M_!NG5LJg8j4U#lxI@L$QB^8#X*9p*d3P=tr@oISm zk4At!R2hXAyNje3QmAn`Vel9eo8=ROdO0_yQ2rL6eZpvQYe%kSztXb*r&k}={Q1{@ zKDg2H!pigcmi}DJKBZ+JqJ2ZTz6(m<1vvZDe|`v;n?Te0FWR;_SARJ!53GFY-f<#u ztv@=>NZf#e>jh~gd?FWqMhQRj^VDYeT0T&n3p6Q#rhDJ`AkfF;5Zut9iCt{dcP(*h z%<-sHzX2DtF6mQS|6&*1s_>tDewa!FKMzAcxxvJFtroec0VYj*w1FA&&5MfKeM5-r=Hnz5&?TD!%@;Jh58u}G&m6>Y*Tk7*v{3Zpa)GH0sC(Wp|gg~vr zl}st7_fLSagZWYss+0CnKt8W(1uJCwV6wYD8W+Y^o2@(10_oqg($GK2_7ppC|%RdsM_924bVt3SWfdYR@KL}HLuH%H#apE`3 z<0QZh?OX8`oaMg$Ke=4s@cK`OetGt1$654O*FL5c7Jtff<#m7f^~YSB?^$vss_Mu^ zhLyT;33^+;bn(gqic^+@lds)oDIz4cta?r6TQ@rT~Gy=yJGwgXDrfsML@V8W_vNV@KO zR8@PgJXbfM)D3J@4gNIp;972UOc@>97`?Kw?**mm1^C)@Rc4vA&F_O#R7K653j})X zt+9OF$$VYY4})(9=@oc8kgsd~jn7qGQ*fXd)Y&})1m2me+o#m++o&Tyu%F5gPvnkX zQI1~OIH-f~0r(C~fpJi?qZcR^3#}fyQS?pnrr3e;iO*-eCMkx%YdT(YzUI11 zJe;F=3(?>ZUUv$%qFc9Mrz_(tjuq#Mi*awxR|BuRAP?)59RSV83hx_GL2JQrEZgne zs;l(c#v1`Aw+iVp>RSBuS(rIAhh4)Kqp8r?k1drDPO|6dGF3?d(oy0Us?zw82WiZd}uluQC>%ch%$t7GqV_x z;Y_vaxJhnTR08;a_d_|W4y&6@MKTV8>9SJi0HOs6CMI5AJ{y(~jv__E%a+e>NuEun z0l(A3y<;1Tx}`q=Bn_K8K*2Ox%XE)KaFPEKUaA9_RCTd6R|D*&$;GnjC6QN{haAo* zD4~0vH>s!eU+}%S&qReJvzG3Xn6`~f8fpN0mWU{!Q4mq6@ifQEwUPV%O2>hGxJJKb zM=^31WOVQ9W}uB}8uu%;`yX8W55N0ozpK=qz&Q@K+;MyuuDcicqacoOuw^SyLAt_w zkq-jR8liMD!XlBDMh%p1P}R+TdPc@H(CDPUpkR`MUsCX&DWDO`G;Gj-Q>Qcvpw?Iq zw8Z>pUEnBSKDbI3(?+j$GrA(m0fB zJfJil*l0XNPKNC(mp=?t-TB%Ffj06qY~Ko1tpwP3rN2T0xDG!S<>?MQ`5NO6d|508 z4Fnbv@jxv0&G~pz&+)`!LV6+=lb%OCiFTe;O#y97iBx_PNn@(>dODrdNIkF$_6+%5 zj8QhRo@{p6RZ&T#Pnt1_k^EOF#xy2xQmmE&!imz4DIg(J<1T1BNdFaq8q_bfPl&ib z8Us)AJ4l6hCCBLm_&61%;G2{IS%UlIRqnCf?(#nIa*da4S!Zpbi92xQaeb%jMcY)DTusZp8KpW}@UibQu5q;BXVCyx*Hj3yXgSx?UI?*hm}_h;RIq3z z*Va{tuxJ(6&{C*o(HgF?rBKVFbzDRHTGxHY{j2xAKN?c%hYPGDP@0#O|E7@@dCu11 zY6YFow(M2v_Z1xUb@_Sr-tyIMyYO9j(Z=l=%dm(AFK~E2tlFkm;aOWh3b&0EIC>wtxJ~cE z*KJp9u6i~`ieQZOeFYDTdNFI+a$fPZZTnb)U~hC)=WDwP4!pN~K`rxR7rwLuKwBef zJ0CqO{SU-c5B-J_h>UcFzWfvTfkk*DkSCb-8x1~UCNtRGvUYFTjbE~(;zYu=jm&m9 zI}bieWBb3FZhhkyBW8s(elCdpiW61xQycA;d4_?HuEEHReO4o^AWjndL83usqG4xF zt=pMn{`#U^^xk0?r?vammDDYwW!i5rY3-X}nY~W$qsTlLaOa24xLUKb72_5teaIzHkW|DHRS_AKSe)JBXRh{+NQ_RC2cC zA8{ieaeF?ZBBwsKJCN$-Y@>hAz4#F~jHHja3oLTLtO5AR=H9BTz2~@hb*{LXdsjW!pZ)p3d4tkF9!T={Fp`*|`57FUhy- 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..5ddb848 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py @@ -0,0 +1,598 @@ +"""Dependency Resolution + +The dependency resolution in pip is performed as follows: + +for top-level requirements: + a. only one spec allowed per project, regardless of conflicts or not. + otherwise a "double requirement" exception is raised + b. they override sub-dependency requirements. +for sub-dependencies + a. "first found, wins" (where the order is breadth first) +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import logging +import sys +from collections import defaultdict +from itertools import chain +from typing import DefaultDict, Iterable, List, Optional, Set, Tuple + +from pip._vendor.packaging import specifiers +from pip._vendor.packaging.requirements import Requirement + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import ( + BestVersionAlreadyInstalled, + DistributionNotFound, + HashError, + HashErrors, + InstallationError, + NoneMetadataError, + UnsupportedPythonVersion, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.utils import compatibility_tags +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import normalize_version_info +from pip._internal.utils.packaging import check_requires_python + +logger = logging.getLogger(__name__) + +DiscoveredDependencies = DefaultDict[str, List[InstallRequirement]] + + +def _check_dist_requires_python( + dist: BaseDistribution, + version_info: Tuple[int, int, int], + ignore_requires_python: bool = False, +) -> None: + """ + Check whether the given Python version is compatible with a distribution's + "Requires-Python" value. + + :param version_info: A 3-tuple of ints representing the Python + major-minor-micro version to check. + :param ignore_requires_python: Whether to ignore the "Requires-Python" + value if the given Python version isn't compatible. + + :raises UnsupportedPythonVersion: When the given Python version isn't + compatible. + """ + # This idiosyncratically converts the SpecifierSet to str and let + # check_requires_python then parse it again into SpecifierSet. But this + # is the legacy resolver so I'm just not going to bother refactoring. + try: + requires_python = str(dist.requires_python) + except FileNotFoundError as e: + raise NoneMetadataError(dist, str(e)) + try: + is_compatible = check_requires_python( + requires_python, + version_info=version_info, + ) + except specifiers.InvalidSpecifier as exc: + logger.warning( + "Package %r has an invalid Requires-Python: %s", dist.raw_name, exc + ) + return + + if is_compatible: + return + + version = ".".join(map(str, version_info)) + if ignore_requires_python: + logger.debug( + "Ignoring failed Requires-Python check for package %r: %s not in %r", + dist.raw_name, + version, + requires_python, + ) + return + + raise UnsupportedPythonVersion( + "Package {!r} requires a different Python: {} not in {!r}".format( + dist.raw_name, version, requires_python + ) + ) + + +class Resolver(BaseResolver): + """Resolves which packages need to be installed/uninstalled to perform \ + the requested operation without breaking the requirements of any package. + """ + + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + if py_version_info is None: + py_version_info = sys.version_info[:3] + else: + py_version_info = normalize_version_info(py_version_info) + + self._py_version_info = py_version_info + + self.preparer = preparer + self.finder = finder + self.wheel_cache = wheel_cache + + self.upgrade_strategy = upgrade_strategy + self.force_reinstall = force_reinstall + self.ignore_dependencies = ignore_dependencies + self.ignore_installed = ignore_installed + self.ignore_requires_python = ignore_requires_python + self.use_user_site = use_user_site + self._make_install_req = make_install_req + + self._discovered_dependencies: DiscoveredDependencies = defaultdict(list) + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + """Resolve what operations need to be done + + As a side-effect of this method, the packages (and their dependencies) + are downloaded, unpacked and prepared for installation. This + preparation is done by ``pip.operations.prepare``. + + Once PyPI has static dependency metadata available, it would be + possible to move the preparation to become a step separated from + dependency resolution. + """ + requirement_set = RequirementSet(check_supported_wheels=check_supported_wheels) + for req in root_reqs: + if req.constraint: + check_invalid_constraint_type(req) + self._add_requirement_to_set(requirement_set, req) + + # Actually prepare the files, and collect any exceptions. Most hash + # exceptions cannot be checked ahead of time, because + # _populate_link() needs to be called before we can make decisions + # based on link type. + discovered_reqs: List[InstallRequirement] = [] + hash_errors = HashErrors() + for req in chain(requirement_set.all_requirements, discovered_reqs): + try: + discovered_reqs.extend(self._resolve_one(requirement_set, req)) + except HashError as exc: + exc.req = req + hash_errors.append(exc) + + if hash_errors: + raise hash_errors + + return requirement_set + + def _add_requirement_to_set( + self, + requirement_set: RequirementSet, + install_req: InstallRequirement, + parent_req_name: Optional[str] = None, + extras_requested: Optional[Iterable[str]] = None, + ) -> Tuple[List[InstallRequirement], Optional[InstallRequirement]]: + """Add install_req as a requirement to install. + + :param parent_req_name: The name of the requirement that needed this + added. The name is used because when multiple unnamed requirements + resolve to the same name, we could otherwise end up with dependency + links that point outside the Requirements set. parent_req must + already be added. Note that None implies that this is a user + supplied requirement, vs an inferred one. + :param extras_requested: an iterable of extras used to evaluate the + environment markers. + :return: Additional requirements to scan. That is either [] if + the requirement is not applicable, or [install_req] if the + requirement is applicable and has just been added. + """ + # If the markers do not match, ignore this requirement. + if not install_req.match_markers(extras_requested): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + install_req.name, + install_req.markers, + ) + return [], None + + # If the wheel is not supported, raise an error. + # Should check this after filtering out based on environment markers to + # allow specifying different wheels based on the environment/OS, in a + # single requirements file. + if install_req.link and install_req.link.is_wheel: + wheel = Wheel(install_req.link.filename) + tags = compatibility_tags.get_supported() + if requirement_set.check_supported_wheels and not wheel.supported(tags): + raise InstallationError( + f"{wheel.filename} is not a supported wheel on this platform." + ) + + # This next bit is really a sanity check. + assert ( + not install_req.user_supplied or parent_req_name is None + ), "a user supplied req shouldn't have a parent" + + # Unnamed requirements are scanned again and the requirement won't be + # added as a dependency until after scanning. + if not install_req.name: + requirement_set.add_unnamed_requirement(install_req) + return [install_req], None + + try: + existing_req: Optional[ + InstallRequirement + ] = requirement_set.get_requirement(install_req.name) + except KeyError: + existing_req = None + + has_conflicting_requirement = ( + parent_req_name is None + and existing_req + and not existing_req.constraint + and existing_req.extras == install_req.extras + and existing_req.req + and install_req.req + and existing_req.req.specifier != install_req.req.specifier + ) + if has_conflicting_requirement: + raise InstallationError( + "Double requirement given: {} (already in {}, name={!r})".format( + install_req, existing_req, install_req.name + ) + ) + + # When no existing requirement exists, add the requirement as a + # dependency and it will be scanned again after. + if not existing_req: + requirement_set.add_named_requirement(install_req) + # We'd want to rescan this requirement later + return [install_req], install_req + + # Assume there's no need to scan, and that we've already + # encountered this for scanning. + if install_req.constraint or not existing_req.constraint: + return [], existing_req + + does_not_satisfy_constraint = install_req.link and not ( + existing_req.link and install_req.link.path == existing_req.link.path + ) + if does_not_satisfy_constraint: + raise InstallationError( + f"Could not satisfy constraints for '{install_req.name}': " + "installation from path or url cannot be " + "constrained to a version" + ) + # If we're now installing a constraint, mark the existing + # object for real installation. + existing_req.constraint = False + # If we're now installing a user supplied requirement, + # mark the existing object as such. + if install_req.user_supplied: + existing_req.user_supplied = True + existing_req.extras = tuple( + sorted(set(existing_req.extras) | set(install_req.extras)) + ) + logger.debug( + "Setting %s extras to: %s", + existing_req, + existing_req.extras, + ) + # Return the existing requirement for addition to the parent and + # scanning again. + return [existing_req], existing_req + + def _is_upgrade_allowed(self, req: InstallRequirement) -> bool: + if self.upgrade_strategy == "to-satisfy-only": + return False + elif self.upgrade_strategy == "eager": + return True + else: + assert self.upgrade_strategy == "only-if-needed" + return req.user_supplied or req.constraint + + def _set_req_to_reinstall(self, req: InstallRequirement) -> None: + """ + Set a requirement to be installed. + """ + # Don't uninstall the conflict if doing a user install and the + # conflict is not a user install. + if not self.use_user_site or req.satisfied_by.in_usersite: + req.should_reinstall = True + req.satisfied_by = None + + def _check_skip_installed( + self, req_to_install: InstallRequirement + ) -> Optional[str]: + """Check if req_to_install should be skipped. + + This will check if the req is installed, and whether we should upgrade + or reinstall it, taking into account all the relevant user options. + + After calling this req_to_install will only have satisfied_by set to + None if the req_to_install is to be upgraded/reinstalled etc. Any + other value will be a dist recording the current thing installed that + satisfies the requirement. + + Note that for vcs urls and the like we can't assess skipping in this + routine - we simply identify that we need to pull the thing down, + then later on it is pulled down and introspected to assess upgrade/ + reinstalls etc. + + :return: A text reason for why it was skipped, or None. + """ + if self.ignore_installed: + return None + + req_to_install.check_if_exists(self.use_user_site) + if not req_to_install.satisfied_by: + return None + + if self.force_reinstall: + self._set_req_to_reinstall(req_to_install) + return None + + if not self._is_upgrade_allowed(req_to_install): + if self.upgrade_strategy == "only-if-needed": + return "already satisfied, skipping upgrade" + return "already satisfied" + + # Check for the possibility of an upgrade. For link-based + # requirements we have to pull the tree down and inspect to assess + # the version #, so it's handled way down. + if not req_to_install.link: + try: + self.finder.find_requirement(req_to_install, upgrade=True) + except BestVersionAlreadyInstalled: + # Then the best version is installed. + return "already up-to-date" + except DistributionNotFound: + # No distribution found, so we squash the error. It will + # be raised later when we re-try later to do the install. + # Why don't we just raise here? + pass + + self._set_req_to_reinstall(req_to_install) + return None + + def _find_requirement_link(self, req: InstallRequirement) -> Optional[Link]: + upgrade = self._is_upgrade_allowed(req) + best_candidate = self.finder.find_requirement(req, upgrade) + if not best_candidate: + return None + + # Log a warning per PEP 592 if necessary before returning. + link = best_candidate.link + if link.is_yanked: + reason = link.yanked_reason or "" + msg = ( + # Mark this as a unicode string to prevent + # "UnicodeEncodeError: 'ascii' codec can't encode character" + # in Python 2 when the reason contains non-ascii characters. + "The candidate selected for download or install is a " + f"yanked version: {best_candidate}\n" + f"Reason for being yanked: {reason}" + ) + logger.warning(msg) + + return link + + def _populate_link(self, req: InstallRequirement) -> None: + """Ensure that if a link can be found for this, that it is found. + + Note that req.link may still be None - if the requirement is already + installed and not needed to be upgraded based on the return value of + _is_upgrade_allowed(). + + If preparer.require_hashes is True, don't use the wheel cache, because + cached wheels, always built locally, have different hashes than the + files downloaded from the index server and thus throw false hash + mismatches. Furthermore, cached wheels at present have undeterministic + contents due to file modification times. + """ + if req.link is None: + req.link = self._find_requirement_link(req) + + if self.wheel_cache is None or self.preparer.require_hashes: + return + cache_entry = self.wheel_cache.get_cache_entry( + link=req.link, + package_name=req.name, + supported_tags=get_supported(), + ) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + if req.link is req.original_link and cache_entry.persistent: + req.cached_wheel_source_link = req.link + if cache_entry.origin is not None: + req.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + req.download_info = direct_url_from_link( + req.link, link_is_in_wheel_cache=cache_entry.persistent + ) + req.link = cache_entry.link + + def _get_dist_for(self, req: InstallRequirement) -> BaseDistribution: + """Takes a InstallRequirement and returns a single AbstractDist \ + representing a prepared variant of the same. + """ + if req.editable: + return self.preparer.prepare_editable_requirement(req) + + # satisfied_by is only evaluated by calling _check_skip_installed, + # so it must be None here. + assert req.satisfied_by is None + skip_reason = self._check_skip_installed(req) + + if req.satisfied_by: + return self.preparer.prepare_installed_requirement(req, skip_reason) + + # We eagerly populate the link, since that's our "legacy" behavior. + self._populate_link(req) + dist = self.preparer.prepare_linked_requirement(req) + + # NOTE + # The following portion is for determining if a certain package is + # going to be re-installed/upgraded or not and reporting to the user. + # This should probably get cleaned up in a future refactor. + + # req.req is only avail after unpack for URL + # pkgs repeat check_if_exists to uninstall-on-upgrade + # (#14) + if not self.ignore_installed: + req.check_if_exists(self.use_user_site) + + if req.satisfied_by: + should_modify = ( + self.upgrade_strategy != "to-satisfy-only" + or self.force_reinstall + or self.ignore_installed + or req.link.scheme == "file" + ) + if should_modify: + self._set_req_to_reinstall(req) + else: + logger.info( + "Requirement already satisfied (use --upgrade to upgrade): %s", + req, + ) + return dist + + def _resolve_one( + self, + requirement_set: RequirementSet, + req_to_install: InstallRequirement, + ) -> List[InstallRequirement]: + """Prepare a single requirements file. + + :return: A list of additional InstallRequirements to also install. + """ + # Tell user what we are doing for this requirement: + # obtain (editable), skipping, processing (local url), collecting + # (remote url or package name) + if req_to_install.constraint or req_to_install.prepared: + return [] + + req_to_install.prepared = True + + # Parse and return dependencies + dist = self._get_dist_for(req_to_install) + # This will raise UnsupportedPythonVersion if the given Python + # version isn't compatible with the distribution's Requires-Python. + _check_dist_requires_python( + dist, + version_info=self._py_version_info, + ignore_requires_python=self.ignore_requires_python, + ) + + more_reqs: List[InstallRequirement] = [] + + def add_req(subreq: Requirement, extras_requested: Iterable[str]) -> None: + # This idiosyncratically converts the Requirement to str and let + # make_install_req then parse it again into Requirement. But this is + # the legacy resolver so I'm just not going to bother refactoring. + sub_install_req = self._make_install_req(str(subreq), req_to_install) + parent_req_name = req_to_install.name + to_scan_again, add_to_parent = self._add_requirement_to_set( + requirement_set, + sub_install_req, + parent_req_name=parent_req_name, + extras_requested=extras_requested, + ) + if parent_req_name and add_to_parent: + self._discovered_dependencies[parent_req_name].append(add_to_parent) + more_reqs.extend(to_scan_again) + + with indent_log(): + # We add req_to_install before its dependencies, so that we + # can refer to it when adding dependencies. + if not requirement_set.has_requirement(req_to_install.name): + # 'unnamed' requirements will get added here + # 'unnamed' requirements can only come from being directly + # provided by the user. + assert req_to_install.user_supplied + self._add_requirement_to_set( + requirement_set, req_to_install, parent_req_name=None + ) + + if not self.ignore_dependencies: + if req_to_install.extras: + logger.debug( + "Installing extra requirements: %r", + ",".join(req_to_install.extras), + ) + missing_requested = sorted( + set(req_to_install.extras) - set(dist.iter_provided_extras()) + ) + for missing in missing_requested: + logger.warning( + "%s %s does not provide the extra '%s'", + dist.raw_name, + dist.version, + missing, + ) + + available_requested = sorted( + set(dist.iter_provided_extras()) & set(req_to_install.extras) + ) + for subreq in dist.iter_dependencies(available_requested): + add_req(subreq, extras_requested=available_requested) + + return more_reqs + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Create the installation order. + + The installation order is topological - requirements are installed + before the requiring thing. We break cycles at an arbitrary point, + and make no other guarantees. + """ + # The current implementation, which we may change at any point + # installs the user specified things in the order given, except when + # dependencies must come earlier to achieve topological order. + order = [] + ordered_reqs: Set[InstallRequirement] = set() + + def schedule(req: InstallRequirement) -> None: + if req.satisfied_by or req in ordered_reqs: + return + if req.constraint: + return + ordered_reqs.add(req) + for dep in self._discovered_dependencies[req.name]: + schedule(dep) + order.append(req) + + for install_req in req_set.requirements.values(): + schedule(install_req) + return order diff --git a/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..beea58cff3754d7354bcef1d99beef30b3a634e5 GIT binary patch literal 225 zcmZ9GK?=e!5JelSAVLq~!Vb1u@d$c^khVh|Op}nNmF~QSM-b2AF+72E*Odw4#t-x6 z&+rH4nIx;o>zLmu^jE;Y#<}0zq9Izd!y~dYKaC+XUE!n~ghn`5{dg%eXaYJ#E(0kF zj;hoZsTz7zJxD6R4DO^=o^CT}$>GL`@+@j>!H@w?%Ar+4g2h(L&XHDM+haK9K0uE1 b)C|*d*XXK~xVH=c5cAar^Ntx~HumlV#z#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..69ca5f2911b1430eae86c811b43e5b7d0db39ecb GIT binary patch literal 8354 zcmd5>U2GiH6~41Ovp-&YcWtkYe-c;+;$%s(h9scGm@N?@5NsTT6Bm}kX0vl0ubKVf z&NyMW4zg&}nu>}x>rTa!@y5NpE-DQfU)+~zj5qRoNomUXXbd5umI|$%~*~(kj6t)qCVPKxoeZX)GIeofqJo3 z_R;n+m)v+-jNjxS4-&cQG?D%19MA+;yo2)szzbTuPPv)-DNr((@BPWFoR*Us)!liPo1iI8chToGmQ-~Y zquM0PrYd^DhawXEo$y~B1~N;g1l2J`MqtM$VDIZM4JG+CC7i3Yo8>9!_bOP!lmn>q zXW|Hnh{M-}?bn1SuL)1#6HVmOS>2`Pm`3G@lQqLYtObbfGuD@&&*hnlQ-s6eYg2vW zxeV>gBsEPo>B-d2z6_GdY+BpdrzDRhXf~CT)7j&FCusIWpOQY-moI4Jx$Lg!ojd!~ zv_^O2lc{Ht$En(vPv`p*=`8FUY*rtmYEGHNoinN@D0V)URB1F{(0yaLRazno`@}ZD zk^=Bo`+!W7zxbM00_`*Ym6o>It!KBscK3YmtFh&l+ouOt{B1K&oJr34&YYUxSMv3i z#NJitLQ+V~%TuYWz5tb3LP=bZN!%d|VEGOz%1*F!7q@Crmc~4?3oO%3J#tWXpBB$m zI>)`h@z4fYl*yPVdu=T~SwugP8=zkkShp#I-r<*|%5wcd8dN?Ik7JvoX5x1QvRM2*&NCNr%ngV-BST;1}ggeXb3S?0j z1``N_BZm8&<1ngm2OC*Y|)n!Lb=1m}?qVlFm*+sf; zoe^L1ue5J~!ne}aH6#A0fo+7=l(jIp!EnbPV+bma zjSzMl6cLf#0tLfuXJ|#bcZ^37mB$2UN>NpuvGRBl&E&O0F=%@>&bb*xRD8N=@^PT^ zwe7D)-|juP^;ZXfIk+6SujILpKb9^+KzO#szpaN`fWEj#6HwM)tiAfEYfBur{5|Wf z%9=_z<)|tK`kVQ~HVtsSw%bZo7T$K4@ngzSRotR;_yERBjZLar#brTTk}jetvaQhF zP-+-!Xh2|05v*@Rg2rUV5yNOu<(UL3rx>zn*5dLW{m^Zid~|#CoygB4KlaY;etqvN zd*`-Y4)(s=`J3(;>HR?G+-mY^}WE*o7%$ucLo;+m$&SJyLb0r4E?U_ zw_VEvLnY6UVX9J28>g(sR;^qV28XCon4nn-Gc&X5(k!)%5Kz(@kG-}n7GZSERukxw zb=Q~MDen!@Y=Yyb+U}=B=-*h&!#lQNN}NF7ue;WkuKL<3QNt|BFNmkkDY5D!4D}xI z>J4c%jesDVqRbC0L>bz_3;+>C22`%wV}?0Qmmq=WvfPIv65n)o7x3$3RooDayp`DG zP9y+afGxDxe5k^^9YobPzPGZ{E@d3ZzPsNyJx&B z&26*YXS?SnU!Qtq>cU-fQ_HvPTWa1n<5~%ZW*g2n%t$M~;LH6#>|Y6W&JLa(oNs%p z>y57Y#^unCnFnzE$o%L6INq+3XP044-js=ZSP)iGV^?S=+z~Mb{y=~zNY;#kw^SqB zj4&q1!fDUilKY7n`Ao-Bg#ucXWsxvZ<(jY(gvlY~MPV)5lbvsirgZ~)l7?%t6z;_? z_^;j#r)!ioyq`c@bjFzt$Lqqte5$FSTODlG*zwF((#`}Q40zdKv z(A-{2E%%IG+Wp7=-}hhc8NGb-=t^rx*+YV%m!E&}`743mr9kg|;mVdhOI!9_luLo$ z<-lOcGsrD4;@}9$@Tnle6vU2+gx-)yWODMPg7wBk;@QchVzg8t0YmF#7&urj5Z#wj zlB$}a0Ayu`p2a=yb|ZSfa|nz-GGiIkoEvVMilLZdIQJ+j*k1Fj`AL;Hx|5+2Hj_S zq2gOv<9@h9JcgiA+jEm_A)^YGK4A;iE^f=h36#^jKI!5nJ!D=?!7ywQ0LGSUMX%Ii609hg0B3 z)iF-yCKcK21;b&}lhJ7ODHuPWWZHJ@rBFVRH5Q|=9yP4xcn4e!J_dHKJX_Qfz1A@@ zd5l|ZSRLnc<-ko@TBeJF-ddZD9$+lT7{)O>%4n>N$z7({VcUqPz2#fj4Ws)s`7}rZ zn@XDomi_mZJoj=7x}ojTal81_!E&=&daMBNl3WutDhJKtqw{x0c($*yf%b)e$wpe5 ztZXRk2iOAaQr#HFMrL!`7i?yATi7Ac6nhj&y}m_!;$qOQXXG5T>DPaqetCMhKDk04 z!!gibXGuX=bPOM0gK)zh0HX5fYyb!ztcuT-85MVgl=$KVF6$8?4jdS zOITnbq2zMUOy-MW`=Zv8I0B1WMSKPL#^3XGEss48BdxtR!OF=46bbO694l_HudTk7 z4;07I@V$08(!?Ibn}?9#e(D}DqC90Cto_-5kpMuvF=Ye-`7SCc?alNG6{>~Kr5x$ISl=`qX-e$FVj@S01Cok?9KP*j?r zRt^eM8zuuNE`%^^w3S_g6r0asJ!aHz{S@m)ir^C?e&wdPHpIgR|4Og9>%0n^*l7eT znT^6=aB}5SbCWDZIbLE-oM!_}b^}L^FeIoq6<$A9!B28EuZ{*x2 z>c_JbBV}4`0e(Fxj%c|IKZJ_6Kw530t(9JQ1Qn_zS|8Ng3XNc(7{PBm!Im*% zU!PzxJX>D70`kJv-{l7`Cp+l8)8iq8aR#NSn!Gn8uvEB0In(T?-sy2J> zS@!QOdG_95m<6!&=k>E^RiFR6+*uvdgh1a==9JMw*UFqcXcqld1)~*ZY>G9~=GRj! z=CAcvupeeCHdj|rc_TUj>`H$681vKDTLL@2o(A+rNZI_rK~bn|x3wBRb{|J_-D&Gr z0@7bFzYpf2a$3W0FU7X19&GIAzp>dFW;^?=w#@KC&8&LU$+R|}UB#qf!N`c-VC2NSVE?Gng#HhN>jDiZBs~nxjIF4~oY~H)=TR0xJ$>;5fiUInjC~^%Bl%LsIQ^NQym$0v3p3Pvb3uC_QKmI%*tG zFmzG_Tj4jh?t0kBbq$c5Lz-7$y$($r%WWr;IIA_hy}U&4an7RL9Tua za`hXK%WQH<{pBD>V}jIQ>Wo|kWM#HN4d3zsvq5c6Ucc$^`c03|%db3rT{DcgpdrTV zzu>vpacSGqzR{&U-$sN7Gh$;$Y3Kf>$O9H9HgCgx!;y`;ODp8zt;{$i;cDZmM3}_z za7_=xm%V5LJ^;!&7BxQifqc~ZlBM#K7QK6IG57|ksC-}bjcZF(LM&^*8GSfoCl@ro zB}U}U z#4sHW-w|&bpsE(AU-JwY2Tw6}3Pc3>t8V})I|V`bki`B(Vt*%lKOlF1NbdUw8TbHy zJ3eZ;Y0fj>z0|Q|;knYDhnM;WOC5ttEkn}*I0~EFxZo~z_ARyEQ6j;zOBA-u-CQP6 zobS94Te|aMUcaQSBI`5%W?@M9gdqLwQK4IieL{eg2b@Cl8M#cLnEx&>&TFf9_gUjM LA$FAj;lBSLk~(1N 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..8f8be7b246de5a0e892b449bb74d753ab751d3c7 GIT binary patch literal 30415 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b12d3227eeb3a1f83d6f574d662f02f7fc86342b GIT binary patch literal 6225 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 L@K+qY8Cw4XVNHY+ 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..e638030cf5051f31763554e256deee3ed49ae9e7 GIT binary patch literal 4952 zcmd5=U2GHC6`t{o?Q!fl&JTZCR(omK1w*hQP(rd4mQA#63JNT2Rgt!gCNnqAnDLDF z&NyJ#NIdWmq)MB<6#A!Tp9rGT(x;|R-AAPM0gH{29qp=ARaK$Bq)qz5Q_q6CC#^9Mqq1&{?|!oqL?dX}rM|_z9lJ ze#i(FgbBgx3x-$-PlOARiHJ8Ajc7rdkf0ydB1WvxHqlmyPsDjH#8H7J9`U~9iS`ip zbxw=k;WUX#kAz@0>CMJqwykNlqa05sULZ@FcjFqJQc8xS>8b<6SdKautXz(=bjTIX znPoRV>NAY`42icDn_i|xi#e3Nz}Ev~Y(z0NT~i$D#xK+NOFE+kYC5W~hEF5GVC^7u z?s1fx;5BX{q(wF1jyNG`A{DhT4Qsp>nu=%nI5 zqyR?Jiv}e#l-asv+Qgb7-!CfabtOk-Qz_6}#IcA*!7c^eq~yl5u1?pvQJ88Kii)F8 zf{YuwGfgaKnli#R>}6-jd($3c$83 z1DAu53dVMrqMHu9#R4v^q*B64rlS{VhFqbPOgm1|9?oXLNSR`}sAP02dqZI+Xk=$6 z;f!Fv>ghLSF_J5RubL|C9h)L$(C&s}Iw)G11h)pQ01k-n2R*56lM#m*7Wb!Q-JD3dbS%F+N?c7~cWSwo-97R%1GWggEQ8_3$a zLyrV+w$UD08I+^URE(@=-;x8)>vv};Zf3z{2E)0M4BWaS%axu>8`myVpGC}e8pv(# zvomAA?|XJ;d{+EK+P^A=I)_%;A_1#hqD)T0}hk8RlwLoHMl^YQKTt?~R)s7I?u0a}Ru;;nF%&qH3> z`iyely9(Mzs*!wh>l#=gl22`)y(Qg>R>N8t?FDirMyfzt+4iTL7J-$n?J{5``g75j zV1_}O6i5qKqxl`%`5y&SKGzSvBXUhP+qIp)8m?P`$Cw-&_pV+=8XJG-;xKvLhFq0s z4!)J6-^Re`urkCg3^EXDcw0ZwN)T`?j3!eC1eW1SxQ)Q`k|&i!5QQM7o21hH z9)zWm9mHm8I}o(e35G^+MGW+;8@mz1%ag9Cn^Tq>fxrS6*Nx){d+6-(rr_>IiVCXa zMuP<6rhG;j8ksU?F*mHy$x<#IV`xBzuEl!sRbeltxX~bvxI)3sxe^G6+Y0X%pvU$D zqm9mopuC6e#J$~qz=3!nH;hqvt@(DhVCX|(cz17eD^g-v+Fz6Q&tH9T?Za!&q!WvL zO&Wssd8%hQ)n7~XFI@fT+QVzL)alvqN<4L6T;6@M27mFBD~Yb>T|1Y%j@G)4KHgF5 z8k~)OCM7?J-;K|Gb3XbY`C)Q#?6>2;8J|x+Bj-PnE<8`ZH7l&_-nYE_NNx9#zjIRT z(Cjx>dcU&Vo2m6?9!tOO_*KW;&e@UYiH^BbcQ4M4eA=;NCDncZjb9x8@!|Wg&MOO% zkCG3QPY(<}u0Gv0T1$=oPO2@C4Wq zAP+fDkaq|SFRn+hWA6iUhg%Evgxgm8d&0d7S5`S_7O#5ElN0MW@^>S@3jd9#9%zD6 zvQb9yP(pQTB9u*j83m=yl<1dHURf2TQ7m_$w32{F(&}STi@`Vs1!9{Pr}2O%0donh z9rh#}a~&|(-WZEo3dYH@knVCZSB#?P=D^G9wOVE99HeT$PQ-G+A(};P0%ZaEEYt}( z0*+58+=enzxU9NEY)b8nZ~9F&9_9x8U&{cw$2kpq*yFD*Nkaibkm=A(sr}d*Ai+o%Sa2LCl|v@(isovmwSdA?&zzq?d&`}&1V9QH6Vvr#1I z?Y?}hlGuqlK_T`}fZX9e6-U-YK74pJ!iR_FM^-s#7Dm^w!Kt(JeK>V?LG_x)8m^qh zm4W*n^T52vJb+V|_=W4pc8ULZ$Zwy%`z_pXiO1#3Jk|i%ViADtlM}dl*;^f)--DBb z3(h(=zS^kqcsk|ARm(8oyAyws@V`c*SeU{AF^t4+#3_TJbG~7)dT>b*zLI6gxSGW> z!8bR22twD-);5bGn>Y!-^!T>(tmqwpmodF+#ao Dcj>hg 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..9e3dadf8326c39f0c775a8cbf67a1d56d4eb9219 GIT binary patch literal 11446 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a09616d4e3742538a8a759d96d0af5356a079d0 GIT binary patch literal 12368 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 BiueEk 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..9c0ef5c --- /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 +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: NormalizedName, extras: FrozenSet[NormalizedName]) -> str: + if not extras: + return project + extras_expr = ",".join(sorted(extras)) + return f"{project}[{extras_expr}]" + + +class Constraint: + def __init__( + self, specifier: SpecifierSet, hashes: Hashes, links: FrozenSet[Link] + ) -> None: + self.specifier = specifier + self.hashes = hashes + self.links = links + + @classmethod + def empty(cls) -> "Constraint": + return Constraint(SpecifierSet(), Hashes(), frozenset()) + + @classmethod + def from_ireq(cls, ireq: InstallRequirement) -> "Constraint": + links = frozenset([ireq.link]) if ireq.link else frozenset() + return Constraint(ireq.specifier, ireq.hashes(trust_internet=False), links) + + def __bool__(self) -> bool: + return bool(self.specifier) or bool(self.hashes) or bool(self.links) + + def __and__(self, other: InstallRequirement) -> "Constraint": + if not isinstance(other, InstallRequirement): + return NotImplemented + specifier = self.specifier & other.specifier + hashes = self.hashes & other.hashes(trust_internet=False) + links = self.links + if other.link: + links = links.union([other.link]) + return Constraint(specifier, hashes, links) + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + # Reject if there are any mismatched URL constraints on this package. + if self.links and not all(_match_link(link, candidate) for link in self.links): + return False + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class Requirement: + @property + def project_name(self) -> NormalizedName: + """The "project name" of a requirement. + + This is different from ``name`` if this requirement contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Subclass should override") + + @property + def name(self) -> str: + """The name identifying this requirement in the resolver. + + This is different from ``project_name`` if this requirement contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Subclass should override") + + def is_satisfied_by(self, candidate: "Candidate") -> bool: + return False + + def get_candidate_lookup(self) -> CandidateLookup: + raise NotImplementedError("Subclass should override") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") + + +def _match_link(link: Link, candidate: "Candidate") -> bool: + if candidate.source_link: + return links_equivalent(link, candidate.source_link) + return False + + +class Candidate: + @property + def project_name(self) -> NormalizedName: + """The "project name" of the candidate. + + This is different from ``name`` if this candidate contains extras, + in which case ``name`` would contain the ``[...]`` part, while this + refers to the name of the project. + """ + raise NotImplementedError("Override in subclass") + + @property + def name(self) -> str: + """The name identifying this candidate in the resolver. + + This is different from ``project_name`` if this candidate contains + extras, where ``project_name`` would not contain the ``[...]`` part. + """ + raise NotImplementedError("Override in subclass") + + @property + def version(self) -> CandidateVersion: + raise NotImplementedError("Override in subclass") + + @property + def is_installed(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def is_editable(self) -> bool: + raise NotImplementedError("Override in subclass") + + @property + def source_link(self) -> Optional[Link]: + raise NotImplementedError("Override in subclass") + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + raise NotImplementedError("Override in subclass") + + def get_install_requirement(self) -> Optional[InstallRequirement]: + raise NotImplementedError("Override in subclass") + + def format_for_error(self) -> str: + raise NotImplementedError("Subclass should override") diff --git a/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..4125cda --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py @@ -0,0 +1,597 @@ +import logging +import sys +from typing import TYPE_CHECKING, Any, FrozenSet, Iterable, Optional, Tuple, Union, cast + +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.packaging.version import Version + +from pip._internal.exceptions import ( + HashError, + InstallationSubprocessError, + MetadataInconsistent, +) +from pip._internal.metadata import BaseDistribution +from pip._internal.models.link import Link, links_equivalent +from pip._internal.models.wheel import Wheel +from pip._internal.req.constructors import ( + install_req_from_editable, + install_req_from_line, +) +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.direct_url_helpers import direct_url_from_link +from pip._internal.utils.misc import normalize_version_info + +from .base import Candidate, CandidateVersion, Requirement, format_name + +if TYPE_CHECKING: + from .factory import Factory + +logger = logging.getLogger(__name__) + +BaseCandidate = Union[ + "AlreadyInstalledCandidate", + "EditableCandidate", + "LinkCandidate", +] + +# Avoid conflicting with the PyPI package "Python". +REQUIRES_PYTHON_IDENTIFIER = cast(NormalizedName, "") + + +def as_base_candidate(candidate: Candidate) -> Optional[BaseCandidate]: + """The runtime version of BaseCandidate.""" + base_candidate_classes = ( + AlreadyInstalledCandidate, + EditableCandidate, + LinkCandidate, + ) + if isinstance(candidate, base_candidate_classes): + return candidate + return None + + +def make_install_req_from_link( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert not template.editable, "template is editable" + if template.req: + line = str(template.req) + else: + line = link.url + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.original_link = template.original_link + ireq.link = link + ireq.extras = template.extras + return ireq + + +def make_install_req_from_editable( + link: Link, template: InstallRequirement +) -> InstallRequirement: + assert template.editable, "template not editable" + ireq = install_req_from_editable( + link.url, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + permit_editable_wheels=template.permit_editable_wheels, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.extras = template.extras + return ireq + + +def _make_install_req_from_dist( + dist: BaseDistribution, template: InstallRequirement +) -> InstallRequirement: + if template.req: + line = str(template.req) + elif template.link: + line = f"{dist.canonical_name} @ {template.link.url}" + else: + line = f"{dist.canonical_name}=={dist.version}" + ireq = install_req_from_line( + line, + user_supplied=template.user_supplied, + comes_from=template.comes_from, + use_pep517=template.use_pep517, + isolated=template.isolated, + constraint=template.constraint, + global_options=template.global_options, + hash_options=template.hash_options, + config_settings=template.config_settings, + ) + ireq.satisfied_by = dist + return ireq + + +class _InstallRequirementBackedCandidate(Candidate): + """A candidate backed by an ``InstallRequirement``. + + This represents a package request with the target not being already + in the environment, and needs to be fetched and installed. The backing + ``InstallRequirement`` is responsible for most of the leg work; this + class exposes appropriate information to the resolver. + + :param link: The link passed to the ``InstallRequirement``. The backing + ``InstallRequirement`` will use this link to fetch the distribution. + :param source_link: The link this candidate "originates" from. This is + different from ``link`` when the link is found in the wheel cache. + ``link`` would point to the wheel cache, while this points to the + found remote link (e.g. from pypi.org). + """ + + dist: BaseDistribution + is_installed = False + + def __init__( + self, + link: Link, + source_link: Link, + ireq: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + self._link = link + self._source_link = source_link + self._factory = factory + self._ireq = ireq + self._name = name + self._version = version + self.dist = self._prepare() + + def __str__(self) -> str: + return f"{self.name} {self.version}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._link)!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self._link)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return links_equivalent(self._link, other._link) + return False + + @property + def source_link(self) -> Optional[Link]: + return self._source_link + + @property + def project_name(self) -> NormalizedName: + """The normalised name of the project the candidate refers to""" + if self._name is None: + self._name = self.dist.canonical_name + return self._name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + def format_for_error(self) -> str: + return "{} {} (from {})".format( + self.name, + self.version, + self._link.file_path if self._link.is_file else self._link, + ) + + def _prepare_distribution(self) -> BaseDistribution: + raise NotImplementedError("Override in subclass") + + def _check_metadata_consistency(self, dist: BaseDistribution) -> None: + """Check for consistency of project name and version of dist.""" + if self._name is not None and self._name != dist.canonical_name: + raise MetadataInconsistent( + self._ireq, + "name", + self._name, + dist.canonical_name, + ) + if self._version is not None and self._version != dist.version: + raise MetadataInconsistent( + self._ireq, + "version", + str(self._version), + str(dist.version), + ) + + def _prepare(self) -> BaseDistribution: + try: + dist = self._prepare_distribution() + except HashError as e: + # Provide HashError the underlying ireq that caused it. This + # provides context for the resulting error message to show the + # offending line to the user. + e.req = self._ireq + raise + except InstallationSubprocessError as exc: + # The output has been presented already, so don't duplicate it. + exc.context = "See above for output." + raise + + self._check_metadata_consistency(dist) + return dist + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + requires = self.dist.iter_dependencies() if with_requires else () + for r in requires: + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + yield self._factory.make_requires_python_requirement(self.dist.requires_python) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return self._ireq + + +class LinkCandidate(_InstallRequirementBackedCandidate): + is_editable = False + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + source_link = link + cache_entry = factory.get_wheel_cache_entry(source_link, name) + if cache_entry is not None: + logger.debug("Using cached wheel link: %s", cache_entry.link) + link = cache_entry.link + ireq = make_install_req_from_link(link, template) + assert ireq.link == link + if ireq.link.is_wheel and not ireq.link.is_file: + wheel = Wheel(ireq.link.filename) + wheel_name = canonicalize_name(wheel.name) + assert name == wheel_name, f"{name!r} != {wheel_name!r} for wheel" + # Version may not be present for PEP 508 direct URLs + if version is not None: + wheel_version = Version(wheel.version) + assert version == wheel_version, "{!r} != {!r} for wheel {}".format( + version, wheel_version, name + ) + + if cache_entry is not None: + assert ireq.link.is_wheel + assert ireq.link.is_file + if cache_entry.persistent and template.link is template.original_link: + ireq.cached_wheel_source_link = source_link + if cache_entry.origin is not None: + ireq.download_info = cache_entry.origin + else: + # Legacy cache entry that does not have origin.json. + # download_info may miss the archive_info.hashes field. + ireq.download_info = direct_url_from_link( + source_link, link_is_in_wheel_cache=cache_entry.persistent + ) + + super().__init__( + link=link, + source_link=source_link, + ireq=ireq, + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + preparer = self._factory.preparer + return preparer.prepare_linked_requirement(self._ireq, parallel_builds=True) + + +class EditableCandidate(_InstallRequirementBackedCandidate): + is_editable = True + + def __init__( + self, + link: Link, + template: InstallRequirement, + factory: "Factory", + name: Optional[NormalizedName] = None, + version: Optional[CandidateVersion] = None, + ) -> None: + super().__init__( + link=link, + source_link=link, + ireq=make_install_req_from_editable(link, template), + factory=factory, + name=name, + version=version, + ) + + def _prepare_distribution(self) -> BaseDistribution: + return self._factory.preparer.prepare_editable_requirement(self._ireq) + + +class AlreadyInstalledCandidate(Candidate): + is_installed = True + source_link = None + + def __init__( + self, + dist: BaseDistribution, + template: InstallRequirement, + factory: "Factory", + ) -> None: + self.dist = dist + self._ireq = _make_install_req_from_dist(dist, template) + self._factory = factory + self._version = None + + # This is just logging some messages, so we can do it eagerly. + # The returned dist would be exactly the same as self.dist because we + # set satisfied_by in _make_install_req_from_dist. + # TODO: Supply reason based on force_reinstall and upgrade_strategy. + skip_reason = "already satisfied" + factory.preparer.prepare_installed_requirement(self._ireq, skip_reason) + + def __str__(self) -> str: + return str(self.dist) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.dist!r})" + + def __hash__(self) -> int: + return hash((self.__class__, self.name, self.version)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.name == other.name and self.version == other.version + return False + + @property + def project_name(self) -> NormalizedName: + return self.dist.canonical_name + + @property + def name(self) -> str: + return self.project_name + + @property + def version(self) -> CandidateVersion: + if self._version is None: + self._version = self.dist.version + return self._version + + @property + def is_editable(self) -> bool: + return self.dist.editable + + def format_for_error(self) -> str: + return f"{self.name} {self.version} (Installed)" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + if not with_requires: + return + for r in self.dist.iter_dependencies(): + yield from self._factory.make_requirements_from_spec(str(r), self._ireq) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None + + +class ExtrasCandidate(Candidate): + """A candidate that has 'extras', indicating additional dependencies. + + Requirements can be for a project with dependencies, something like + foo[extra]. The extras don't affect the project/version being installed + directly, but indicate that we need additional dependencies. We model that + by having an artificial ExtrasCandidate that wraps the "base" candidate. + + The ExtrasCandidate differs from the base in the following ways: + + 1. It has a unique name, of the form foo[extra]. This causes the resolver + to treat it as a separate node in the dependency graph. + 2. When we're getting the candidate's dependencies, + a) We specify that we want the extra dependencies as well. + b) We add a dependency on the base candidate. + See below for why this is needed. + 3. We return None for the underlying InstallRequirement, as the base + candidate will provide it, and we don't want to end up with duplicates. + + The dependency on the base candidate is needed so that the resolver can't + decide that it should recommend foo[extra1] version 1.0 and foo[extra2] + version 2.0. Having those candidates depend on foo=1.0 and foo=2.0 + respectively forces the resolver to recognise that this is a conflict. + """ + + def __init__( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> None: + """ + :param comes_from: the InstallRequirement that led to this candidate if it + differs from the base's InstallRequirement. This will often be the + case in the sense that this candidate's requirement has the extras + while the base's does not. Unlike the InstallRequirement backed + candidates, this requirement is used solely for reporting purposes, + it does not do any leg work. + """ + self.base = base + self.extras = frozenset(canonicalize_name(e) for e in extras) + # If any extras are requested in their non-normalized forms, keep track + # of their raw values. This is needed when we look up dependencies + # since PEP 685 has not been implemented for marker-matching, and using + # the non-normalized extra for lookup ensures the user can select a + # non-normalized extra in a package with its non-normalized form. + # TODO: Remove this attribute when packaging is upgraded to support the + # marker comparison logic specified in PEP 685. + self._unnormalized_extras = extras.difference(self.extras) + self._comes_from = comes_from if comes_from is not None else self.base._ireq + + def __str__(self) -> str: + name, rest = str(self.base).split(" ", 1) + return "{}[{}] {}".format(name, ",".join(self.extras), rest) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}(base={self.base!r}, extras={self.extras!r})" + + def __hash__(self) -> int: + return hash((self.base, self.extras)) + + def __eq__(self, other: Any) -> bool: + if isinstance(other, self.__class__): + return self.base == other.base and self.extras == other.extras + return False + + @property + def project_name(self) -> NormalizedName: + return self.base.project_name + + @property + def name(self) -> str: + """The normalised name of the project the candidate refers to""" + return format_name(self.base.project_name, self.extras) + + @property + def version(self) -> CandidateVersion: + return self.base.version + + def format_for_error(self) -> str: + return "{} [{}]".format( + self.base.format_for_error(), ", ".join(sorted(self.extras)) + ) + + @property + def is_installed(self) -> bool: + return self.base.is_installed + + @property + def is_editable(self) -> bool: + return self.base.is_editable + + @property + def source_link(self) -> Optional[Link]: + return self.base.source_link + + def _warn_invalid_extras( + self, + requested: FrozenSet[str], + valid: FrozenSet[str], + ) -> None: + """Emit warnings for invalid extras being requested. + + This emits a warning for each requested extra that is not in the + candidate's ``Provides-Extra`` list. + """ + invalid_extras_to_warn = frozenset( + extra + for extra in requested + if extra not in valid + # If an extra is requested in an unnormalized form, skip warning + # about the normalized form being missing. + and extra in self.extras + ) + if not invalid_extras_to_warn: + return + for extra in sorted(invalid_extras_to_warn): + logger.warning( + "%s %s does not provide the extra '%s'", + self.base.name, + self.version, + extra, + ) + + def _calculate_valid_requested_extras(self) -> FrozenSet[str]: + """Get a list of valid extras requested by this candidate. + + The user (or upstream dependant) may have specified extras that the + candidate doesn't support. Any unsupported extras are dropped, and each + cause a warning to be logged here. + """ + requested_extras = self.extras.union(self._unnormalized_extras) + valid_extras = frozenset( + extra + for extra in requested_extras + if self.base.dist.is_extra_provided(extra) + ) + self._warn_invalid_extras(requested_extras, valid_extras) + return valid_extras + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + factory = self.base._factory + + # Add a dependency on the exact base + # (See note 2b in the class docstring) + yield factory.make_requirement_from_candidate(self.base) + if not with_requires: + return + + valid_extras = self._calculate_valid_requested_extras() + for r in self.base.dist.iter_dependencies(valid_extras): + yield from factory.make_requirements_from_spec( + str(r), + self._comes_from, + valid_extras, + ) + + def get_install_requirement(self) -> Optional[InstallRequirement]: + # We don't return anything here, because we always + # depend on the base candidate, and we'll get the + # install requirement from that. + return None + + +class RequiresPythonCandidate(Candidate): + is_installed = False + source_link = None + + def __init__(self, py_version_info: Optional[Tuple[int, ...]]) -> None: + if py_version_info is not None: + version_info = normalize_version_info(py_version_info) + else: + version_info = sys.version_info[:3] + self._version = Version(".".join(str(c) for c in version_info)) + + # We don't need to implement __eq__() and __ne__() since there is always + # only one RequiresPythonCandidate in a resolution, i.e. the host Python. + # The built-in object.__eq__() and object.__ne__() do exactly what we want. + + def __str__(self) -> str: + return f"Python {self._version}" + + @property + def project_name(self) -> NormalizedName: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def name(self) -> str: + return REQUIRES_PYTHON_IDENTIFIER + + @property + def version(self) -> CandidateVersion: + return self._version + + def format_for_error(self) -> str: + return f"Python {self.version}" + + def iter_dependencies(self, with_requires: bool) -> Iterable[Optional[Requirement]]: + return () + + def get_install_requirement(self) -> Optional[InstallRequirement]: + return None diff --git a/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..4adeb43 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py @@ -0,0 +1,812 @@ +import contextlib +import functools +import logging +from typing import ( + TYPE_CHECKING, + Dict, + FrozenSet, + Iterable, + Iterator, + List, + Mapping, + NamedTuple, + Optional, + Sequence, + Set, + Tuple, + TypeVar, + cast, +) + +from pip._vendor.packaging.requirements import InvalidRequirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name +from pip._vendor.resolvelib import ResolutionImpossible + +from pip._internal.cache import CacheEntry, WheelCache +from pip._internal.exceptions import ( + DistributionNotFound, + InstallationError, + MetadataInconsistent, + UnsupportedPythonVersion, + UnsupportedWheel, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_default_environment +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import ( + install_req_drop_extras, + install_req_from_link_and_ireq, +) +from pip._internal.req.req_install import ( + InstallRequirement, + check_invalid_constraint_type, +) +from pip._internal.resolution.base import InstallRequirementProvider +from pip._internal.utils.compatibility_tags import get_supported +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.packaging import get_requirement +from pip._internal.utils.virtualenv import running_under_virtualenv + +from .base import Candidate, CandidateVersion, Constraint, Requirement +from .candidates import ( + AlreadyInstalledCandidate, + BaseCandidate, + EditableCandidate, + ExtrasCandidate, + LinkCandidate, + RequiresPythonCandidate, + as_base_candidate, +) +from .found_candidates import FoundCandidates, IndexCandidateInfo +from .requirements import ( + ExplicitRequirement, + RequiresPythonRequirement, + SpecifierRequirement, + SpecifierWithoutExtrasRequirement, + UnsatisfiableRequirement, +) + +if TYPE_CHECKING: + from typing import Protocol + + class ConflictCause(Protocol): + requirement: RequiresPythonRequirement + parent: Candidate + + +logger = logging.getLogger(__name__) + +C = TypeVar("C") +Cache = Dict[Link, C] + + +class CollectedRootRequirements(NamedTuple): + requirements: List[Requirement] + constraints: Dict[str, Constraint] + user_requested: Dict[str, int] + + +class Factory: + def __init__( + self, + finder: PackageFinder, + preparer: RequirementPreparer, + make_install_req: InstallRequirementProvider, + wheel_cache: Optional[WheelCache], + use_user_site: bool, + force_reinstall: bool, + ignore_installed: bool, + ignore_requires_python: bool, + py_version_info: Optional[Tuple[int, ...]] = None, + ) -> None: + self._finder = finder + self.preparer = preparer + self._wheel_cache = wheel_cache + self._python_candidate = RequiresPythonCandidate(py_version_info) + self._make_install_req_from_spec = make_install_req + self._use_user_site = use_user_site + self._force_reinstall = force_reinstall + self._ignore_requires_python = ignore_requires_python + + self._build_failures: Cache[InstallationError] = {} + self._link_candidate_cache: Cache[LinkCandidate] = {} + self._editable_candidate_cache: Cache[EditableCandidate] = {} + self._installed_candidate_cache: Dict[str, AlreadyInstalledCandidate] = {} + self._extras_candidate_cache: Dict[ + Tuple[int, FrozenSet[NormalizedName]], ExtrasCandidate + ] = {} + + if not ignore_installed: + env = get_default_environment() + self._installed_dists = { + dist.canonical_name: dist + for dist in env.iter_installed_distributions(local_only=False) + } + else: + self._installed_dists = {} + + @property + def force_reinstall(self) -> bool: + return self._force_reinstall + + def _fail_if_link_is_unsupported_wheel(self, link: Link) -> None: + if not link.is_wheel: + return + wheel = Wheel(link.filename) + if wheel.supported(self._finder.target_python.get_unsorted_tags()): + return + msg = f"{link.filename} is not a supported wheel on this platform." + raise UnsupportedWheel(msg) + + def _make_extras_candidate( + self, + base: BaseCandidate, + extras: FrozenSet[str], + *, + comes_from: Optional[InstallRequirement] = None, + ) -> ExtrasCandidate: + cache_key = (id(base), frozenset(canonicalize_name(e) for e in extras)) + try: + candidate = self._extras_candidate_cache[cache_key] + except KeyError: + candidate = ExtrasCandidate(base, extras, comes_from=comes_from) + self._extras_candidate_cache[cache_key] = candidate + return candidate + + def _make_candidate_from_dist( + self, + dist: BaseDistribution, + extras: FrozenSet[str], + template: InstallRequirement, + ) -> Candidate: + try: + base = self._installed_candidate_cache[dist.canonical_name] + except KeyError: + base = AlreadyInstalledCandidate(dist, template, factory=self) + self._installed_candidate_cache[dist.canonical_name] = base + if not extras: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_candidate_from_link( + self, + link: Link, + extras: FrozenSet[str], + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[Candidate]: + base: Optional[BaseCandidate] = self._make_base_candidate_from_link( + link, template, name, version + ) + if not extras or base is None: + return base + return self._make_extras_candidate(base, extras, comes_from=template) + + def _make_base_candidate_from_link( + self, + link: Link, + template: InstallRequirement, + name: Optional[NormalizedName], + version: Optional[CandidateVersion], + ) -> Optional[BaseCandidate]: + # TODO: Check already installed candidate, and use it if the link and + # editable flag match. + + if link in self._build_failures: + # We already tried this candidate before, and it does not build. + # Don't bother trying again. + return None + + if template.editable: + if link not in self._editable_candidate_cache: + try: + self._editable_candidate_cache[link] = EditableCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + + return self._editable_candidate_cache[link] + else: + if link not in self._link_candidate_cache: + try: + self._link_candidate_cache[link] = LinkCandidate( + link, + template, + factory=self, + name=name, + version=version, + ) + except MetadataInconsistent as e: + logger.info( + "Discarding [blue underline]%s[/]: [yellow]%s[reset]", + link, + e, + extra={"markup": True}, + ) + self._build_failures[link] = e + return None + return self._link_candidate_cache[link] + + def _iter_found_candidates( + self, + ireqs: Sequence[InstallRequirement], + specifier: SpecifierSet, + hashes: Hashes, + prefers_installed: bool, + incompatible_ids: Set[int], + ) -> Iterable[Candidate]: + if not ireqs: + return () + + # The InstallRequirement implementation requires us to give it a + # "template". Here we just choose the first requirement to represent + # all of them. + # Hopefully the Project model can correct this mismatch in the future. + template = ireqs[0] + assert template.req, "Candidates found on index must be PEP 508" + name = canonicalize_name(template.req.name) + + extras: FrozenSet[str] = frozenset() + for ireq in ireqs: + assert ireq.req, "Candidates found on index must be PEP 508" + specifier &= ireq.req.specifier + hashes &= ireq.hashes(trust_internet=False) + extras |= frozenset(ireq.extras) + + def _get_installed_candidate() -> Optional[Candidate]: + """Get the candidate for the currently-installed version.""" + # If --force-reinstall is set, we want the version from the index + # instead, so we "pretend" there is nothing installed. + if self._force_reinstall: + return None + try: + installed_dist = self._installed_dists[name] + except KeyError: + return None + # Don't use the installed distribution if its version does not fit + # the current dependency graph. + if not specifier.contains(installed_dist.version, prereleases=True): + return None + candidate = self._make_candidate_from_dist( + dist=installed_dist, + extras=extras, + template=template, + ) + # The candidate is a known incompatibility. Don't use it. + if id(candidate) in incompatible_ids: + return None + return candidate + + def iter_index_candidate_infos() -> Iterator[IndexCandidateInfo]: + result = self._finder.find_best_candidate( + project_name=name, + specifier=specifier, + hashes=hashes, + ) + icans = list(result.iter_applicable()) + + # PEP 592: Yanked releases are ignored unless the specifier + # explicitly pins a version (via '==' or '===') that can be + # solely satisfied by a yanked release. + all_yanked = all(ican.link.is_yanked for ican in icans) + + def is_pinned(specifier: SpecifierSet) -> bool: + for sp in specifier: + if sp.operator == "===": + return True + if sp.operator != "==": + continue + if sp.version.endswith(".*"): + continue + return True + return False + + pinned = is_pinned(specifier) + + # PackageFinder returns earlier versions first, so we reverse. + for ican in reversed(icans): + if not (all_yanked and pinned) and ican.link.is_yanked: + continue + func = functools.partial( + self._make_candidate_from_link, + link=ican.link, + extras=extras, + template=template, + name=name, + version=ican.version, + ) + yield ican.version, func + + return FoundCandidates( + iter_index_candidate_infos, + _get_installed_candidate(), + prefers_installed, + incompatible_ids, + ) + + def _iter_explicit_candidates_from_base( + self, + base_requirements: Iterable[Requirement], + extras: FrozenSet[str], + ) -> Iterator[Candidate]: + """Produce explicit candidates from the base given an extra-ed package. + + :param base_requirements: Requirements known to the resolver. The + requirements are guaranteed to not have extras. + :param extras: The extras to inject into the explicit requirements' + candidates. + """ + for req in base_requirements: + lookup_cand, _ = req.get_candidate_lookup() + if lookup_cand is None: # Not explicit. + continue + # We've stripped extras from the identifier, and should always + # get a BaseCandidate here, unless there's a bug elsewhere. + base_cand = as_base_candidate(lookup_cand) + assert base_cand is not None, "no extras here" + yield self._make_extras_candidate(base_cand, extras) + + def _iter_candidates_from_constraints( + self, + identifier: str, + constraint: Constraint, + template: InstallRequirement, + ) -> Iterator[Candidate]: + """Produce explicit candidates from constraints. + + This creates "fake" InstallRequirement objects that are basically clones + of what "should" be the template, but with original_link set to link. + """ + for link in constraint.links: + self._fail_if_link_is_unsupported_wheel(link) + candidate = self._make_base_candidate_from_link( + link, + template=install_req_from_link_and_ireq(link, template), + name=canonicalize_name(identifier), + version=None, + ) + if candidate: + yield candidate + + def find_candidates( + self, + identifier: str, + requirements: Mapping[str, Iterable[Requirement]], + incompatibilities: Mapping[str, Iterator[Candidate]], + constraint: Constraint, + prefers_installed: bool, + ) -> Iterable[Candidate]: + # Collect basic lookup information from the requirements. + explicit_candidates: Set[Candidate] = set() + ireqs: List[InstallRequirement] = [] + for req in requirements[identifier]: + cand, ireq = req.get_candidate_lookup() + if cand is not None: + explicit_candidates.add(cand) + if ireq is not None: + ireqs.append(ireq) + + # If the current identifier contains extras, add requires and explicit + # candidates from entries from extra-less identifier. + with contextlib.suppress(InvalidRequirement): + parsed_requirement = get_requirement(identifier) + if parsed_requirement.name != identifier: + explicit_candidates.update( + self._iter_explicit_candidates_from_base( + requirements.get(parsed_requirement.name, ()), + frozenset(parsed_requirement.extras), + ), + ) + for req in requirements.get(parsed_requirement.name, []): + _, ireq = req.get_candidate_lookup() + if ireq is not None: + ireqs.append(ireq) + + # Add explicit candidates from constraints. We only do this if there are + # known ireqs, which represent requirements not already explicit. If + # there are no ireqs, we're constraining already-explicit requirements, + # which is handled later when we return the explicit candidates. + if ireqs: + try: + explicit_candidates.update( + self._iter_candidates_from_constraints( + identifier, + constraint, + template=ireqs[0], + ), + ) + except UnsupportedWheel: + # If we're constrained to install a wheel incompatible with the + # target architecture, no candidates will ever be valid. + return () + + # Since we cache all the candidates, incompatibility identification + # can be made quicker by comparing only the id() values. + incompat_ids = {id(c) for c in incompatibilities.get(identifier, ())} + + # If none of the requirements want an explicit candidate, we can ask + # the finder for candidates. + if not explicit_candidates: + return self._iter_found_candidates( + ireqs, + constraint.specifier, + constraint.hashes, + prefers_installed, + incompat_ids, + ) + + return ( + c + for c in explicit_candidates + if id(c) not in incompat_ids + and constraint.is_satisfied_by(c) + and all(req.is_satisfied_by(c) for req in requirements[identifier]) + ) + + def _make_requirements_from_install_req( + self, ireq: InstallRequirement, requested_extras: Iterable[str] + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given InstallRequirement. In + most cases this will be a single object but the following special cases exist: + - the InstallRequirement has markers that do not apply -> result is empty + - the InstallRequirement has both a constraint (or link) and extras + -> result is split in two requirement objects: one with the constraint + (or link) and one with the extra. This allows centralized constraint + handling for the base, resulting in fewer candidate rejections. + """ + if not ireq.match_markers(requested_extras): + logger.info( + "Ignoring %s: markers '%s' don't match your environment", + ireq.name, + ireq.markers, + ) + elif not ireq.link: + if ireq.extras and ireq.req is not None and ireq.req.specifier: + yield SpecifierWithoutExtrasRequirement(ireq) + yield SpecifierRequirement(ireq) + else: + self._fail_if_link_is_unsupported_wheel(ireq.link) + # Always make the link candidate for the base requirement to make it + # available to `find_candidates` for explicit candidate lookup for any + # set of extras. + # The extras are required separately via a second requirement. + cand = self._make_base_candidate_from_link( + ireq.link, + template=install_req_drop_extras(ireq) if ireq.extras else ireq, + name=canonicalize_name(ireq.name) if ireq.name else None, + version=None, + ) + if cand is None: + # There's no way we can satisfy a URL requirement if the underlying + # candidate fails to build. An unnamed URL must be user-supplied, so + # we fail eagerly. If the URL is named, an unsatisfiable requirement + # can make the resolver do the right thing, either backtrack (and + # maybe find some other requirement that's buildable) or raise a + # ResolutionImpossible eventually. + if not ireq.name: + raise self._build_failures[ireq.link] + yield UnsatisfiableRequirement(canonicalize_name(ireq.name)) + else: + # require the base from the link + yield self.make_requirement_from_candidate(cand) + if ireq.extras: + # require the extras on top of the base candidate + yield self.make_requirement_from_candidate( + self._make_extras_candidate(cand, frozenset(ireq.extras)) + ) + + def collect_root_requirements( + self, root_ireqs: List[InstallRequirement] + ) -> CollectedRootRequirements: + collected = CollectedRootRequirements([], {}, {}) + for i, ireq in enumerate(root_ireqs): + if ireq.constraint: + # Ensure we only accept valid constraints + problem = check_invalid_constraint_type(ireq) + if problem: + raise InstallationError(problem) + if not ireq.match_markers(): + continue + assert ireq.name, "Constraint must be named" + name = canonicalize_name(ireq.name) + if name in collected.constraints: + collected.constraints[name] &= ireq + else: + collected.constraints[name] = Constraint.from_ireq(ireq) + else: + reqs = list( + self._make_requirements_from_install_req( + ireq, + requested_extras=(), + ) + ) + if not reqs: + continue + template = reqs[0] + if ireq.user_supplied and template.name not in collected.user_requested: + collected.user_requested[template.name] = i + collected.requirements.extend(reqs) + # Put requirements with extras at the end of the root requires. This does not + # affect resolvelib's picking preference but it does affect its initial criteria + # population: by putting extras at the end we enable the candidate finder to + # present resolvelib with a smaller set of candidates to resolvelib, already + # taking into account any non-transient constraints on the associated base. This + # means resolvelib will have fewer candidates to visit and reject. + # Python's list sort is stable, meaning relative order is kept for objects with + # the same key. + collected.requirements.sort(key=lambda r: r.name != r.project_name) + return collected + + def make_requirement_from_candidate( + self, candidate: Candidate + ) -> ExplicitRequirement: + return ExplicitRequirement(candidate) + + def make_requirements_from_spec( + self, + specifier: str, + comes_from: Optional[InstallRequirement], + requested_extras: Iterable[str] = (), + ) -> Iterator[Requirement]: + """ + Returns requirement objects associated with the given specifier. In most cases + this will be a single object but the following special cases exist: + - the specifier has markers that do not apply -> result is empty + - the specifier has both a constraint and extras -> result is split + in two requirement objects: one with the constraint and one with the + extra. This allows centralized constraint handling for the base, + resulting in fewer candidate rejections. + """ + ireq = self._make_install_req_from_spec(specifier, comes_from) + return self._make_requirements_from_install_req(ireq, requested_extras) + + def make_requires_python_requirement( + self, + specifier: SpecifierSet, + ) -> Optional[Requirement]: + if self._ignore_requires_python: + return None + # Don't bother creating a dependency for an empty Requires-Python. + if not str(specifier): + return None + return RequiresPythonRequirement(specifier, self._python_candidate) + + def get_wheel_cache_entry( + self, link: Link, name: Optional[str] + ) -> Optional[CacheEntry]: + """Look up the link in the wheel cache. + + If ``preparer.require_hashes`` is True, don't use the wheel cache, + because cached wheels, always built locally, have different hashes + than the files downloaded from the index server and thus throw false + hash mismatches. Furthermore, cached wheels at present have + nondeterministic contents due to file modification times. + """ + if self._wheel_cache is None: + return None + return self._wheel_cache.get_cache_entry( + link=link, + package_name=name, + supported_tags=get_supported(), + ) + + def get_dist_to_uninstall(self, candidate: Candidate) -> Optional[BaseDistribution]: + # TODO: Are there more cases this needs to return True? Editable? + dist = self._installed_dists.get(candidate.project_name) + if dist is None: # Not installed, no uninstallation required. + return None + + # We're installing into global site. The current installation must + # be uninstalled, no matter it's in global or user site, because the + # user site installation has precedence over global. + if not self._use_user_site: + return dist + + # We're installing into user site. Remove the user site installation. + if dist.in_usersite: + return dist + + # We're installing into user site, but the installed incompatible + # package is in global site. We can't uninstall that, and would let + # the new user installation to "shadow" it. But shadowing won't work + # in virtual environments, so we error out. + if running_under_virtualenv() and dist.in_site_packages: + message = ( + f"Will not install to the user site because it will lack " + f"sys.path precedence to {dist.raw_name} in {dist.location}" + ) + raise InstallationError(message) + return None + + def _report_requires_python_error( + self, causes: Sequence["ConflictCause"] + ) -> UnsupportedPythonVersion: + assert causes, "Requires-Python error reported with no cause" + + version = self._python_candidate.version + + if len(causes) == 1: + specifier = str(causes[0].requirement.specifier) + message = ( + f"Package {causes[0].parent.name!r} requires a different " + f"Python: {version} not in {specifier!r}" + ) + return UnsupportedPythonVersion(message) + + message = f"Packages require a different Python. {version} not in:" + for cause in causes: + package = cause.parent.format_for_error() + specifier = str(cause.requirement.specifier) + message += f"\n{specifier!r} (required by {package})" + return UnsupportedPythonVersion(message) + + def _report_single_requirement_conflict( + self, req: Requirement, parent: Optional[Candidate] + ) -> DistributionNotFound: + if parent is None: + req_disp = str(req) + else: + req_disp = f"{req} (from {parent.name})" + + cands = self._finder.find_all_candidates(req.project_name) + skipped_by_requires_python = self._finder.requires_python_skipped_reasons() + + versions_set: Set[CandidateVersion] = set() + yanked_versions_set: Set[CandidateVersion] = set() + for c in cands: + is_yanked = c.link.is_yanked if c.link else False + if is_yanked: + yanked_versions_set.add(c.version) + else: + versions_set.add(c.version) + + versions = [str(v) for v in sorted(versions_set)] + yanked_versions = [str(v) for v in sorted(yanked_versions_set)] + + if yanked_versions: + # Saying "version X is yanked" isn't entirely accurate. + # https://github.com/pypa/pip/issues/11745#issuecomment-1402805842 + logger.critical( + "Ignored the following yanked versions: %s", + ", ".join(yanked_versions) or "none", + ) + if skipped_by_requires_python: + logger.critical( + "Ignored the following versions that require a different python " + "version: %s", + "; ".join(skipped_by_requires_python) or "none", + ) + logger.critical( + "Could not find a version that satisfies the requirement %s " + "(from versions: %s)", + req_disp, + ", ".join(versions) or "none", + ) + if str(req) == "requirements.txt": + logger.info( + "HINT: You are attempting to install a package literally " + 'named "requirements.txt" (which cannot exist). Consider ' + "using the '-r' flag to install the packages listed in " + "requirements.txt" + ) + + return DistributionNotFound(f"No matching distribution found for {req}") + + def get_installation_error( + self, + e: "ResolutionImpossible[Requirement, Candidate]", + constraints: Dict[str, Constraint], + ) -> InstallationError: + assert e.causes, "Installation error reported with no cause" + + # If one of the things we can't solve is "we need Python X.Y", + # that is what we report. + requires_python_causes = [ + cause + for cause in e.causes + if isinstance(cause.requirement, RequiresPythonRequirement) + and not cause.requirement.is_satisfied_by(self._python_candidate) + ] + if requires_python_causes: + # The comprehension above makes sure all Requirement instances are + # RequiresPythonRequirement, so let's cast for convenience. + return self._report_requires_python_error( + cast("Sequence[ConflictCause]", requires_python_causes), + ) + + # Otherwise, we have a set of causes which can't all be satisfied + # at once. + + # The simplest case is when we have *one* cause that can't be + # satisfied. We just report that case. + if len(e.causes) == 1: + req, parent = e.causes[0] + if req.name not in constraints: + return self._report_single_requirement_conflict(req, parent) + + # OK, we now have a list of requirements that can't all be + # satisfied at once. + + # A couple of formatting helpers + def text_join(parts: List[str]) -> str: + if len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def describe_trigger(parent: Candidate) -> str: + ireq = parent.get_install_requirement() + if not ireq or not ireq.comes_from: + return f"{parent.name}=={parent.version}" + if isinstance(ireq.comes_from, InstallRequirement): + return str(ireq.comes_from.name) + return str(ireq.comes_from) + + triggers = set() + for req, parent in e.causes: + if parent is None: + # This is a root requirement, so we can report it directly + trigger = req.format_for_error() + else: + trigger = describe_trigger(parent) + triggers.add(trigger) + + if triggers: + info = text_join(sorted(triggers)) + else: + info = "the requested packages" + + msg = ( + f"Cannot install {info} because these package versions " + "have conflicting dependencies." + ) + logger.critical(msg) + msg = "\nThe conflict is caused by:" + + relevant_constraints = set() + for req, parent in e.causes: + if req.name in constraints: + relevant_constraints.add(req.name) + msg = msg + "\n " + if parent: + msg = msg + f"{parent.name} {parent.version} depends on " + else: + msg = msg + "The user requested " + msg = msg + req.format_for_error() + for key in relevant_constraints: + spec = constraints[key].specifier + msg += f"\n The user requested (constraint) {key}{spec}" + + msg = ( + msg + + "\n\n" + + "To fix this you could try to:\n" + + "1. loosen the range of package versions you've specified\n" + + "2. remove package versions to allow pip attempt to solve " + + "the dependency conflict\n" + ) + + logger.info(msg) + + return DistributionNotFound( + "ResolutionImpossible: for help visit " + "https://pip.pypa.io/en/latest/topics/dependency-resolution/" + "#dealing-with-dependency-conflicts" + ) diff --git a/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..4af4a9f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py @@ -0,0 +1,166 @@ +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import NormalizedName, canonicalize_name + +from pip._internal.req.constructors import install_req_drop_extras +from pip._internal.req.req_install import InstallRequirement + +from .base import Candidate, CandidateLookup, Requirement, format_name + + +class ExplicitRequirement(Requirement): + def __init__(self, candidate: Candidate) -> None: + self.candidate = candidate + + def __str__(self) -> str: + return str(self.candidate) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({self.candidate!r})" + + @property + def project_name(self) -> NormalizedName: + # No need to canonicalize - the candidate did this + return self.candidate.project_name + + @property + def name(self) -> str: + # No need to canonicalize - the candidate did this + return self.candidate.name + + def format_for_error(self) -> str: + return self.candidate.format_for_error() + + def get_candidate_lookup(self) -> CandidateLookup: + return self.candidate, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return candidate == self.candidate + + +class SpecifierRequirement(Requirement): + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = ireq + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + def __str__(self) -> str: + return str(self._ireq.req) + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._ireq.req)!r})" + + @property + def project_name(self) -> NormalizedName: + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + return canonicalize_name(self._ireq.req.name) + + @property + def name(self) -> str: + return format_name(self.project_name, self._extras) + + def format_for_error(self) -> str: + # Convert comma-separated specifiers into "A, B, ..., F and G" + # This makes the specifier a bit more "human readable", without + # risking a change in meaning. (Hopefully! Not all edge cases have + # been checked) + parts = [s.strip() for s in str(self).split(",")] + if len(parts) == 0: + return "" + elif len(parts) == 1: + return parts[0] + + return ", ".join(parts[:-1]) + " and " + parts[-1] + + def get_candidate_lookup(self) -> CandidateLookup: + return None, self._ireq + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self.name, ( + f"Internal issue: Candidate is not for this requirement " + f"{candidate.name} vs {self.name}" + ) + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + assert self._ireq.req, "Specifier-backed ireq is always PEP 508" + spec = self._ireq.req.specifier + return spec.contains(candidate.version, prereleases=True) + + +class SpecifierWithoutExtrasRequirement(SpecifierRequirement): + """ + Requirement backed by an install requirement on a base package. + Trims extras from its install requirement if there are any. + """ + + def __init__(self, ireq: InstallRequirement) -> None: + assert ireq.link is None, "This is a link, not a specifier" + self._ireq = install_req_drop_extras(ireq) + self._extras = frozenset(canonicalize_name(e) for e in self._ireq.extras) + + +class RequiresPythonRequirement(Requirement): + """A requirement representing Requires-Python metadata.""" + + def __init__(self, specifier: SpecifierSet, match: Candidate) -> None: + self.specifier = specifier + self._candidate = match + + def __str__(self) -> str: + return f"Python {self.specifier}" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self.specifier)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._candidate.project_name + + @property + def name(self) -> str: + return self._candidate.name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + if self.specifier.contains(self._candidate.version, prereleases=True): + return self._candidate, None + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + assert candidate.name == self._candidate.name, "Not Python candidate" + # We can safely always allow prereleases here since PackageFinder + # already implements the prerelease logic, and would have filtered out + # prerelease candidates if the user does not expect them. + return self.specifier.contains(candidate.version, prereleases=True) + + +class UnsatisfiableRequirement(Requirement): + """A requirement that cannot be satisfied.""" + + def __init__(self, name: NormalizedName) -> None: + self._name = name + + def __str__(self) -> str: + return f"{self._name} (unavailable)" + + def __repr__(self) -> str: + return f"{self.__class__.__name__}({str(self._name)!r})" + + @property + def project_name(self) -> NormalizedName: + return self._name + + @property + def name(self) -> str: + return self._name + + def format_for_error(self) -> str: + return str(self) + + def get_candidate_lookup(self) -> CandidateLookup: + return None, None + + def is_satisfied_by(self, candidate: Candidate) -> bool: + return False diff --git a/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..c12beef --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py @@ -0,0 +1,317 @@ +import contextlib +import functools +import logging +import os +from typing import TYPE_CHECKING, Dict, List, Optional, Set, Tuple, cast + +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.resolvelib import BaseReporter, ResolutionImpossible +from pip._vendor.resolvelib import Resolver as RLResolver +from pip._vendor.resolvelib.structs import DirectedGraph + +from pip._internal.cache import WheelCache +from pip._internal.index.package_finder import PackageFinder +from pip._internal.operations.prepare import RequirementPreparer +from pip._internal.req.constructors import install_req_extend_extras +from pip._internal.req.req_install import InstallRequirement +from pip._internal.req.req_set import RequirementSet +from pip._internal.resolution.base import BaseResolver, InstallRequirementProvider +from pip._internal.resolution.resolvelib.provider import PipProvider +from pip._internal.resolution.resolvelib.reporter import ( + PipDebuggingReporter, + PipReporter, +) +from pip._internal.utils.packaging import get_requirement + +from .base import Candidate, Requirement +from .factory import Factory + +if TYPE_CHECKING: + from pip._vendor.resolvelib.resolvers import Result as RLResult + + Result = RLResult[Requirement, Candidate, str] + + +logger = logging.getLogger(__name__) + + +class Resolver(BaseResolver): + _allowed_strategies = {"eager", "only-if-needed", "to-satisfy-only"} + + def __init__( + self, + preparer: RequirementPreparer, + finder: PackageFinder, + wheel_cache: Optional[WheelCache], + make_install_req: InstallRequirementProvider, + use_user_site: bool, + ignore_dependencies: bool, + ignore_installed: bool, + ignore_requires_python: bool, + force_reinstall: bool, + upgrade_strategy: str, + py_version_info: Optional[Tuple[int, ...]] = None, + ): + super().__init__() + assert upgrade_strategy in self._allowed_strategies + + self.factory = Factory( + finder=finder, + preparer=preparer, + make_install_req=make_install_req, + wheel_cache=wheel_cache, + use_user_site=use_user_site, + force_reinstall=force_reinstall, + ignore_installed=ignore_installed, + ignore_requires_python=ignore_requires_python, + py_version_info=py_version_info, + ) + self.ignore_dependencies = ignore_dependencies + self.upgrade_strategy = upgrade_strategy + self._result: Optional[Result] = None + + def resolve( + self, root_reqs: List[InstallRequirement], check_supported_wheels: bool + ) -> RequirementSet: + collected = self.factory.collect_root_requirements(root_reqs) + provider = PipProvider( + factory=self.factory, + constraints=collected.constraints, + ignore_dependencies=self.ignore_dependencies, + upgrade_strategy=self.upgrade_strategy, + user_requested=collected.user_requested, + ) + if "PIP_RESOLVER_DEBUG" in os.environ: + reporter: BaseReporter = PipDebuggingReporter() + else: + reporter = PipReporter() + resolver: RLResolver[Requirement, Candidate, str] = RLResolver( + provider, + reporter, + ) + + try: + limit_how_complex_resolution_can_be = 200000 + result = self._result = resolver.resolve( + collected.requirements, max_rounds=limit_how_complex_resolution_can_be + ) + + except ResolutionImpossible as e: + error = self.factory.get_installation_error( + cast("ResolutionImpossible[Requirement, Candidate]", e), + collected.constraints, + ) + raise error from e + + req_set = RequirementSet(check_supported_wheels=check_supported_wheels) + # process candidates with extras last to ensure their base equivalent is + # already in the req_set if appropriate. + # Python's sort is stable so using a binary key function keeps relative order + # within both subsets. + for candidate in sorted( + result.mapping.values(), key=lambda c: c.name != c.project_name + ): + ireq = candidate.get_install_requirement() + if ireq is None: + if candidate.name != candidate.project_name: + # extend existing req's extras + with contextlib.suppress(KeyError): + req = req_set.get_requirement(candidate.project_name) + req_set.add_named_requirement( + install_req_extend_extras( + req, get_requirement(candidate.name).extras + ) + ) + continue + + # Check if there is already an installation under the same name, + # and set a flag for later stages to uninstall it, if needed. + installed_dist = self.factory.get_dist_to_uninstall(candidate) + if installed_dist is None: + # There is no existing installation -- nothing to uninstall. + ireq.should_reinstall = False + elif self.factory.force_reinstall: + # The --force-reinstall flag is set -- reinstall. + ireq.should_reinstall = True + elif installed_dist.version != candidate.version: + # The installation is different in version -- reinstall. + ireq.should_reinstall = True + elif candidate.is_editable or installed_dist.editable: + # The incoming distribution is editable, or different in + # editable-ness to installation -- reinstall. + ireq.should_reinstall = True + elif candidate.source_link and candidate.source_link.is_file: + # The incoming distribution is under file:// + if candidate.source_link.is_wheel: + # is a local wheel -- do nothing. + logger.info( + "%s is already installed with the same version as the " + "provided wheel. Use --force-reinstall to force an " + "installation of the wheel.", + ireq.name, + ) + continue + + # is a local sdist or path -- reinstall + ireq.should_reinstall = True + else: + continue + + link = candidate.source_link + if link and link.is_yanked: + # The reason can contain non-ASCII characters, Unicode + # is required for Python 2. + msg = ( + "The candidate selected for download or install is a " + "yanked version: {name!r} candidate (version {version} " + "at {link})\nReason for being yanked: {reason}" + ).format( + name=candidate.name, + version=candidate.version, + link=link, + reason=link.yanked_reason or "", + ) + logger.warning(msg) + + req_set.add_named_requirement(ireq) + + reqs = req_set.all_requirements + self.factory.preparer.prepare_linked_requirements_more(reqs) + for req in reqs: + req.prepared = True + req.needs_more_preparation = False + return req_set + + def get_installation_order( + self, req_set: RequirementSet + ) -> List[InstallRequirement]: + """Get order for installation of requirements in RequirementSet. + + The returned list contains a requirement before another that depends on + it. This helps ensure that the environment is kept consistent as they + get installed one-by-one. + + The current implementation creates a topological ordering of the + dependency graph, giving more weight to packages with less + or no dependencies, while breaking any cycles in the graph at + arbitrary points. We make no guarantees about where the cycle + would be broken, other than it *would* be broken. + """ + assert self._result is not None, "must call resolve() first" + + if not req_set.requirements: + # Nothing is left to install, so we do not need an order. + return [] + + graph = self._result.graph + weights = get_topological_weights(graph, set(req_set.requirements.keys())) + + sorted_items = sorted( + req_set.requirements.items(), + key=functools.partial(_req_set_item_sorter, weights=weights), + reverse=True, + ) + return [ireq for _, ireq in sorted_items] + + +def get_topological_weights( + graph: "DirectedGraph[Optional[str]]", requirement_keys: Set[str] +) -> Dict[Optional[str], int]: + """Assign weights to each node based on how "deep" they are. + + This implementation may change at any point in the future without prior + notice. + + We first simplify the dependency graph by pruning any leaves and giving them + the highest weight: a package without any dependencies should be installed + first. This is done again and again in the same way, giving ever less weight + to the newly found leaves. The loop stops when no leaves are left: all + remaining packages have at least one dependency left in the graph. + + Then we continue with the remaining graph, by taking the length for the + longest path to any node from root, ignoring any paths that contain a single + node twice (i.e. cycles). This is done through a depth-first search through + the graph, while keeping track of the path to the node. + + Cycles in the graph result would result in node being revisited while also + being on its own path. In this case, take no action. This helps ensure we + don't get stuck in a cycle. + + When assigning weight, the longer path (i.e. larger length) is preferred. + + We are only interested in the weights of packages that are in the + requirement_keys. + """ + path: Set[Optional[str]] = set() + weights: Dict[Optional[str], int] = {} + + def visit(node: Optional[str]) -> None: + if node in path: + # We hit a cycle, so we'll break it here. + return + + # Time to visit the children! + path.add(node) + for child in graph.iter_children(node): + visit(child) + path.remove(node) + + if node not in requirement_keys: + return + + last_known_parent_count = weights.get(node, 0) + weights[node] = max(last_known_parent_count, len(path)) + + # Simplify the graph, pruning leaves that have no dependencies. + # This is needed for large graphs (say over 200 packages) because the + # `visit` function is exponentially slower then, taking minutes. + # See https://github.com/pypa/pip/issues/10557 + # We will loop until we explicitly break the loop. + while True: + leaves = set() + for key in graph: + if key is None: + continue + for _child in graph.iter_children(key): + # This means we have at least one child + break + else: + # No child. + leaves.add(key) + if not leaves: + # We are done simplifying. + break + # Calculate the weight for the leaves. + weight = len(graph) - 1 + for leaf in leaves: + if leaf not in requirement_keys: + continue + weights[leaf] = weight + # Remove the leaves from the graph, making it simpler. + for leaf in leaves: + graph.remove(leaf) + + # Visit the remaining graph. + # `None` is guaranteed to be the root node by resolvelib. + visit(None) + + # Sanity check: all requirement keys should be in the weights, + # and no other keys should be in the weights. + difference = set(weights.keys()).difference(requirement_keys) + assert not difference, difference + + return weights + + +def _req_set_item_sorter( + item: Tuple[str, InstallRequirement], + weights: Dict[Optional[str], int], +) -> Tuple[int, str]: + """Key function used to sort install requirements for installation. + + Based on the "weight" mapping calculated in ``get_installation_order()``. + The canonical package name is returned as the second member as a tie- + breaker to ensure the result is predictable, which is useful in tests. + """ + name = canonicalize_name(item[0]) + return weights[name], name diff --git a/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..0f64ae0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py @@ -0,0 +1,248 @@ +import datetime +import functools +import hashlib +import json +import logging +import optparse +import os.path +import sys +from dataclasses import dataclass +from typing import Any, Callable, Dict, Optional + +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.rich.console import Group +from pip._vendor.rich.markup import escape +from pip._vendor.rich.text import Text + +from pip._internal.index.collector import LinkCollector +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import get_default_environment +from pip._internal.metadata.base import DistributionVersion +from pip._internal.models.selection_prefs import SelectionPreferences +from pip._internal.network.session import PipSession +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.entrypoints import ( + get_best_invocation_for_this_pip, + get_best_invocation_for_this_python, +) +from pip._internal.utils.filesystem import adjacent_tmp_file, check_path_owner, replace +from pip._internal.utils.misc import ensure_dir + +_WEEK = datetime.timedelta(days=7) + +logger = logging.getLogger(__name__) + + +def _get_statefile_name(key: str) -> str: + key_bytes = key.encode() + name = hashlib.sha224(key_bytes).hexdigest() + return name + + +def _convert_date(isodate: str) -> datetime.datetime: + """Convert an ISO format string to a date. + + Handles the format 2020-01-22T14:24:01Z (trailing Z) + which is not supported by older versions of fromisoformat. + """ + return datetime.datetime.fromisoformat(isodate.replace("Z", "+00:00")) + + +class SelfCheckState: + def __init__(self, cache_dir: str) -> None: + self._state: Dict[str, Any] = {} + self._statefile_path = None + + # Try to load the existing state + if cache_dir: + self._statefile_path = os.path.join( + cache_dir, "selfcheck", _get_statefile_name(self.key) + ) + try: + with open(self._statefile_path, encoding="utf-8") as statefile: + self._state = json.load(statefile) + except (OSError, ValueError, KeyError): + # Explicitly suppressing exceptions, since we don't want to + # error out if the cache file is invalid. + pass + + @property + def key(self) -> str: + return sys.prefix + + def get(self, current_time: datetime.datetime) -> Optional[str]: + """Check if we have a not-outdated version loaded already.""" + if not self._state: + return None + + if "last_check" not in self._state: + return None + + if "pypi_version" not in self._state: + return None + + # Determine if we need to refresh the state + last_check = _convert_date(self._state["last_check"]) + time_since_last_check = current_time - last_check + if time_since_last_check > _WEEK: + return None + + return self._state["pypi_version"] + + def set(self, pypi_version: str, current_time: datetime.datetime) -> None: + # If we do not have a path to cache in, don't bother saving. + if not self._statefile_path: + return + + # Check to make sure that we own the directory + if not check_path_owner(os.path.dirname(self._statefile_path)): + return + + # Now that we've ensured the directory is owned by this user, we'll go + # ahead and make sure that all our directories are created. + ensure_dir(os.path.dirname(self._statefile_path)) + + state = { + # Include the key so it's easy to tell which pip wrote the + # file. + "key": self.key, + "last_check": current_time.isoformat(), + "pypi_version": pypi_version, + } + + text = json.dumps(state, sort_keys=True, separators=(",", ":")) + + with adjacent_tmp_file(self._statefile_path) as f: + f.write(text.encode()) + + try: + # Since we have a prefix-specific state file, we can just + # overwrite whatever is there, no need to check. + replace(f.name, self._statefile_path) + except OSError: + # Best effort. + pass + + +@dataclass +class UpgradePrompt: + old: str + new: str + + def __rich__(self) -> Group: + if WINDOWS: + pip_cmd = f"{get_best_invocation_for_this_python()} -m pip" + else: + pip_cmd = get_best_invocation_for_this_pip() + + notice = "[bold][[reset][blue]notice[reset][bold]][reset]" + return Group( + Text(), + Text.from_markup( + f"{notice} A new release of pip is available: " + f"[red]{self.old}[reset] -> [green]{self.new}[reset]" + ), + Text.from_markup( + f"{notice} To update, run: " + f"[green]{escape(pip_cmd)} install --upgrade pip" + ), + ) + + +def was_installed_by_pip(pkg: str) -> bool: + """Checks whether pkg was installed by pip + + This is used not to display the upgrade message when pip is in fact + installed by system package manager, such as dnf on Fedora. + """ + dist = get_default_environment().get_distribution(pkg) + return dist is not None and "pip" == dist.installer + + +def _get_current_remote_pip_version( + session: PipSession, options: optparse.Values +) -> Optional[str]: + # Lets use PackageFinder to see what the latest pip version is + link_collector = LinkCollector.create( + session, + options=options, + suppress_no_index=True, + ) + + # Pass allow_yanked=False so we don't suggest upgrading to a + # yanked version. + selection_prefs = SelectionPreferences( + allow_yanked=False, + allow_all_prereleases=False, # Explicitly set to False + ) + + finder = PackageFinder.create( + link_collector=link_collector, + selection_prefs=selection_prefs, + ) + best_candidate = finder.find_best_candidate("pip").best_candidate + if best_candidate is None: + return None + + return str(best_candidate.version) + + +def _self_version_check_logic( + *, + state: SelfCheckState, + current_time: datetime.datetime, + local_version: DistributionVersion, + get_remote_version: Callable[[], Optional[str]], +) -> Optional[UpgradePrompt]: + remote_version_str = state.get(current_time) + if remote_version_str is None: + remote_version_str = get_remote_version() + if remote_version_str is None: + logger.debug("No remote pip version found") + return None + state.set(remote_version_str, current_time) + + remote_version = parse_version(remote_version_str) + logger.debug("Remote version of pip: %s", remote_version) + logger.debug("Local version of pip: %s", local_version) + + pip_installed_by_pip = was_installed_by_pip("pip") + logger.debug("Was pip installed by pip? %s", pip_installed_by_pip) + if not pip_installed_by_pip: + return None # Only suggest upgrade if pip is installed by pip. + + local_version_is_older = ( + local_version < remote_version + and local_version.base_version != remote_version.base_version + ) + if local_version_is_older: + return UpgradePrompt(old=str(local_version), new=remote_version_str) + + return None + + +def pip_self_version_check(session: PipSession, options: optparse.Values) -> None: + """Check for an update for pip. + + Limit the frequency of checks to once per week. State is stored either in + the active virtualenv or in the user's USER_CACHE_DIR keyed off the prefix + of the pip script path. + """ + installed_dist = get_default_environment().get_distribution("pip") + if not installed_dist: + return + + try: + upgrade_prompt = _self_version_check_logic( + state=SelfCheckState(cache_dir=options.cache_dir), + current_time=datetime.datetime.now(datetime.timezone.utc), + local_version=installed_dist.version, + get_remote_version=functools.partial( + _get_current_remote_pip_version, session, options + ), + ) + if upgrade_prompt is not None: + logger.warning("%s", upgrade_prompt, extra={"rich": True}) + except Exception: + logger.warning("There was an error checking the latest version of pip.") + logger.debug("See below for error", exc_info=True) diff --git a/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..efb5f394da48fcb8f070e23cdceca0ff09bf48eb GIT binary patch literal 209 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 Gz4QMSXvo_D 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..33bc46620cb8540472ac84f65a0230316757311c GIT binary patch literal 2424 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0293b6202d1a34294a9223cc750007f0727e483c GIT binary patch literal 5575 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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..4c29ae6a81e25c7bd1caaf078cd4cbedcc5eaccb GIT binary patch literal 698 zcmZuvF>ljA6uz_1NmLwEsSGgH2nHfVj;3M*7FxEJfh~*W_>TA*`)r*riGoro14}2^ z+OZp;E{yyK7ElMI69W&xM(IVsRweNP!z9ADHDdT0i)QNFfG%+>B^-#&!UFxvpf!lmB0yst* z@Q)ohtLQHu*wg>m*)l(LHC}!CU+)x6@zgn6&ORhlcS;632t7qDyx($7!#=`3zz`c5 zPv@YyNe|xt3_0syQdq)pG zlB)~oK`qbJ!;s~17%Ka}7#B1c(#!L-y8SIum!YhDfQ!ccEN8=%KU5o#+Vxk1=Pt(h ihl4R$)DT{u*9g9L63-FPn;R9qdsNZ;onN+C-S`{6Y^k~c literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f46cefa2e3383aee4e1fa453664e0c46a12c53b GIT binary patch literal 4200 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 OwE$te+$+kQll=!-1oH#{ 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..371908b491ea5d7046db9f00f5c2878a8d283d43 GIT binary patch literal 4007 zcmb7HU2GG}6`uX^Pn;je`Ehd7P=*AE%nj?7pX$N|BnT)Wf`A%YT35*0c*pVj?q6ru z4n|IuN>{p|QbDdN1$29LgLI`J@xmjott$1QFSgP)+$B}3wmkHu%7wIQdFq*6Zyab^ z+L3o=c6R2>H|L!B&hf9>+hYjIrNb-gKUxv`6MG3txY2oen?q;`DM;Zol<`|G!+Gy~ zhWA<_BS6b*q8`eG^l&E3v3Y_P(W9BD*B7-GJ(h_sr^-_D{tD96vjbFCYp zd89;&!@;~}TSbpRbF3`#w|hmHJ&!USN{7-y!X!kx-hnUdQDUS!FDk7chB7_S@5=K^ z+lOMNx6yBhezL;lc+QhBhf?vsFriZ^-W4yXw&O-GS&nKNvXy7=|(d zXEdprgBcYJr@;l;hDX6RDHA4U+Y+phylN0d!e>ZMF4+W|d92!YiP)YjnX0yG%;G#X zb$t2sm5EVoS8U0Wox&*AOPZrv8o`$=4*QwXp@J_4l`^SymMggLRTC$cAd`o)YI|YA_uBwt&3ydKmYxIw07V7GI)j*yQ~ozjBXQx3yx#i$J6Oq)hU!_q@1azt%@b5VP4wzi1g8;$By~V zr<7ID00_#f*Bgq$B|{-pt9Tfh2T3tzlCr5P4RcU)Mg!Yd%o5H4bpId?=K;J<0goKi z8LkodW;+C27I4y%;n|3JvTqr!BE?doD}X1uVcUUSsT-Q3DtH~cWhss_mbTel#josi z!PH4wmmNn5>bcyZw9cxMp*n}snmm&wM$S|Kdb&)Ea#~Yo;PA|;4@+M^l(s?iK}*hk zAkPxpQ%KhHaiEZN$x$^sz3oa#R>h5G8z!a+0MW%FRZv)L5#V|G6QGvuR6}`%GdKm9(%B-Nq8Kb| zw#6-aX^uJ3pkMT&TJYw#Ktm0Q^W0lxx4*uUy=`03@$X-YOe=2`MNq_G$43pCEkd+- zvuu;x^X50S6+!0tZS!{0#}1gQTXbCI%V=Jx3iKmqEAE~}*M0!8OLSNW@=9@s2w4>a z?DL_wAlShoRSwn%S`Sx4Hh25|w@BF)plP<%aDV~UfA1~pcQ@Asy=n*~G*EzqYE@*h zbQ+1s*%Qop)aZNy`N^j|1gh|ji7Sk(O<;ss#x!QhVe|>4Wdk+I-lxWmXEzy0X*==3 zrBkVC=x~oDH!|%Jn(YcRs^N+(?9dk2@J0mt{E$jeb|YNgv|W+KB3CRz1f5J#4fm90Y zS_7#R)Lg+0lj{&tZ8vJmI*8VYI}C!d>}0?LWiuzUP?v?MoMmw*>oZ3x;&uXlnO3qs zZJD&#{S$1SM$_5PB((TNfK(1MM&y^e*NYqU<pjV(@x}3_3yT*%?_L>r zFi<;qa<%8w!o|%f>grkQTkKm)?5QXAd_J^t;K6|v>4Ee(`J`)g=)`K`3b*}pWqIJ=hIUr+8|o?lHKeKJr>jxAjJB9dJ1PrX2`E%@fd`tE(7 zRqt0HPOR=eT5B6z$3rWT2a%Pw2W=0pJ(*a==W1=c{@95FWK)Y%wc#Vb={edMSnJta z@7ep5{r3GWB=mM|#85x}IKI&b(l-ZD{LpI0;adBV$K$ou6E*P!?Sdn}#<7egJdXV> zbhdNsPU#%*?G~#PgUlb+1*ORR^^MX@?0`|>--BO@Z9%WuHkoLiukv*0EqleAD}!E@ zZ}KOA{24b=krbFBT2bW2(oTaPF1%-xz>i|?+-cP|U8 z@x2QZn_<-d)urlUb$Md7?;v>V7m>c7p80J2{`lJ9Xnk-LeD#U_>%p<7@xGh!jWBA9 zFHCyoPH|JIKDUMC365!MwvXKd>obQ_u^C|?wgm$6rW?}bq6vwLt^zSp%*1zRA!9Y?2)o)2F<54112IukDdil> z0u3ZN4s`{{HoQ#2yRn|K;4e$a;|(v(`I>j*Uqw&ouv8)0+sIf4=xW2diy%3x6K#ALGP-0qyC|4*&oF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..74ade886e50e6493f0fefb0174b9e9d387127788 GIT binary patch literal 7472 zcmcgxYit`=cD_Rnhfj&39@fJTjcnNxZA-ExJATxU+LCQ~qqS38t`l}sV#FCqBas~L zosnq@RH|f+MoNTA-c8psb^$Yh0n6(Y^`8RS#R6N$MG>I=A(;-MOq4c7-ADd0mVvrP zfApLohooe7gJO%0!23M+ea?5jd-Zo^WiA5W`K~*%rJ9g`#*FzHHIP~T1w+UUA`+1a zlR!3R0*sNjB)7p7F6YN zNoTP_=b)!C8V%(R!q{LILOg)ge=yWeGYT;nvE-BagvgAx5~5aUHnT|M%#>)kmusOi z32UKz#9>Ml;t_WtZKjgMJY?1KJ@O7H`~;IENoMo_A@s-J(O;R_OCc`wNBcCpSw2#3 zrV6pCt|E)8qdq6md}eK-mkCSKl9jkfiuwaHUjHRY(QG%YuO-CXr;B8bWT|~ZEnW8& z&8T>Xn3*3ZY}<%dX^J-!YGue9Bw>q_tJXJ2obhw#bX#1Gc6I7@P!MsdOhC zkff?QdpUUiRoyPiGz$9fw`MzV#He&dR>p9coSLerc|6a*pdG_XMCt&2)kHIlhdMhV z7>q?_t+OL63yvOpbK~ zWw1w>L%3s1lf!DqAlM%)Q*xZy}f@&p6_6zngqJ zITwFq-*S8Cqk;SW$2*QJd#j$f%VrNuADBHleRRJ1v3tuRyJgY6Es=iI{#6OIuYdaPzI=5Gkg#tQKZ74_j0*4@pMhrF|UxAoyJ211=1jSF;0T>}NE zfV<$g`u6|@uM!5lkd}uE(Izrl&cFd25H{9*BY7h$R1}o;JK8!6ZOl}mt!NRgKWCH7 zZRXFI{ba(T<>5o~;Sh}V=T#HPVBM9cXeSP>rlx(`}ctt*18 z+1i9FhB%4H;-6{Q3`wxt{-4G+je8r}OH?LqL6c|TFTrMw{x7U(_`-HL$O{Jg^8$}{ z&=!_QC0-dAkwO|DQ@~Qdu6Rv>YAq5oMEEE;Gb}=LZFjlAQ2G90DO)G2e27YdCW*W% zg~q59PVhohA2a5w?uT%*eW8o-qAz_S$%?wYRU4z-L5(5tmW8wl& zkF)Kt0e)8Jz{>(k>Q=xpodfU!Ppfn4*dWB`?h?O?q7l$K3{ZLK76^35fS^hUdlU&B zMfa%N2E$|OFhpu18qztOcvSJT*;d<7f*C~Ttd4~>6+6X=&?c<#3F3$llA>A=CI!Ae zEYUqsj%KR<6$JlIo&!)-6W68;;auFZw|d1>K6_^R% zJSg*Z*I6GlvL|`VgKb@q{-o9k<)85TyK8I@YphW6u+G-qWPiBX4(0vdAR-OH55C3Y zK#%Mc$djxB$3cRmvq*~8z#48Sn)&JlXbO;qEsd`f!x_ml8&isam%fLC!l$13j@G{w z0)fu}qcJ!J6Wy9*CVscMFf+xoDZw7HY>hS-Kzzi!WMr3Pgup@axsg1a=8KBhik64c z!j4=de#`h!H+oWD9t7|JV*x}_XabP{ZC@AwGtGj>B^4}OQQNaLq1DeTQU0~_7tg-F zo7boebq1m!4xyrhXq3M!M@1#BW^Gfq#S~S(>UR{34rvJtnYBIEu)9q#ce)t@eM3-_ zR4r)EA_#&(;6Hv#mXL5Ufr4eJ=+*M}_EHP_dr;j6KXnWOFg6bXiyE39nvG0H=6fEO zH?8=pZq#0{z0r8RF;$)R?U>@0-M+d0_l_-ld|+!+>@(+@CZClzK_?E^yYaWBM~X&*`oB&3M||vgl}e;%-Vcr`;`!Y|APPOxEZ$p0=UW{|cJ1 zT8^QkS??5)z$vK1gJ3igRfC~1RTHQf)SHEYkSGlf4a*~=;Yd`8{gA5K*p>Lz#Q2`Q zon8C(zjEN

J?w^|hLX=h_9o)m{kxoXOI_BzY6oF~Jlxq!e~eTg(;yltJ<}vymkU zf&}C)bIxx84+jK6iRfHtSdl|;FVHRRdvqqKJA`m-SQwDB+|wM~1*JUyadY z!GElzW+2_?2j6^ zGT)%;_MaZ_x`e|3Yyr6d>LAJ*+`oC;Wdn;8ng_B1yup>p2J0CDzcT{tsR)r+q!T)K zK6s($@&&jY1-mbtI?;~>r(W;w(`})!0^W)ni-zUssO~)tPQe`hu-q$1=kyRC@ zU=+}eFiF2XOBQxQnx4VnAOt##IH_9(MT)1TqW1yj0N?K$J4g?qBnE$s)t^EDYymDC z6^G%X;@v;lyHZv;*ZKY%Pl?Y~H^nS_Yv;G#YPs2xZtDA+{h#_C9(>%?mu~1=^7c)! zIUX^aoKDX705W-7rr3<7+*y}{KLfoIHxnOq{^jAjhnE`n|Jw2!=P#X0jVIE+lT#<3 z0Xgs*+~LAZAJT}k(`VNA=+9b-yK=GeOxo4E$o4*e)<`PwD&zEh;i*{h zZh1;LXZ=$TsjknILF$EycJ*N639h@|^0407y~p;j*@0mP1EFpQ%8FONQ2xdO;%K@C zXf8kkL30T25;@mi`oW{%=m124wfq3uzsF5jC)gq&C;@;;xUCf6C21KcalbKOm$~Lh z+ImXdDP|6`Bxy0+>z`(cyUGiE7_Q#D0)BQtRl;K$Qetfw9OYonV-A49K#5Vj8%Q+} zb5*_q+`K5YcuB zbe1a0TJWG}p?rKZ;G$@-X0-%VOoE8YLy&`tnxprb4+d@wT_3s;z8+5PTkw6pVb@a4 z(HvmxY-9X3V-`p?oftn=VVkx-LJiIr^F7XvPNOVE>-V$?wx6(CL~pMccsN>Ldie8&RfA zf+?bv#a0M?y|BmON}A_!d8j6dn%>FkyPY zizKVI7K)_VmzKsdNsPS}dhjfHO4eI?J$lC+uDJHaIxEsu7|JdqrSC)x>S zrjsQzM*-Owc)Cx@f4r&^#()8e7bEno^IPiN(5$3*Z?6pVB`N=sIE}FEOXB*9Z2yY1{3AK`IXU)k zq-Tlr{0r&&itNd7b&PMmD?=bk?OVkt^9r$4WGpqzj`{8kfoK7$A-aF)Ugh*CYP7-gF4nX^o)Dnl?{s9rVV%t1R-Id?HbAWFduAX?aW-+K4ZDkd}4 zEYmax-9R*dDzz;&mfE?rscjYWnQ{h(fF=;7x>hmDI5?(a9!7vDRg+Q|PNl||nmSi8 VpQ&V+wv-jc+ZL?PFf#V|zX1&fUfuuz 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..03c1cad955066bc9e27d34a8c9329a2bed44f5f3 GIT binary patch literal 1178 zcmZ8f&2Q646rb@|5|=n_P%97@({jK_*dj$ph!(`6AS$iOsts)Ai*f8pGrRs`?6i%= zM-F?~6_>z;9=WkAF8moQ!GVaChND z6HKK$rB&0J>)1m{H$o~7S|Rc61c!kx@6ZaM!Axv)A`elg7)KsX&{mQP`exhHxU{Gz zHqo1DjYg7Ys%Od%X3eUvHR{W&OE;HSH8CyZl&zF8_RvemLF$z9te5(BR$em?R8o41 zqf9ZEemW4<_;Kla{=Yr6Nv1Tet{k9cLSXwSlL$&WByb?R$awM8vTt{p!c&lZ&D{ep z#=Z;LOnzakL+izOe;?k1$^O*A1|YD@b$LxlFRtV#stwYi&1|W6n2tLtj#XQA!XU;j zBFI&3x(`&FIBmRv)E4c&zQYc0T-SKQ{+o$jxQR$sy}EMk#?tNjfxBrODKQ35=MdAE z2vqg+U85cP$e@Eu+r7qD1@Oi?K_^ovhZ=z))N zwSWGRzCAUNPrQ>)4&;+><+!Q3nNeSUEbJnB1jYu&hwb2O%Fw^c&~q8Ok7H-ANtK^()ayTf>kScE5g#Wct5}vD1Ywdt<=C=_L{p@|pvXXB zOraTuUM~DEK&mV}N#S#G!4KVzhc1&7bj#)vKcO(O5DNcG03QDY&c3f6>s5xc z7kWxx>^s}@{r2O^TX12-NwZw9{ClUrx;@ul`{Us*kRUfwz^OBTUU@Tn>3jO6;q2n~ qk;UQk+_PXXeg5Tx!F2ua@?iSb8&DldBAnWu8v$ybo%)ZNT=N%RhdhG- 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..7245a8bae0cfd1b45f5419d04eadb89655757e0a GIT binary patch literal 2356 zcmb7F&2JM&6rb7k+G}q@0a$3!bM7Q!ee z8loX>fwg%d7y2qR7H;xL;E6PO!r+m?6EY-2$_tIi2zaAqtjT}z^l44-0HSz8eW(ftVHZAUl51@h6vA664VXEa4>PdVO+s9h7sdydUhz- zlvOVqghED@GGf}}`&EaiX~#BHGq2hXQ%e-Q^`%KT-!?xe(+JAcgECpi&V%W7uRqJm zu0el7OZ+S=R;u7wM#|C|%LRHWJCL%tD%mC*NEP)<8N<#xIY^zlY}l7maMF}pW(CI{ zOdcFaQIi?{uAZIL#|@ftO*fS>ZDtU-w^WIlMVj&tl61>ne7z$PC_f6rL*t-k&~v4C zLD3#6rylixxX^#98ahQdRGKbb0*8O;zkmUk4!SNAyc}yJhbQ|GBDgF>5#y1*Oz@Oz zBq!c)ly4eU&0`H1GL8UG|-*oMH$i@OjJF}jG# z!W6n9UPMz^3tfHhV`5r5DXXRh2(t{E=^S&aldso#O?4X(aA>ko=AFOq_HnzE;V=!(NuPd$vhvDns86J#m=Tle-`hi@LP?sL3aoJAUR2{Q3Z%af3Ahh$JB1 zle3v@K_?m4ix7kIoxPX|Oh=h+XAJ-_kXblq00kLZh-~K}8(rdL4N5b%ZW$EF#~>>A zE3a@N3XSgbFt8GBL_TD{u`)D<^`B6xHvT4u4roNfe&y~dW$vcCOl-|Y8Hy?NQJ?QMa z*R{}j@S5^W>8yr2UoQ8fmaZ2FOYtWFQW4(&EXPsH))xpe{~bo{@md6|6}kfs^krzM z2hFw&CDD9ObZDPAzZY|zj1CXxy2^O#<9t-_FI4RV4%i>GDovd#nArksnAb~1#`iWX zmz9In{${4FW_4Q6Rdk%mlB?!*=nP4J7CIRs8hnE%`Taq|eoN4>*V@!CDCg#SH9a}t zA+jHwX?Um#%4eB`wh-St^U-1?UX5&9Z0mZ~-Zi_u+SXf@d;LzL#mFXDOZY$Mg#mBS z*$BT#!VyFGZTbhOvzU(?o`mp5;BVk_+=_g}a&o1j@h;(=pP!AM2L(mO_$i7$MX}$} zj#^m2r}1oIj^4DE5Vvcwjksg3aF5;w2bi_KZrnBZ$-V6D&z2CFwa;-3_g&vTE6$G2 N%HO4y5e)sb{{nP!NHhQd 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..8787b8a1ad645b468ae3197dc762c220f683978e GIT binary patch literal 7568 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 z zG8n}rINW-WMn+GbHN0GMa1(A^LpeG)2-|`Wam3j%D_(?`b|B))_%f!c~ETzFNY|7k>*gIi$P-|F;&y6a^=DmJKdI(KPMBt zzv;!>m9JO)Qta_^LnBe1`x-;JU?OBh>JnLo3A&*6wVz)?n!{?wB6G#$$E}Jec2(2s zKpk;}32=ZE^B2v%Du-F9OE|lGvY`X7mYoWZVj#ZB=fw;Bd=ITWmQrh+nfU3Tx^Th6 zSWVhW^-l@>2?4@K1cS^K#9rvmrV+%XmDjC?BGUByRRUFghkE^+LNE2tsDf`)lyd); zz`r9v`<5`z#wYq8SMMU9eGTuR+ekNXyW5t#8>pLQB^;RJoe@=ik;Ygh@G}Dc8UWwN zCu%c1Mpa8V`DWl!p^QK?x4Epk75Ye{8%_;!NF%q`uUx~uQ>;5FC9sdiC#h!-L*dS7 z>YrnDM66=5xN+={I&Ya_O8rZEdp!YS7|uGl-8wdMe&qPj8TDULM;FfSxwSh=j)Vm? z2?3xxaP1^+2m`&cu%FpUsPEBePXKsb>K{{{FW;MdJZ>%fab4~b=$wDDI}|lYC`a6S zHSRQojEl5+Ws8$Dd_p#iU1cnbBJ*ZGr0&ED;0^-a0@d`2>@phnQ50hpG}2&XV&xv= z5It0n zCZ(ERS?kkneMwt$y0+z}<6#?&B4nEu9l+YNH#zupYWLG`G=4Cdlv^!nZ^~h|h zwp>4rGtuf{A?-eea=qpH+0SgueO&leL(gK3_qI?%h=wthsNarGLF;f2w6as`_}<8KJmtPt~L9vWD_4 z4{Pqnq=D63g|ly7NOyZ5S*6~pM@~m`d8UcAb*5YQu6`%gdN}RrNw;}dds1x&(w>9K z!_Oq!N75bMM`hNQs!SDY+w(Pu?S~Ak&Zw0EjxEzE z!EDKliOki218T!U6}XD>9@iaU47&D+>%Zz=5D(`s-JKJ*Ii^-`QQJ)b-HwYkN`Nj7 z>(2b`a}X-okh&O(sS=@5ph369=Vpj9$w)DxIAquvQ5-Vci~tT1x86`BGzK7qrv|cG zr058c$B*6AuaW?Hr+Uj*`W2lHsdVg6V(9GGsbnIRXwDwM8Yi}OUwHu!a`Sj}wr}oY zbXM&WLmI+~&LH$AKEMu~U@U@2hjCfBy%d71;7$kKkc&l)YfZ)i?HDE!(t<|t#2k(V z17YLdXwmi4RkYrpA;oHK> z`PKeZ_v0Bxh4&YXH2Ll4HhBd^faqEmno>g3Bhe}BzI8mqkgV8~y+>1?CqJXYriqEo z8EVb62*P8_xW|EH%eGHwT&`bl>`gWHZZQ-x6Zn4`=NF<&@MIVO^>b#ZxYhQA(6{{L z7DKXiO)v@VE7o<-zLaO*y5~g7bAqPZzU49teYY-bF(g}VyU@G5dy65-G$aI}VR<~m aC|x~aq#rc=vh%}MBcB{cFKXmM;Qs>bmXdD( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36d3363daf2d3e547b5343efbdb544087ef31636 GIT binary patch literal 34135 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 C5H|?` literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bfee905aea421e60da46fd0cd818cb111715937a GIT binary patch literal 2597 zcmai0OKclO7@qYrek2ZQ(l${GlN8jN)^?Mq526aGv>=eG1d*Iv!g{hhwl~>_J2Osj zRHPg@aBL-{=7frb)K={QBn~-p=iAR%rRK^%JGpYg5}Dg>)|9{>FFzyELY z?ciVWDMw(A*ik1|jydsi+)0!Z zPO_ZTBwy4Xa8l)zlP;&#K4xc}Y&ol;2%<4FP6r=GdOFHOK+#rT3{~&Xboikb@VsCq zDBKx`t(l|=I${n~BWjnThpGuP{c)^33UbiutNZuEm6>^z4JDa_bkI!EY&B*MeH?oj zu#^v*IYl1=`Y^~k($exT{4P)D^D#d;PdAoY4eAdpG=$~3#P;J$&4x|=m_fM6NBlHz zP{XQPlyN_~4kK_q(EQAM^hVQS)S<5MbMqc^h;40B^UV(hBYuwcPPyJ_iMr?d+2E#b zxmB;|Cm0n?<{Ckul&z2`6oud3XE5ABH_?{X(nJs@gjNsostX8sLgznm z0?cM)HFaPcEJY@yiEOyKsfFnaWry=e(VNkmk#)3)@=>x4hNUrlSL)PQ!&ViGI>j|> zox1p4?=&?-UesGIvC2g)j7;(a@Dq3^+GM+66nH20*vE>Sm z8Er7iA@r781GznEN`N%UA*&uMIF_qMgL$DmEIbURfW4<^u~x(t-r~iBnYlhUyIjeK zw)B!Thbv30Nh|;9BPYV*P$XQ1A;`Y0jbh)b1qcw^usA&f=F9Bk%3H+dw9;2c;E>~Y z+;u1=b1^KtIs8r)SDq`V3a%4~s0-mx+_)+$FwnO2Oe^M-ED0&~vwb;>R4`d%ejH-V zp}aM z-Hsjqb?n%k<=e}5XYXD7{Nkf4Uq`=uzjNk|&WS6Xv8!A2-)F|#$IrJj=i9OKdmsy0 zfN?0V`ALU-$f4c+H0ahLdSH;zZ&hHFjjWpaC@k)v{WjijS!g3|^V}8Bh3id2KpF4* z_TE0YU~grW!tsVB>ewJg9aJ&d%Xy6*gNaMEm`Oc;u0}-|4Ox6lLhmb*DF?$A`g0g% zkKEeqWTx7&DK;Um#Hj?Vf7sp!qB<}fv|aQe=zqXQGb7-q^dG)|1D+6_L#R=Zauqy* za6n-}FkDR7iUp>z7VgDYHZOrSaZSQZd{P;H61&8qJ?yybwlHhDT%v^Qxdmc3>cnk2 zlvxI}JphXVr378Ws00w37}V^A6~sbR0bfq)C(o#c1tmcz^QJAZ1-I-C(&E_mHYkIq zfto?vF4f_%+H?*1d`LzUkjgTM0O3{UIk-}3tkobZ+-ov}@=B$M=RH9|JP|O!4fu0C zq4Y`+<=~NYmO{oUgZl;ncR-|kV07tkrGhXZD+TXY#Gblh<}9uXQHpJDG)cY(W)Q{-~c)k?}km9#7k=)nxHb zfgC>}S`E38MZzS8F!_EdBmFUG{2~C1YkI8MZwiHHJp`NjSB7GM1G4ftlm7v+F*zuo zQ_vdMzyQkp0bPYl*ZqVv2`Etj89%lHW-9FPQ#Nbrve&5UAQgfKNcp51?b*O3$1|HY zeVxsK2HAo99t_>6rfE;m@Dnuj1f_mL(;YPZ8#?zRn)`WVyghOH{$gijdMo!dHSx)j z$Ek_k)Wr71PU_{YL^m<2UHE?N__lF-xf_-1nF~A7oyDDjuS#nFG@jav1HD^Bk+H4u z$J*$wHoCp|oi^ExB()QFqg@2k{mdV7+KZydl%jV>Q`)=QEu)L%yzTv|X64A=Pv*gh literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a37ba2e920ed1caba7a30083f9bdab1ca7319def GIT binary patch literal 4564 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..36d090af29e5807c03cf4c05ac8dc3017cc14162 GIT binary patch literal 8732 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 Vi~bUV;+MfY;liH2$D~d<`oC(fE=K?W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..be3168e85625ec1517540273132a439b975f7c11 GIT binary patch literal 12076 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 Vl+<@0VPfTxIs#G|S*OH3^>3Q#CTjoy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..50233a422d431546c499b194f7224981f67fba0a GIT binary patch literal 4494 zcmbVPTWk~A89p-}-*Yj(!qd-U@VNod{l3uXd4inFbJ!U*(%^8zR z6Dbd^1k$P$wNiMfDk32zEB2vVt+c%KfrmczC8?3f4oF2RFMYE%NGs8o{^yLxPJ(w= z>PhCDf9Bl(%lCi&M{{!oLAlnqtSvMn^l$d!6{#w0ya8bmsYn%cly+MoE%0|SE%Mfv z_VHFqOVEnCzYs_V3c++xKq4Y2AM+Niw

TaNp7q7$fG}>wTW2`f6jEREacCimLxN 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 WDx6ulxPhRl?2Ev6^(}&i>+^pBlUs5C literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..bf20b10af38a2f136e73fda4aac74a077478d956 GIT binary patch literal 5940 zcmb_gU2GKB6}~gGvpf6aUEAyR54iRagJFr;#U?3)fWcs6Xu+hAKx(O7jd#ZOnEm6< zERL6T>e4uEeALRWJ@VqIB0dvs{%IE?M{sYGEXb=gX%<9*R2NwO(b?~5j+ zv6zyIr)Aj5=mjNpA(~LfqL~?eGM(BL>FtYZs;=zFNbz&v^I9~cW}>htUBM|S5zXpq zLW|OsL^3mmH$!$TM(day^CtLf8A#?(*~jz8nES!*!p!34QgHXYa6h=I5WewpDfoRT zH+B|;Qe$}D^+-T`>w>G$bjQ*Cz#Dwy<)Zg{MaTCZKk_19``3seO8gy#&4uRT*8Y#R zTfKj{uryih94`5f7KNk#E_0;C6OD{~sq0zvk$a$>`=o84g}dFtL(y<*=`4;bHK&O9 zu6c?mWaiP7eTv{s<@unJ527naV>#d-HhxWYYT|IHKeZnrSd+ucR z+#onlxT=S9%0A&$+^W965aJa4XT)~N^V_D<{ltgA}O*is?ynu4IU z_Q?xY3$3AQrb6C%jg{Sb;Trp{y&o{L^EB)p1OHie+A2AwQP`9F?SDJ$@pMX;)D#@) z^^U!T6q2ebnmC{VuoL_l!WiNL{MLfCsE&)NGz5@zHYN9n{k>KxjXmV>0V>I9MN4f3 zbdvP=WG#jf5Hg|U2@}O6np4!zc~+;E>sT#Up_4skE}YCJbQR*xdh1bP5p-&M#f!5! zwnxl`)>W4a(P`490BS-+q_HpTHUu)q1b~>qYZ*WxLr_w(M&4G?DxstdrwP=CV=Aqt zFbPM7hpM3s!*0BREREt8lQCRcb_~E!GZ@WqTQH_!a#)Qzt4_nC;kP3ut!o4z$+pr5 zw-T+yS_b|J>TxTzW!xj|C0X4ncvU+sjYP2bjkPP3daUKWyHEYWdYTGv^aRC=sR1Z z%hxn_@|&-pMuGls{$77jtA~|dZ9g1xeAIk+gX6Z(0jc4DXfe4ys?9-r!VT8PHHhyO zw4-s|W*52xy3uDf){k=#?VEv3*wI~PAl|bwpkVF!lmQuEWviq6NG=dhXA?5@G^|Ln zm~&BbwO0)DhJ#2j30;QpLuH1ZI>UD=o6^;!LTl9N!kp<)+o2%__(dAQUhoO(5k@P~ zV#c4C6&quOz~Lw~8zSw0013DW%k#s`y+G*7#mg5Lo+$;yq98tg0E4D6qa1Kn5As7bExD$QWTERI5P}!hS=g#eGpx3+Rt5Y*uyRH`#GboCiJgw zl#ij~+d$C>S$Y>htcJK%5i~Fxw_bp;!V!=)+ZdK?J#f$4;7QGF8zprB)^a5$j`;jKE(z4+*%IfCBCFv4tZ=Z`a)5m!Tau z#uw#M==r&kvV-FfG511UcSGBkL)!rg<~@)6$k+JVp1a=mWpDe!Xvw>+=-Br7Q62Ji z5Dz?5<$>%{@6wiH=fRSHpePJb4?F}O7=lr+*6%|fy9YLMxA}&FX6|+~4`plml(ojI z8I65w_zUy}Cj=KH3}qJ1@|<_o5oOjw28g%JcRC>pHxHY^tVVC$x{SijVLhjm?fZbm zm8=n|lajDOA8^tDQ+2nI9Tab>=4am`_}tjA3OsfVZ3q9NSAZH~Pwreh&X^3`bhQ7~ zAM4Im_sw;f?yqWMQU&*hJ4wy^Crl*QVqFw!-T?Nw%xKDkN5WN)*U3fF;F40t;DBf2 z4%h(0b4E&JO-}{{+)YHj3geGa?*tZE3x$|4ESgBMN7f~@3A1-*w_H%8!t zH9l4$ws3P3wMiO*u`-?otku(Sdj+zVNQhEx7dR!7z7_7bKwYO`P~gJACn>F!CQ0Z9 ze4mCUKysl~)xdN%+my(J*caI;_KUrd-thDELQUpPZtf|nr7|u#DUw+6WHFse%)kLk z!GM;?9E~dMjr3I%Ru)ugvlle;BevOdE(pla7rm&a3)4mn5_R?j3w@pNViU|T!bQ&i0 zKXh>xHgnCKFV2QZTSEHRZnHiKFRYCMgMfkYbKs1*?Z-^3l1-prPb4v=Oe=V;?k!q) zBrF(>XNFFlK6Y{>cKGCp7Y1HDcIfyJg(SQQl;NjHvX3NfUl+@L%y?_TTgEx#tU9 zIePi12~?#}cgeT)Up#5dAy4-TjEutVhAS46)A3l$aFG?j%#AuFDXED_()^rBkg$)iL<78C}sR;i1d}?d_oW5tP>z~^Yw=cw~@)cOV5`Vc+$ z5Iy@Kw6Ta9%TDCkINx&DyFdk%!+6u|a{Z3|>DV!}Mk}n=M^Cjp;>gC3ICQMXAwz!LCOS@M{ zt=wJ59AOqF%82AQwk&dsrx%5r(G^-Riy_8S2o>> list(yield_lines('')) + [] + >>> list(yield_lines(['foo', 'bar'])) + ['foo', 'bar'] + >>> list(yield_lines('foo\nbar')) + ['foo', 'bar'] + >>> list(yield_lines('\nfoo\n#bar\nbaz #comment')) + ['foo', 'baz #comment'] + >>> list(yield_lines(['foo\nbar', 'baz', 'bing\n\n\n'])) + ['foo', 'bar', 'baz', 'bing'] + """ + return itertools.chain.from_iterable(map(yield_lines, iterable)) + + +@yield_lines.register(str) +def _(text): + return filter(_nonblank, map(str.strip, text.splitlines())) + + +def drop_comment(line): + """ + Drop comments. + + >>> drop_comment('foo # bar') + 'foo' + + A hash without a space may be in a URL. + + >>> drop_comment('http://example.com/foo#bar') + 'http://example.com/foo#bar' + """ + return line.partition(" #")[0] + + +def join_continuation(lines): + r""" + Join lines continued by a trailing backslash. + + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar', 'baz'])) + ['foobar', 'baz'] + >>> list(join_continuation(['foo \\', 'bar \\', 'baz'])) + ['foobarbaz'] + + Not sure why, but... + The character preceeding the backslash is also elided. + + >>> list(join_continuation(['goo\\', 'dly'])) + ['godly'] + + A terrible idea, but... + If no line is available to continue, suppress the lines. + + >>> list(join_continuation(['foo', 'bar\\', 'baz\\'])) + ['foo'] + """ + lines = iter(lines) + for item in lines: + while item.endswith("\\"): + try: + item = item[:-2].strip() + next(lines) + except StopIteration: + return + yield item diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py new file mode 100644 index 0000000..92c4c6a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/_log.py @@ -0,0 +1,38 @@ +"""Customize logging + +Defines custom logger class for the `logger.verbose(...)` method. + +init_logging() must be called before any other modules that call logging.getLogger. +""" + +import logging +from typing import Any, cast + +# custom log level for `--verbose` output +# between DEBUG and INFO +VERBOSE = 15 + + +class VerboseLogger(logging.Logger): + """Custom Logger, defining a verbose log-level + + VERBOSE is between INFO and DEBUG. + """ + + def verbose(self, msg: str, *args: Any, **kwargs: Any) -> None: + return self.log(VERBOSE, msg, *args, **kwargs) + + +def getLogger(name: str) -> VerboseLogger: + """logging.getLogger, but ensures our VerboseLogger class is returned""" + return cast(VerboseLogger, logging.getLogger(name)) + + +def init_logging() -> None: + """Register our VerboseLogger and VERBOSE log level. + + Should be called before any calls to getLogger(), + i.e. in pip._internal.__init__ + """ + logging.setLoggerClass(VerboseLogger) + logging.addLevelName(VERBOSE, "VERBOSE") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py new file mode 100644 index 0000000..16933bf --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py @@ -0,0 +1,52 @@ +""" +This code wraps the vendored appdirs module to so the return values are +compatible for the current pip code base. + +The intention is to rewrite current usages gradually, keeping the tests pass, +and eventually drop this after all usages are changed. +""" + +import os +import sys +from typing import List + +from pip._vendor import platformdirs as _appdirs + + +def user_cache_dir(appname: str) -> str: + return _appdirs.user_cache_dir(appname, appauthor=False) + + +def _macos_user_config_dir(appname: str, roaming: bool = True) -> str: + # Use ~/Application Support/pip, if the directory exists. + path = _appdirs.user_data_dir(appname, appauthor=False, roaming=roaming) + if os.path.isdir(path): + return path + + # Use a Linux-like ~/.config/pip, by default. + linux_like_path = "~/.config/" + if appname: + linux_like_path = os.path.join(linux_like_path, appname) + + return os.path.expanduser(linux_like_path) + + +def user_config_dir(appname: str, roaming: bool = True) -> str: + if sys.platform == "darwin": + return _macos_user_config_dir(appname, roaming) + + return _appdirs.user_config_dir(appname, appauthor=False, roaming=roaming) + + +# for the discussion regarding site_config_dir locations +# see +def site_config_dirs(appname: str) -> List[str]: + if sys.platform == "darwin": + return [_appdirs.site_data_dir(appname, appauthor=False, multipath=True)] + + dirval = _appdirs.site_config_dir(appname, appauthor=False, multipath=True) + if sys.platform == "win32": + return [dirval] + + # Unix-y system. Look in /etc as well. + return dirval.split(os.pathsep) + ["/etc"] diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py new file mode 100644 index 0000000..3f4d300 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/compat.py @@ -0,0 +1,63 @@ +"""Stuff that differs in different Python versions and platform +distributions.""" + +import logging +import os +import sys + +__all__ = ["get_path_uid", "stdlib_pkgs", "WINDOWS"] + + +logger = logging.getLogger(__name__) + + +def has_tls() -> bool: + try: + import _ssl # noqa: F401 # ignore unused + + return True + except ImportError: + pass + + from pip._vendor.urllib3.util import IS_PYOPENSSL + + return IS_PYOPENSSL + + +def get_path_uid(path: str) -> int: + """ + Return path's uid. + + Does not follow symlinks: + https://github.com/pypa/pip/pull/935#discussion_r5307003 + + Placed this function in compat due to differences on AIX and + Jython, that should eventually go away. + + :raises OSError: When path is a symlink or can't be read. + """ + if hasattr(os, "O_NOFOLLOW"): + fd = os.open(path, os.O_RDONLY | os.O_NOFOLLOW) + file_uid = os.fstat(fd).st_uid + os.close(fd) + else: # AIX and Jython + # WARNING: time of check vulnerability, but best we can do w/o NOFOLLOW + if not os.path.islink(path): + # older versions of Jython don't have `os.fstat` + file_uid = os.stat(path).st_uid + else: + # raise OSError for parity with os.O_NOFOLLOW above + raise OSError(f"{path} is a symlink; Will not return uid for symlinks") + return file_uid + + +# packages in the stdlib that may have installation metadata, but should not be +# considered 'installed'. this theoretically could be determined based on +# dist.location (py27:`sysconfig.get_paths()['stdlib']`, +# py26:sysconfig.get_config_vars('LIBDEST')), but fear platform variation may +# make this ineffective, so hard-coding +stdlib_pkgs = {"python", "wsgiref", "argparse"} + + +# windows detection, covers cpython and ironpython +WINDOWS = sys.platform.startswith("win") or (sys.platform == "cli" and os.name == "nt") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py new file mode 100644 index 0000000..b6ed9a7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py @@ -0,0 +1,165 @@ +"""Generate and work with PEP 425 Compatibility Tags. +""" + +import re +from typing import List, Optional, Tuple + +from pip._vendor.packaging.tags import ( + PythonVersion, + Tag, + compatible_tags, + cpython_tags, + generic_tags, + interpreter_name, + interpreter_version, + mac_platforms, +) + +_osx_arch_pat = re.compile(r"(.+)_(\d+)_(\d+)_(.+)") + + +def version_info_to_nodot(version_info: Tuple[int, ...]) -> str: + # Only use up to the first two numbers. + return "".join(map(str, version_info[:2])) + + +def _mac_platforms(arch: str) -> List[str]: + match = _osx_arch_pat.match(arch) + if match: + name, major, minor, actual_arch = match.groups() + mac_version = (int(major), int(minor)) + arches = [ + # Since we have always only checked that the platform starts + # with "macosx", for backwards-compatibility we extract the + # actual prefix provided by the user in case they provided + # something like "macosxcustom_". It may be good to remove + # this as undocumented or deprecate it in the future. + "{}_{}".format(name, arch[len("macosx_") :]) + for arch in mac_platforms(mac_version, actual_arch) + ] + else: + # arch pattern didn't match (?!) + arches = [arch] + return arches + + +def _custom_manylinux_platforms(arch: str) -> List[str]: + arches = [arch] + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch_prefix == "manylinux2014": + # manylinux1/manylinux2010 wheels run on most manylinux2014 systems + # with the exception of wheels depending on ncurses. PEP 599 states + # manylinux1/manylinux2010 wheels should be considered + # manylinux2014 wheels: + # https://www.python.org/dev/peps/pep-0599/#backwards-compatibility-with-manylinux2010-wheels + if arch_suffix in {"i686", "x86_64"}: + arches.append("manylinux2010" + arch_sep + arch_suffix) + arches.append("manylinux1" + arch_sep + arch_suffix) + elif arch_prefix == "manylinux2010": + # manylinux1 wheels run on most manylinux2010 systems with the + # exception of wheels depending on ncurses. PEP 571 states + # manylinux1 wheels should be considered manylinux2010 wheels: + # https://www.python.org/dev/peps/pep-0571/#backwards-compatibility-with-manylinux1-wheels + arches.append("manylinux1" + arch_sep + arch_suffix) + return arches + + +def _get_custom_platforms(arch: str) -> List[str]: + arch_prefix, arch_sep, arch_suffix = arch.partition("_") + if arch.startswith("macosx"): + arches = _mac_platforms(arch) + elif arch_prefix in ["manylinux2014", "manylinux2010"]: + arches = _custom_manylinux_platforms(arch) + else: + arches = [arch] + return arches + + +def _expand_allowed_platforms(platforms: Optional[List[str]]) -> Optional[List[str]]: + if not platforms: + return None + + seen = set() + result = [] + + for p in platforms: + if p in seen: + continue + additions = [c for c in _get_custom_platforms(p) if c not in seen] + seen.update(additions) + result.extend(additions) + + return result + + +def _get_python_version(version: str) -> PythonVersion: + if len(version) > 1: + return int(version[0]), int(version[1:]) + else: + return (int(version[0]),) + + +def _get_custom_interpreter( + implementation: Optional[str] = None, version: Optional[str] = None +) -> str: + if implementation is None: + implementation = interpreter_name() + if version is None: + version = interpreter_version() + return f"{implementation}{version}" + + +def get_supported( + version: Optional[str] = None, + platforms: Optional[List[str]] = None, + impl: Optional[str] = None, + abis: Optional[List[str]] = None, +) -> List[Tag]: + """Return a list of supported tags for each version specified in + `versions`. + + :param version: a string version, of the form "33" or "32", + or None. The version will be assumed to support our ABI. + :param platform: specify a list of platforms you want valid + tags for, or None. If None, use the local system platform. + :param impl: specify the exact implementation you want valid + tags for, or None. If None, use the local interpreter impl. + :param abis: specify a list of abis you want valid + tags for, or None. If None, use the local interpreter abi. + """ + supported: List[Tag] = [] + + python_version: Optional[PythonVersion] = None + if version is not None: + python_version = _get_python_version(version) + + interpreter = _get_custom_interpreter(impl, version) + + platforms = _expand_allowed_platforms(platforms) + + is_cpython = (impl or interpreter_name()) == "cp" + if is_cpython: + supported.extend( + cpython_tags( + python_version=python_version, + abis=abis, + platforms=platforms, + ) + ) + else: + supported.extend( + generic_tags( + interpreter=interpreter, + abis=abis, + platforms=platforms, + ) + ) + supported.extend( + compatible_tags( + python_version=python_version, + interpreter=interpreter, + platforms=platforms, + ) + ) + + return supported diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py new file mode 100644 index 0000000..8668b3b --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/datetime.py @@ -0,0 +1,11 @@ +"""For when pip wants to check the date or time. +""" + +import datetime + + +def today_is_later_than(year: int, month: int, day: int) -> bool: + today = datetime.date.today() + given = datetime.date(year, month, day) + + return today > given diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py new file mode 100644 index 0000000..72bd6f2 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py @@ -0,0 +1,120 @@ +""" +A module that implements tooling to enable easy warnings about deprecations. +""" + +import logging +import warnings +from typing import Any, Optional, TextIO, Type, Union + +from pip._vendor.packaging.version import parse + +from pip import __version__ as current_version # NOTE: tests patch this name. + +DEPRECATION_MSG_PREFIX = "DEPRECATION: " + + +class PipDeprecationWarning(Warning): + pass + + +_original_showwarning: Any = None + + +# Warnings <-> Logging Integration +def _showwarning( + message: Union[Warning, str], + category: Type[Warning], + filename: str, + lineno: int, + file: Optional[TextIO] = None, + line: Optional[str] = None, +) -> None: + if file is not None: + if _original_showwarning is not None: + _original_showwarning(message, category, filename, lineno, file, line) + elif issubclass(category, PipDeprecationWarning): + # We use a specially named logger which will handle all of the + # deprecation messages for pip. + logger = logging.getLogger("pip._internal.deprecations") + logger.warning(message) + else: + _original_showwarning(message, category, filename, lineno, file, line) + + +def install_warning_logger() -> None: + # Enable our Deprecation Warnings + warnings.simplefilter("default", PipDeprecationWarning, append=True) + + global _original_showwarning + + if _original_showwarning is None: + _original_showwarning = warnings.showwarning + warnings.showwarning = _showwarning + + +def deprecated( + *, + reason: str, + replacement: Optional[str], + gone_in: Optional[str], + feature_flag: Optional[str] = None, + issue: Optional[int] = None, +) -> None: + """Helper to deprecate existing functionality. + + reason: + Textual reason shown to the user about why this functionality has + been deprecated. Should be a complete sentence. + replacement: + Textual suggestion shown to the user about what alternative + functionality they can use. + gone_in: + The version of pip does this functionality should get removed in. + Raises an error if pip's current version is greater than or equal to + this. + feature_flag: + Command-line flag of the form --use-feature={feature_flag} for testing + upcoming functionality. + issue: + Issue number on the tracker that would serve as a useful place for + users to find related discussion and provide feedback. + """ + + # Determine whether or not the feature is already gone in this version. + is_gone = gone_in is not None and parse(current_version) >= parse(gone_in) + + message_parts = [ + (reason, f"{DEPRECATION_MSG_PREFIX}{{}}"), + ( + gone_in, + "pip {} will enforce this behaviour change." + if not is_gone + else "Since pip {}, this is no longer supported.", + ), + ( + replacement, + "A possible replacement is {}.", + ), + ( + feature_flag, + "You can use the flag --use-feature={} to test the upcoming behaviour." + if not is_gone + else None, + ), + ( + issue, + "Discussion can be found at https://github.com/pypa/pip/issues/{}", + ), + ] + + message = " ".join( + format_str.format(value) + for value, format_str in message_parts + if format_str is not None and value is not None + ) + + # Raise as an error if this behaviour is deprecated. + if is_gone: + raise PipDeprecationWarning(message) + + warnings.warn(message, category=PipDeprecationWarning, stacklevel=2) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py new file mode 100644 index 0000000..0e8e5e1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py @@ -0,0 +1,87 @@ +from typing import Optional + +from pip._internal.models.direct_url import ArchiveInfo, DirectUrl, DirInfo, VcsInfo +from pip._internal.models.link import Link +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + + +def direct_url_as_pep440_direct_reference(direct_url: DirectUrl, name: str) -> str: + """Convert a DirectUrl to a pip requirement string.""" + direct_url.validate() # if invalid, this is a pip bug + requirement = name + " @ " + fragments = [] + if isinstance(direct_url.info, VcsInfo): + requirement += "{}+{}@{}".format( + direct_url.info.vcs, direct_url.url, direct_url.info.commit_id + ) + elif isinstance(direct_url.info, ArchiveInfo): + requirement += direct_url.url + if direct_url.info.hash: + fragments.append(direct_url.info.hash) + else: + assert isinstance(direct_url.info, DirInfo) + requirement += direct_url.url + if direct_url.subdirectory: + fragments.append("subdirectory=" + direct_url.subdirectory) + if fragments: + requirement += "#" + "&".join(fragments) + return requirement + + +def direct_url_for_editable(source_dir: str) -> DirectUrl: + return DirectUrl( + url=path_to_url(source_dir), + info=DirInfo(editable=True), + ) + + +def direct_url_from_link( + link: Link, source_dir: Optional[str] = None, link_is_in_wheel_cache: bool = False +) -> DirectUrl: + if link.is_vcs: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend + url, requested_revision, _ = vcs_backend.get_url_rev_and_auth( + link.url_without_fragment + ) + # For VCS links, we need to find out and add commit_id. + if link_is_in_wheel_cache: + # If the requested VCS link corresponds to a cached + # wheel, it means the requested revision was an + # immutable commit hash, otherwise it would not have + # been cached. In that case we don't have a source_dir + # with the VCS checkout. + assert requested_revision + commit_id = requested_revision + else: + # If the wheel was not in cache, it means we have + # had to checkout from VCS to build and we have a source_dir + # which we can inspect to find out the commit id. + assert source_dir + commit_id = vcs_backend.get_revision(source_dir) + return DirectUrl( + url=url, + info=VcsInfo( + vcs=vcs_backend.name, + commit_id=commit_id, + requested_revision=requested_revision, + ), + subdirectory=link.subdirectory_fragment, + ) + elif link.is_existing_dir(): + return DirectUrl( + url=link.url_without_fragment, + info=DirInfo(), + subdirectory=link.subdirectory_fragment, + ) + else: + hash = None + hash_name = link.hash_name + if hash_name: + hash = f"{hash_name}={link.hash}" + return DirectUrl( + url=link.url_without_fragment, + info=ArchiveInfo(hash=hash), + subdirectory=link.subdirectory_fragment, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py new file mode 100644 index 0000000..4a384a6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py @@ -0,0 +1,80 @@ +import os +import re +import sys +from typing import List, Optional + +from pip._internal.locations import site_packages, user_site +from pip._internal.utils.virtualenv import ( + running_under_virtualenv, + virtualenv_no_global, +) + +__all__ = [ + "egg_link_path_from_sys_path", + "egg_link_path_from_location", +] + + +def _egg_link_names(raw_name: str) -> List[str]: + """ + Convert a Name metadata value to a .egg-link name, by applying + the same substitution as pkg_resources's safe_name function. + Note: we cannot use canonicalize_name because it has a different logic. + + We also look for the raw name (without normalization) as setuptools 69 changed + the way it names .egg-link files (https://github.com/pypa/setuptools/issues/4167). + """ + return [ + re.sub("[^A-Za-z0-9.]+", "-", raw_name) + ".egg-link", + f"{raw_name}.egg-link", + ] + + +def egg_link_path_from_sys_path(raw_name: str) -> Optional[str]: + """ + Look for a .egg-link file for project name, by walking sys.path. + """ + egg_link_names = _egg_link_names(raw_name) + for path_item in sys.path: + for egg_link_name in egg_link_names: + egg_link = os.path.join(path_item, egg_link_name) + if os.path.isfile(egg_link): + return egg_link + return None + + +def egg_link_path_from_location(raw_name: str) -> Optional[str]: + """ + Return the path for the .egg-link file if it exists, otherwise, None. + + There's 3 scenarios: + 1) not in a virtualenv + try to find in site.USER_SITE, then site_packages + 2) in a no-global virtualenv + try to find in site_packages + 3) in a yes-global virtualenv + try to find in site_packages, then site.USER_SITE + (don't look in global location) + + For #1 and #3, there could be odd cases, where there's an egg-link in 2 + locations. + + This method will just return the first one found. + """ + sites: List[str] = [] + if running_under_virtualenv(): + sites.append(site_packages) + if not virtualenv_no_global() and user_site: + sites.append(user_site) + else: + if user_site: + sites.append(user_site) + sites.append(site_packages) + + egg_link_names = _egg_link_names(raw_name) + for site in sites: + for egg_link_name in egg_link_names: + egglink = os.path.join(site, egg_link_name) + if os.path.isfile(egglink): + return egglink + return None diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py new file mode 100644 index 0000000..008f06a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/encoding.py @@ -0,0 +1,36 @@ +import codecs +import locale +import re +import sys +from typing import List, Tuple + +BOMS: List[Tuple[bytes, str]] = [ + (codecs.BOM_UTF8, "utf-8"), + (codecs.BOM_UTF16, "utf-16"), + (codecs.BOM_UTF16_BE, "utf-16-be"), + (codecs.BOM_UTF16_LE, "utf-16-le"), + (codecs.BOM_UTF32, "utf-32"), + (codecs.BOM_UTF32_BE, "utf-32-be"), + (codecs.BOM_UTF32_LE, "utf-32-le"), +] + +ENCODING_RE = re.compile(rb"coding[:=]\s*([-\w.]+)") + + +def auto_decode(data: bytes) -> str: + """Check a bytes string for a BOM to correctly detect the encoding + + Fallback to locale.getpreferredencoding(False) like open() on Python3""" + for bom, encoding in BOMS: + if data.startswith(bom): + return data[len(bom) :].decode(encoding) + # Lets check the first two lines as in PEP263 + for line in data.split(b"\n")[:2]: + if line[0:1] == b"#" and ENCODING_RE.search(line): + result = ENCODING_RE.search(line) + assert result is not None + encoding = result.groups()[0].decode("ascii") + return data.decode(encoding) + return data.decode( + locale.getpreferredencoding(False) or sys.getdefaultencoding(), + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py new file mode 100644 index 0000000..1501369 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py @@ -0,0 +1,84 @@ +import itertools +import os +import shutil +import sys +from typing import List, Optional + +from pip._internal.cli.main import main +from pip._internal.utils.compat import WINDOWS + +_EXECUTABLE_NAMES = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", +] +if WINDOWS: + _allowed_extensions = {"", ".exe"} + _EXECUTABLE_NAMES = [ + "".join(parts) + for parts in itertools.product(_EXECUTABLE_NAMES, _allowed_extensions) + ] + + +def _wrapper(args: Optional[List[str]] = None) -> int: + """Central wrapper for all old entrypoints. + + Historically pip has had several entrypoints defined. Because of issues + arising from PATH, sys.path, multiple Pythons, their interactions, and most + of them having a pip installed, users suffer every time an entrypoint gets + moved. + + To alleviate this pain, and provide a mechanism for warning users and + directing them to an appropriate place for help, we now define all of + our old entrypoints as wrappers for the current one. + """ + sys.stderr.write( + "WARNING: pip is being invoked by an old script wrapper. This will " + "fail in a future version of pip.\n" + "Please see https://github.com/pypa/pip/issues/5599 for advice on " + "fixing the underlying issue.\n" + "To avoid this problem you can invoke Python with '-m pip' instead of " + "running pip directly.\n" + ) + return main(args) + + +def get_best_invocation_for_this_pip() -> str: + """Try to figure out the best way to invoke pip in the current environment.""" + binary_directory = "Scripts" if WINDOWS else "bin" + binary_prefix = os.path.join(sys.prefix, binary_directory) + + # Try to use pip[X[.Y]] names, if those executables for this environment are + # the first on PATH with that name. + path_parts = os.path.normcase(os.environ.get("PATH", "")).split(os.pathsep) + exe_are_in_PATH = os.path.normcase(binary_prefix) in path_parts + if exe_are_in_PATH: + for exe_name in _EXECUTABLE_NAMES: + found_executable = shutil.which(exe_name) + binary_executable = os.path.join(binary_prefix, exe_name) + if ( + found_executable + and os.path.exists(binary_executable) + and os.path.samefile( + found_executable, + binary_executable, + ) + ): + return exe_name + + # Use the `-m` invocation, if there's no "nice" invocation. + return f"{get_best_invocation_for_this_python()} -m pip" + + +def get_best_invocation_for_this_python() -> str: + """Try to figure out the best way to invoke the current Python.""" + exe = sys.executable + exe_name = os.path.basename(exe) + + # Try to use the basename, if it's the first executable. + found_executable = shutil.which(exe_name) + if found_executable and os.path.samefile(found_executable, exe): + return exe_name + + # Use the full executable name, because we couldn't find something simpler. + return exe diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py new file mode 100644 index 0000000..83c2df7 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py @@ -0,0 +1,153 @@ +import fnmatch +import os +import os.path +import random +import sys +from contextlib import contextmanager +from tempfile import NamedTemporaryFile +from typing import Any, BinaryIO, Generator, List, Union, cast + +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip._internal.utils.compat import get_path_uid +from pip._internal.utils.misc import format_size + + +def check_path_owner(path: str) -> bool: + # If we don't have a way to check the effective uid of this process, then + # we'll just assume that we own the directory. + if sys.platform == "win32" or not hasattr(os, "geteuid"): + return True + + assert os.path.isabs(path) + + previous = None + while path != previous: + if os.path.lexists(path): + # Check if path is writable by current user. + if os.geteuid() == 0: + # Special handling for root user in order to handle properly + # cases where users use sudo without -H flag. + try: + path_uid = get_path_uid(path) + except OSError: + return False + return path_uid == 0 + else: + return os.access(path, os.W_OK) + else: + previous, path = path, os.path.dirname(path) + return False # assume we don't own the path + + +@contextmanager +def adjacent_tmp_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + """Return a file-like object pointing to a tmp file next to path. + + The file is created securely and is ensured to be written to disk + after the context reaches its end. + + kwargs will be passed to tempfile.NamedTemporaryFile to control + the way the temporary file will be opened. + """ + with NamedTemporaryFile( + delete=False, + dir=os.path.dirname(path), + prefix=os.path.basename(path), + suffix=".tmp", + **kwargs, + ) as f: + result = cast(BinaryIO, f) + try: + yield result + finally: + result.flush() + os.fsync(result.fileno()) + + +# Tenacity raises RetryError by default, explicitly raise the original exception +_replace_retry = retry(reraise=True, stop=stop_after_delay(1), wait=wait_fixed(0.25)) + +replace = _replace_retry(os.replace) + + +# test_writable_dir and _test_writable_dir_win are copied from Flit, +# with the author's agreement to also place them under pip's license. +def test_writable_dir(path: str) -> bool: + """Check if a directory is writable. + + Uses os.access() on POSIX, tries creating files on Windows. + """ + # If the directory doesn't exist, find the closest parent that does. + while not os.path.isdir(path): + parent = os.path.dirname(path) + if parent == path: + break # Should never get here, but infinite loops are bad + path = parent + + if os.name == "posix": + return os.access(path, os.W_OK) + + return _test_writable_dir_win(path) + + +def _test_writable_dir_win(path: str) -> bool: + # os.access doesn't work on Windows: http://bugs.python.org/issue2528 + # and we can't use tempfile: http://bugs.python.org/issue22107 + basename = "accesstest_deleteme_fishfingers_custard_" + alphabet = "abcdefghijklmnopqrstuvwxyz0123456789" + for _ in range(10): + name = basename + "".join(random.choice(alphabet) for _ in range(6)) + file = os.path.join(path, name) + try: + fd = os.open(file, os.O_RDWR | os.O_CREAT | os.O_EXCL) + except FileExistsError: + pass + except PermissionError: + # This could be because there's a directory with the same name. + # But it's highly unlikely there's a directory called that, + # so we'll assume it's because the parent dir is not writable. + # This could as well be because the parent dir is not readable, + # due to non-privileged user access. + return False + else: + os.close(fd) + os.unlink(file) + return True + + # This should never be reached + raise OSError("Unexpected condition testing for writable directory") + + +def find_files(path: str, pattern: str) -> List[str]: + """Returns a list of absolute paths of files beneath path, recursively, + with filenames which match the UNIX-style shell glob pattern.""" + result: List[str] = [] + for root, _, files in os.walk(path): + matches = fnmatch.filter(files, pattern) + result.extend(os.path.join(root, f) for f in matches) + return result + + +def file_size(path: str) -> Union[int, float]: + # If it's a symlink, return 0. + if os.path.islink(path): + return 0 + return os.path.getsize(path) + + +def format_file_size(path: str) -> str: + return format_size(file_size(path)) + + +def directory_size(path: str) -> Union[int, float]: + size = 0.0 + for root, _dirs, files in os.walk(path): + for filename in files: + file_path = os.path.join(root, filename) + size += file_size(file_path) + return size + + +def format_directory_size(path: str) -> str: + return format_size(directory_size(path)) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py new file mode 100644 index 0000000..5948570 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py @@ -0,0 +1,27 @@ +"""Filetype information. +""" + +from typing import Tuple + +from pip._internal.utils.misc import splitext + +WHEEL_EXTENSION = ".whl" +BZ2_EXTENSIONS: Tuple[str, ...] = (".tar.bz2", ".tbz") +XZ_EXTENSIONS: Tuple[str, ...] = ( + ".tar.xz", + ".txz", + ".tlz", + ".tar.lz", + ".tar.lzma", +) +ZIP_EXTENSIONS: Tuple[str, ...] = (".zip", WHEEL_EXTENSION) +TAR_EXTENSIONS: Tuple[str, ...] = (".tar.gz", ".tgz", ".tar") +ARCHIVE_EXTENSIONS = ZIP_EXTENSIONS + BZ2_EXTENSIONS + TAR_EXTENSIONS + XZ_EXTENSIONS + + +def is_archive_file(name: str) -> bool: + """Return True if `name` is a considered as an archive file.""" + ext = splitext(name)[1].lower() + if ext in ARCHIVE_EXTENSIONS: + return True + return False diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py new file mode 100644 index 0000000..81342af --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/glibc.py @@ -0,0 +1,88 @@ +import os +import sys +from typing import Optional, Tuple + + +def glibc_version_string() -> Optional[str]: + "Returns glibc version string, or None if not using glibc." + return glibc_version_string_confstr() or glibc_version_string_ctypes() + + +def glibc_version_string_confstr() -> Optional[str]: + "Primary implementation of glibc_version_string using os.confstr." + # os.confstr is quite a bit faster than ctypes.DLL. It's also less likely + # to be broken or missing. This strategy is used in the standard library + # platform module: + # https://github.com/python/cpython/blob/fcf1d003bf4f0100c9d0921ff3d70e1127ca1b71/Lib/platform.py#L175-L183 + if sys.platform == "win32": + return None + try: + gnu_libc_version = os.confstr("CS_GNU_LIBC_VERSION") + if gnu_libc_version is None: + return None + # os.confstr("CS_GNU_LIBC_VERSION") returns a string like "glibc 2.17": + _, version = gnu_libc_version.split() + except (AttributeError, OSError, ValueError): + # os.confstr() or CS_GNU_LIBC_VERSION not available (or a bad value)... + return None + return version + + +def glibc_version_string_ctypes() -> Optional[str]: + "Fallback implementation of glibc_version_string using ctypes." + + try: + import ctypes + except ImportError: + return None + + # ctypes.CDLL(None) internally calls dlopen(NULL), and as the dlopen + # manpage says, "If filename is NULL, then the returned handle is for the + # main program". This way we can let the linker do the work to figure out + # which libc our process is actually using. + process_namespace = ctypes.CDLL(None) + try: + gnu_get_libc_version = process_namespace.gnu_get_libc_version + except AttributeError: + # Symbol doesn't exist -> therefore, we are not linked to + # glibc. + return None + + # Call gnu_get_libc_version, which returns a string like "2.5" + gnu_get_libc_version.restype = ctypes.c_char_p + version_str = gnu_get_libc_version() + # py2 / py3 compatibility: + if not isinstance(version_str, str): + version_str = version_str.decode("ascii") + + return version_str + + +# platform.libc_ver regularly returns completely nonsensical glibc +# versions. E.g. on my computer, platform says: +# +# ~$ python2.7 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.7') +# ~$ python3.5 -c 'import platform; print(platform.libc_ver())' +# ('glibc', '2.9') +# +# But the truth is: +# +# ~$ ldd --version +# ldd (Debian GLIBC 2.22-11) 2.22 +# +# This is unfortunate, because it means that the linehaul data on libc +# versions that was generated by pip 8.1.2 and earlier is useless and +# misleading. Solution: instead of using platform, use our code that actually +# works. +def libc_ver() -> Tuple[str, str]: + """Try to determine the glibc version + + Returns a tuple of strings (lib, version) which default to empty strings + in case the lookup fails. + """ + glibc_version = glibc_version_string() + if glibc_version is None: + return ("", "") + else: + return ("glibc", glibc_version) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py new file mode 100644 index 0000000..843cffc --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/hashes.py @@ -0,0 +1,151 @@ +import hashlib +from typing import TYPE_CHECKING, BinaryIO, Dict, Iterable, List, Optional + +from pip._internal.exceptions import HashMismatch, HashMissing, InstallationError +from pip._internal.utils.misc import read_chunks + +if TYPE_CHECKING: + from hashlib import _Hash + + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + +# The recommended hash algo of the moment. Change this whenever the state of +# the art changes; it won't hurt backward compatibility. +FAVORITE_HASH = "sha256" + + +# Names of hashlib algorithms allowed by the --hash option and ``pip hash`` +# Currently, those are the ones at least as collision-resistant as sha256. +STRONG_HASHES = ["sha256", "sha384", "sha512"] + + +class Hashes: + """A wrapper that builds multiple hashes at once and checks them against + known-good values + + """ + + def __init__(self, hashes: Optional[Dict[str, List[str]]] = None) -> None: + """ + :param hashes: A dict of algorithm names pointing to lists of allowed + hex digests + """ + allowed = {} + if hashes is not None: + for alg, keys in hashes.items(): + # Make sure values are always sorted (to ease equality checks) + allowed[alg] = sorted(keys) + self._allowed = allowed + + def __and__(self, other: "Hashes") -> "Hashes": + if not isinstance(other, Hashes): + return NotImplemented + + # If either of the Hashes object is entirely empty (i.e. no hash + # specified at all), all hashes from the other object are allowed. + if not other: + return self + if not self: + return other + + # Otherwise only hashes that present in both objects are allowed. + new = {} + for alg, values in other._allowed.items(): + if alg not in self._allowed: + continue + new[alg] = [v for v in values if v in self._allowed[alg]] + return Hashes(new) + + @property + def digest_count(self) -> int: + return sum(len(digests) for digests in self._allowed.values()) + + def is_hash_allowed(self, hash_name: str, hex_digest: str) -> bool: + """Return whether the given hex digest is allowed.""" + return hex_digest in self._allowed.get(hash_name, []) + + def check_against_chunks(self, chunks: Iterable[bytes]) -> None: + """Check good hashes against ones built from iterable of chunks of + data. + + Raise HashMismatch if none match. + + """ + gots = {} + for hash_name in self._allowed.keys(): + try: + gots[hash_name] = hashlib.new(hash_name) + except (ValueError, TypeError): + raise InstallationError(f"Unknown hash name: {hash_name}") + + for chunk in chunks: + for hash in gots.values(): + hash.update(chunk) + + for hash_name, got in gots.items(): + if got.hexdigest() in self._allowed[hash_name]: + return + self._raise(gots) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMismatch(self._allowed, gots) + + def check_against_file(self, file: BinaryIO) -> None: + """Check good hashes against a file-like object + + Raise HashMismatch if none match. + + """ + return self.check_against_chunks(read_chunks(file)) + + def check_against_path(self, path: str) -> None: + with open(path, "rb") as file: + return self.check_against_file(file) + + def has_one_of(self, hashes: Dict[str, str]) -> bool: + """Return whether any of the given hashes are allowed.""" + for hash_name, hex_digest in hashes.items(): + if self.is_hash_allowed(hash_name, hex_digest): + return True + return False + + def __bool__(self) -> bool: + """Return whether I know any known-good hashes.""" + return bool(self._allowed) + + def __eq__(self, other: object) -> bool: + if not isinstance(other, Hashes): + return NotImplemented + return self._allowed == other._allowed + + def __hash__(self) -> int: + return hash( + ",".join( + sorted( + ":".join((alg, digest)) + for alg, digest_list in self._allowed.items() + for digest in digest_list + ) + ) + ) + + +class MissingHashes(Hashes): + """A workalike for Hashes used when we're missing a hash for a requirement + + It computes the actual hash of the requirement and raises a HashMissing + exception showing it to the user. + + """ + + def __init__(self) -> None: + """Don't offer the ``hashes`` kwarg.""" + # Pass our favorite hash in to generate a "gotten hash". With the + # empty list, it will never match, so an error will always raise. + super().__init__(hashes={FAVORITE_HASH: []}) + + def _raise(self, gots: Dict[str, "_Hash"]) -> "NoReturn": + raise HashMissing(gots[FAVORITE_HASH].hexdigest()) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py new file mode 100644 index 0000000..95982df --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/logging.py @@ -0,0 +1,348 @@ +import contextlib +import errno +import logging +import logging.handlers +import os +import sys +import threading +from dataclasses import dataclass +from io import TextIOWrapper +from logging import Filter +from typing import Any, ClassVar, Generator, List, Optional, TextIO, Type + +from pip._vendor.rich.console import ( + Console, + ConsoleOptions, + ConsoleRenderable, + RenderableType, + RenderResult, + RichCast, +) +from pip._vendor.rich.highlighter import NullHighlighter +from pip._vendor.rich.logging import RichHandler +from pip._vendor.rich.segment import Segment +from pip._vendor.rich.style import Style + +from pip._internal.utils._log import VERBOSE, getLogger +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.deprecation import DEPRECATION_MSG_PREFIX +from pip._internal.utils.misc import ensure_dir + +_log_state = threading.local() +subprocess_logger = getLogger("pip.subprocessor") + + +class BrokenStdoutLoggingError(Exception): + """ + Raised if BrokenPipeError occurs for the stdout stream while logging. + """ + + +def _is_broken_pipe_error(exc_class: Type[BaseException], exc: BaseException) -> bool: + if exc_class is BrokenPipeError: + return True + + # On Windows, a broken pipe can show up as EINVAL rather than EPIPE: + # https://bugs.python.org/issue19612 + # https://bugs.python.org/issue30418 + if not WINDOWS: + return False + + return isinstance(exc, OSError) and exc.errno in (errno.EINVAL, errno.EPIPE) + + +@contextlib.contextmanager +def indent_log(num: int = 2) -> Generator[None, None, None]: + """ + A context manager which will cause the log output to be indented for any + log messages emitted inside it. + """ + # For thread-safety + _log_state.indentation = get_indentation() + _log_state.indentation += num + try: + yield + finally: + _log_state.indentation -= num + + +def get_indentation() -> int: + return getattr(_log_state, "indentation", 0) + + +class IndentingFormatter(logging.Formatter): + default_time_format = "%Y-%m-%dT%H:%M:%S" + + def __init__( + self, + *args: Any, + add_timestamp: bool = False, + **kwargs: Any, + ) -> None: + """ + A logging.Formatter that obeys the indent_log() context manager. + + :param add_timestamp: A bool indicating output lines should be prefixed + with their record's timestamp. + """ + self.add_timestamp = add_timestamp + super().__init__(*args, **kwargs) + + def get_message_start(self, formatted: str, levelno: int) -> str: + """ + Return the start of the formatted log message (not counting the + prefix to add to each line). + """ + if levelno < logging.WARNING: + return "" + if formatted.startswith(DEPRECATION_MSG_PREFIX): + # Then the message already has a prefix. We don't want it to + # look like "WARNING: DEPRECATION: ...." + return "" + if levelno < logging.ERROR: + return "WARNING: " + + return "ERROR: " + + def format(self, record: logging.LogRecord) -> str: + """ + Calls the standard formatter, but will indent all of the log message + lines by our current indentation level. + """ + formatted = super().format(record) + message_start = self.get_message_start(formatted, record.levelno) + formatted = message_start + formatted + + prefix = "" + if self.add_timestamp: + prefix = f"{self.formatTime(record)} " + prefix += " " * get_indentation() + formatted = "".join([prefix + line for line in formatted.splitlines(True)]) + return formatted + + +@dataclass +class IndentedRenderable: + renderable: RenderableType + indent: int + + def __rich_console__( + self, console: Console, options: ConsoleOptions + ) -> RenderResult: + segments = console.render(self.renderable, options) + lines = Segment.split_lines(segments) + for line in lines: + yield Segment(" " * self.indent) + yield from line + yield Segment("\n") + + +class RichPipStreamHandler(RichHandler): + KEYWORDS: ClassVar[Optional[List[str]]] = [] + + def __init__(self, stream: Optional[TextIO], no_color: bool) -> None: + super().__init__( + console=Console(file=stream, no_color=no_color, soft_wrap=True), + show_time=False, + show_level=False, + show_path=False, + highlighter=NullHighlighter(), + ) + + # Our custom override on Rich's logger, to make things work as we need them to. + def emit(self, record: logging.LogRecord) -> None: + style: Optional[Style] = None + + # If we are given a diagnostic error to present, present it with indentation. + assert isinstance(record.args, tuple) + if getattr(record, "rich", False): + (rich_renderable,) = record.args + assert isinstance( + rich_renderable, (ConsoleRenderable, RichCast, str) + ), f"{rich_renderable} is not rich-console-renderable" + + renderable: RenderableType = IndentedRenderable( + rich_renderable, indent=get_indentation() + ) + else: + message = self.format(record) + renderable = self.render_message(record, message) + if record.levelno is not None: + if record.levelno >= logging.ERROR: + style = Style(color="red") + elif record.levelno >= logging.WARNING: + style = Style(color="yellow") + + try: + self.console.print(renderable, overflow="ignore", crop=False, style=style) + except Exception: + self.handleError(record) + + def handleError(self, record: logging.LogRecord) -> None: + """Called when logging is unable to log some output.""" + + exc_class, exc = sys.exc_info()[:2] + # If a broken pipe occurred while calling write() or flush() on the + # stdout stream in logging's Handler.emit(), then raise our special + # exception so we can handle it in main() instead of logging the + # broken pipe error and continuing. + if ( + exc_class + and exc + and self.console.file is sys.stdout + and _is_broken_pipe_error(exc_class, exc) + ): + raise BrokenStdoutLoggingError() + + return super().handleError(record) + + +class BetterRotatingFileHandler(logging.handlers.RotatingFileHandler): + def _open(self) -> TextIOWrapper: + ensure_dir(os.path.dirname(self.baseFilename)) + return super()._open() + + +class MaxLevelFilter(Filter): + def __init__(self, level: int) -> None: + self.level = level + + def filter(self, record: logging.LogRecord) -> bool: + return record.levelno < self.level + + +class ExcludeLoggerFilter(Filter): + + """ + A logging Filter that excludes records from a logger (or its children). + """ + + def filter(self, record: logging.LogRecord) -> bool: + # The base Filter class allows only records from a logger (or its + # children). + return not super().filter(record) + + +def setup_logging(verbosity: int, no_color: bool, user_log_file: Optional[str]) -> int: + """Configures and sets up all of the logging + + Returns the requested logging level, as its integer value. + """ + + # Determine the level to be logging at. + if verbosity >= 2: + level_number = logging.DEBUG + elif verbosity == 1: + level_number = VERBOSE + elif verbosity == -1: + level_number = logging.WARNING + elif verbosity == -2: + level_number = logging.ERROR + elif verbosity <= -3: + level_number = logging.CRITICAL + else: + level_number = logging.INFO + + level = logging.getLevelName(level_number) + + # The "root" logger should match the "console" level *unless* we also need + # to log to a user log file. + include_user_log = user_log_file is not None + if include_user_log: + additional_log_file = user_log_file + root_level = "DEBUG" + else: + additional_log_file = "/dev/null" + root_level = level + + # Disable any logging besides WARNING unless we have DEBUG level logging + # enabled for vendored libraries. + vendored_log_level = "WARNING" if level in ["INFO", "ERROR"] else "DEBUG" + + # Shorthands for clarity + log_streams = { + "stdout": "ext://sys.stdout", + "stderr": "ext://sys.stderr", + } + handler_classes = { + "stream": "pip._internal.utils.logging.RichPipStreamHandler", + "file": "pip._internal.utils.logging.BetterRotatingFileHandler", + } + handlers = ["console", "console_errors", "console_subprocess"] + ( + ["user_log"] if include_user_log else [] + ) + + logging.config.dictConfig( + { + "version": 1, + "disable_existing_loggers": False, + "filters": { + "exclude_warnings": { + "()": "pip._internal.utils.logging.MaxLevelFilter", + "level": logging.WARNING, + }, + "restrict_to_subprocess": { + "()": "logging.Filter", + "name": subprocess_logger.name, + }, + "exclude_subprocess": { + "()": "pip._internal.utils.logging.ExcludeLoggerFilter", + "name": subprocess_logger.name, + }, + }, + "formatters": { + "indent": { + "()": IndentingFormatter, + "format": "%(message)s", + }, + "indent_with_timestamp": { + "()": IndentingFormatter, + "format": "%(message)s", + "add_timestamp": True, + }, + }, + "handlers": { + "console": { + "level": level, + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stdout"], + "filters": ["exclude_subprocess", "exclude_warnings"], + "formatter": "indent", + }, + "console_errors": { + "level": "WARNING", + "class": handler_classes["stream"], + "no_color": no_color, + "stream": log_streams["stderr"], + "filters": ["exclude_subprocess"], + "formatter": "indent", + }, + # A handler responsible for logging to the console messages + # from the "subprocessor" logger. + "console_subprocess": { + "level": level, + "class": handler_classes["stream"], + "stream": log_streams["stderr"], + "no_color": no_color, + "filters": ["restrict_to_subprocess"], + "formatter": "indent", + }, + "user_log": { + "level": "DEBUG", + "class": handler_classes["file"], + "filename": additional_log_file, + "encoding": "utf-8", + "delay": True, + "formatter": "indent_with_timestamp", + }, + }, + "root": { + "level": root_level, + "handlers": handlers, + }, + "loggers": {"pip._vendor": {"level": vendored_log_level}}, + } + ) + + return level_number diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py new file mode 100644 index 0000000..1ad3f61 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/misc.py @@ -0,0 +1,783 @@ +import contextlib +import errno +import getpass +import hashlib +import io +import logging +import os +import posixpath +import shutil +import stat +import sys +import sysconfig +import urllib.parse +from functools import partial +from io import StringIO +from itertools import filterfalse, tee, zip_longest +from pathlib import Path +from types import FunctionType, TracebackType +from typing import ( + Any, + BinaryIO, + Callable, + ContextManager, + Dict, + Generator, + Iterable, + Iterator, + List, + Optional, + TextIO, + Tuple, + Type, + TypeVar, + Union, + cast, +) + +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.pyproject_hooks import BuildBackendHookCaller +from pip._vendor.tenacity import retry, stop_after_delay, wait_fixed + +from pip import __version__ +from pip._internal.exceptions import CommandError, ExternallyManagedEnvironment +from pip._internal.locations import get_major_minor_version +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.virtualenv import running_under_virtualenv + +__all__ = [ + "rmtree", + "display_path", + "backup_dir", + "ask", + "splitext", + "format_size", + "is_installable_dir", + "normalize_path", + "renames", + "get_prog", + "captured_stdout", + "ensure_dir", + "remove_auth_from_url", + "check_externally_managed", + "ConfiguredBuildBackendHookCaller", +] + +logger = logging.getLogger(__name__) + +T = TypeVar("T") +ExcInfo = Tuple[Type[BaseException], BaseException, TracebackType] +VersionInfo = Tuple[int, int, int] +NetlocTuple = Tuple[str, Tuple[Optional[str], Optional[str]]] +OnExc = Callable[[FunctionType, Path, BaseException], Any] +OnErr = Callable[[FunctionType, Path, ExcInfo], Any] + + +def get_pip_version() -> str: + pip_pkg_dir = os.path.join(os.path.dirname(__file__), "..", "..") + pip_pkg_dir = os.path.abspath(pip_pkg_dir) + + return f"pip {__version__} from {pip_pkg_dir} (python {get_major_minor_version()})" + + +def normalize_version_info(py_version_info: Tuple[int, ...]) -> Tuple[int, int, int]: + """ + Convert a tuple of ints representing a Python version to one of length + three. + + :param py_version_info: a tuple of ints representing a Python version, + or None to specify no version. The tuple can have any length. + + :return: a tuple of length three if `py_version_info` is non-None. + Otherwise, return `py_version_info` unchanged (i.e. None). + """ + if len(py_version_info) < 3: + py_version_info += (3 - len(py_version_info)) * (0,) + elif len(py_version_info) > 3: + py_version_info = py_version_info[:3] + + return cast("VersionInfo", py_version_info) + + +def ensure_dir(path: str) -> None: + """os.path.makedirs without EEXIST.""" + try: + os.makedirs(path) + except OSError as e: + # Windows can raise spurious ENOTEMPTY errors. See #6426. + if e.errno != errno.EEXIST and e.errno != errno.ENOTEMPTY: + raise + + +def get_prog() -> str: + try: + prog = os.path.basename(sys.argv[0]) + if prog in ("__main__.py", "-c"): + return f"{sys.executable} -m pip" + else: + return prog + except (AttributeError, TypeError, IndexError): + pass + return "pip" + + +# Retry every half second for up to 3 seconds +# Tenacity raises RetryError by default, explicitly raise the original exception +@retry(reraise=True, stop=stop_after_delay(3), wait=wait_fixed(0.5)) +def rmtree( + dir: str, + ignore_errors: bool = False, + onexc: Optional[OnExc] = None, +) -> None: + if ignore_errors: + onexc = _onerror_ignore + if onexc is None: + onexc = _onerror_reraise + handler: OnErr = partial( + # `[func, path, Union[ExcInfo, BaseException]] -> Any` is equivalent to + # `Union[([func, path, ExcInfo] -> Any), ([func, path, BaseException] -> Any)]`. + cast(Union[OnExc, OnErr], rmtree_errorhandler), + onexc=onexc, + ) + if sys.version_info >= (3, 12): + # See https://docs.python.org/3.12/whatsnew/3.12.html#shutil. + shutil.rmtree(dir, onexc=handler) # type: ignore + else: + shutil.rmtree(dir, onerror=handler) # type: ignore + + +def _onerror_ignore(*_args: Any) -> None: + pass + + +def _onerror_reraise(*_args: Any) -> None: + raise + + +def rmtree_errorhandler( + func: FunctionType, + path: Path, + exc_info: Union[ExcInfo, BaseException], + *, + onexc: OnExc = _onerror_reraise, +) -> None: + """ + `rmtree` error handler to 'force' a file remove (i.e. like `rm -f`). + + * If a file is readonly then it's write flag is set and operation is + retried. + + * `onerror` is the original callback from `rmtree(... onerror=onerror)` + that is chained at the end if the "rm -f" still fails. + """ + try: + st_mode = os.stat(path).st_mode + except OSError: + # it's equivalent to os.path.exists + return + + if not st_mode & stat.S_IWRITE: + # convert to read/write + try: + os.chmod(path, st_mode | stat.S_IWRITE) + except OSError: + pass + else: + # use the original function to repeat the operation + try: + func(path) + return + except OSError: + pass + + if not isinstance(exc_info, BaseException): + _, exc_info, _ = exc_info + onexc(func, path, exc_info) + + +def display_path(path: str) -> str: + """Gives the display value for a given path, making it relative to cwd + if possible.""" + path = os.path.normcase(os.path.abspath(path)) + if path.startswith(os.getcwd() + os.path.sep): + path = "." + path[len(os.getcwd()) :] + return path + + +def backup_dir(dir: str, ext: str = ".bak") -> str: + """Figure out the name of a directory to back up the given dir to + (adding .bak, .bak2, etc)""" + n = 1 + extension = ext + while os.path.exists(dir + extension): + n += 1 + extension = ext + str(n) + return dir + extension + + +def ask_path_exists(message: str, options: Iterable[str]) -> str: + for action in os.environ.get("PIP_EXISTS_ACTION", "").split(): + if action in options: + return action + return ask(message, options) + + +def _check_no_input(message: str) -> None: + """Raise an error if no input is allowed.""" + if os.environ.get("PIP_NO_INPUT"): + raise Exception( + f"No input was expected ($PIP_NO_INPUT set); question: {message}" + ) + + +def ask(message: str, options: Iterable[str]) -> str: + """Ask the message interactively, with the given possible responses""" + while 1: + _check_no_input(message) + response = input(message) + response = response.strip().lower() + if response not in options: + print( + "Your response ({!r}) was not one of the expected responses: " + "{}".format(response, ", ".join(options)) + ) + else: + return response + + +def ask_input(message: str) -> str: + """Ask for input interactively.""" + _check_no_input(message) + return input(message) + + +def ask_password(message: str) -> str: + """Ask for a password interactively.""" + _check_no_input(message) + return getpass.getpass(message) + + +def strtobool(val: str) -> int: + """Convert a string representation of truth to true (1) or false (0). + + True values are 'y', 'yes', 't', 'true', 'on', and '1'; false values + are 'n', 'no', 'f', 'false', 'off', and '0'. Raises ValueError if + 'val' is anything else. + """ + val = val.lower() + if val in ("y", "yes", "t", "true", "on", "1"): + return 1 + elif val in ("n", "no", "f", "false", "off", "0"): + return 0 + else: + raise ValueError(f"invalid truth value {val!r}") + + +def format_size(bytes: float) -> str: + if bytes > 1000 * 1000: + return f"{bytes / 1000.0 / 1000:.1f} MB" + elif bytes > 10 * 1000: + return f"{int(bytes / 1000)} kB" + elif bytes > 1000: + return f"{bytes / 1000.0:.1f} kB" + else: + return f"{int(bytes)} bytes" + + +def tabulate(rows: Iterable[Iterable[Any]]) -> Tuple[List[str], List[int]]: + """Return a list of formatted rows and a list of column sizes. + + For example:: + + >>> tabulate([['foobar', 2000], [0xdeadbeef]]) + (['foobar 2000', '3735928559'], [10, 4]) + """ + rows = [tuple(map(str, row)) for row in rows] + sizes = [max(map(len, col)) for col in zip_longest(*rows, fillvalue="")] + table = [" ".join(map(str.ljust, row, sizes)).rstrip() for row in rows] + return table, sizes + + +def is_installable_dir(path: str) -> bool: + """Is path is a directory containing pyproject.toml or setup.py? + + If pyproject.toml exists, this is a PEP 517 project. Otherwise we look for + a legacy setuptools layout by identifying setup.py. We don't check for the + setup.cfg because using it without setup.py is only available for PEP 517 + projects, which are already covered by the pyproject.toml check. + """ + if not os.path.isdir(path): + return False + if os.path.isfile(os.path.join(path, "pyproject.toml")): + return True + if os.path.isfile(os.path.join(path, "setup.py")): + return True + return False + + +def read_chunks( + file: BinaryIO, size: int = io.DEFAULT_BUFFER_SIZE +) -> Generator[bytes, None, None]: + """Yield pieces of data from a file-like object until EOF.""" + while True: + chunk = file.read(size) + if not chunk: + break + yield chunk + + +def normalize_path(path: str, resolve_symlinks: bool = True) -> str: + """ + Convert a path to its canonical, case-normalized, absolute version. + + """ + path = os.path.expanduser(path) + if resolve_symlinks: + path = os.path.realpath(path) + else: + path = os.path.abspath(path) + return os.path.normcase(path) + + +def splitext(path: str) -> Tuple[str, str]: + """Like os.path.splitext, but take off .tar too""" + base, ext = posixpath.splitext(path) + if base.lower().endswith(".tar"): + ext = base[-4:] + ext + base = base[:-4] + return base, ext + + +def renames(old: str, new: str) -> None: + """Like os.renames(), but handles renaming across devices.""" + # Implementation borrowed from os.renames(). + head, tail = os.path.split(new) + if head and tail and not os.path.exists(head): + os.makedirs(head) + + shutil.move(old, new) + + head, tail = os.path.split(old) + if head and tail: + try: + os.removedirs(head) + except OSError: + pass + + +def is_local(path: str) -> bool: + """ + Return True if path is within sys.prefix, if we're running in a virtualenv. + + If we're not in a virtualenv, all paths are considered "local." + + Caution: this function assumes the head of path has been normalized + with normalize_path. + """ + if not running_under_virtualenv(): + return True + return path.startswith(normalize_path(sys.prefix)) + + +def write_output(msg: Any, *args: Any) -> None: + logger.info(msg, *args) + + +class StreamWrapper(StringIO): + orig_stream: TextIO + + @classmethod + def from_stream(cls, orig_stream: TextIO) -> "StreamWrapper": + ret = cls() + ret.orig_stream = orig_stream + return ret + + # compileall.compile_dir() needs stdout.encoding to print to stdout + # type ignore is because TextIOBase.encoding is writeable + @property + def encoding(self) -> str: # type: ignore + return self.orig_stream.encoding + + +@contextlib.contextmanager +def captured_output(stream_name: str) -> Generator[StreamWrapper, None, None]: + """Return a context manager used by captured_stdout/stdin/stderr + that temporarily replaces the sys stream *stream_name* with a StringIO. + + Taken from Lib/support/__init__.py in the CPython repo. + """ + orig_stdout = getattr(sys, stream_name) + setattr(sys, stream_name, StreamWrapper.from_stream(orig_stdout)) + try: + yield getattr(sys, stream_name) + finally: + setattr(sys, stream_name, orig_stdout) + + +def captured_stdout() -> ContextManager[StreamWrapper]: + """Capture the output of sys.stdout: + + with captured_stdout() as stdout: + print('hello') + self.assertEqual(stdout.getvalue(), 'hello\n') + + Taken from Lib/support/__init__.py in the CPython repo. + """ + return captured_output("stdout") + + +def captured_stderr() -> ContextManager[StreamWrapper]: + """ + See captured_stdout(). + """ + return captured_output("stderr") + + +# Simulates an enum +def enum(*sequential: Any, **named: Any) -> Type[Any]: + enums = dict(zip(sequential, range(len(sequential))), **named) + reverse = {value: key for key, value in enums.items()} + enums["reverse_mapping"] = reverse + return type("Enum", (), enums) + + +def build_netloc(host: str, port: Optional[int]) -> str: + """ + Build a netloc from a host-port pair + """ + if port is None: + return host + if ":" in host: + # Only wrap host with square brackets when it is IPv6 + host = f"[{host}]" + return f"{host}:{port}" + + +def build_url_from_netloc(netloc: str, scheme: str = "https") -> str: + """ + Build a full URL from a netloc. + """ + if netloc.count(":") >= 2 and "@" not in netloc and "[" not in netloc: + # It must be a bare IPv6 address, so wrap it with brackets. + netloc = f"[{netloc}]" + return f"{scheme}://{netloc}" + + +def parse_netloc(netloc: str) -> Tuple[Optional[str], Optional[int]]: + """ + Return the host-port pair from a netloc. + """ + url = build_url_from_netloc(netloc) + parsed = urllib.parse.urlparse(url) + return parsed.hostname, parsed.port + + +def split_auth_from_netloc(netloc: str) -> NetlocTuple: + """ + Parse out and remove the auth information from a netloc. + + Returns: (netloc, (username, password)). + """ + if "@" not in netloc: + return netloc, (None, None) + + # Split from the right because that's how urllib.parse.urlsplit() + # behaves if more than one @ is present (which can be checked using + # the password attribute of urlsplit()'s return value). + auth, netloc = netloc.rsplit("@", 1) + pw: Optional[str] = None + if ":" in auth: + # Split from the left because that's how urllib.parse.urlsplit() + # behaves if more than one : is present (which again can be checked + # using the password attribute of the return value) + user, pw = auth.split(":", 1) + else: + user, pw = auth, None + + user = urllib.parse.unquote(user) + if pw is not None: + pw = urllib.parse.unquote(pw) + + return netloc, (user, pw) + + +def redact_netloc(netloc: str) -> str: + """ + Replace the sensitive data in a netloc with "****", if it exists. + + For example: + - "user:pass@example.com" returns "user:****@example.com" + - "accesstoken@example.com" returns "****@example.com" + """ + netloc, (user, password) = split_auth_from_netloc(netloc) + if user is None: + return netloc + if password is None: + user = "****" + password = "" + else: + user = urllib.parse.quote(user) + password = ":****" + return f"{user}{password}@{netloc}" + + +def _transform_url( + url: str, transform_netloc: Callable[[str], Tuple[Any, ...]] +) -> Tuple[str, NetlocTuple]: + """Transform and replace netloc in a url. + + transform_netloc is a function taking the netloc and returning a + tuple. The first element of this tuple is the new netloc. The + entire tuple is returned. + + Returns a tuple containing the transformed url as item 0 and the + original tuple returned by transform_netloc as item 1. + """ + purl = urllib.parse.urlsplit(url) + netloc_tuple = transform_netloc(purl.netloc) + # stripped url + url_pieces = (purl.scheme, netloc_tuple[0], purl.path, purl.query, purl.fragment) + surl = urllib.parse.urlunsplit(url_pieces) + return surl, cast("NetlocTuple", netloc_tuple) + + +def _get_netloc(netloc: str) -> NetlocTuple: + return split_auth_from_netloc(netloc) + + +def _redact_netloc(netloc: str) -> Tuple[str]: + return (redact_netloc(netloc),) + + +def split_auth_netloc_from_url( + url: str, +) -> Tuple[str, str, Tuple[Optional[str], Optional[str]]]: + """ + Parse a url into separate netloc, auth, and url with no auth. + + Returns: (url_without_auth, netloc, (username, password)) + """ + url_without_auth, (netloc, auth) = _transform_url(url, _get_netloc) + return url_without_auth, netloc, auth + + +def remove_auth_from_url(url: str) -> str: + """Return a copy of url with 'username:password@' removed.""" + # username/pass params are passed to subversion through flags + # and are not recognized in the url. + return _transform_url(url, _get_netloc)[0] + + +def redact_auth_from_url(url: str) -> str: + """Replace the password in a given url with ****.""" + return _transform_url(url, _redact_netloc)[0] + + +def redact_auth_from_requirement(req: Requirement) -> str: + """Replace the password in a given requirement url with ****.""" + if not req.url: + return str(req) + return str(req).replace(req.url, redact_auth_from_url(req.url)) + + +class HiddenText: + def __init__(self, secret: str, redacted: str) -> None: + self.secret = secret + self.redacted = redacted + + def __repr__(self) -> str: + return f"" + + def __str__(self) -> str: + return self.redacted + + # This is useful for testing. + def __eq__(self, other: Any) -> bool: + if type(self) != type(other): + return False + + # The string being used for redaction doesn't also have to match, + # just the raw, original string. + return self.secret == other.secret + + +def hide_value(value: str) -> HiddenText: + return HiddenText(value, redacted="****") + + +def hide_url(url: str) -> HiddenText: + redacted = redact_auth_from_url(url) + return HiddenText(url, redacted=redacted) + + +def protect_pip_from_modification_on_windows(modifying_pip: bool) -> None: + """Protection of pip.exe from modification on Windows + + On Windows, any operation modifying pip should be run as: + python -m pip ... + """ + pip_names = [ + "pip", + f"pip{sys.version_info.major}", + f"pip{sys.version_info.major}.{sys.version_info.minor}", + ] + + # See https://github.com/pypa/pip/issues/1299 for more discussion + should_show_use_python_msg = ( + modifying_pip and WINDOWS and os.path.basename(sys.argv[0]) in pip_names + ) + + if should_show_use_python_msg: + new_command = [sys.executable, "-m", "pip"] + sys.argv[1:] + raise CommandError( + "To modify pip, please run the following command:\n{}".format( + " ".join(new_command) + ) + ) + + +def check_externally_managed() -> None: + """Check whether the current environment is externally managed. + + If the ``EXTERNALLY-MANAGED`` config file is found, the current environment + is considered externally managed, and an ExternallyManagedEnvironment is + raised. + """ + if running_under_virtualenv(): + return + marker = os.path.join(sysconfig.get_path("stdlib"), "EXTERNALLY-MANAGED") + if not os.path.isfile(marker): + return + raise ExternallyManagedEnvironment.from_config(marker) + + +def is_console_interactive() -> bool: + """Is this console interactive?""" + return sys.stdin is not None and sys.stdin.isatty() + + +def hash_file(path: str, blocksize: int = 1 << 20) -> Tuple[Any, int]: + """Return (hash, length) for path using hashlib.sha256()""" + + h = hashlib.sha256() + length = 0 + with open(path, "rb") as f: + for block in read_chunks(f, size=blocksize): + length += len(block) + h.update(block) + return h, length + + +def pairwise(iterable: Iterable[Any]) -> Iterator[Tuple[Any, Any]]: + """ + Return paired elements. + + For example: + s -> (s0, s1), (s2, s3), (s4, s5), ... + """ + iterable = iter(iterable) + return zip_longest(iterable, iterable) + + +def partition( + pred: Callable[[T], bool], + iterable: Iterable[T], +) -> Tuple[Iterable[T], Iterable[T]]: + """ + Use a predicate to partition entries into false entries and true entries, + like + + partition(is_odd, range(10)) --> 0 2 4 6 8 and 1 3 5 7 9 + """ + t1, t2 = tee(iterable) + return filterfalse(pred, t1), filter(pred, t2) + + +class ConfiguredBuildBackendHookCaller(BuildBackendHookCaller): + def __init__( + self, + config_holder: Any, + source_dir: str, + build_backend: str, + backend_path: Optional[str] = None, + runner: Optional[Callable[..., None]] = None, + python_executable: Optional[str] = None, + ): + super().__init__( + source_dir, build_backend, backend_path, runner, python_executable + ) + self.config_holder = config_holder + + def build_wheel( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_wheel( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def build_sdist( + self, + sdist_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_sdist(sdist_directory, config_settings=cs) + + def build_editable( + self, + wheel_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + metadata_directory: Optional[str] = None, + ) -> str: + cs = self.config_holder.config_settings + return super().build_editable( + wheel_directory, config_settings=cs, metadata_directory=metadata_directory + ) + + def get_requires_for_build_wheel( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_wheel(config_settings=cs) + + def get_requires_for_build_sdist( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_sdist(config_settings=cs) + + def get_requires_for_build_editable( + self, config_settings: Optional[Dict[str, Union[str, List[str]]]] = None + ) -> List[str]: + cs = self.config_holder.config_settings + return super().get_requires_for_build_editable(config_settings=cs) + + def prepare_metadata_for_build_wheel( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_wheel( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) + + def prepare_metadata_for_build_editable( + self, + metadata_directory: str, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + _allow_fallback: bool = True, + ) -> str: + cs = self.config_holder.config_settings + return super().prepare_metadata_for_build_editable( + metadata_directory=metadata_directory, + config_settings=cs, + _allow_fallback=_allow_fallback, + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py new file mode 100644 index 0000000..b6bb21a --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/models.py @@ -0,0 +1,39 @@ +"""Utilities for defining models +""" + +import operator +from typing import Any, Callable, Type + + +class KeyBasedCompareMixin: + """Provides comparison capabilities that is based on a key""" + + __slots__ = ["_compare_key", "_defining_class"] + + def __init__(self, key: Any, defining_class: Type["KeyBasedCompareMixin"]) -> None: + self._compare_key = key + self._defining_class = defining_class + + def __hash__(self) -> int: + return hash(self._compare_key) + + def __lt__(self, other: Any) -> bool: + return self._compare(other, operator.__lt__) + + def __le__(self, other: Any) -> bool: + return self._compare(other, operator.__le__) + + def __gt__(self, other: Any) -> bool: + return self._compare(other, operator.__gt__) + + def __ge__(self, other: Any) -> bool: + return self._compare(other, operator.__ge__) + + def __eq__(self, other: Any) -> bool: + return self._compare(other, operator.__eq__) + + def _compare(self, other: Any, method: Callable[[Any, Any], bool]) -> bool: + if not isinstance(other, self._defining_class): + return NotImplemented + + return method(self._compare_key, other._compare_key) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py new file mode 100644 index 0000000..b9f6af4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/packaging.py @@ -0,0 +1,57 @@ +import functools +import logging +import re +from typing import NewType, Optional, Tuple, cast + +from pip._vendor.packaging import specifiers, version +from pip._vendor.packaging.requirements import Requirement + +NormalizedExtra = NewType("NormalizedExtra", str) + +logger = logging.getLogger(__name__) + + +def check_requires_python( + requires_python: Optional[str], version_info: Tuple[int, ...] +) -> bool: + """ + Check if the given Python version matches a "Requires-Python" specifier. + + :param version_info: A 3-tuple of ints representing a Python + major-minor-micro version to check (e.g. `sys.version_info[:3]`). + + :return: `True` if the given Python version satisfies the requirement. + Otherwise, return `False`. + + :raises InvalidSpecifier: If `requires_python` has an invalid format. + """ + if requires_python is None: + # The package provides no information + return True + requires_python_specifier = specifiers.SpecifierSet(requires_python) + + python_version = version.parse(".".join(map(str, version_info))) + return python_version in requires_python_specifier + + +@functools.lru_cache(maxsize=512) +def get_requirement(req_string: str) -> Requirement: + """Construct a packaging.Requirement object with caching""" + # Parsing requirement strings is expensive, and is also expected to happen + # with a low diversity of different arguments (at least relative the number + # constructed). This method adds a cache to requirement object creation to + # minimize repeated parsing of the same string to construct equivalent + # Requirement objects. + return Requirement(req_string) + + +def safe_extra(extra: str) -> NormalizedExtra: + """Convert an arbitrary string to a standard 'extra' name + + Any runs of non-alphanumeric characters are replaced with a single '_', + and the result is always lowercased. + + This function is duplicated from ``pkg_resources``. Note that this is not + the same to either ``canonicalize_name`` or ``_egg_link_name``. + """ + return cast(NormalizedExtra, re.sub("[^A-Za-z0-9.-]+", "_", extra).lower()) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py new file mode 100644 index 0000000..96d1b24 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py @@ -0,0 +1,146 @@ +import sys +import textwrap +from typing import List, Optional, Sequence + +# Shim to wrap setup.py invocation with setuptools +# Note that __file__ is handled via two {!r} *and* %r, to ensure that paths on +# Windows are correctly handled (it should be "C:\\Users" not "C:\Users"). +_SETUPTOOLS_SHIM = textwrap.dedent( + """ + exec(compile(''' + # This is -- a caller that pip uses to run setup.py + # + # - It imports setuptools before invoking setup.py, to enable projects that directly + # import from `distutils.core` to work with newer packaging standards. + # - It provides a clear error message when setuptools is not installed. + # - It sets `sys.argv[0]` to the underlying `setup.py`, when invoking `setup.py` so + # setuptools doesn't think the script is `-c`. This avoids the following warning: + # manifest_maker: standard file '-c' not found". + # - It generates a shim setup.py, for handling setup.cfg-only projects. + import os, sys, tokenize + + try: + import setuptools + except ImportError as error: + print( + "ERROR: Can not execute `setup.py` since setuptools is not available in " + "the build environment.", + file=sys.stderr, + ) + sys.exit(1) + + __file__ = %r + sys.argv[0] = __file__ + + if os.path.exists(__file__): + filename = __file__ + with tokenize.open(__file__) as f: + setup_py_code = f.read() + else: + filename = "" + setup_py_code = "from setuptools import setup; setup()" + + exec(compile(setup_py_code, filename, "exec")) + ''' % ({!r},), "", "exec")) + """ +).rstrip() + + +def make_setuptools_shim_args( + setup_py_path: str, + global_options: Optional[Sequence[str]] = None, + no_user_config: bool = False, + unbuffered_output: bool = False, +) -> List[str]: + """ + Get setuptools command arguments with shim wrapped setup file invocation. + + :param setup_py_path: The path to setup.py to be wrapped. + :param global_options: Additional global options. + :param no_user_config: If True, disables personal user configuration. + :param unbuffered_output: If True, adds the unbuffered switch to the + argument list. + """ + args = [sys.executable] + if unbuffered_output: + args += ["-u"] + args += ["-c", _SETUPTOOLS_SHIM.format(setup_py_path)] + if global_options: + args += global_options + if no_user_config: + args += ["--no-user-cfg"] + return args + + +def make_setuptools_bdist_wheel_args( + setup_py_path: str, + global_options: Sequence[str], + build_options: Sequence[str], + destination_dir: str, +) -> List[str]: + # NOTE: Eventually, we'd want to also -S to the flags here, when we're + # isolating. Currently, it breaks Python in virtualenvs, because it + # relies on site.py to find parts of the standard library outside the + # virtualenv. + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["bdist_wheel", "-d", destination_dir] + args += build_options + return args + + +def make_setuptools_clean_args( + setup_py_path: str, + global_options: Sequence[str], +) -> List[str]: + args = make_setuptools_shim_args( + setup_py_path, global_options=global_options, unbuffered_output=True + ) + args += ["clean", "--all"] + return args + + +def make_setuptools_develop_args( + setup_py_path: str, + *, + global_options: Sequence[str], + no_user_config: bool, + prefix: Optional[str], + home: Optional[str], + use_user_site: bool, +) -> List[str]: + assert not (use_user_site and prefix) + + args = make_setuptools_shim_args( + setup_py_path, + global_options=global_options, + no_user_config=no_user_config, + ) + + args += ["develop", "--no-deps"] + + if prefix: + args += ["--prefix", prefix] + if home is not None: + args += ["--install-dir", home] + + if use_user_site: + args += ["--user", "--prefix="] + + return args + + +def make_setuptools_egg_info_args( + setup_py_path: str, + egg_info_dir: Optional[str], + no_user_config: bool, +) -> List[str]: + args = make_setuptools_shim_args(setup_py_path, no_user_config=no_user_config) + + args += ["egg_info"] + + if egg_info_dir: + args += ["--egg-base", egg_info_dir] + + return args diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py new file mode 100644 index 0000000..79580b0 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py @@ -0,0 +1,260 @@ +import logging +import os +import shlex +import subprocess +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Iterable, + List, + Mapping, + Optional, + Union, +) + +from pip._vendor.rich.markup import escape + +from pip._internal.cli.spinners import SpinnerInterface, open_spinner +from pip._internal.exceptions import InstallationSubprocessError +from pip._internal.utils.logging import VERBOSE, subprocess_logger +from pip._internal.utils.misc import HiddenText + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + +CommandArgs = List[Union[str, HiddenText]] + + +def make_command(*args: Union[str, HiddenText, CommandArgs]) -> CommandArgs: + """ + Create a CommandArgs object. + """ + command_args: CommandArgs = [] + for arg in args: + # Check for list instead of CommandArgs since CommandArgs is + # only known during type-checking. + if isinstance(arg, list): + command_args.extend(arg) + else: + # Otherwise, arg is str or HiddenText. + command_args.append(arg) + + return command_args + + +def format_command_args(args: Union[List[str], CommandArgs]) -> str: + """ + Format command arguments for display. + """ + # For HiddenText arguments, display the redacted form by calling str(). + # Also, we don't apply str() to arguments that aren't HiddenText since + # this can trigger a UnicodeDecodeError in Python 2 if the argument + # has type unicode and includes a non-ascii character. (The type + # checker doesn't ensure the annotations are correct in all cases.) + return " ".join( + shlex.quote(str(arg)) if isinstance(arg, HiddenText) else shlex.quote(arg) + for arg in args + ) + + +def reveal_command_args(args: Union[List[str], CommandArgs]) -> List[str]: + """ + Return the arguments in their raw, unredacted form. + """ + return [arg.secret if isinstance(arg, HiddenText) else arg for arg in args] + + +def call_subprocess( + cmd: Union[List[str], CommandArgs], + show_stdout: bool = False, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + unset_environ: Optional[Iterable[str]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: Optional[bool] = True, + stdout_only: Optional[bool] = False, + *, + command_desc: str, +) -> str: + """ + Args: + show_stdout: if true, use INFO to log the subprocess's stderr and + stdout streams. Otherwise, use DEBUG. Defaults to False. + extra_ok_returncodes: an iterable of integer return codes that are + acceptable, in addition to 0. Defaults to None, which means []. + unset_environ: an iterable of environment variable names to unset + prior to calling subprocess.Popen(). + log_failed_cmd: if false, failed commands are not logged, only raised. + stdout_only: if true, return only stdout, else return both. When true, + logging of both stdout and stderr occurs when the subprocess has + terminated, else logging occurs as subprocess output is produced. + """ + if extra_ok_returncodes is None: + extra_ok_returncodes = [] + if unset_environ is None: + unset_environ = [] + # Most places in pip use show_stdout=False. What this means is-- + # + # - We connect the child's output (combined stderr and stdout) to a + # single pipe, which we read. + # - We log this output to stderr at DEBUG level as it is received. + # - If DEBUG logging isn't enabled (e.g. if --verbose logging wasn't + # requested), then we show a spinner so the user can still see the + # subprocess is in progress. + # - If the subprocess exits with an error, we log the output to stderr + # at ERROR level if it hasn't already been displayed to the console + # (e.g. if --verbose logging wasn't enabled). This way we don't log + # the output to the console twice. + # + # If show_stdout=True, then the above is still done, but with DEBUG + # replaced by INFO. + if show_stdout: + # Then log the subprocess output at INFO level. + log_subprocess: Callable[..., None] = subprocess_logger.info + used_level = logging.INFO + else: + # Then log the subprocess output using VERBOSE. This also ensures + # it will be logged to the log file (aka user_log), if enabled. + log_subprocess = subprocess_logger.verbose + used_level = VERBOSE + + # Whether the subprocess will be visible in the console. + showing_subprocess = subprocess_logger.getEffectiveLevel() <= used_level + + # Only use the spinner if we're not showing the subprocess output + # and we have a spinner. + use_spinner = not showing_subprocess and spinner is not None + + log_subprocess("Running command %s", command_desc) + env = os.environ.copy() + if extra_environ: + env.update(extra_environ) + for name in unset_environ: + env.pop(name, None) + try: + proc = subprocess.Popen( + # Convert HiddenText objects to the underlying str. + reveal_command_args(cmd), + stdin=subprocess.PIPE, + stdout=subprocess.PIPE, + stderr=subprocess.STDOUT if not stdout_only else subprocess.PIPE, + cwd=cwd, + env=env, + errors="backslashreplace", + ) + except Exception as exc: + if log_failed_cmd: + subprocess_logger.critical( + "Error %s while executing command %s", + exc, + command_desc, + ) + raise + all_output = [] + if not stdout_only: + assert proc.stdout + assert proc.stdin + proc.stdin.close() + # In this mode, stdout and stderr are in the same pipe. + while True: + line: str = proc.stdout.readline() + if not line: + break + line = line.rstrip() + all_output.append(line + "\n") + + # Show the line immediately. + log_subprocess(line) + # Update the spinner. + if use_spinner: + assert spinner + spinner.spin() + try: + proc.wait() + finally: + if proc.stdout: + proc.stdout.close() + output = "".join(all_output) + else: + # In this mode, stdout and stderr are in different pipes. + # We must use communicate() which is the only safe way to read both. + out, err = proc.communicate() + # log line by line to preserve pip log indenting + for out_line in out.splitlines(): + log_subprocess(out_line) + all_output.append(out) + for err_line in err.splitlines(): + log_subprocess(err_line) + all_output.append(err) + output = out + + proc_had_error = proc.returncode and proc.returncode not in extra_ok_returncodes + if use_spinner: + assert spinner + if proc_had_error: + spinner.finish("error") + else: + spinner.finish("done") + if proc_had_error: + if on_returncode == "raise": + error = InstallationSubprocessError( + command_description=command_desc, + exit_code=proc.returncode, + output_lines=all_output if not showing_subprocess else None, + ) + if log_failed_cmd: + subprocess_logger.error("%s", error, extra={"rich": True}) + subprocess_logger.verbose( + "[bold magenta]full command[/]: [blue]%s[/]", + escape(format_command_args(cmd)), + extra={"markup": True}, + ) + subprocess_logger.verbose( + "[bold magenta]cwd[/]: %s", + escape(cwd or "[inherit]"), + extra={"markup": True}, + ) + + raise error + elif on_returncode == "warn": + subprocess_logger.warning( + 'Command "%s" had error code %s in %s', + command_desc, + proc.returncode, + cwd, + ) + elif on_returncode == "ignore": + pass + else: + raise ValueError(f"Invalid value: on_returncode={on_returncode!r}") + return output + + +def runner_with_spinner_message(message: str) -> Callable[..., None]: + """Provide a subprocess_runner that shows a spinner message. + + Intended for use with for BuildBackendHookCaller. Thus, the runner has + an API that matches what's expected by BuildBackendHookCaller.subprocess_runner. + """ + + def runner( + cmd: List[str], + cwd: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + ) -> None: + with open_spinner(message) as spinner: + call_subprocess( + cmd, + command_desc=message, + cwd=cwd, + extra_environ=extra_environ, + spinner=spinner, + ) + + return runner diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py new file mode 100644 index 0000000..4eec5f3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py @@ -0,0 +1,296 @@ +import errno +import itertools +import logging +import os.path +import tempfile +import traceback +from contextlib import ExitStack, contextmanager +from pathlib import Path +from typing import ( + Any, + Callable, + Dict, + Generator, + List, + Optional, + TypeVar, + Union, +) + +from pip._internal.utils.misc import enum, rmtree + +logger = logging.getLogger(__name__) + +_T = TypeVar("_T", bound="TempDirectory") + + +# Kinds of temporary directories. Only needed for ones that are +# globally-managed. +tempdir_kinds = enum( + BUILD_ENV="build-env", + EPHEM_WHEEL_CACHE="ephem-wheel-cache", + REQ_BUILD="req-build", +) + + +_tempdir_manager: Optional[ExitStack] = None + + +@contextmanager +def global_tempdir_manager() -> Generator[None, None, None]: + global _tempdir_manager + with ExitStack() as stack: + old_tempdir_manager, _tempdir_manager = _tempdir_manager, stack + try: + yield + finally: + _tempdir_manager = old_tempdir_manager + + +class TempDirectoryTypeRegistry: + """Manages temp directory behavior""" + + def __init__(self) -> None: + self._should_delete: Dict[str, bool] = {} + + def set_delete(self, kind: str, value: bool) -> None: + """Indicate whether a TempDirectory of the given kind should be + auto-deleted. + """ + self._should_delete[kind] = value + + def get_delete(self, kind: str) -> bool: + """Get configured auto-delete flag for a given TempDirectory type, + default True. + """ + return self._should_delete.get(kind, True) + + +_tempdir_registry: Optional[TempDirectoryTypeRegistry] = None + + +@contextmanager +def tempdir_registry() -> Generator[TempDirectoryTypeRegistry, None, None]: + """Provides a scoped global tempdir registry that can be used to dictate + whether directories should be deleted. + """ + global _tempdir_registry + old_tempdir_registry = _tempdir_registry + _tempdir_registry = TempDirectoryTypeRegistry() + try: + yield _tempdir_registry + finally: + _tempdir_registry = old_tempdir_registry + + +class _Default: + pass + + +_default = _Default() + + +class TempDirectory: + """Helper class that owns and cleans up a temporary directory. + + This class can be used as a context manager or as an OO representation of a + temporary directory. + + Attributes: + path + Location to the created temporary directory + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + Methods: + cleanup() + Deletes the temporary directory + + When used as a context manager, if the delete attribute is True, on + exiting the context the temporary directory is deleted. + """ + + def __init__( + self, + path: Optional[str] = None, + delete: Union[bool, None, _Default] = _default, + kind: str = "temp", + globally_managed: bool = False, + ignore_cleanup_errors: bool = True, + ): + super().__init__() + + if delete is _default: + if path is not None: + # If we were given an explicit directory, resolve delete option + # now. + delete = False + else: + # Otherwise, we wait until cleanup and see what + # tempdir_registry says. + delete = None + + # The only time we specify path is in for editables where it + # is the value of the --src option. + if path is None: + path = self._create(kind) + + self._path = path + self._deleted = False + self.delete = delete + self.kind = kind + self.ignore_cleanup_errors = ignore_cleanup_errors + + if globally_managed: + assert _tempdir_manager is not None + _tempdir_manager.enter_context(self) + + @property + def path(self) -> str: + assert not self._deleted, f"Attempted to access deleted path: {self._path}" + return self._path + + def __repr__(self) -> str: + return f"<{self.__class__.__name__} {self.path!r}>" + + def __enter__(self: _T) -> _T: + return self + + def __exit__(self, exc: Any, value: Any, tb: Any) -> None: + if self.delete is not None: + delete = self.delete + elif _tempdir_registry: + delete = _tempdir_registry.get_delete(self.kind) + else: + delete = True + + if delete: + self.cleanup() + + def _create(self, kind: str) -> str: + """Create a temporary directory and store its path in self.path""" + # We realpath here because some systems have their default tmpdir + # symlinked to another directory. This tends to confuse build + # scripts, so we canonicalize the path by traversing potential + # symlinks here. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + logger.debug("Created temporary directory: %s", path) + return path + + def cleanup(self) -> None: + """Remove the temporary directory created and reset state""" + self._deleted = True + if not os.path.exists(self._path): + return + + errors: List[BaseException] = [] + + def onerror( + func: Callable[..., Any], + path: Path, + exc_val: BaseException, + ) -> None: + """Log a warning for a `rmtree` error and continue""" + formatted_exc = "\n".join( + traceback.format_exception_only(type(exc_val), exc_val) + ) + formatted_exc = formatted_exc.rstrip() # remove trailing new line + if func in (os.unlink, os.remove, os.rmdir): + logger.debug( + "Failed to remove a temporary file '%s' due to %s.\n", + path, + formatted_exc, + ) + else: + logger.debug("%s failed with %s.", func.__qualname__, formatted_exc) + errors.append(exc_val) + + if self.ignore_cleanup_errors: + try: + # first try with tenacity; retrying to handle ephemeral errors + rmtree(self._path, ignore_errors=False) + except OSError: + # last pass ignore/log all errors + rmtree(self._path, onexc=onerror) + if errors: + logger.warning( + "Failed to remove contents in a temporary directory '%s'.\n" + "You can safely remove it manually.", + self._path, + ) + else: + rmtree(self._path) + + +class AdjacentTempDirectory(TempDirectory): + """Helper class that creates a temporary directory adjacent to a real one. + + Attributes: + original + The original directory to create a temp directory for. + path + After calling create() or entering, contains the full + path to the temporary directory. + delete + Whether the directory should be deleted when exiting + (when used as a contextmanager) + + """ + + # The characters that may be used to name the temp directory + # We always prepend a ~ and then rotate through these until + # a usable name is found. + # pkg_resources raises a different error for .dist-info folder + # with leading '-' and invalid metadata + LEADING_CHARS = "-~.=%0123456789" + + def __init__(self, original: str, delete: Optional[bool] = None) -> None: + self.original = original.rstrip("/\\") + super().__init__(delete=delete) + + @classmethod + def _generate_names(cls, name: str) -> Generator[str, None, None]: + """Generates a series of temporary names. + + The algorithm replaces the leading characters in the name + with ones that are valid filesystem characters, but are not + valid package names (for both Python and pip definitions of + package). + """ + for i in range(1, len(name)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i - 1 + ): + new_name = "~" + "".join(candidate) + name[i:] + if new_name != name: + yield new_name + + # If we make it this far, we will have to make a longer name + for i in range(len(cls.LEADING_CHARS)): + for candidate in itertools.combinations_with_replacement( + cls.LEADING_CHARS, i + ): + new_name = "~" + "".join(candidate) + name + if new_name != name: + yield new_name + + def _create(self, kind: str) -> str: + root, name = os.path.split(self.original) + for candidate in self._generate_names(name): + path = os.path.join(root, candidate) + try: + os.mkdir(path) + except OSError as ex: + # Continue if the name exists already + if ex.errno != errno.EEXIST: + raise + else: + path = os.path.realpath(path) + break + else: + # Final fallback on the default behavior. + path = os.path.realpath(tempfile.mkdtemp(prefix=f"pip-{kind}-")) + + logger.debug("Created temporary directory: %s", path) + return path diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py new file mode 100644 index 0000000..78b5c13 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py @@ -0,0 +1,257 @@ +"""Utilities related archives. +""" + +import logging +import os +import shutil +import stat +import tarfile +import zipfile +from typing import Iterable, List, Optional +from zipfile import ZipInfo + +from pip._internal.exceptions import InstallationError +from pip._internal.utils.filetypes import ( + BZ2_EXTENSIONS, + TAR_EXTENSIONS, + XZ_EXTENSIONS, + ZIP_EXTENSIONS, +) +from pip._internal.utils.misc import ensure_dir + +logger = logging.getLogger(__name__) + + +SUPPORTED_EXTENSIONS = ZIP_EXTENSIONS + TAR_EXTENSIONS + +try: + import bz2 # noqa + + SUPPORTED_EXTENSIONS += BZ2_EXTENSIONS +except ImportError: + logger.debug("bz2 module is not available") + +try: + # Only for Python 3.3+ + import lzma # noqa + + SUPPORTED_EXTENSIONS += XZ_EXTENSIONS +except ImportError: + logger.debug("lzma module is not available") + + +def current_umask() -> int: + """Get the current umask which involves having to set it temporarily.""" + mask = os.umask(0) + os.umask(mask) + return mask + + +def split_leading_dir(path: str) -> List[str]: + path = path.lstrip("/").lstrip("\\") + if "/" in path and ( + ("\\" in path and path.find("/") < path.find("\\")) or "\\" not in path + ): + return path.split("/", 1) + elif "\\" in path: + return path.split("\\", 1) + else: + return [path, ""] + + +def has_leading_dir(paths: Iterable[str]) -> bool: + """Returns true if all the paths have the same leading path name + (i.e., everything is in one subdirectory in an archive)""" + common_prefix = None + for path in paths: + prefix, rest = split_leading_dir(path) + if not prefix: + return False + elif common_prefix is None: + common_prefix = prefix + elif prefix != common_prefix: + return False + return True + + +def is_within_directory(directory: str, target: str) -> bool: + """ + Return true if the absolute path of target is within the directory + """ + abs_directory = os.path.abspath(directory) + abs_target = os.path.abspath(target) + + prefix = os.path.commonprefix([abs_directory, abs_target]) + return prefix == abs_directory + + +def set_extracted_file_to_default_mode_plus_executable(path: str) -> None: + """ + Make file present at path have execute for user/group/world + (chmod +x) is no-op on windows per python docs + """ + os.chmod(path, (0o777 & ~current_umask() | 0o111)) + + +def zip_item_is_executable(info: ZipInfo) -> bool: + mode = info.external_attr >> 16 + # if mode and regular file and any execute permissions for + # user/group/world? + return bool(mode and stat.S_ISREG(mode) and mode & 0o111) + + +def unzip_file(filename: str, location: str, flatten: bool = True) -> None: + """ + Unzip the file (with path `filename`) to the destination `location`. All + files are written based on system defaults and umask (i.e. permissions are + not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + zipfp = open(filename, "rb") + try: + zip = zipfile.ZipFile(zipfp, allowZip64=True) + leading = has_leading_dir(zip.namelist()) and flatten + for info in zip.infolist(): + name = info.filename + fn = name + if leading: + fn = split_leading_dir(name)[1] + fn = os.path.join(location, fn) + dir = os.path.dirname(fn) + if not is_within_directory(location, fn): + message = ( + "The zip file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, fn, location)) + if fn.endswith("/") or fn.endswith("\\"): + # A directory + ensure_dir(fn) + else: + ensure_dir(dir) + # Don't use read() to avoid allocating an arbitrarily large + # chunk of memory for the file's content + fp = zip.open(name) + try: + with open(fn, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + finally: + fp.close() + if zip_item_is_executable(info): + set_extracted_file_to_default_mode_plus_executable(fn) + finally: + zipfp.close() + + +def untar_file(filename: str, location: str) -> None: + """ + Untar the file (with path `filename`) to the destination `location`. + All files are written based on system defaults and umask (i.e. permissions + are not preserved), except that regular file members with any execute + permissions (user, group, or world) have "chmod +x" applied after being + written. Note that for windows, any execute changes using os.chmod are + no-ops per the python docs. + """ + ensure_dir(location) + if filename.lower().endswith(".gz") or filename.lower().endswith(".tgz"): + mode = "r:gz" + elif filename.lower().endswith(BZ2_EXTENSIONS): + mode = "r:bz2" + elif filename.lower().endswith(XZ_EXTENSIONS): + mode = "r:xz" + elif filename.lower().endswith(".tar"): + mode = "r" + else: + logger.warning( + "Cannot determine compression type for file %s", + filename, + ) + mode = "r:*" + tar = tarfile.open(filename, mode, encoding="utf-8") + try: + leading = has_leading_dir([member.name for member in tar.getmembers()]) + for member in tar.getmembers(): + fn = member.name + if leading: + fn = split_leading_dir(fn)[1] + path = os.path.join(location, fn) + if not is_within_directory(location, path): + message = ( + "The tar file ({}) has a file ({}) trying to install " + "outside target directory ({})" + ) + raise InstallationError(message.format(filename, path, location)) + if member.isdir(): + ensure_dir(path) + elif member.issym(): + try: + tar._extract_member(member, path) + except Exception as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + else: + try: + fp = tar.extractfile(member) + except (KeyError, AttributeError) as exc: + # Some corrupt tar files seem to produce this + # (specifically bad symlinks) + logger.warning( + "In the tar file %s the member %s is invalid: %s", + filename, + member.name, + exc, + ) + continue + ensure_dir(os.path.dirname(path)) + assert fp is not None + with open(path, "wb") as destfp: + shutil.copyfileobj(fp, destfp) + fp.close() + # Update the timestamp (useful for cython compiled files) + tar.utime(member, path) + # member have any execute permissions for user/group/world? + if member.mode & 0o111: + set_extracted_file_to_default_mode_plus_executable(path) + finally: + tar.close() + + +def unpack_file( + filename: str, + location: str, + content_type: Optional[str] = None, +) -> None: + filename = os.path.realpath(filename) + if ( + content_type == "application/zip" + or filename.lower().endswith(ZIP_EXTENSIONS) + or zipfile.is_zipfile(filename) + ): + unzip_file(filename, location, flatten=not filename.endswith(".whl")) + elif ( + content_type == "application/x-gzip" + or tarfile.is_tarfile(filename) + or filename.lower().endswith(TAR_EXTENSIONS + BZ2_EXTENSIONS + XZ_EXTENSIONS) + ): + untar_file(filename, location) + else: + # FIXME: handle? + # FIXME: magic signatures? + logger.critical( + "Cannot unpack file %s (downloaded from %s, content-type: %s); " + "cannot detect archive format", + filename, + location, + content_type, + ) + raise InstallationError(f"Cannot determine archive format of {location}") diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py new file mode 100644 index 0000000..6ba2e04 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/urls.py @@ -0,0 +1,62 @@ +import os +import string +import urllib.parse +import urllib.request +from typing import Optional + +from .compat import WINDOWS + + +def get_url_scheme(url: str) -> Optional[str]: + if ":" not in url: + return None + return url.split(":", 1)[0].lower() + + +def path_to_url(path: str) -> str: + """ + Convert a path to a file: URL. The path will be made absolute and have + quoted path parts. + """ + path = os.path.normpath(os.path.abspath(path)) + url = urllib.parse.urljoin("file:", urllib.request.pathname2url(path)) + return url + + +def url_to_path(url: str) -> str: + """ + Convert a file: URL to a path. + """ + assert url.startswith( + "file:" + ), f"You can only turn file: urls into filenames (not {url!r})" + + _, netloc, path, _, _ = urllib.parse.urlsplit(url) + + if not netloc or netloc == "localhost": + # According to RFC 8089, same as empty authority. + netloc = "" + elif WINDOWS: + # If we have a UNC path, prepend UNC share notation. + netloc = "\\\\" + netloc + else: + raise ValueError( + f"non-local file URIs are not supported on this platform: {url!r}" + ) + + path = urllib.request.url2pathname(netloc + path) + + # On Windows, urlsplit parses the path as something like "/C:/Users/foo". + # This creates issues for path-related functions like io.open(), so we try + # to detect and strip the leading slash. + if ( + WINDOWS + and not netloc # Not UNC. + and len(path) >= 3 + and path[0] == "/" # Leading slash to strip. + and path[1] in string.ascii_letters # Drive letter. + and path[2:4] in (":", ":/") # Colon + end of string, or colon + absolute path. + ): + path = path[1:] + + return path diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py new file mode 100644 index 0000000..882e36f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py @@ -0,0 +1,104 @@ +import logging +import os +import re +import site +import sys +from typing import List, Optional + +logger = logging.getLogger(__name__) +_INCLUDE_SYSTEM_SITE_PACKAGES_REGEX = re.compile( + r"include-system-site-packages\s*=\s*(?Ptrue|false)" +) + + +def _running_under_venv() -> bool: + """Checks if sys.base_prefix and sys.prefix match. + + This handles PEP 405 compliant virtual environments. + """ + return sys.prefix != getattr(sys, "base_prefix", sys.prefix) + + +def _running_under_legacy_virtualenv() -> bool: + """Checks if sys.real_prefix is set. + + This handles virtual environments created with pypa's virtualenv. + """ + # pypa/virtualenv case + return hasattr(sys, "real_prefix") + + +def running_under_virtualenv() -> bool: + """True if we're running inside a virtual environment, False otherwise.""" + return _running_under_venv() or _running_under_legacy_virtualenv() + + +def _get_pyvenv_cfg_lines() -> Optional[List[str]]: + """Reads {sys.prefix}/pyvenv.cfg and returns its contents as list of lines + + Returns None, if it could not read/access the file. + """ + pyvenv_cfg_file = os.path.join(sys.prefix, "pyvenv.cfg") + try: + # Although PEP 405 does not specify, the built-in venv module always + # writes with UTF-8. (pypa/pip#8717) + with open(pyvenv_cfg_file, encoding="utf-8") as f: + return f.read().splitlines() # avoids trailing newlines + except OSError: + return None + + +def _no_global_under_venv() -> bool: + """Check `{sys.prefix}/pyvenv.cfg` for system site-packages inclusion + + PEP 405 specifies that when system site-packages are not supposed to be + visible from a virtual environment, `pyvenv.cfg` must contain the following + line: + + include-system-site-packages = false + + Additionally, log a warning if accessing the file fails. + """ + cfg_lines = _get_pyvenv_cfg_lines() + if cfg_lines is None: + # We're not in a "sane" venv, so assume there is no system + # site-packages access (since that's PEP 405's default state). + logger.warning( + "Could not access 'pyvenv.cfg' despite a virtual environment " + "being active. Assuming global site-packages is not accessible " + "in this environment." + ) + return True + + for line in cfg_lines: + match = _INCLUDE_SYSTEM_SITE_PACKAGES_REGEX.match(line) + if match is not None and match.group("value") == "false": + return True + return False + + +def _no_global_under_legacy_virtualenv() -> bool: + """Check if "no-global-site-packages.txt" exists beside site.py + + This mirrors logic in pypa/virtualenv for determining whether system + site-packages are visible in the virtual environment. + """ + site_mod_dir = os.path.dirname(os.path.abspath(site.__file__)) + no_global_site_packages_file = os.path.join( + site_mod_dir, + "no-global-site-packages.txt", + ) + return os.path.exists(no_global_site_packages_file) + + +def virtualenv_no_global() -> bool: + """Returns a boolean, whether running in venv with no system site-packages.""" + # PEP 405 compliance needs to be checked first since virtualenv >=20 would + # return True for both checks, but is only able to use the PEP 405 config. + if _running_under_venv(): + return _no_global_under_venv() + + if _running_under_legacy_virtualenv(): + return _no_global_under_legacy_virtualenv() + + return False diff --git a/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py b/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py new file mode 100644 index 0000000..3551f8f --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/utils/wheel.py @@ -0,0 +1,134 @@ +"""Support functions for working with wheel files. +""" + +import logging +from email.message import Message +from email.parser import Parser +from typing import Tuple +from zipfile import BadZipFile, ZipFile + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import UnsupportedWheel + +VERSION_COMPATIBLE = (1, 0) + + +logger = logging.getLogger(__name__) + + +def parse_wheel(wheel_zip: ZipFile, name: str) -> Tuple[str, Message]: + """Extract information from the provided wheel, ensuring it meets basic + standards. + + Returns the name of the .dist-info directory and the parsed WHEEL metadata. + """ + try: + info_dir = wheel_dist_info_dir(wheel_zip, name) + metadata = wheel_metadata(wheel_zip, info_dir) + version = wheel_version(metadata) + except UnsupportedWheel as e: + raise UnsupportedWheel(f"{name} has an invalid wheel, {str(e)}") + + check_compatibility(version, name) + + return info_dir, metadata + + +def wheel_dist_info_dir(source: ZipFile, name: str) -> str: + """Returns the name of the contained .dist-info directory. + + Raises AssertionError or UnsupportedWheel if not found, >1 found, or + it doesn't match the provided name. + """ + # Zip file path separators must be / + subdirs = {p.split("/", 1)[0] for p in source.namelist()} + + info_dirs = [s for s in subdirs if s.endswith(".dist-info")] + + if not info_dirs: + raise UnsupportedWheel(".dist-info directory not found") + + if len(info_dirs) > 1: + raise UnsupportedWheel( + "multiple .dist-info directories found: {}".format(", ".join(info_dirs)) + ) + + info_dir = info_dirs[0] + + info_dir_name = canonicalize_name(info_dir) + canonical_name = canonicalize_name(name) + if not info_dir_name.startswith(canonical_name): + raise UnsupportedWheel( + f".dist-info directory {info_dir!r} does not start with {canonical_name!r}" + ) + + return info_dir + + +def read_wheel_metadata_file(source: ZipFile, path: str) -> bytes: + try: + return source.read(path) + # BadZipFile for general corruption, KeyError for missing entry, + # and RuntimeError for password-protected files + except (BadZipFile, KeyError, RuntimeError) as e: + raise UnsupportedWheel(f"could not read {path!r} file: {e!r}") + + +def wheel_metadata(source: ZipFile, dist_info_dir: str) -> Message: + """Return the WHEEL metadata of an extracted wheel, if possible. + Otherwise, raise UnsupportedWheel. + """ + path = f"{dist_info_dir}/WHEEL" + # Zip file path separators must be / + wheel_contents = read_wheel_metadata_file(source, path) + + try: + wheel_text = wheel_contents.decode() + except UnicodeDecodeError as e: + raise UnsupportedWheel(f"error decoding {path!r}: {e!r}") + + # FeedParser (used by Parser) does not raise any exceptions. The returned + # message may have .defects populated, but for backwards-compatibility we + # currently ignore them. + return Parser().parsestr(wheel_text) + + +def wheel_version(wheel_data: Message) -> Tuple[int, ...]: + """Given WHEEL metadata, return the parsed Wheel-Version. + Otherwise, raise UnsupportedWheel. + """ + version_text = wheel_data["Wheel-Version"] + if version_text is None: + raise UnsupportedWheel("WHEEL is missing Wheel-Version") + + version = version_text.strip() + + try: + return tuple(map(int, version.split("."))) + except ValueError: + raise UnsupportedWheel(f"invalid Wheel-Version: {version!r}") + + +def check_compatibility(version: Tuple[int, ...], name: str) -> None: + """Raises errors or warns if called with an incompatible Wheel-Version. + + pip should refuse to install a Wheel-Version that's a major series + ahead of what it's compatible with (e.g 2.0 > 1.1); and warn when + installing a version only minor version ahead (e.g 1.2 > 1.1). + + version: a 2-tuple representing a Wheel-Version (Major, Minor) + name: name of wheel or package to raise exception about + + :raises UnsupportedWheel: when an incompatible Wheel-Version is given + """ + if version[0] > VERSION_COMPATIBLE[0]: + raise UnsupportedWheel( + "{}'s Wheel-Version ({}) is not compatible with this version " + "of pip".format(name, ".".join(map(str, version))) + ) + elif version > VERSION_COMPATIBLE: + logger.warning( + "Installing from a newer Wheel-Version (%s)", + ".".join(map(str, version)), + ) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py new file mode 100644 index 0000000..b6beddb --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py @@ -0,0 +1,15 @@ +# Expose a limited set of classes and functions so callers outside of +# the vcs package don't need to import deeper than `pip._internal.vcs`. +# (The test directory may still need to import from a vcs sub-package.) +# Import all vcs modules to register each VCS in the VcsSupport object. +import pip._internal.vcs.bazaar +import pip._internal.vcs.git +import pip._internal.vcs.mercurial +import pip._internal.vcs.subversion # noqa: F401 +from pip._internal.vcs.versioncontrol import ( # noqa: F401 + RemoteNotFoundError, + RemoteNotValidError, + is_url, + make_vcs_requirement_url, + vcs, +) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b914f92fdcad7b62918c01732faa7e4c0e788074 GIT binary patch literal 548 zcmZXQ%SyvQ6ozM#HoZs@5usp(qN^^NeGwl)d=}pz zUAl576coDhq_iUBzNA#IeQ@D^62i17Y zZE;w&B{OkuI2A>&8fJMkVebC2pWY<#X8|?OlC~Yh~N=P=XRpixqmh!8Mo{-rSX)GSw`SV literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e232c059e61a08869c2aad7371e9e069b333242 GIT binary patch literal 5040 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..65c4bad0f55a605e32f23c6b4d908e5fa43923fb GIT binary patch literal 19009 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 VOmz#EA9%m#&7b+0t7l8`{{hDmUS0qI literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8572f36fd1723a5d14eb361a29e0b911d3b09615 GIT binary patch literal 7629 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..b770d5936f8418a1fc217e014eb7aef2fcebaefb GIT binary patch literal 12501 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c6e9479ddaf3ba09742cc27fbc290cadc0d2afd9 GIT binary patch literal 29027 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py new file mode 100644 index 0000000..20a17ed --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py @@ -0,0 +1,112 @@ +import logging +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Bazaar(VersionControl): + name = "bzr" + dirname = ".bzr" + repo_name = "branch" + schemes = ( + "bzr+http", + "bzr+https", + "bzr+ssh", + "bzr+sftp", + "bzr+ftp", + "bzr+lp", + "bzr+file", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + elif verbosity == 1: + flag = "" + else: + flag = f"-{'v'*verbosity}" + cmd_args = make_command( + "checkout", "--lightweight", flag, rev_options.to_args(), url, dest + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(make_command("switch", url), cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + output = self.run_command( + make_command("info"), show_stdout=False, stdout_only=True, cwd=dest + ) + if output.startswith("Standalone "): + # Older versions of pip used to create standalone branches. + # Convert the standalone branch to a checkout by calling "bzr bind". + cmd_args = make_command("bind", "-q", url) + self.run_command(cmd_args, cwd=dest) + + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing bzr+ from bzr+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "bzr+" + url + return url, rev, user_pass + + @classmethod + def get_remote_url(cls, location: str) -> str: + urls = cls.run_command( + ["info"], show_stdout=False, stdout_only=True, cwd=location + ) + for line in urls.splitlines(): + line = line.strip() + for x in ("checkout of branch: ", "parent branch: "): + if line.startswith(x): + repo = line.split(x)[1] + if cls._is_local_repository(repo): + return path_to_url(repo) + return repo + raise RemoteNotFoundError + + @classmethod + def get_revision(cls, location: str) -> str: + revision = cls.run_command( + ["revno"], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return revision.splitlines()[-1] + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + +vcs.register(Bazaar) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py new file mode 100644 index 0000000..8c242cf --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/git.py @@ -0,0 +1,526 @@ +import logging +import os.path +import pathlib +import re +import urllib.parse +import urllib.request +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path, hide_url +from pip._internal.utils.subprocess import make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RemoteNotValidError, + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +urlsplit = urllib.parse.urlsplit +urlunsplit = urllib.parse.urlunsplit + + +logger = logging.getLogger(__name__) + + +GIT_VERSION_REGEX = re.compile( + r"^git version " # Prefix. + r"(\d+)" # Major. + r"\.(\d+)" # Dot, minor. + r"(?:\.(\d+))?" # Optional dot, patch. + r".*$" # Suffix, including any pre- and post-release segments we don't care about. +) + +HASH_REGEX = re.compile("^[a-fA-F0-9]{40}$") + +# SCP (Secure copy protocol) shorthand. e.g. 'git@example.com:foo/bar.git' +SCP_REGEX = re.compile( + r"""^ + # Optional user, e.g. 'git@' + (\w+@)? + # Server, e.g. 'github.com'. + ([^/:]+): + # The server-side path. e.g. 'user/project.git'. Must start with an + # alphanumeric character so as not to be confusable with a Windows paths + # like 'C:/foo/bar' or 'C:\foo\bar'. + (\w[^:]*) + $""", + re.VERBOSE, +) + + +def looks_like_hash(sha: str) -> bool: + return bool(HASH_REGEX.match(sha)) + + +class Git(VersionControl): + name = "git" + dirname = ".git" + repo_name = "clone" + schemes = ( + "git+http", + "git+https", + "git+ssh", + "git+git", + "git+file", + ) + # Prevent the user's environment variables from interfering with pip: + # https://github.com/pypa/pip/issues/1130 + unset_environ = ("GIT_DIR", "GIT_WORK_TREE") + default_arg_rev = "HEAD" + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [rev] + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + _, rev_options = self.get_url_rev_options(hide_url(url)) + if not rev_options.rev: + return False + if not self.is_commit_id_equal(dest, rev_options.rev): + # the current commit is different from rev, + # which means rev was something else than a commit hash + return False + # return False in the rare case rev is both a commit hash + # and a tag or a branch; we don't want to cache in that case + # because that branch/tag could point to something else in the future + is_tag_or_branch = bool(self.get_revision_sha(dest, rev_options.rev)[0]) + return not is_tag_or_branch + + def get_git_version(self) -> Tuple[int, ...]: + version = self.run_command( + ["version"], + command_desc="git version", + show_stdout=False, + stdout_only=True, + ) + match = GIT_VERSION_REGEX.match(version) + if not match: + logger.warning("Can't parse git version: %s", version) + return () + return (int(match.group(1)), int(match.group(2))) + + @classmethod + def get_current_branch(cls, location: str) -> Optional[str]: + """ + Return the current branch, or None if HEAD isn't at a branch + (e.g. detached HEAD). + """ + # git-symbolic-ref exits with empty stdout if "HEAD" is a detached + # HEAD rather than a symbolic ref. In addition, the -q causes the + # command to exit with status code 1 instead of 128 in this case + # and to suppress the message to stderr. + args = ["symbolic-ref", "-q", "HEAD"] + output = cls.run_command( + args, + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + ref = output.strip() + + if ref.startswith("refs/heads/"): + return ref[len("refs/heads/") :] + + return None + + @classmethod + def get_revision_sha(cls, dest: str, rev: str) -> Tuple[Optional[str], bool]: + """ + Return (sha_or_none, is_branch), where sha_or_none is a commit hash + if the revision names a remote branch or tag, otherwise None. + + Args: + dest: the repository directory. + rev: the revision name. + """ + # Pass rev to pre-filter the list. + output = cls.run_command( + ["show-ref", rev], + cwd=dest, + show_stdout=False, + stdout_only=True, + on_returncode="ignore", + ) + refs = {} + # NOTE: We do not use splitlines here since that would split on other + # unicode separators, which can be maliciously used to install a + # different revision. + for line in output.strip().split("\n"): + line = line.rstrip("\r") + if not line: + continue + try: + ref_sha, ref_name = line.split(" ", maxsplit=2) + except ValueError: + # Include the offending line to simplify troubleshooting if + # this error ever occurs. + raise ValueError(f"unexpected show-ref line: {line!r}") + + refs[ref_name] = ref_sha + + branch_ref = f"refs/remotes/origin/{rev}" + tag_ref = f"refs/tags/{rev}" + + sha = refs.get(branch_ref) + if sha is not None: + return (sha, True) + + sha = refs.get(tag_ref) + + return (sha, False) + + @classmethod + def _should_fetch(cls, dest: str, rev: str) -> bool: + """ + Return true if rev is a ref or is a commit that we don't have locally. + + Branches and tags are not considered in this method because they are + assumed to be always available locally (which is a normal outcome of + ``git clone`` and ``git fetch --tags``). + """ + if rev.startswith("refs/"): + # Always fetch remote refs. + return True + + if not looks_like_hash(rev): + # Git fetch would fail with abbreviated commits. + return False + + if cls.has_commit(dest, rev): + # Don't fetch if we have the commit locally. + return False + + return True + + @classmethod + def resolve_revision( + cls, dest: str, url: HiddenText, rev_options: RevOptions + ) -> RevOptions: + """ + Resolve a revision to a new RevOptions object with the SHA1 of the + branch, tag, or ref if found. + + Args: + rev_options: a RevOptions object. + """ + rev = rev_options.arg_rev + # The arg_rev property's implementation for Git ensures that the + # rev return value is always non-None. + assert rev is not None + + sha, is_branch = cls.get_revision_sha(dest, rev) + + if sha is not None: + rev_options = rev_options.make_new(sha) + rev_options.branch_name = rev if is_branch else None + + return rev_options + + # Do not show a warning for the common case of something that has + # the form of a Git commit hash. + if not looks_like_hash(rev): + logger.warning( + "Did not find branch or tag '%s', assuming revision or ref.", + rev, + ) + + if not cls._should_fetch(dest, rev): + return rev_options + + # fetch the requested revision + cls.run_command( + make_command("fetch", "-q", url, rev_options.to_args()), + cwd=dest, + ) + # Change the revision to the SHA of the ref we fetched + sha = cls.get_revision(dest, rev="FETCH_HEAD") + rev_options = rev_options.make_new(sha) + + return rev_options + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the current commit hash equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + if not name: + # Then avoid an unnecessary subprocess call. + return False + + return cls.get_revision(dest) == name + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info("Cloning %s%s to %s", url, rev_display, display_path(dest)) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + else: + flags = ("--verbose", "--progress") + if self.get_git_version() >= (2, 17): + # Git added support for partial clone in 2.17 + # https://git-scm.com/docs/partial-clone + # Speeds up cloning by functioning without a complete copy of repository + self.run_command( + make_command( + "clone", + "--filter=blob:none", + *flags, + url, + dest, + ) + ) + else: + self.run_command(make_command("clone", *flags, url, dest)) + + if rev_options.rev: + # Then a specific revision was requested. + rev_options = self.resolve_revision(dest, url, rev_options) + branch_name = getattr(rev_options, "branch_name", None) + logger.debug("Rev options %s, branch_name %s", rev_options, branch_name) + if branch_name is None: + # Only do a checkout if the current commit id doesn't match + # the requested revision. + if not self.is_commit_id_equal(dest, rev_options.rev): + cmd_args = make_command( + "checkout", + "-q", + rev_options.to_args(), + ) + self.run_command(cmd_args, cwd=dest) + elif self.get_current_branch(dest) != branch_name: + # Then a specific branch was requested, and that branch + # is not yet checked out. + track_branch = f"origin/{branch_name}" + cmd_args = [ + "checkout", + "-b", + branch_name, + "--track", + track_branch, + ] + self.run_command(cmd_args, cwd=dest) + else: + sha = self.get_revision(dest) + rev_options = rev_options.make_new(sha) + + logger.info("Resolved %s to commit %s", url, rev_options.rev) + + #: repo may contain submodules + self.update_submodules(dest) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command( + make_command("config", "remote.origin.url", url), + cwd=dest, + ) + cmd_args = make_command("checkout", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + self.update_submodules(dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + # First fetch changes from the default remote + if self.get_git_version() >= (1, 9): + # fetch tags in addition to everything else + self.run_command(["fetch", "-q", "--tags"], cwd=dest) + else: + self.run_command(["fetch", "-q"], cwd=dest) + # Then reset to wanted revision (maybe even origin/master) + rev_options = self.resolve_revision(dest, url, rev_options) + cmd_args = make_command("reset", "--hard", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + #: update submodules + self.update_submodules(dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return URL of the first remote encountered. + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + # We need to pass 1 for extra_ok_returncodes since the command + # exits with return code 1 if there are no matching lines. + stdout = cls.run_command( + ["config", "--get-regexp", r"remote\..*\.url"], + extra_ok_returncodes=(1,), + show_stdout=False, + stdout_only=True, + cwd=location, + ) + remotes = stdout.splitlines() + try: + found_remote = remotes[0] + except IndexError: + raise RemoteNotFoundError + + for remote in remotes: + if remote.startswith("remote.origin.url "): + found_remote = remote + break + url = found_remote.split(" ")[1] + return cls._git_remote_to_pip_url(url.strip()) + + @staticmethod + def _git_remote_to_pip_url(url: str) -> str: + """ + Convert a remote url from what git uses to what pip accepts. + + There are 3 legal forms **url** may take: + + 1. A fully qualified url: ssh://git@example.com/foo/bar.git + 2. A local project.git folder: /path/to/bare/repository.git + 3. SCP shorthand for form 1: git@example.com:foo/bar.git + + Form 1 is output as-is. Form 2 must be converted to URI and form 3 must + be converted to form 1. + + See the corresponding test test_git_remote_url_to_pip() for examples of + sample inputs/outputs. + """ + if re.match(r"\w+://", url): + # This is already valid. Pass it though as-is. + return url + if os.path.exists(url): + # A local bare remote (git clone --mirror). + # Needs a file:// prefix. + return pathlib.PurePath(url).as_uri() + scp_match = SCP_REGEX.match(url) + if scp_match: + # Add an ssh:// prefix and replace the ':' with a '/'. + return scp_match.expand(r"ssh://\1\2/\3") + # Otherwise, bail out. + raise RemoteNotValidError(url) + + @classmethod + def has_commit(cls, location: str, rev: str) -> bool: + """ + Check if rev is a commit that is available in the local repository. + """ + try: + cls.run_command( + ["rev-parse", "-q", "--verify", "sha^" + rev], + cwd=location, + log_failed_cmd=False, + ) + except InstallationError: + return False + else: + return True + + @classmethod + def get_revision(cls, location: str, rev: Optional[str] = None) -> str: + if rev is None: + rev = "HEAD" + current_rev = cls.run_command( + ["rev-parse", rev], + show_stdout=False, + stdout_only=True, + cwd=location, + ) + return current_rev.strip() + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + git_dir = cls.run_command( + ["rev-parse", "--git-dir"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if not os.path.isabs(git_dir): + git_dir = os.path.join(location, git_dir) + repo_root = os.path.abspath(os.path.join(git_dir, "..")) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Prefixes stub URLs like 'user@hostname:user/repo.git' with 'ssh://'. + That's required because although they use SSH they sometimes don't + work with a ssh:// scheme (e.g. GitHub). But we need a scheme for + parsing. Hence we remove it again afterwards and return it as a stub. + """ + # Works around an apparent Git bug + # (see https://article.gmane.org/gmane.comp.version-control.git/146500) + scheme, netloc, path, query, fragment = urlsplit(url) + if scheme.endswith("file"): + initial_slashes = path[: -len(path.lstrip("/"))] + newpath = initial_slashes + urllib.request.url2pathname(path).replace( + "\\", "/" + ).lstrip("/") + after_plus = scheme.find("+") + 1 + url = scheme[:after_plus] + urlunsplit( + (scheme[after_plus:], netloc, newpath, query, fragment), + ) + + if "://" not in url: + assert "file:" not in url + url = url.replace("git+", "git+ssh://") + url, rev, user_pass = super().get_url_rev_and_auth(url) + url = url.replace("ssh://", "") + else: + url, rev, user_pass = super().get_url_rev_and_auth(url) + + return url, rev, user_pass + + @classmethod + def update_submodules(cls, location: str) -> None: + if not os.path.exists(os.path.join(location, ".gitmodules")): + return + cls.run_command( + ["submodule", "update", "--init", "--recursive", "-q"], + cwd=location, + ) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["rev-parse", "--show-toplevel"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under git control " + "because git is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + @staticmethod + def should_add_vcs_url_prefix(repo_url: str) -> bool: + """In either https or ssh form, requirements must be prefixed with git+.""" + return True + + +vcs.register(Git) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py new file mode 100644 index 0000000..c183d41 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py @@ -0,0 +1,163 @@ +import configparser +import logging +import os +from typing import List, Optional, Tuple + +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import HiddenText, display_path +from pip._internal.utils.subprocess import make_command +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs.versioncontrol import ( + RevOptions, + VersionControl, + find_path_to_project_root_from_repo_root, + vcs, +) + +logger = logging.getLogger(__name__) + + +class Mercurial(VersionControl): + name = "hg" + dirname = ".hg" + repo_name = "clone" + schemes = ( + "hg+file", + "hg+http", + "hg+https", + "hg+ssh", + "hg+static-http", + ) + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return [f"--rev={rev}"] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Cloning hg %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flags: Tuple[str, ...] = ("--quiet",) + elif verbosity == 1: + flags = () + elif verbosity == 2: + flags = ("--verbose",) + else: + flags = ("--verbose", "--debug") + self.run_command(make_command("clone", "--noupdate", *flags, url, dest)) + self.run_command( + make_command("update", *flags, rev_options.to_args()), + cwd=dest, + ) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + repo_config = os.path.join(dest, self.dirname, "hgrc") + config = configparser.RawConfigParser() + try: + config.read(repo_config) + config.set("paths", "default", url.secret) + with open(repo_config, "w") as config_file: + config.write(config_file) + except (OSError, configparser.NoSectionError) as exc: + logger.warning("Could not switch Mercurial repository to %s: %s", url, exc) + else: + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + self.run_command(["pull", "-q"], cwd=dest) + cmd_args = make_command("update", "-q", rev_options.to_args()) + self.run_command(cmd_args, cwd=dest) + + @classmethod + def get_remote_url(cls, location: str) -> str: + url = cls.run_command( + ["showconfig", "paths.default"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + if cls._is_local_repository(url): + url = path_to_url(url) + return url.strip() + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the repository-local changeset revision number, as an integer. + """ + current_revision = cls.run_command( + ["parents", "--template={rev}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_revision + + @classmethod + def get_requirement_revision(cls, location: str) -> str: + """ + Return the changeset identification hash, as a 40-character + hexadecimal string + """ + current_rev_hash = cls.run_command( + ["parents", "--template={node}"], + show_stdout=False, + stdout_only=True, + cwd=location, + ).strip() + return current_rev_hash + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + # find the repo root + repo_root = cls.run_command( + ["root"], show_stdout=False, stdout_only=True, cwd=location + ).strip() + if not os.path.isabs(repo_root): + repo_root = os.path.abspath(os.path.join(location, repo_root)) + return find_path_to_project_root_from_repo_root(location, repo_root) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + loc = super().get_repository_root(location) + if loc: + return loc + try: + r = cls.run_command( + ["root"], + cwd=location, + show_stdout=False, + stdout_only=True, + on_returncode="raise", + log_failed_cmd=False, + ) + except BadCommand: + logger.debug( + "could not determine if %s is under hg control " + "because hg is not available", + location, + ) + return None + except InstallationError: + return None + return os.path.normpath(r.rstrip("\r\n")) + + +vcs.register(Mercurial) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py new file mode 100644 index 0000000..16d93a6 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py @@ -0,0 +1,324 @@ +import logging +import os +import re +from typing import List, Optional, Tuple + +from pip._internal.utils.misc import ( + HiddenText, + display_path, + is_console_interactive, + is_installable_dir, + split_auth_from_netloc, +) +from pip._internal.utils.subprocess import CommandArgs, make_command +from pip._internal.vcs.versioncontrol import ( + AuthInfo, + RemoteNotFoundError, + RevOptions, + VersionControl, + vcs, +) + +logger = logging.getLogger(__name__) + +_svn_xml_url_re = re.compile('url="([^"]+)"') +_svn_rev_re = re.compile(r'committed-rev="(\d+)"') +_svn_info_xml_rev_re = re.compile(r'\s*revision="(\d+)"') +_svn_info_xml_url_re = re.compile(r"(.*)") + + +class Subversion(VersionControl): + name = "svn" + dirname = ".svn" + repo_name = "checkout" + schemes = ("svn+ssh", "svn+http", "svn+https", "svn+svn", "svn+file") + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + return True + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + return ["-r", rev] + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the maximum revision for all files under a given location + """ + # Note: taken from setuptools.command.egg_info + revision = 0 + + for base, dirs, _ in os.walk(location): + if cls.dirname not in dirs: + dirs[:] = [] + continue # no sense walking uncontrolled subdirs + dirs.remove(cls.dirname) + entries_fn = os.path.join(base, cls.dirname, "entries") + if not os.path.exists(entries_fn): + # FIXME: should we warn? + continue + + dirurl, localrev = cls._get_svn_url_rev(base) + + if base == location: + assert dirurl is not None + base = dirurl + "/" # save the root url + elif not dirurl or not dirurl.startswith(base): + dirs[:] = [] + continue # not part of the same svn tree, skip it + revision = max(revision, localrev) + return str(revision) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + This override allows the auth information to be passed to svn via the + --username and --password options instead of via the URL. + """ + if scheme == "ssh": + # The --username and --password options can't be used for + # svn+ssh URLs, so keep the auth information in the URL. + return super().get_netloc_and_auth(netloc, scheme) + + return split_auth_from_netloc(netloc) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + # hotfix the URL scheme after removing svn+ from svn+ssh:// re-add it + url, rev, user_pass = super().get_url_rev_and_auth(url) + if url.startswith("ssh://"): + url = "svn+" + url + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + extra_args: CommandArgs = [] + if username: + extra_args += ["--username", username] + if password: + extra_args += ["--password", password] + + return extra_args + + @classmethod + def get_remote_url(cls, location: str) -> str: + # In cases where the source is in a subdirectory, we have to look up in + # the location until we find a valid project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + raise RemoteNotFoundError + + url, _rev = cls._get_svn_url_rev(location) + if url is None: + raise RemoteNotFoundError + + return url + + @classmethod + def _get_svn_url_rev(cls, location: str) -> Tuple[Optional[str], int]: + from pip._internal.exceptions import InstallationError + + entries_path = os.path.join(location, cls.dirname, "entries") + if os.path.exists(entries_path): + with open(entries_path) as f: + data = f.read() + else: # subversion >= 1.7 does not have the 'entries' file + data = "" + + url = None + if data.startswith("8") or data.startswith("9") or data.startswith("10"): + entries = list(map(str.splitlines, data.split("\n\x0c\n"))) + del entries[0][0] # get rid of the '8' + url = entries[0][3] + revs = [int(d[9]) for d in entries if len(d) > 9 and d[9]] + [0] + elif data.startswith("= 1.7 + # Note that using get_remote_call_options is not necessary here + # because `svn info` is being run against a local directory. + # We don't need to worry about making sure interactive mode + # is being used to prompt for passwords, because passwords + # are only potentially needed for remote server requests. + xml = cls.run_command( + ["info", "--xml", location], + show_stdout=False, + stdout_only=True, + ) + match = _svn_info_xml_url_re.search(xml) + assert match is not None + url = match.group(1) + revs = [int(m.group(1)) for m in _svn_info_xml_rev_re.finditer(xml)] + except InstallationError: + url, revs = None, [] + + if revs: + rev = max(revs) + else: + rev = 0 + + return url, rev + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """Always assume the versions don't match""" + return False + + def __init__(self, use_interactive: Optional[bool] = None) -> None: + if use_interactive is None: + use_interactive = is_console_interactive() + self.use_interactive = use_interactive + + # This member is used to cache the fetched version of the current + # ``svn`` client. + # Special value definitions: + # None: Not evaluated yet. + # Empty tuple: Could not parse version. + self._vcs_version: Optional[Tuple[int, ...]] = None + + super().__init__() + + def call_vcs_version(self) -> Tuple[int, ...]: + """Query the version of the currently installed Subversion client. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + # Example versions: + # svn, version 1.10.3 (r1842928) + # compiled Feb 25 2019, 14:20:39 on x86_64-apple-darwin17.0.0 + # svn, version 1.7.14 (r1542130) + # compiled Mar 28 2018, 08:49:13 on x86_64-pc-linux-gnu + # svn, version 1.12.0-SlikSvn (SlikSvn/1.12.0) + # compiled May 28 2019, 13:44:56 on x86_64-microsoft-windows6.2 + version_prefix = "svn, version " + version = self.run_command(["--version"], show_stdout=False, stdout_only=True) + if not version.startswith(version_prefix): + return () + + version = version[len(version_prefix) :].split()[0] + version_list = version.partition("-")[0].split(".") + try: + parsed_version = tuple(map(int, version_list)) + except ValueError: + return () + + return parsed_version + + def get_vcs_version(self) -> Tuple[int, ...]: + """Return the version of the currently installed Subversion client. + + If the version of the Subversion client has already been queried, + a cached value will be used. + + :return: A tuple containing the parts of the version information or + ``()`` if the version returned from ``svn`` could not be parsed. + :raises: BadCommand: If ``svn`` is not installed. + """ + if self._vcs_version is not None: + # Use cached version, if available. + # If parsing the version failed previously (empty tuple), + # do not attempt to parse it again. + return self._vcs_version + + vcs_version = self.call_vcs_version() + self._vcs_version = vcs_version + return vcs_version + + def get_remote_call_options(self) -> CommandArgs: + """Return options to be used on calls to Subversion that contact the server. + + These options are applicable for the following ``svn`` subcommands used + in this class. + + - checkout + - switch + - update + + :return: A list of command line arguments to pass to ``svn``. + """ + if not self.use_interactive: + # --non-interactive switch is available since Subversion 0.14.4. + # Subversion < 1.8 runs in interactive mode by default. + return ["--non-interactive"] + + svn_version = self.get_vcs_version() + # By default, Subversion >= 1.8 runs in non-interactive mode if + # stdin is not a TTY. Since that is how pip invokes SVN, in + # call_subprocess(), pip must pass --force-interactive to ensure + # the user can be prompted for a password, if required. + # SVN added the --force-interactive option in SVN 1.8. Since + # e.g. RHEL/CentOS 7, which is supported until 2024, ships with + # SVN 1.7, pip should continue to support SVN 1.7. Therefore, pip + # can't safely add the option if the SVN version is < 1.8 (or unknown). + if svn_version >= (1, 8): + return ["--force-interactive"] + + return [] + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + rev_display = rev_options.to_display() + logger.info( + "Checking out %s%s to %s", + url, + rev_display, + display_path(dest), + ) + if verbosity <= 0: + flag = "--quiet" + else: + flag = "" + cmd_args = make_command( + "checkout", + flag, + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "switch", + self.get_remote_call_options(), + rev_options.to_args(), + url, + dest, + ) + self.run_command(cmd_args) + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + cmd_args = make_command( + "update", + self.get_remote_call_options(), + rev_options.to_args(), + dest, + ) + self.run_command(cmd_args) + + +vcs.register(Subversion) diff --git a/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py b/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py new file mode 100644 index 0000000..46ca279 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py @@ -0,0 +1,705 @@ +"""Handles all VCS (version control) support""" + +import logging +import os +import shutil +import sys +import urllib.parse +from typing import ( + TYPE_CHECKING, + Any, + Dict, + Iterable, + Iterator, + List, + Mapping, + Optional, + Tuple, + Type, + Union, +) + +from pip._internal.cli.spinners import SpinnerInterface +from pip._internal.exceptions import BadCommand, InstallationError +from pip._internal.utils.misc import ( + HiddenText, + ask_path_exists, + backup_dir, + display_path, + hide_url, + hide_value, + is_installable_dir, + rmtree, +) +from pip._internal.utils.subprocess import ( + CommandArgs, + call_subprocess, + format_command_args, + make_command, +) +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # Literal was introduced in Python 3.8. + # + # TODO: Remove `if TYPE_CHECKING` when dropping support for Python 3.7. + from typing import Literal + + +__all__ = ["vcs"] + + +logger = logging.getLogger(__name__) + +AuthInfo = Tuple[Optional[str], Optional[str]] + + +def is_url(name: str) -> bool: + """ + Return true if the name looks like a URL. + """ + scheme = get_url_scheme(name) + if scheme is None: + return False + return scheme in ["http", "https", "file", "ftp"] + vcs.all_schemes + + +def make_vcs_requirement_url( + repo_url: str, rev: str, project_name: str, subdir: Optional[str] = None +) -> str: + """ + Return the URL for a VCS requirement. + + Args: + repo_url: the remote VCS url, with any needed VCS prefix (e.g. "git+"). + project_name: the (unescaped) project name. + """ + egg_project_name = project_name.replace("-", "_") + req = f"{repo_url}@{rev}#egg={egg_project_name}" + if subdir: + req += f"&subdirectory={subdir}" + + return req + + +def find_path_to_project_root_from_repo_root( + location: str, repo_root: str +) -> Optional[str]: + """ + Find the the Python project's root by searching up the filesystem from + `location`. Return the path to project root relative to `repo_root`. + Return None if the project root is `repo_root`, or cannot be found. + """ + # find project root. + orig_location = location + while not is_installable_dir(location): + last_location = location + location = os.path.dirname(location) + if location == last_location: + # We've traversed up to the root of the filesystem without + # finding a Python project. + logger.warning( + "Could not find a Python project for directory %s (tried all " + "parent directories)", + orig_location, + ) + return None + + if os.path.samefile(repo_root, location): + return None + + return os.path.relpath(location, repo_root) + + +class RemoteNotFoundError(Exception): + pass + + +class RemoteNotValidError(Exception): + def __init__(self, url: str): + super().__init__(url) + self.url = url + + +class RevOptions: + + """ + Encapsulates a VCS-specific revision to install, along with any VCS + install options. + + Instances of this class should be treated as if immutable. + """ + + def __init__( + self, + vc_class: Type["VersionControl"], + rev: Optional[str] = None, + extra_args: Optional[CommandArgs] = None, + ) -> None: + """ + Args: + vc_class: a VersionControl subclass. + rev: the name of the revision to install. + extra_args: a list of extra options. + """ + if extra_args is None: + extra_args = [] + + self.extra_args = extra_args + self.rev = rev + self.vc_class = vc_class + self.branch_name: Optional[str] = None + + def __repr__(self) -> str: + return f"" + + @property + def arg_rev(self) -> Optional[str]: + if self.rev is None: + return self.vc_class.default_arg_rev + + return self.rev + + def to_args(self) -> CommandArgs: + """ + Return the VCS-specific command arguments. + """ + args: CommandArgs = [] + rev = self.arg_rev + if rev is not None: + args += self.vc_class.get_base_rev_args(rev) + args += self.extra_args + + return args + + def to_display(self) -> str: + if not self.rev: + return "" + + return f" (to revision {self.rev})" + + def make_new(self, rev: str) -> "RevOptions": + """ + Make a copy of the current instance, but with a new rev. + + Args: + rev: the name of the revision for the new object. + """ + return self.vc_class.make_rev_options(rev, extra_args=self.extra_args) + + +class VcsSupport: + _registry: Dict[str, "VersionControl"] = {} + schemes = ["ssh", "git", "hg", "bzr", "sftp", "svn"] + + def __init__(self) -> None: + # Register more schemes with urlparse for various version control + # systems + urllib.parse.uses_netloc.extend(self.schemes) + super().__init__() + + def __iter__(self) -> Iterator[str]: + return self._registry.__iter__() + + @property + def backends(self) -> List["VersionControl"]: + return list(self._registry.values()) + + @property + def dirnames(self) -> List[str]: + return [backend.dirname for backend in self.backends] + + @property + def all_schemes(self) -> List[str]: + schemes: List[str] = [] + for backend in self.backends: + schemes.extend(backend.schemes) + return schemes + + def register(self, cls: Type["VersionControl"]) -> None: + if not hasattr(cls, "name"): + logger.warning("Cannot register VCS %s", cls.__name__) + return + if cls.name not in self._registry: + self._registry[cls.name] = cls() + logger.debug("Registered VCS backend: %s", cls.name) + + def unregister(self, name: str) -> None: + if name in self._registry: + del self._registry[name] + + def get_backend_for_dir(self, location: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object if a repository of that type is found + at the given directory. + """ + vcs_backends = {} + for vcs_backend in self._registry.values(): + repo_path = vcs_backend.get_repository_root(location) + if not repo_path: + continue + logger.debug("Determine that %s uses VCS: %s", location, vcs_backend.name) + vcs_backends[repo_path] = vcs_backend + + if not vcs_backends: + return None + + # Choose the VCS in the inner-most directory. Since all repository + # roots found here would be either `location` or one of its + # parents, the longest path should have the most path components, + # i.e. the backend representing the inner-most repository. + inner_most_repo_path = max(vcs_backends, key=len) + return vcs_backends[inner_most_repo_path] + + def get_backend_for_scheme(self, scheme: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + for vcs_backend in self._registry.values(): + if scheme in vcs_backend.schemes: + return vcs_backend + return None + + def get_backend(self, name: str) -> Optional["VersionControl"]: + """ + Return a VersionControl object or None. + """ + name = name.lower() + return self._registry.get(name) + + +vcs = VcsSupport() + + +class VersionControl: + name = "" + dirname = "" + repo_name = "" + # List of supported schemes for this Version Control + schemes: Tuple[str, ...] = () + # Iterable of environment variable names to pass to call_subprocess(). + unset_environ: Tuple[str, ...] = () + default_arg_rev: Optional[str] = None + + @classmethod + def should_add_vcs_url_prefix(cls, remote_url: str) -> bool: + """ + Return whether the vcs prefix (e.g. "git+") should be added to a + repository's remote url when used in a requirement. + """ + return not remote_url.lower().startswith(f"{cls.name}:") + + @classmethod + def get_subdirectory(cls, location: str) -> Optional[str]: + """ + Return the path to Python project root, relative to the repo root. + Return None if the project root is in the repo root. + """ + return None + + @classmethod + def get_requirement_revision(cls, repo_dir: str) -> str: + """ + Return the revision string that should be used in a requirement. + """ + return cls.get_revision(repo_dir) + + @classmethod + def get_src_requirement(cls, repo_dir: str, project_name: str) -> str: + """ + Return the requirement string to use to redownload the files + currently at the given repository directory. + + Args: + project_name: the (unescaped) project name. + + The return value has a form similar to the following: + + {repository_url}@{revision}#egg={project_name} + """ + repo_url = cls.get_remote_url(repo_dir) + + if cls.should_add_vcs_url_prefix(repo_url): + repo_url = f"{cls.name}+{repo_url}" + + revision = cls.get_requirement_revision(repo_dir) + subdir = cls.get_subdirectory(repo_dir) + req = make_vcs_requirement_url(repo_url, revision, project_name, subdir=subdir) + + return req + + @staticmethod + def get_base_rev_args(rev: str) -> List[str]: + """ + Return the base revision arguments for a vcs command. + + Args: + rev: the name of a revision to install. Cannot be None. + """ + raise NotImplementedError + + def is_immutable_rev_checkout(self, url: str, dest: str) -> bool: + """ + Return true if the commit hash checked out at dest matches + the revision in url. + + Always return False, if the VCS does not support immutable commit + hashes. + + This method does not check if there are local uncommitted changes + in dest after checkout, as pip currently has no use case for that. + """ + return False + + @classmethod + def make_rev_options( + cls, rev: Optional[str] = None, extra_args: Optional[CommandArgs] = None + ) -> RevOptions: + """ + Return a RevOptions object. + + Args: + rev: the name of a revision to install. + extra_args: a list of extra options. + """ + return RevOptions(cls, rev, extra_args=extra_args) + + @classmethod + def _is_local_repository(cls, repo: str) -> bool: + """ + posix absolute paths start with os.path.sep, + win32 ones start with drive (like c:\\folder) + """ + drive, tail = os.path.splitdrive(repo) + return repo.startswith(os.path.sep) or bool(drive) + + @classmethod + def get_netloc_and_auth( + cls, netloc: str, scheme: str + ) -> Tuple[str, Tuple[Optional[str], Optional[str]]]: + """ + Parse the repository URL's netloc, and return the new netloc to use + along with auth information. + + Args: + netloc: the original repository URL netloc. + scheme: the repository URL's scheme without the vcs prefix. + + This is mainly for the Subversion class to override, so that auth + information can be provided via the --username and --password options + instead of through the URL. For other subclasses like Git without + such an option, auth information must stay in the URL. + + Returns: (netloc, (username, password)). + """ + return netloc, (None, None) + + @classmethod + def get_url_rev_and_auth(cls, url: str) -> Tuple[str, Optional[str], AuthInfo]: + """ + Parse the repository URL to use, and return the URL, revision, + and auth info to use. + + Returns: (url, rev, (username, password)). + """ + scheme, netloc, path, query, frag = urllib.parse.urlsplit(url) + if "+" not in scheme: + raise ValueError( + f"Sorry, {url!r} is a malformed VCS url. " + "The format is +://, " + "e.g. svn+http://myrepo/svn/MyApp#egg=MyApp" + ) + # Remove the vcs prefix. + scheme = scheme.split("+", 1)[1] + netloc, user_pass = cls.get_netloc_and_auth(netloc, scheme) + rev = None + if "@" in path: + path, rev = path.rsplit("@", 1) + if not rev: + raise InstallationError( + f"The URL {url!r} has an empty revision (after @) " + "which is not supported. Include a revision after @ " + "or remove @ from the URL." + ) + url = urllib.parse.urlunsplit((scheme, netloc, path, query, "")) + return url, rev, user_pass + + @staticmethod + def make_rev_args( + username: Optional[str], password: Optional[HiddenText] + ) -> CommandArgs: + """ + Return the RevOptions "extra arguments" to use in obtain(). + """ + return [] + + def get_url_rev_options(self, url: HiddenText) -> Tuple[HiddenText, RevOptions]: + """ + Return the URL and RevOptions object to use in obtain(), + as a tuple (url, rev_options). + """ + secret_url, rev, user_pass = self.get_url_rev_and_auth(url.secret) + username, secret_password = user_pass + password: Optional[HiddenText] = None + if secret_password is not None: + password = hide_value(secret_password) + extra_args = self.make_rev_args(username, password) + rev_options = self.make_rev_options(rev, extra_args=extra_args) + + return hide_url(secret_url), rev_options + + @staticmethod + def normalize_url(url: str) -> str: + """ + Normalize a URL for comparison by unquoting it and removing any + trailing slash. + """ + return urllib.parse.unquote(url).rstrip("/") + + @classmethod + def compare_urls(cls, url1: str, url2: str) -> bool: + """ + Compare two repo URLs for identity, ignoring incidental differences. + """ + return cls.normalize_url(url1) == cls.normalize_url(url2) + + def fetch_new( + self, dest: str, url: HiddenText, rev_options: RevOptions, verbosity: int + ) -> None: + """ + Fetch a revision from a repository, in the case that this is the + first fetch from the repository. + + Args: + dest: the directory to fetch the repository to. + rev_options: a RevOptions object. + verbosity: verbosity level. + """ + raise NotImplementedError + + def switch(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Switch the repo at ``dest`` to point to ``URL``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + def update(self, dest: str, url: HiddenText, rev_options: RevOptions) -> None: + """ + Update an already-existing repo to the given ``rev_options``. + + Args: + rev_options: a RevOptions object. + """ + raise NotImplementedError + + @classmethod + def is_commit_id_equal(cls, dest: str, name: Optional[str]) -> bool: + """ + Return whether the id of the current commit equals the given name. + + Args: + dest: the repository directory. + name: a string name. + """ + raise NotImplementedError + + def obtain(self, dest: str, url: HiddenText, verbosity: int) -> None: + """ + Install or update in editable mode the package represented by this + VersionControl object. + + :param dest: the repository directory in which to install or update. + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + url, rev_options = self.get_url_rev_options(url) + + if not os.path.exists(dest): + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + rev_display = rev_options.to_display() + if self.is_repository_directory(dest): + existing_url = self.get_remote_url(dest) + if self.compare_urls(existing_url, url.secret): + logger.debug( + "%s in %s exists, and has correct URL (%s)", + self.repo_name.title(), + display_path(dest), + url, + ) + if not self.is_commit_id_equal(dest, rev_options.rev): + logger.info( + "Updating %s %s%s", + display_path(dest), + self.repo_name, + rev_display, + ) + self.update(dest, url, rev_options) + else: + logger.info("Skipping because already up-to-date.") + return + + logger.warning( + "%s %s in %s exists with URL %s", + self.name, + self.repo_name, + display_path(dest), + existing_url, + ) + prompt = ("(s)witch, (i)gnore, (w)ipe, (b)ackup ", ("s", "i", "w", "b")) + else: + logger.warning( + "Directory %s already exists, and is not a %s %s.", + dest, + self.name, + self.repo_name, + ) + # https://github.com/python/mypy/issues/1174 + prompt = ("(i)gnore, (w)ipe, (b)ackup ", ("i", "w", "b")) # type: ignore + + logger.warning( + "The plan is to install the %s repository %s", + self.name, + url, + ) + response = ask_path_exists(f"What to do? {prompt[0]}", prompt[1]) + + if response == "a": + sys.exit(-1) + + if response == "w": + logger.warning("Deleting %s", display_path(dest)) + rmtree(dest) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + if response == "b": + dest_dir = backup_dir(dest) + logger.warning("Backing up %s to %s", display_path(dest), dest_dir) + shutil.move(dest, dest_dir) + self.fetch_new(dest, url, rev_options, verbosity=verbosity) + return + + # Do nothing if the response is "i". + if response == "s": + logger.info( + "Switching %s %s to %s%s", + self.repo_name, + display_path(dest), + url, + rev_display, + ) + self.switch(dest, url, rev_options) + + def unpack(self, location: str, url: HiddenText, verbosity: int) -> None: + """ + Clean up current location and download the url repository + (and vcs infos) into location + + :param url: the repository URL starting with a vcs prefix. + :param verbosity: verbosity level. + """ + if os.path.exists(location): + rmtree(location) + self.obtain(location, url=url, verbosity=verbosity) + + @classmethod + def get_remote_url(cls, location: str) -> str: + """ + Return the url used at location + + Raises RemoteNotFoundError if the repository does not have a remote + url configured. + """ + raise NotImplementedError + + @classmethod + def get_revision(cls, location: str) -> str: + """ + Return the current commit id of the files at the given location. + """ + raise NotImplementedError + + @classmethod + def run_command( + cls, + cmd: Union[List[str], CommandArgs], + show_stdout: bool = True, + cwd: Optional[str] = None, + on_returncode: 'Literal["raise", "warn", "ignore"]' = "raise", + extra_ok_returncodes: Optional[Iterable[int]] = None, + command_desc: Optional[str] = None, + extra_environ: Optional[Mapping[str, Any]] = None, + spinner: Optional[SpinnerInterface] = None, + log_failed_cmd: bool = True, + stdout_only: bool = False, + ) -> str: + """ + Run a VCS subcommand + This is simply a wrapper around call_subprocess that adds the VCS + command name, and checks that the VCS is available + """ + cmd = make_command(cls.name, *cmd) + if command_desc is None: + command_desc = format_command_args(cmd) + try: + return call_subprocess( + cmd, + show_stdout, + cwd, + on_returncode=on_returncode, + extra_ok_returncodes=extra_ok_returncodes, + command_desc=command_desc, + extra_environ=extra_environ, + unset_environ=cls.unset_environ, + spinner=spinner, + log_failed_cmd=log_failed_cmd, + stdout_only=stdout_only, + ) + except FileNotFoundError: + # errno.ENOENT = no such file or directory + # In other words, the VCS executable isn't available + raise BadCommand( + f"Cannot find command {cls.name!r} - do you have " + f"{cls.name!r} installed and in your PATH?" + ) + except PermissionError: + # errno.EACCES = Permission denied + # This error occurs, for instance, when the command is installed + # only for another user. So, the current user don't have + # permission to call the other user command. + raise BadCommand( + f"No permission to execute {cls.name!r} - install it " + f"locally, globally (ask admin), or check your PATH. " + f"See possible solutions at " + f"https://pip.pypa.io/en/latest/reference/pip_freeze/" + f"#fixing-permission-denied." + ) + + @classmethod + def is_repository_directory(cls, path: str) -> bool: + """ + Return whether a directory path is a repository directory. + """ + logger.debug("Checking in %s for %s (%s)...", path, cls.dirname, cls.name) + return os.path.exists(os.path.join(path, cls.dirname)) + + @classmethod + def get_repository_root(cls, location: str) -> Optional[str]: + """ + Return the "root" (top-level) directory controlled by the vcs, + or `None` if the directory is not in any. + + It is meant to be overridden to implement smarter detection + mechanisms for specific vcs. + + This can do more than is_repository_directory() alone. For + example, the Git override checks that Git is actually available. + """ + if cls.is_repository_directory(location): + return location + return None diff --git a/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py b/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py new file mode 100644 index 0000000..b1debe3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/wheel_builder.py @@ -0,0 +1,354 @@ +"""Orchestrator for building wheels from InstallRequirements. +""" + +import logging +import os.path +import re +import shutil +from typing import Iterable, List, Optional, Tuple + +from pip._vendor.packaging.utils import canonicalize_name, canonicalize_version +from pip._vendor.packaging.version import InvalidVersion, Version + +from pip._internal.cache import WheelCache +from pip._internal.exceptions import InvalidWheelFilename, UnsupportedWheel +from pip._internal.metadata import FilesystemWheel, get_wheel_distribution +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.operations.build.wheel import build_wheel_pep517 +from pip._internal.operations.build.wheel_editable import build_wheel_editable +from pip._internal.operations.build.wheel_legacy import build_wheel_legacy +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ensure_dir, hash_file +from pip._internal.utils.setuptools_build import make_setuptools_clean_args +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.urls import path_to_url +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + +_egg_info_re = re.compile(r"([a-z0-9_.]+)-([a-z0-9_.!+-]+)", re.IGNORECASE) + +BuildResult = Tuple[List[InstallRequirement], List[InstallRequirement]] + + +def _contains_egg_info(s: str) -> bool: + """Determine whether the string looks like an egg_info. + + :param s: The string to parse. E.g. foo-2.1 + """ + return bool(_egg_info_re.search(s)) + + +def _should_build( + req: InstallRequirement, + need_wheel: bool, +) -> bool: + """Return whether an InstallRequirement should be built into a wheel.""" + if req.constraint: + # never build requirements that are merely constraints + return False + if req.is_wheel: + if need_wheel: + logger.info( + "Skipping %s, due to already being wheel.", + req.name, + ) + return False + + if need_wheel: + # i.e. pip wheel, not pip install + return True + + # From this point, this concerns the pip install command only + # (need_wheel=False). + + if not req.source_dir: + return False + + if req.editable: + # we only build PEP 660 editable requirements + return req.supports_pyproject_editable() + + return True + + +def should_build_for_wheel_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=True) + + +def should_build_for_install_command( + req: InstallRequirement, +) -> bool: + return _should_build(req, need_wheel=False) + + +def _should_cache( + req: InstallRequirement, +) -> Optional[bool]: + """ + Return whether a built InstallRequirement can be stored in the persistent + wheel cache, assuming the wheel cache is available, and _should_build() + has determined a wheel needs to be built. + """ + if req.editable or not req.source_dir: + # never cache editable requirements + return False + + if req.link and req.link.is_vcs: + # VCS checkout. Do not cache + # unless it points to an immutable commit hash. + assert not req.editable + assert req.source_dir + vcs_backend = vcs.get_backend_for_scheme(req.link.scheme) + assert vcs_backend + if vcs_backend.is_immutable_rev_checkout(req.link.url, req.source_dir): + return True + return False + + assert req.link + base, ext = req.link.splitext() + if _contains_egg_info(base): + return True + + # Otherwise, do not cache. + return False + + +def _get_cache_dir( + req: InstallRequirement, + wheel_cache: WheelCache, +) -> str: + """Return the persistent or temporary cache directory where the built + wheel need to be stored. + """ + cache_available = bool(wheel_cache.cache_dir) + assert req.link + if cache_available and _should_cache(req): + cache_dir = wheel_cache.get_path_for_link(req.link) + else: + cache_dir = wheel_cache.get_ephem_path_for_link(req.link) + return cache_dir + + +def _verify_one(req: InstallRequirement, wheel_path: str) -> None: + canonical_name = canonicalize_name(req.name or "") + w = Wheel(os.path.basename(wheel_path)) + if canonicalize_name(w.name) != canonical_name: + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {canonical_name!r}, " + f"got {w.name!r}", + ) + dist = get_wheel_distribution(FilesystemWheel(wheel_path), canonical_name) + dist_verstr = str(dist.version) + if canonicalize_version(dist_verstr) != canonicalize_version(w.version): + raise InvalidWheelFilename( + f"Wheel has unexpected file name: expected {dist_verstr!r}, " + f"got {w.version!r}", + ) + metadata_version_value = dist.metadata_version + if metadata_version_value is None: + raise UnsupportedWheel("Missing Metadata-Version") + try: + metadata_version = Version(metadata_version_value) + except InvalidVersion: + msg = f"Invalid Metadata-Version: {metadata_version_value}" + raise UnsupportedWheel(msg) + if metadata_version >= Version("1.2") and not isinstance(dist.version, Version): + raise UnsupportedWheel( + f"Metadata 1.2 mandates PEP 440 version, but {dist_verstr!r} is not" + ) + + +def _build_one( + req: InstallRequirement, + output_dir: str, + verify: bool, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + """Build one wheel. + + :return: The filename of the built wheel, or None if the build failed. + """ + artifact = "editable" if editable else "wheel" + try: + ensure_dir(output_dir) + except OSError as e: + logger.warning( + "Building %s for %s failed: %s", + artifact, + req.name, + e, + ) + return None + + # Install build deps into temporary directory (PEP 518) + with req.build_env: + wheel_path = _build_one_inside_env( + req, output_dir, build_options, global_options, editable + ) + if wheel_path and verify: + try: + _verify_one(req, wheel_path) + except (InvalidWheelFilename, UnsupportedWheel) as e: + logger.warning("Built %s for %s is invalid: %s", artifact, req.name, e) + return None + return wheel_path + + +def _build_one_inside_env( + req: InstallRequirement, + output_dir: str, + build_options: List[str], + global_options: List[str], + editable: bool, +) -> Optional[str]: + with TempDirectory(kind="wheel") as temp_dir: + assert req.name + if req.use_pep517: + assert req.metadata_directory + assert req.pep517_backend + if global_options: + logger.warning( + "Ignoring --global-option when building %s using PEP 517", req.name + ) + if build_options: + logger.warning( + "Ignoring --build-option when building %s using PEP 517", req.name + ) + if editable: + wheel_path = build_wheel_editable( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_pep517( + name=req.name, + backend=req.pep517_backend, + metadata_directory=req.metadata_directory, + tempd=temp_dir.path, + ) + else: + wheel_path = build_wheel_legacy( + name=req.name, + setup_py_path=req.setup_py_path, + source_dir=req.unpacked_source_directory, + global_options=global_options, + build_options=build_options, + tempd=temp_dir.path, + ) + + if wheel_path is not None: + wheel_name = os.path.basename(wheel_path) + dest_path = os.path.join(output_dir, wheel_name) + try: + wheel_hash, length = hash_file(wheel_path) + shutil.move(wheel_path, dest_path) + logger.info( + "Created wheel for %s: filename=%s size=%d sha256=%s", + req.name, + wheel_name, + length, + wheel_hash.hexdigest(), + ) + logger.info("Stored in directory: %s", output_dir) + return dest_path + except Exception as e: + logger.warning( + "Building wheel for %s failed: %s", + req.name, + e, + ) + # Ignore return, we can't do anything else useful. + if not req.use_pep517: + _clean_one_legacy(req, global_options) + return None + + +def _clean_one_legacy(req: InstallRequirement, global_options: List[str]) -> bool: + clean_args = make_setuptools_clean_args( + req.setup_py_path, + global_options=global_options, + ) + + logger.info("Running setup.py clean for %s", req.name) + try: + call_subprocess( + clean_args, command_desc="python setup.py clean", cwd=req.source_dir + ) + return True + except Exception: + logger.error("Failed cleaning build dir for %s", req.name) + return False + + +def build( + requirements: Iterable[InstallRequirement], + wheel_cache: WheelCache, + verify: bool, + build_options: List[str], + global_options: List[str], +) -> BuildResult: + """Build wheels. + + :return: The list of InstallRequirement that succeeded to build and + the list of InstallRequirement that failed to build. + """ + if not requirements: + return [], [] + + # Build the wheels. + logger.info( + "Building wheels for collected packages: %s", + ", ".join(req.name for req in requirements), # type: ignore + ) + + with indent_log(): + build_successes, build_failures = [], [] + for req in requirements: + assert req.name + cache_dir = _get_cache_dir(req, wheel_cache) + wheel_file = _build_one( + req, + cache_dir, + verify, + build_options, + global_options, + req.editable and req.permit_editable_wheels, + ) + if wheel_file: + # Record the download origin in the cache + if req.download_info is not None: + # download_info is guaranteed to be set because when we build an + # InstallRequirement it has been through the preparer before, but + # let's be cautious. + wheel_cache.record_download_origin(cache_dir, req.download_info) + # Update the link for this. + req.link = Link(path_to_url(wheel_file)) + req.local_file_path = req.link.file_path + assert req.link.is_wheel + build_successes.append(req) + else: + build_failures.append(req) + + # notify success/failure + if build_successes: + logger.info( + "Successfully built %s", + " ".join([req.name for req in build_successes]), # type: ignore + ) + if build_failures: + logger.info( + "Failed to build %s", + " ".join([req.name for req in build_failures]), # type: ignore + ) + # Return a list of requirements that failed to build + return build_successes, build_failures diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py new file mode 100644 index 0000000..c1884ba --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/__init__.py @@ -0,0 +1,121 @@ +""" +pip._vendor is for vendoring dependencies of pip to prevent needing pip to +depend on something external. + +Files inside of pip._vendor should be considered immutable and should only be +updated to versions from upstream. +""" +from __future__ import absolute_import + +import glob +import os.path +import sys + +# Downstream redistributors which have debundled our dependencies should also +# patch this value to be true. This will trigger the additional patching +# to cause things like "six" to be available as pip. +DEBUNDLED = False + +# By default, look in this directory for a bunch of .whl files which we will +# add to the beginning of sys.path before attempting to import anything. This +# is done to support downstream re-distributors like Debian and Fedora who +# wish to create their own Wheels for our dependencies to aid in debundling. +WHEEL_DIR = os.path.abspath(os.path.dirname(__file__)) + + +# Define a small helper function to alias our vendored modules to the real ones +# if the vendored ones do not exist. This idea of this was taken from +# https://github.com/kennethreitz/requests/pull/2567. +def vendored(modulename): + vendored_name = "{0}.{1}".format(__name__, modulename) + + try: + __import__(modulename, globals(), locals(), level=0) + except ImportError: + # We can just silently allow import failures to pass here. If we + # got to this point it means that ``import pip._vendor.whatever`` + # failed and so did ``import whatever``. Since we're importing this + # upfront in an attempt to alias imports, not erroring here will + # just mean we get a regular import error whenever pip *actually* + # tries to import one of these modules to use it, which actually + # gives us a better error message than we would have otherwise + # gotten. + pass + else: + sys.modules[vendored_name] = sys.modules[modulename] + base, head = vendored_name.rsplit(".", 1) + setattr(sys.modules[base], head, sys.modules[modulename]) + + +# If we're operating in a debundled setup, then we want to go ahead and trigger +# the aliasing of our vendored libraries as well as looking for wheels to add +# to our sys.path. This will cause all of this code to be a no-op typically +# however downstream redistributors can enable it in a consistent way across +# all platforms. +if DEBUNDLED: + # Actually look inside of WHEEL_DIR to find .whl files and add them to the + # front of our sys.path. + sys.path[:] = glob.glob(os.path.join(WHEEL_DIR, "*.whl")) + sys.path + + # Actually alias all of our vendored dependencies. + vendored("cachecontrol") + vendored("certifi") + vendored("colorama") + vendored("distlib") + vendored("distro") + vendored("six") + vendored("six.moves") + vendored("six.moves.urllib") + vendored("six.moves.urllib.parse") + vendored("packaging") + vendored("packaging.version") + vendored("packaging.specifiers") + vendored("pep517") + vendored("pkg_resources") + vendored("platformdirs") + vendored("progress") + vendored("requests") + vendored("requests.exceptions") + vendored("requests.packages") + vendored("requests.packages.urllib3") + vendored("requests.packages.urllib3._collections") + vendored("requests.packages.urllib3.connection") + vendored("requests.packages.urllib3.connectionpool") + vendored("requests.packages.urllib3.contrib") + vendored("requests.packages.urllib3.contrib.ntlmpool") + vendored("requests.packages.urllib3.contrib.pyopenssl") + vendored("requests.packages.urllib3.exceptions") + vendored("requests.packages.urllib3.fields") + vendored("requests.packages.urllib3.filepost") + vendored("requests.packages.urllib3.packages") + vendored("requests.packages.urllib3.packages.ordered_dict") + vendored("requests.packages.urllib3.packages.six") + vendored("requests.packages.urllib3.packages.ssl_match_hostname") + vendored("requests.packages.urllib3.packages.ssl_match_hostname." + "_implementation") + vendored("requests.packages.urllib3.poolmanager") + vendored("requests.packages.urllib3.request") + vendored("requests.packages.urllib3.response") + vendored("requests.packages.urllib3.util") + vendored("requests.packages.urllib3.util.connection") + vendored("requests.packages.urllib3.util.request") + vendored("requests.packages.urllib3.util.response") + vendored("requests.packages.urllib3.util.retry") + vendored("requests.packages.urllib3.util.ssl_") + vendored("requests.packages.urllib3.util.timeout") + vendored("requests.packages.urllib3.util.url") + vendored("resolvelib") + vendored("rich") + vendored("rich.console") + vendored("rich.highlighter") + vendored("rich.logging") + vendored("rich.markup") + vendored("rich.progress") + vendored("rich.segment") + vendored("rich.style") + vendored("rich.text") + vendored("rich.traceback") + vendored("tenacity") + vendored("tomli") + vendored("truststore") + vendored("urllib3") diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..514358c2e52594fa17d584e2041bd2741ea455fa GIT binary patch literal 4710 zcmbW3O>Er86~~9Wv!B|vWPR9{CEL`8Kh}=9)|X{Fijyc(te}pC7DyAzX%^ISq@~PV zGQ(Nh%UFN{1gIPoumcpZjTT4?6o>;EsE<9ix%ALW1kp&!_)_GQoBUCr@TqUO%e6F( zRzV3Y=l$ON`DS+J@eTixPA3su(?ehAAGaa&J%`|m){Li5FhaMHhGvi^X(2-@hGs$% zx5GwwChWI(CgQiznW%3Ws_zSLtE8)x=&ZDHITT1QEgUe<^OJ*1S^i7lIRGKghn$`&P{VRDHOjmxU;WK}JjCD}HMgcW!fxyA@BsfLnF zzNs4!MK9U9Mry(8BijYDY-sWVF%0L9u zxk9L|!(;LsHH&iDvKb|6QAz&53tdL?n$=m`G|G(R^rB@_cHzx@ti`ughWHO#h$`5?mGf6KB zIapMg7tiHNYLVn}UNTqPIk02%hB>Pmwih+bJa5Bx#r9%FQ!7Jyc~NRxhR(d0O_<6U z^_t%D_k5C4lV-4&tO|KxFI`P^qWR-^cviKEhYLj2Y`#M>T+a*H0_1WQ=EJn$el|7v^xpWeIYthJw6dV3u=N5-W`@zz^s zet-3MmHUTQj{K$PVSMb_9&{-4#ic)9da!r(;Mi}%H=AxW-Fka9-urDw?>8Np)sD=) zzIz|8bqw4{F5_kGQM~!L;oD80HQkw5ZRz>L@cp(wcYWFQU}iP*+Qazk|9RGhQoEm^ zL?r#V6(!Q^ZD2jOdH&ovFfOC7>K#}mG7O_SKM!mFkc|J#pZI)>sk|t#tD&twF=^%<*)SQP- zuqgSkOl)R5ZGokbYk6WZUT&P7b!V`-PUru)YJX$MIkaV$l7sazNWL1ie`_5qY^f@9 zj{FprWtxW5(@@DMEb-B8B}$1I@E$?9W7})3iV4StZ5vL5|FU5n<*h@)wi%l3^fpo$ z#4>HxNK@aQ?ACDtjbc)b!0D6I^gL^{Y4rzq29NxNz_1`Ws3ZA8t^o7p708+VzaCR~ zH8e;Oj$oDNjB~I-7}&F-T7t?$8)ZT*K%+&3H^PFfC(iz@M=LYka59bil?_?k;GN*1 zlwewiw+UIFTZ4qF1!T11^lcN4?^L6$_d_wgNX&A>yz_NX#=Io2H3l4WQ28*`^93ix z?|do1Pn;H?3i^D(fFFD@)%p!{ex4V&CcnR^(#vJbN&65KshZLz^E@A%q~B??3Per# zHiJ(vXGhhfYM#u(LFC05DXDp#RlEo@i-ztc87)JhV zsD%H$14)O!M@`?M9p9nkdJ?5umlEqKly1Ix?#8*B(>JE?jDLRa?zzvW?@r&FTI(KJ zOPyRwJV~`m1U6lD3V_Oz{TDF#HrO)MpcoID8NZN7W z8ImIMzxW>>cJYX>tB+TYb=<{@-*w8xr#Hts>Ecn}Q=iJ9i-$IAYH^m|cky26S^lMq z+j(1Cr}|n4j^$suxQh$K1q}k!H))@X_j6&e((k&sgL5Ff_z>@2pA13z&{4?A{{kDb B^GE;y literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/six.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cf1614570e6e64364d60038e632dbaffae901d39 GIT binary patch literal 41287 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..ec2ca9aeab77dd4c2967107837fb9a5945007068 GIT binary patch literal 122067 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 Pao&5+WB%_D3&;NfWv^W^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py new file mode 100644 index 0000000..4d20bc9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py @@ -0,0 +1,28 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +"""CacheControl import Interface. + +Make it easy to import from cachecontrol without long namespaces. +""" +__author__ = "Eric Larson" +__email__ = "eric@ionrock.org" +__version__ = "0.13.1" + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.controller import CacheController +from pip._vendor.cachecontrol.wrapper import CacheControl + +__all__ = [ + "__author__", + "__email__", + "__version__", + "CacheControlAdapter", + "CacheController", + "CacheControl", +] + +import logging + +logging.getLogger(__name__).addHandler(logging.NullHandler()) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8c475fd8b85bc1ed2b2d299d5f5ce0fbf01929c6 GIT binary patch literal 920 zcmaJ<&ui2`6rR~%*(Cj`QiNg&2wnGJV%w9YYNZGYwH}3BhG}M+PCLnjNw&-GY5xRo zUPT0z{wZE8MOp#{K|FY?_STax+YQ}|&f(4X-n{p{Z{Ez8$w>>rdbRRVe5fGwqj1Vq z8-a^Y0Nx^oe8jMiS;eogs$XR_R+qJ??$njP@QoohWHT~-6QdBZ=6md0aBfQ5 zw=0O-d$-F5*E^p)#8=+lo$F|chE)rtcfB8uU|EY%&um-$?F}02@(mSdT1iJliPD+# zBF?zpp#gU->m}Xij>sHN)1H&5GG#}r$O($tU{u=`*{;d!WbT8*-J&n@53wZ(~zegT+|!Q!yBK6M~DDELfoWx*<6bh>q!1s&w+~K zpQf+DoL4c%zpW~+oj1|c{J=V$SQwb6Q*#6RCt5#4PtMT8KQ+Uy42+8#2v2`UvjgJ< m%^soIH}{Uw{0Uk-LW^HptM9ret<|H}>TzrB8+xQ~0ry{d77E`0 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c609208ff68dac5a7ae99d2d4a42350b4f56d18d GIT binary patch literal 2664 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 Gn*RmsnEu@W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8794331d546484696d873f1fc01a983dcd7c2936 GIT binary patch literal 3827 zcmb_fOK%*<5$>MH?#yymq$tW!Y(*N0OvKe=H}zVZkEQJ#>0;6rcdazQ(5uvjM^sS}TSN*_zTrWD_x4CS1K=`uO@!V&NUqO zwsVsu)rQ}w+92k|yejU}jiZ#ufqbYmTA6y2rR`GR!wNhe0&6;BKvv0D2Tpu(VES`o zx`RH=xf)L0@g4l8bE z>!d}*0h^H5!r=sEyN>B@5GSlXKF}^0$3P-M2v{XsMp2vq(Gr1DlayyU&eA52+Qo%d z$`WhEnu{YQPceiTKLMNh5g?f^Wcc@C-9GF`DM@ zLiL%a26>-;K%c6rKC^Y`1vwv|k#qGOG5^ghb#!>&DZqxE9MwxwGb-J`?%#qpBXytm z6sT`i)HwhtAV6-o{^1!bUmvP`ik1Hkz?G={x&8C(r{bLFOMivf{UlkTcWDAJ?i1i* zx{1+El(Nb(aWX9c(91NqEC((COC>XXsCXLzb0kUOLc|NZJ=wRe(&J6T#ssScN_XnW z@8A7Y`>nY(^@HDCeKh&0cHflg+qVJa@Nkj77h$mu7T$t+@3;jLd&deOYVY%MO(s1U zUI8(g4ttABaNDJU$pAE`Ksxyz5Xk)TLl0W_S`R+C_sPb!M>AiHpZeT5CCx<>dm{%6 zVeTp{zRlcM2}MVS-R$na)&0_TAH}pnR}`Nz;mESc%J2&4JQ9D34+H0o6{U)N4Ri$L5JEFh&lF~}Q<$Unx|Va`J8ln%=}ScY6VWf3d3l{0uL8S$Vzkrv z7=ZY!CBXGp!$2w!lUuNZW9ji90V(G>CN`f%QbvNt?ghy`_;?0IkRbMU@o`5{0P_s0 z&-Ou5)6WQy#2G;nX9P)@1xUiYQ&jb7iI1qyh5!EOmIUosz#76w3dpDfLIN^EkECJ; z)Y8iN?C>?#a5!Z2+p*W`f3}>PP%H)fVAmpO^Pt;XcDV0E=~;MU)&j_43kW@(m83Ce zo)!9cf%=hk$4{4pP{>jT!487j#D-C*YdA?FdP70RJL9npkZ4QR9&k3i_+MY#u^5`9ty z6wX3xb`}l;-vYnQJiBLfS?C{;m50NIvQ%`<5B{)m5VZSa;3t4=9&%|5 ze-3f{x^V=54!=d2ZsC`3V5>EUZqDm`u literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..897e08be9e1d4eddc81374b66c97bf0c2d1c337c GIT binary patch literal 16185 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e171660775d21538de090d30f4e6ac93989e9127 GIT binary patch literal 4365 zcmc&%T}&L;6~6Pc%l@($Fy_a>V{l@xjoJFAQLWms5Qf-sjiZ2CnKT;D&fN75%+74@ z%o-M9#j30d(nJ`k(vrLcRjL}-eaKUv`Vy&6?Te|YAR|Y0mA>SS23M{8)N}6aE(Wbt zsV^PG{XO@)=brD}bMF2rnT!$muAlj}`G*!lzQ#`NlY@q^{bOiUh(Qd&A_ZYm5U?#; z;-m<*WJv{iQs!f_6)J=$!-b~Frb1*gA`lv8VUP(~(L!u8CJ>RlNsRD4Vl+Jz1N6yw zSxiU1!A@H6J|Zo>cKuiDFv0VJqC>mp=44p2pmJ0l%izk&xji0 zJvfvRGbE@(M%<904jTz01a*^SkahMvJFL3az(|-PEp-cX7Z+j~be8HRkHS`ZRXrH@^00<- zFx{~|YJ0BY_oXo8D1?<{)4I5Csu^ zni?l>-t-E^oO|=8;@HX$OuICj9tc$C)Me2$mZKSgwGmt~b7(}s;Ba6e*DZnFVDG$n zD-SAO$SqSj~T1?W}d1|jnz^y-LZl9tEjB$hof0TCc

XsrEi>H4?@}AwOjQL( z_d6R;<%)i96tF1Srgu66 zKBiJzchJ={x2b(QW0~1Z5$?QWpBX%LI^&uiJqhNU)^1TZQ#6Yi6~qjOWjF52s)TuiUoeG&JQ+0|^HuwzTVRiJ5=+$Wg(u5kd<0LJPv1SlYi++o$ z-l7ostC2=k{ibR^EiuSU#FuTz1#BNQYer^mI3BOBgd-nneB>&Wsvg7TeNfybTdkzI zbtBogmh5}ff8lZRjRo;Zs^dOeIr})JJc=l6KZxlso~(ZEU&2fU@&%k6T6@2#7j0FY zG)RezlYZhM2LFx_CJE#QvE>;uE8QS7!b|bOwKY5S9bsN*j8_(FcwpU8xB+NjZZ^Mp zsAk>~#vJB{gG`YYxq;a$An2m*iV|418GOZ6b44|fo9kea{CGu6_vw;zeuI zUcAh-Ysl!3$kI`k!cjbvFMHIoFvikpKNh6C+a{gyi z;NoVgZE0?CZt4BS_aQW_4*fax>eH@+%i*mA*|)zETaHyy%c)gi_0)RHt53T6pR{*Y zt}I_!F+QF8cxt0Jv(}q=+u_8zl^5>hTd9yYa?-REpc#VVm;9ZUa=AHU5odw#}x=nOIH`Ket7L^s%;@2 zq>LA%NS&oW!XE!KOAs%3q-mNL4UxBixp7QC|0m|s(%3h6On$eLu^Njp)zxxTt#ipv zf(#qP0;ysdT!JQn7ZOh~4D-cYZzFbgpe$VVLn!JTZFC%8>p1?|na3TO1$i^xeE;wV z-&>Jan?6Cl+B+AnK8+-H?$1j5dZhQikOn8fki{Zcv_cUmg+D0YeK%W%pFZymC}WOI z-&5v!jnTy`G254M6w+)LEb=ASW9++#fjJuj5w?9f>o``m!(PYP6F4ig??5#dgCBNP z&_F!I_p46(5=;k>=WtOB-*@;Df)`RuRSS+$vap>{)t|ugzB<#Ss)nPhDr?8xy0O?{ z0dE91{DUC=225b4U|3+Ha4$e{kNiVy2}QP!ghKtBt-V_k*2gdN`e`(|9fJOLb1Zat zyR#*erPN1T>5?BiqWk^3e0)-#JUs4#xgGYMUD;MD< z%rN0{^DzuTemw7a#X;RN;rCuZ57+b}O5qEQYyUiQKCr|a>=KM&u5$6I2k#3(_-BL& h{a=&#SLEnlNoI{?{wB42B_I1&*c62JZwZzh=|38l{F(p& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6b84b4d7725ba2a1c94e87c8a32eefcfd7b3d865 GIT binary patch literal 6712 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 X58rtS+rxV!GknjTm%ilS#n$mB%3%dz literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a0f429104bc73a6151ae9654f7559e8afc9b9868 GIT binary patch literal 6423 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py new file mode 100644 index 0000000..2c84208 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py @@ -0,0 +1,70 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import logging +from argparse import ArgumentParser +from typing import TYPE_CHECKING + +from pip._vendor import requests + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import logger + +if TYPE_CHECKING: + from argparse import Namespace + + from pip._vendor.cachecontrol.controller import CacheController + + +def setup_logging() -> None: + logger.setLevel(logging.DEBUG) + handler = logging.StreamHandler() + logger.addHandler(handler) + + +def get_session() -> requests.Session: + adapter = CacheControlAdapter( + DictCache(), cache_etags=True, serializer=None, heuristic=None + ) + sess = requests.Session() + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + sess.cache_controller = adapter.controller # type: ignore[attr-defined] + return sess + + +def get_args() -> Namespace: + parser = ArgumentParser() + parser.add_argument("url", help="The URL to try and cache") + return parser.parse_args() + + +def main() -> None: + args = get_args() + sess = get_session() + + # Make a request to get a response + resp = sess.get(args.url) + + # Turn on logging + setup_logging() + + # try setting the cache + cache_controller: CacheController = ( + sess.cache_controller # type: ignore[attr-defined] + ) + cache_controller.cache_response(resp.request, resp.raw) + + # Now try to get it + if cache_controller.cached_request(resp.request): + print("Cached!") + else: + print("Not cached :(") + + +if __name__ == "__main__": + main() diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py new file mode 100644 index 0000000..3e83e30 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py @@ -0,0 +1,161 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import functools +import types +import zlib +from typing import TYPE_CHECKING, Any, Collection, Mapping + +from pip._vendor.requests.adapters import HTTPAdapter + +from pip._vendor.cachecontrol.cache import DictCache +from pip._vendor.cachecontrol.controller import PERMANENT_REDIRECT_STATUSES, CacheController +from pip._vendor.cachecontrol.filewrapper import CallbackFileWrapper + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest, Response + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +class CacheControlAdapter(HTTPAdapter): + invalidating_methods = {"PUT", "PATCH", "DELETE"} + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + controller_class: type[CacheController] | None = None, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + cacheable_methods: Collection[str] | None = None, + *args: Any, + **kw: Any, + ) -> None: + super().__init__(*args, **kw) + self.cache = DictCache() if cache is None else cache + self.heuristic = heuristic + self.cacheable_methods = cacheable_methods or ("GET",) + + controller_factory = controller_class or CacheController + self.controller = controller_factory( + self.cache, cache_etags=cache_etags, serializer=serializer + ) + + def send( + self, + request: PreparedRequest, + stream: bool = False, + timeout: None | float | tuple[float, float] | tuple[float, None] = None, + verify: bool | str = True, + cert: (None | bytes | str | tuple[bytes | str, bytes | str]) = None, + proxies: Mapping[str, str] | None = None, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Send a request. Use the request information to see if it + exists in the cache and cache the response if we need to and can. + """ + cacheable = cacheable_methods or self.cacheable_methods + if request.method in cacheable: + try: + cached_response = self.controller.cached_request(request) + except zlib.error: + cached_response = None + if cached_response: + return self.build_response(request, cached_response, from_cache=True) + + # check for etags and add headers if appropriate + request.headers.update(self.controller.conditional_headers(request)) + + resp = super().send(request, stream, timeout, verify, cert, proxies) + + return resp + + def build_response( + self, + request: PreparedRequest, + response: HTTPResponse, + from_cache: bool = False, + cacheable_methods: Collection[str] | None = None, + ) -> Response: + """ + Build a response by making a request or using the cache. + + This will end up calling send and returning a potentially + cached response + """ + cacheable = cacheable_methods or self.cacheable_methods + if not from_cache and request.method in cacheable: + # Check for any heuristics that might update headers + # before trying to cache. + if self.heuristic: + response = self.heuristic.apply(response) + + # apply any expiration heuristics + if response.status == 304: + # We must have sent an ETag request. This could mean + # that we've been expired already or that we simply + # have an etag. In either case, we want to try and + # update the cache if that is the case. + cached_response = self.controller.update_cached_response( + request, response + ) + + if cached_response is not response: + from_cache = True + + # We are done with the server response, read a + # possible response body (compliant servers will + # not return one, but we cannot be 100% sure) and + # release the connection back to the pool. + response.read(decode_content=False) + response.release_conn() + + response = cached_response + + # We always cache the 301 responses + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + self.controller.cache_response(request, response) + else: + # Wrap the response file with a wrapper that will cache the + # response when the stream has been consumed. + response._fp = CallbackFileWrapper( # type: ignore[attr-defined] + response._fp, # type: ignore[attr-defined] + functools.partial( + self.controller.cache_response, request, response + ), + ) + if response.chunked: + super_update_chunk_length = response._update_chunk_length # type: ignore[attr-defined] + + def _update_chunk_length(self: HTTPResponse) -> None: + super_update_chunk_length() + if self.chunk_left == 0: + self._fp._close() # type: ignore[attr-defined] + + response._update_chunk_length = types.MethodType( # type: ignore[attr-defined] + _update_chunk_length, response + ) + + resp: Response = super().build_response(request, response) # type: ignore[no-untyped-call] + + # See if we should invalidate the cache. + if request.method in self.invalidating_methods and resp.ok: + assert request.url is not None + cache_url = self.controller.cache_url(request.url) + self.cache.delete(cache_url) + + # Give the request a from_cache attr to let people use it + resp.from_cache = from_cache # type: ignore[attr-defined] + + return resp + + def close(self) -> None: + self.cache.close() + super().close() # type: ignore[no-untyped-call] diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py new file mode 100644 index 0000000..3293b00 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py @@ -0,0 +1,74 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The cache object API for implementing caches. The default is a thread +safe in-memory dictionary. +""" +from __future__ import annotations + +from threading import Lock +from typing import IO, TYPE_CHECKING, MutableMapping + +if TYPE_CHECKING: + from datetime import datetime + + +class BaseCache: + def get(self, key: str) -> bytes | None: + raise NotImplementedError() + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + raise NotImplementedError() + + def delete(self, key: str) -> None: + raise NotImplementedError() + + def close(self) -> None: + pass + + +class DictCache(BaseCache): + def __init__(self, init_dict: MutableMapping[str, bytes] | None = None) -> None: + self.lock = Lock() + self.data = init_dict or {} + + def get(self, key: str) -> bytes | None: + return self.data.get(key, None) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + with self.lock: + self.data.update({key: value}) + + def delete(self, key: str) -> None: + with self.lock: + if key in self.data: + self.data.pop(key) + + +class SeparateBodyBaseCache(BaseCache): + """ + In this variant, the body is not stored mixed in with the metadata, but is + passed in (as a bytes-like object) in a separate call to ``set_body()``. + + That is, the expected interaction pattern is:: + + cache.set(key, serialized_metadata) + cache.set_body(key) + + Similarly, the body should be loaded separately via ``get_body()``. + """ + + def set_body(self, key: str, body: bytes) -> None: + raise NotImplementedError() + + def get_body(self, key: str) -> IO[bytes] | None: + """ + Return the body as file-like object. + """ + raise NotImplementedError() diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py new file mode 100644 index 0000000..24ff469 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py @@ -0,0 +1,8 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +from pip._vendor.cachecontrol.caches.file_cache import FileCache, SeparateBodyFileCache +from pip._vendor.cachecontrol.caches.redis_cache import RedisCache + +__all__ = ["FileCache", "SeparateBodyFileCache", "RedisCache"] diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..83e786e1cf74cd2eddb1d4dbddb28ce6e172b54e GIT binary patch literal 453 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..7a709e8d149d84faa881eb70110eaebbdb05d12f GIT binary patch literal 2756 zcmbVO&2JM|5P$n+ufv)I5|Z$}fm+2BY(A(Cr>NTgPQUgDlgB_xW{Ly!F*dLc?9q7_I~RS&&|x~LMT&b+nB2lPN^rFmcT-pu^o z%)I?2nQS9K7mnYx3ko5>^+{g`6N@Uv$Kxm=lXqPU2(9k&8-B z;eFYO72~3PQ<`Kl$*iF>vne!23hPgD{bJ&-CelnIFehv7wI#^f&)Q_kQ{a}RSqezRtR$E(=i<=D zp;aqVdUM#u6>{}?agAE+gJz+zm20gDHDWwpu8@1eFjy<+J=XBFz@fAh25eTK-tJh^*||!Lh7kju_OnRYKJ;Y*1qu)y`E9Gp)%j zXler3Bw6n2otD2&G+;p1A%M7Z1p1*fM{1;iA{(gCyq&evHDO+e#uo|GpqCaoHlZ{| zgL@*|3{#7K$)pkd{wAPFYp9W!@?c1&&m~NgjywFf`y=x3F zAe72Mo}rmxoY9hF=4q(F7J5CDY&Qs#0hAoa@G&1OKON)Y#n8o2xoSFP8pi4MlFg_e z#^Fo@P74)_I)Ulqo$8#T5bTBVx)204sMwzcHc6huNJr1I)-gLYGc9eg9FU(x158Uazed$4}e<9Vsm^!)G_s-9kmb8J#O`TlgcFzx~ zCG7|g{+H+LNwD_+55)ahg z1+}-{xuounOm3D2kRb$bny2e^=)8)_tq?s!F7Jl$hvNLw;`BU$QCUQ*#YrGv?UhMI zNQ>2>bJQtOrjL3|&pXs)P?B}iar9uE>R70B+tp1S-ZOIq9;=Lg$*1}?I~Z?^!bjKh zW*MKozTvbKMYW9E7~=5)c%i~|R6Ewd$7c?Jw0{KHBw2}(uHLy5w@%ERzIA%BbN^pN zNbH*)XvWF|ZP$XftA24w>w6->!i&hFvm9B3crNntU9L|r`_$L*;i7poSuc5>1O6V; zT~Bu@we-LP5Ipb@yY%(3^gzvSg3Fr)`#-j zpeTTJ>))fb5zk_Wfi*QmyH{sLt}T*C;Ops{MQRvfn_(0^tL$K3GmOv6rW38O4m=SH zEW^4HT{Yeydjr`)WLUtXe8IBPJ;OR#b9M_&`{ZH09`WXLr=@ zeJyIUXL$QKk!&ci-qM6^Og$ALbDF&kA{Y|>>%dkdK@gs* jMA-jNj0guF5&aMH=5JERBYEfFF IO[bytes]: + # We only want to write to this file, so open it in write only mode + flags = os.O_WRONLY + + # os.O_CREAT | os.O_EXCL will fail if the file already exists, so we only + # will open *new* files. + # We specify this because we want to ensure that the mode we pass is the + # mode of the file. + flags |= os.O_CREAT | os.O_EXCL + + # Do not follow symlinks to prevent someone from making a symlink that + # we follow and insecurely open a cache file. + if hasattr(os, "O_NOFOLLOW"): + flags |= os.O_NOFOLLOW + + # On Windows we'll mark this file as binary + if hasattr(os, "O_BINARY"): + flags |= os.O_BINARY + + # Before we open our file, we want to delete any existing file that is + # there + try: + os.remove(filename) + except OSError: + # The file must not exist already, so we can just skip ahead to opening + pass + + # Open our file, the use of os.O_CREAT | os.O_EXCL will ensure that if a + # race condition happens between the os.remove and this line, that an + # error will be raised. Because we utilize a lockfile this should only + # happen if someone is attempting to attack us. + fd = os.open(filename, flags, fmode) + try: + return os.fdopen(fd, "wb") + + except: + # An error occurred wrapping our FD in a file object + os.close(fd) + raise + + +class _FileCacheMixin: + """Shared implementation for both FileCache variants.""" + + def __init__( + self, + directory: str, + forever: bool = False, + filemode: int = 0o0600, + dirmode: int = 0o0700, + lock_class: type[BaseFileLock] | None = None, + ) -> None: + try: + if lock_class is None: + from filelock import FileLock + + lock_class = FileLock + except ImportError: + notice = dedent( + """ + NOTE: In order to use the FileCache you must have + filelock installed. You can install it via pip: + pip install filelock + """ + ) + raise ImportError(notice) + + self.directory = directory + self.forever = forever + self.filemode = filemode + self.dirmode = dirmode + self.lock_class = lock_class + + @staticmethod + def encode(x: str) -> str: + return hashlib.sha224(x.encode()).hexdigest() + + def _fn(self, name: str) -> str: + # NOTE: This method should not change as some may depend on it. + # See: https://github.com/ionrock/cachecontrol/issues/63 + hashed = self.encode(name) + parts = list(hashed[:5]) + [hashed] + return os.path.join(self.directory, *parts) + + def get(self, key: str) -> bytes | None: + name = self._fn(key) + try: + with open(name, "rb") as fh: + return fh.read() + + except FileNotFoundError: + return None + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + name = self._fn(key) + self._write(name, value) + + def _write(self, path: str, data: bytes) -> None: + """ + Safely write the data to the given path. + """ + # Make sure the directory exists + try: + os.makedirs(os.path.dirname(path), self.dirmode) + except OSError: + pass + + with self.lock_class(path + ".lock"): + # Write our actual file + with _secure_open_write(path, self.filemode) as fh: + fh.write(data) + + def _delete(self, key: str, suffix: str) -> None: + name = self._fn(key) + suffix + if not self.forever: + try: + os.remove(name) + except FileNotFoundError: + pass + + +class FileCache(_FileCacheMixin, BaseCache): + """ + Traditional FileCache: body is stored in memory, so not suitable for large + downloads. + """ + + def delete(self, key: str) -> None: + self._delete(key, "") + + +class SeparateBodyFileCache(_FileCacheMixin, SeparateBodyBaseCache): + """ + Memory-efficient FileCache: body is stored in a separate file, reducing + peak memory usage. + """ + + def get_body(self, key: str) -> IO[bytes] | None: + name = self._fn(key) + ".body" + try: + return open(name, "rb") + except FileNotFoundError: + return None + + def set_body(self, key: str, body: bytes) -> None: + name = self._fn(key) + ".body" + self._write(name, body) + + def delete(self, key: str) -> None: + self._delete(key, "") + self._delete(key, ".body") + + +def url_to_file_path(url: str, filecache: FileCache) -> str: + """Return the file cache path based on the URL. + + This does not ensure the file exists! + """ + key = CacheController.cache_url(url) + return filecache._fn(key) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py new file mode 100644 index 0000000..f4f68c4 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py @@ -0,0 +1,48 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + + +from datetime import datetime, timezone +from typing import TYPE_CHECKING + +from pip._vendor.cachecontrol.cache import BaseCache + +if TYPE_CHECKING: + from redis import Redis + + +class RedisCache(BaseCache): + def __init__(self, conn: Redis[bytes]) -> None: + self.conn = conn + + def get(self, key: str) -> bytes | None: + return self.conn.get(key) + + def set( + self, key: str, value: bytes, expires: int | datetime | None = None + ) -> None: + if not expires: + self.conn.set(key, value) + elif isinstance(expires, datetime): + now_utc = datetime.now(timezone.utc) + if expires.tzinfo is None: + now_utc = now_utc.replace(tzinfo=None) + delta = expires - now_utc + self.conn.setex(key, int(delta.total_seconds()), value) + else: + self.conn.setex(key, expires, value) + + def delete(self, key: str) -> None: + self.conn.delete(key) + + def clear(self) -> None: + """Helper for clearing all the keys in a database. Use with + caution!""" + for key in self.conn.keys(): + self.conn.delete(key) + + def close(self) -> None: + """Redis uses connection pooling, no need to close the connection.""" + pass diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py new file mode 100644 index 0000000..586b9f9 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py @@ -0,0 +1,494 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 + +""" +The httplib2 algorithms ported for use with requests. +""" +from __future__ import annotations + +import calendar +import logging +import re +import time +from email.utils import parsedate_tz +from typing import TYPE_CHECKING, Collection, Mapping + +from pip._vendor.requests.structures import CaseInsensitiveDict + +from pip._vendor.cachecontrol.cache import DictCache, SeparateBodyBaseCache +from pip._vendor.cachecontrol.serialize import Serializer + +if TYPE_CHECKING: + from typing import Literal + + from pip._vendor.requests import PreparedRequest + from pip._vendor.urllib3 import HTTPResponse + + from pip._vendor.cachecontrol.cache import BaseCache + +logger = logging.getLogger(__name__) + +URI = re.compile(r"^(([^:/?#]+):)?(//([^/?#]*))?([^?#]*)(\?([^#]*))?(#(.*))?") + +PERMANENT_REDIRECT_STATUSES = (301, 308) + + +def parse_uri(uri: str) -> tuple[str, str, str, str, str]: + """Parses a URI using the regex given in Appendix B of RFC 3986. + + (scheme, authority, path, query, fragment) = parse_uri(uri) + """ + match = URI.match(uri) + assert match is not None + groups = match.groups() + return (groups[1], groups[3], groups[4], groups[6], groups[8]) + + +class CacheController: + """An interface to see if request should cached or not.""" + + def __init__( + self, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + status_codes: Collection[int] | None = None, + ): + self.cache = DictCache() if cache is None else cache + self.cache_etags = cache_etags + self.serializer = serializer or Serializer() + self.cacheable_status_codes = status_codes or (200, 203, 300, 301, 308) + + @classmethod + def _urlnorm(cls, uri: str) -> str: + """Normalize the URL to create a safe key for the cache""" + (scheme, authority, path, query, fragment) = parse_uri(uri) + if not scheme or not authority: + raise Exception("Only absolute URIs are allowed. uri = %s" % uri) + + scheme = scheme.lower() + authority = authority.lower() + + if not path: + path = "/" + + # Could do syntax based normalization of the URI before + # computing the digest. See Section 6.2.2 of Std 66. + request_uri = query and "?".join([path, query]) or path + defrag_uri = scheme + "://" + authority + request_uri + + return defrag_uri + + @classmethod + def cache_url(cls, uri: str) -> str: + return cls._urlnorm(uri) + + def parse_cache_control(self, headers: Mapping[str, str]) -> dict[str, int | None]: + known_directives = { + # https://tools.ietf.org/html/rfc7234#section-5.2 + "max-age": (int, True), + "max-stale": (int, False), + "min-fresh": (int, True), + "no-cache": (None, False), + "no-store": (None, False), + "no-transform": (None, False), + "only-if-cached": (None, False), + "must-revalidate": (None, False), + "public": (None, False), + "private": (None, False), + "proxy-revalidate": (None, False), + "s-maxage": (int, True), + } + + cc_headers = headers.get("cache-control", headers.get("Cache-Control", "")) + + retval: dict[str, int | None] = {} + + for cc_directive in cc_headers.split(","): + if not cc_directive.strip(): + continue + + parts = cc_directive.split("=", 1) + directive = parts[0].strip() + + try: + typ, required = known_directives[directive] + except KeyError: + logger.debug("Ignoring unknown cache-control directive: %s", directive) + continue + + if not typ or not required: + retval[directive] = None + if typ: + try: + retval[directive] = typ(parts[1].strip()) + except IndexError: + if required: + logger.debug( + "Missing value for cache-control " "directive: %s", + directive, + ) + except ValueError: + logger.debug( + "Invalid value for cache-control directive " "%s, must be %s", + directive, + typ.__name__, + ) + + return retval + + def _load_from_cache(self, request: PreparedRequest) -> HTTPResponse | None: + """ + Load a cached response, or return None if it's not available. + """ + cache_url = request.url + assert cache_url is not None + cache_data = self.cache.get(cache_url) + if cache_data is None: + logger.debug("No cache entry available") + return None + + if isinstance(self.cache, SeparateBodyBaseCache): + body_file = self.cache.get_body(cache_url) + else: + body_file = None + + result = self.serializer.loads(request, cache_data, body_file) + if result is None: + logger.warning("Cache entry deserialization failed, entry ignored") + return result + + def cached_request(self, request: PreparedRequest) -> HTTPResponse | Literal[False]: + """ + Return a cached response if it exists in the cache, otherwise + return False. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Looking up "%s" in the cache', cache_url) + cc = self.parse_cache_control(request.headers) + + # Bail out if the request insists on fresh data + if "no-cache" in cc: + logger.debug('Request header has "no-cache", cache bypassed') + return False + + if "max-age" in cc and cc["max-age"] == 0: + logger.debug('Request header has "max_age" as 0, cache bypassed') + return False + + # Check whether we can load the response from the cache: + resp = self._load_from_cache(request) + if not resp: + return False + + # If we have a cached permanent redirect, return it immediately. We + # don't need to test our response for other headers b/c it is + # intrinsically "cacheable" as it is Permanent. + # + # See: + # https://tools.ietf.org/html/rfc7231#section-6.4.2 + # + # Client can try to refresh the value by repeating the request + # with cache busting headers as usual (ie no-cache). + if int(resp.status) in PERMANENT_REDIRECT_STATUSES: + msg = ( + "Returning cached permanent redirect response " + "(ignoring date and etag information)" + ) + logger.debug(msg) + return resp + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + if not headers or "date" not in headers: + if "etag" not in headers: + # Without date or etag, the cached response can never be used + # and should be deleted. + logger.debug("Purging cached response: no date or etag") + self.cache.delete(cache_url) + logger.debug("Ignoring cached response: no date") + return False + + now = time.time() + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + current_age = max(0, now - date) + logger.debug("Current age based on date: %i", current_age) + + # TODO: There is an assumption that the result will be a + # urllib3 response object. This may not be best since we + # could probably avoid instantiating or constructing the + # response until we know we need it. + resp_cc = self.parse_cache_control(headers) + + # determine freshness + freshness_lifetime = 0 + + # Check the max-age pragma in the cache control header + max_age = resp_cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug("Freshness lifetime from max-age: %i", freshness_lifetime) + + # If there isn't a max-age, check for an expires header + elif "expires" in headers: + expires = parsedate_tz(headers["expires"]) + if expires is not None: + expire_time = calendar.timegm(expires[:6]) - date + freshness_lifetime = max(0, expire_time) + logger.debug("Freshness lifetime from expires: %i", freshness_lifetime) + + # Determine if we are setting freshness limit in the + # request. Note, this overrides what was in the response. + max_age = cc.get("max-age") + if max_age is not None: + freshness_lifetime = max_age + logger.debug( + "Freshness lifetime from request max-age: %i", freshness_lifetime + ) + + min_fresh = cc.get("min-fresh") + if min_fresh is not None: + # adjust our current age by our min fresh + current_age += min_fresh + logger.debug("Adjusted current age from min-fresh: %i", current_age) + + # Return entry if it is fresh enough + if freshness_lifetime > current_age: + logger.debug('The response is "fresh", returning cached response') + logger.debug("%i > %i", freshness_lifetime, current_age) + return resp + + # we're not fresh. If we don't have an Etag, clear it out + if "etag" not in headers: + logger.debug('The cached response is "stale" with no etag, purging') + self.cache.delete(cache_url) + + # return the original handler + return False + + def conditional_headers(self, request: PreparedRequest) -> dict[str, str]: + resp = self._load_from_cache(request) + new_headers = {} + + if resp: + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict(resp.headers) + + if "etag" in headers: + new_headers["If-None-Match"] = headers["ETag"] + + if "last-modified" in headers: + new_headers["If-Modified-Since"] = headers["Last-Modified"] + + return new_headers + + def _cache_set( + self, + cache_url: str, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + expires_time: int | None = None, + ) -> None: + """ + Store the data in the cache. + """ + if isinstance(self.cache, SeparateBodyBaseCache): + # We pass in the body separately; just put a placeholder empty + # string in the metadata. + self.cache.set( + cache_url, + self.serializer.dumps(request, response, b""), + expires=expires_time, + ) + # body is None can happen when, for example, we're only updating + # headers, as is the case in update_cached_response(). + if body is not None: + self.cache.set_body(cache_url, body) + else: + self.cache.set( + cache_url, + self.serializer.dumps(request, response, body), + expires=expires_time, + ) + + def cache_response( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + status_codes: Collection[int] | None = None, + ) -> None: + """ + Algorithm for caching requests. + + This assumes a requests Response object. + """ + # From httplib2: Don't cache 206's since we aren't going to + # handle byte range requests + cacheable_status_codes = status_codes or self.cacheable_status_codes + if response.status not in cacheable_status_codes: + logger.debug( + "Status code %s not in %s", response.status, cacheable_status_codes + ) + return + + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + else: + date = 0 + + # If we've been given a body, our response has a Content-Length, that + # Content-Length is valid then we can check to see if the body we've + # been given matches the expected size, and if it doesn't we'll just + # skip trying to cache it. + if ( + body is not None + and "content-length" in response_headers + and response_headers["content-length"].isdigit() + and int(response_headers["content-length"]) != len(body) + ): + return + + cc_req = self.parse_cache_control(request.headers) + cc = self.parse_cache_control(response_headers) + + assert request.url is not None + cache_url = self.cache_url(request.url) + logger.debug('Updating cache with response from "%s"', cache_url) + + # Delete it from the cache if we happen to have it stored there + no_store = False + if "no-store" in cc: + no_store = True + logger.debug('Response header has "no-store"') + if "no-store" in cc_req: + no_store = True + logger.debug('Request header has "no-store"') + if no_store and self.cache.get(cache_url): + logger.debug('Purging existing cache entry to honor "no-store"') + self.cache.delete(cache_url) + if no_store: + return + + # https://tools.ietf.org/html/rfc7234#section-4.1: + # A Vary header field-value of "*" always fails to match. + # Storing such a response leads to a deserialization warning + # during cache lookup and is not allowed to ever be served, + # so storing it can be avoided. + if "*" in response_headers.get("vary", ""): + logger.debug('Response header has "Vary: *"') + return + + # If we've been given an etag, then keep the response + if self.cache_etags and "etag" in response_headers: + expires_time = 0 + if response_headers.get("expires"): + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + + expires_time = max(expires_time, 14 * 86400) + + logger.debug(f"etag object cached for {expires_time} seconds") + logger.debug("Caching due to etag") + self._cache_set(cache_url, request, response, body, expires_time) + + # Add to the cache any permanent redirects. We do this before looking + # that the Date headers. + elif int(response.status) in PERMANENT_REDIRECT_STATUSES: + logger.debug("Caching permanent redirect") + self._cache_set(cache_url, request, response, b"") + + # Add to the cache if the response headers demand it. If there + # is no date header then we can't do anything about expiring + # the cache. + elif "date" in response_headers: + time_tuple = parsedate_tz(response_headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + # cache when there is a max-age > 0 + max_age = cc.get("max-age") + if max_age is not None and max_age > 0: + logger.debug("Caching b/c date exists and max-age > 0") + expires_time = max_age + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + # If the request can expire, it means we should cache it + # in the meantime. + elif "expires" in response_headers: + if response_headers["expires"]: + expires = parsedate_tz(response_headers["expires"]) + if expires is not None: + expires_time = calendar.timegm(expires[:6]) - date + else: + expires_time = None + + logger.debug( + "Caching b/c of expires header. expires in {} seconds".format( + expires_time + ) + ) + self._cache_set( + cache_url, + request, + response, + body, + expires_time, + ) + + def update_cached_response( + self, request: PreparedRequest, response: HTTPResponse + ) -> HTTPResponse: + """On a 304 we will get a new set of headers that we want to + update our cached value with, assuming we have one. + + This should only ever be called when we've sent an ETag and + gotten a 304 as the response. + """ + assert request.url is not None + cache_url = self.cache_url(request.url) + cached_response = self._load_from_cache(request) + + if not cached_response: + # we didn't have a cached response + return response + + # Lets update our headers with the headers from the new request: + # http://tools.ietf.org/html/draft-ietf-httpbis-p4-conditional-26#section-4.1 + # + # The server isn't supposed to send headers that would make + # the cached body invalid. But... just in case, we'll be sure + # to strip out ones we know that might be problmatic due to + # typical assumptions. + excluded_headers = ["content-length"] + + cached_response.headers.update( + { + k: v + for k, v in response.headers.items() # type: ignore[no-untyped-call] + if k.lower() not in excluded_headers + } + ) + + # we want a 200 b/c we have content via the cache + cached_response.status = 200 + + # update our cache + self._cache_set(cache_url, request, cached_response) + + return cached_response diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py new file mode 100644 index 0000000..2514390 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py @@ -0,0 +1,119 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import mmap +from tempfile import NamedTemporaryFile +from typing import TYPE_CHECKING, Any, Callable + +if TYPE_CHECKING: + from http.client import HTTPResponse + + +class CallbackFileWrapper: + """ + Small wrapper around a fp object which will tee everything read into a + buffer, and when that file is closed it will execute a callback with the + contents of that buffer. + + All attributes are proxied to the underlying file object. + + This class uses members with a double underscore (__) leading prefix so as + not to accidentally shadow an attribute. + + The data is stored in a temporary file until it is all available. As long + as the temporary files directory is disk-based (sometimes it's a + memory-backed-``tmpfs`` on Linux), data will be unloaded to disk if memory + pressure is high. For small files the disk usually won't be used at all, + it'll all be in the filesystem memory cache, so there should be no + performance impact. + """ + + def __init__( + self, fp: HTTPResponse, callback: Callable[[bytes], None] | None + ) -> None: + self.__buf = NamedTemporaryFile("rb+", delete=True) + self.__fp = fp + self.__callback = callback + + def __getattr__(self, name: str) -> Any: + # The vaguaries of garbage collection means that self.__fp is + # not always set. By using __getattribute__ and the private + # name[0] allows looking up the attribute value and raising an + # AttributeError when it doesn't exist. This stop thigns from + # infinitely recursing calls to getattr in the case where + # self.__fp hasn't been set. + # + # [0] https://docs.python.org/2/reference/expressions.html#atom-identifiers + fp = self.__getattribute__("_CallbackFileWrapper__fp") + return getattr(fp, name) + + def __is_fp_closed(self) -> bool: + try: + return self.__fp.fp is None + + except AttributeError: + pass + + try: + closed: bool = self.__fp.closed + return closed + + except AttributeError: + pass + + # We just don't cache it then. + # TODO: Add some logging here... + return False + + def _close(self) -> None: + if self.__callback: + if self.__buf.tell() == 0: + # Empty file: + result = b"" + else: + # Return the data without actually loading it into memory, + # relying on Python's buffer API and mmap(). mmap() just gives + # a view directly into the filesystem's memory cache, so it + # doesn't result in duplicate memory use. + self.__buf.seek(0, 0) + result = memoryview( + mmap.mmap(self.__buf.fileno(), 0, access=mmap.ACCESS_READ) + ) + self.__callback(result) + + # We assign this to None here, because otherwise we can get into + # really tricky problems where the CPython interpreter dead locks + # because the callback is holding a reference to something which + # has a __del__ method. Setting this to None breaks the cycle + # and allows the garbage collector to do it's thing normally. + self.__callback = None + + # Closing the temporary file releases memory and frees disk space. + # Important when caching big files. + self.__buf.close() + + def read(self, amt: int | None = None) -> bytes: + data: bytes = self.__fp.read(amt) + if data: + # We may be dealing with b'', a sign that things are over: + # it's passed e.g. after we've already closed self.__buf. + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data + + def _safe_read(self, amt: int) -> bytes: + data: bytes = self.__fp._safe_read(amt) # type: ignore[attr-defined] + if amt == 2 and data == b"\r\n": + # urllib executes this read to toss the CRLF at the end + # of the chunk. + return data + + self.__buf.write(data) + if self.__is_fp_closed(): + self._close() + + return data diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py new file mode 100644 index 0000000..b9d72ca --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py @@ -0,0 +1,154 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import calendar +import time +from datetime import datetime, timedelta, timezone +from email.utils import formatdate, parsedate, parsedate_tz +from typing import TYPE_CHECKING, Any, Mapping + +if TYPE_CHECKING: + from pip._vendor.urllib3 import HTTPResponse + +TIME_FMT = "%a, %d %b %Y %H:%M:%S GMT" + + +def expire_after(delta: timedelta, date: datetime | None = None) -> datetime: + date = date or datetime.now(timezone.utc) + return date + delta + + +def datetime_to_header(dt: datetime) -> str: + return formatdate(calendar.timegm(dt.timetuple())) + + +class BaseHeuristic: + def warning(self, response: HTTPResponse) -> str | None: + """ + Return a valid 1xx warning header value describing the cache + adjustments. + + The response is provided too allow warnings like 113 + http://tools.ietf.org/html/rfc7234#section-5.5.4 where we need + to explicitly say response is over 24 hours old. + """ + return '110 - "Response is Stale"' + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + """Update the response headers with any new headers. + + NOTE: This SHOULD always include some Warning header to + signify that the response was cached by the client, not + by way of the provided headers. + """ + return {} + + def apply(self, response: HTTPResponse) -> HTTPResponse: + updated_headers = self.update_headers(response) + + if updated_headers: + response.headers.update(updated_headers) + warning_header_value = self.warning(response) + if warning_header_value is not None: + response.headers.update({"Warning": warning_header_value}) + + return response + + +class OneDayCache(BaseHeuristic): + """ + Cache the response by providing an expires 1 day in the + future. + """ + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + headers = {} + + if "expires" not in response.headers: + date = parsedate(response.headers["date"]) + expires = expire_after(timedelta(days=1), date=datetime(*date[:6], tzinfo=timezone.utc)) # type: ignore[misc] + headers["expires"] = datetime_to_header(expires) + headers["cache-control"] = "public" + return headers + + +class ExpiresAfter(BaseHeuristic): + """ + Cache **all** requests for a defined time period. + """ + + def __init__(self, **kw: Any) -> None: + self.delta = timedelta(**kw) + + def update_headers(self, response: HTTPResponse) -> dict[str, str]: + expires = expire_after(self.delta) + return {"expires": datetime_to_header(expires), "cache-control": "public"} + + def warning(self, response: HTTPResponse) -> str | None: + tmpl = "110 - Automatically cached for %s. Response might be stale" + return tmpl % self.delta + + +class LastModified(BaseHeuristic): + """ + If there is no Expires header already, fall back on Last-Modified + using the heuristic from + http://tools.ietf.org/html/rfc7234#section-4.2.2 + to calculate a reasonable value. + + Firefox also does something like this per + https://developer.mozilla.org/en-US/docs/Web/HTTP/Caching_FAQ + http://lxr.mozilla.org/mozilla-release/source/netwerk/protocol/http/nsHttpResponseHead.cpp#397 + Unlike mozilla we limit this to 24-hr. + """ + + cacheable_by_default_statuses = { + 200, + 203, + 204, + 206, + 300, + 301, + 404, + 405, + 410, + 414, + 501, + } + + def update_headers(self, resp: HTTPResponse) -> dict[str, str]: + headers: Mapping[str, str] = resp.headers + + if "expires" in headers: + return {} + + if "cache-control" in headers and headers["cache-control"] != "public": + return {} + + if resp.status not in self.cacheable_by_default_statuses: + return {} + + if "date" not in headers or "last-modified" not in headers: + return {} + + time_tuple = parsedate_tz(headers["date"]) + assert time_tuple is not None + date = calendar.timegm(time_tuple[:6]) + last_modified = parsedate(headers["last-modified"]) + if last_modified is None: + return {} + + now = time.time() + current_age = max(0, now - date) + delta = date - calendar.timegm(last_modified) + freshness_lifetime = max(0, min(delta / 10, 24 * 3600)) + if freshness_lifetime <= current_age: + return {} + + expires = date + freshness_lifetime + return {"expires": time.strftime(TIME_FMT, time.gmtime(expires))} + + def warning(self, resp: HTTPResponse) -> str | None: + return None diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py new file mode 100644 index 0000000..f9e967c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py @@ -0,0 +1,206 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +import io +from typing import IO, TYPE_CHECKING, Any, Mapping, cast + +from pip._vendor import msgpack +from pip._vendor.requests.structures import CaseInsensitiveDict +from pip._vendor.urllib3 import HTTPResponse + +if TYPE_CHECKING: + from pip._vendor.requests import PreparedRequest + + +class Serializer: + serde_version = "4" + + def dumps( + self, + request: PreparedRequest, + response: HTTPResponse, + body: bytes | None = None, + ) -> bytes: + response_headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + response.headers + ) + + if body is None: + # When a body isn't passed in, we'll read the response. We + # also update the response with a new file handler to be + # sure it acts as though it was never read. + body = response.read(decode_content=False) + response._fp = io.BytesIO(body) # type: ignore[attr-defined] + response.length_remaining = len(body) + + data = { + "response": { + "body": body, # Empty bytestring if body is stored separately + "headers": {str(k): str(v) for k, v in response.headers.items()}, # type: ignore[no-untyped-call] + "status": response.status, + "version": response.version, + "reason": str(response.reason), + "decode_content": response.decode_content, + } + } + + # Construct our vary headers + data["vary"] = {} + if "vary" in response_headers: + varied_headers = response_headers["vary"].split(",") + for header in varied_headers: + header = str(header).strip() + header_value = request.headers.get(header, None) + if header_value is not None: + header_value = str(header_value) + data["vary"][header] = header_value + + return b",".join([f"cc={self.serde_version}".encode(), self.serialize(data)]) + + def serialize(self, data: dict[str, Any]) -> bytes: + return cast(bytes, msgpack.dumps(data, use_bin_type=True)) + + def loads( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # Short circuit if we've been given an empty set of data + if not data: + return None + + # Determine what version of the serializer the data was serialized + # with + try: + ver, data = data.split(b",", 1) + except ValueError: + ver = b"cc=0" + + # Make sure that our "ver" is actually a version and isn't a false + # positive from a , being in the data stream. + if ver[:3] != b"cc=": + data = ver + data + ver = b"cc=0" + + # Get the version number out of the cc=N + verstr = ver.split(b"=", 1)[-1].decode("ascii") + + # Dispatch to the actual load method for the given version + try: + return getattr(self, f"_loads_v{verstr}")(request, data, body_file) # type: ignore[no-any-return] + + except AttributeError: + # This is a version we don't have a loads function for, so we'll + # just treat it as a miss and return None + return None + + def prepare_response( + self, + request: PreparedRequest, + cached: Mapping[str, Any], + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + """Verify our vary headers match and construct a real urllib3 + HTTPResponse object. + """ + # Special case the '*' Vary value as it means we cannot actually + # determine if the cached response is suitable for this request. + # This case is also handled in the controller code when creating + # a cache entry, but is left here for backwards compatibility. + if "*" in cached.get("vary", {}): + return None + + # Ensure that the Vary headers for the cached response match our + # request + for header, value in cached.get("vary", {}).items(): + if request.headers.get(header, None) != value: + return None + + body_raw = cached["response"].pop("body") + + headers: CaseInsensitiveDict[str] = CaseInsensitiveDict( + data=cached["response"]["headers"] + ) + if headers.get("transfer-encoding", "") == "chunked": + headers.pop("transfer-encoding") + + cached["response"]["headers"] = headers + + try: + body: IO[bytes] + if body_file is None: + body = io.BytesIO(body_raw) + else: + body = body_file + except TypeError: + # This can happen if cachecontrol serialized to v1 format (pickle) + # using Python 2. A Python 2 str(byte string) will be unpickled as + # a Python 3 str (unicode string), which will cause the above to + # fail with: + # + # TypeError: 'str' does not support the buffer interface + body = io.BytesIO(body_raw.encode("utf8")) + + # Discard any `strict` parameter serialized by older version of cachecontrol. + cached["response"].pop("strict", None) + + return HTTPResponse(body=body, preload_content=False, **cached["response"]) + + def _loads_v0( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # The original legacy cache data. This doesn't contain enough + # information to construct everything we need, so we'll treat this as + # a miss. + return None + + def _loads_v1( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v1" pickled cache format. This is no longer supported + # for security reasons, so we treat it as a miss. + return None + + def _loads_v2( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + # The "v2" compressed base64 cache format. + # This has been removed due to age and poor size/performance + # characteristics, so we treat it as a miss. + return None + + def _loads_v3( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> None: + # Due to Python 2 encoding issues, it's impossible to know for sure + # exactly how to load v3 entries, thus we'll treat these as a miss so + # that they get rewritten out as v4 entries. + return None + + def _loads_v4( + self, + request: PreparedRequest, + data: bytes, + body_file: IO[bytes] | None = None, + ) -> HTTPResponse | None: + try: + cached = msgpack.loads(data, raw=False) + except ValueError: + return None + + return self.prepare_response(request, cached, body_file) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py new file mode 100644 index 0000000..f618bc3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py @@ -0,0 +1,43 @@ +# SPDX-FileCopyrightText: 2015 Eric Larson +# +# SPDX-License-Identifier: Apache-2.0 +from __future__ import annotations + +from typing import TYPE_CHECKING, Collection + +from pip._vendor.cachecontrol.adapter import CacheControlAdapter +from pip._vendor.cachecontrol.cache import DictCache + +if TYPE_CHECKING: + from pip._vendor import requests + + from pip._vendor.cachecontrol.cache import BaseCache + from pip._vendor.cachecontrol.controller import CacheController + from pip._vendor.cachecontrol.heuristics import BaseHeuristic + from pip._vendor.cachecontrol.serialize import Serializer + + +def CacheControl( + sess: requests.Session, + cache: BaseCache | None = None, + cache_etags: bool = True, + serializer: Serializer | None = None, + heuristic: BaseHeuristic | None = None, + controller_class: type[CacheController] | None = None, + adapter_class: type[CacheControlAdapter] | None = None, + cacheable_methods: Collection[str] | None = None, +) -> requests.Session: + cache = DictCache() if cache is None else cache + adapter_class = adapter_class or CacheControlAdapter + adapter = adapter_class( + cache, + cache_etags=cache_etags, + serializer=serializer, + heuristic=heuristic, + controller_class=controller_class, + cacheable_methods=cacheable_methods, + ) + sess.mount("http://", adapter) + sess.mount("https://", adapter) + + return sess diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py new file mode 100644 index 0000000..8ce89ce --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py @@ -0,0 +1,4 @@ +from .core import contents, where + +__all__ = ["contents", "where"] +__version__ = "2023.07.22" diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py new file mode 100644 index 0000000..0037634 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py @@ -0,0 +1,12 @@ +import argparse + +from pip._vendor.certifi import contents, where + +parser = argparse.ArgumentParser() +parser.add_argument("-c", "--contents", action="store_true") +args = parser.parse_args() + +if args.contents: + print(contents()) +else: + print(where()) diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..26737d951cb719074858b26031d1ef7dd2ca7fb9 GIT binary patch literal 336 zcmYjMy-ve05Vn()mPTbmNG!mZfw(vW3*r%A&%i0QO>2?Zk>e%`6TAT%k5KU}EQ}}% zNK9-<-8$h&RN@=H`|khlbut+vhwEe|Z=C(=oh`gSu|9U<8F9pMjtZRO!b?4jxX1mu zm-;+NgLV+@d}CJ@dEJO69k%^gO2YDjIYF)Bn@m5FpEQ zfGz~6g{h=g0553mTG6H?3tb3OWY+R6H;j^^r=^mXl02J%P)u{F=A;&?Cb^uEvb77X zlK700N?LJRX6!DTi;9%8ByNx5+7Kp;mA8@rNH+=~F5AuMqR@Pqi%S!_1N!f(14lnT a#`puBe1`i^&D;3sVfemx_!yd9m-_{O*j%vy literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..266a0e2a983531228f02ac5e71517c4896a407c2 GIT binary patch literal 663 zcmZut&ubGw6rS1NyO>rCLhuv>(TK@ldTk2@&()*kvTS$8Wa94ZGCOHW@lXmyOE10Y zf1nco6EB8VQpZchgLo5q>qTeM-R9!Jy!Xxbz4zvu`CO|7K&_`M@9AHaf9gZE>=Im@ zD)1IyfMEi9IvWX0jh>O3Jre>05HR$rrbV8VuxAr{SX=NF!X~z`{mGe_R}2KIZn;ty z`Ff5=yrH$=E5w(S17B^Us+_R3%l)kjH(Q4E;*1HxL?P{+0pVoVXve!j zyM0Xug~&Jw1s{boh!;fGbDDR;ZNhNIJ2ByczMx#cjce0#X@mDi zsk-8suIAF2cX4?m!Z=hz=9&!VtUedgnnye5l!=evLR-De(I86+N+Tg~6?ft;N_7}9 zD!M3%wnD<<3{%!e%FZ@Q=oZSyVvw7(25q@uf_%ALcQj}ySCL`I6=~$#Kt8Lu0X%yFxizt#{DQ-igSundRX=#$n zzFk?Cq7*vhARz&yB1LT!IrtEu5bT4CUV7}YKrduyK*rVu1T;Y48&eqwpi^g-T#~ZY z0_h_-Gw*NSyqRz2?caNP0tDL3#XstQ?j_`3*l}C1B^+F%gxn@7$q|*RT#@Fe%I7$Z z7Ci3K4p)U6?-9a=V5L|TN@7kdd2${~R4(s@zfbjO{sm6;ek|kyE!hWhuzcgc=<~Pr z1wdaY*Ha4T!q4docIgW_`Yt=RN;%2lkz53LPqDYum+PZM>(e5I?{%zpCA4h_I=L9E z@T=iguisDnL>*KmEv81aezh0oa31dxP@^A)5ylZ>_$5*-Z(3%!d zG-l}wdZw}(_)WV70`p6{nJO9Ta#2e$&01z6|=|(wKG?b=bEToh? zYRXi!Qp#W{-7-^(QMR3!E#|pET6l!(Bn!Sey=6AcXrt_M|Sz?!)QgXWaOJ#Sv6Rub@jtQ$8%|~ z9g;6kT)uK`UY?zpzsk^Rh8VYf1w$`a^45|abXQ!S|E0~F7PI}b41U&_Ebo#7G~%$B zT{22qwv@Ll)uk)SShj>@xvX1b*<$_!*rgb%US7evZiin zqm{gJBfqGbS+G3YvfPOtKqjjgOat85;>wc7G!}!C``~ZB0c3+bjgZh_HJE%FCyC)N zPFK(Tq(1!m-tc5?c=B(d`tUpT6W2H2dYm}<`GQ@x#rjucSoPmtd&r zNSra2PMoiU0C8?bkw8gsJzi+X8JPc&$PTMTiPv)LER#b!7Pe1J{S2c0o}9kH_rgsAdjV3wf}5gdSy=< zuSw$%-m6P*?nzTMX{vhtS5;}MF1=s%z3*sBa||!@1ThMUAYka(3Fs*BZ#MxX$0tP) zj$l9C!9JFsdt7r*p0nDhw{W-93Vv7W@c)fwhC9+C3jwozi<%`n28N-_BqR|eNB!ae z#3AD_X^sKuLdhUWj8sQn{mZ%fiOKJTi+28>1cgU&p>j@qTd0^LEDlR{spH3Ijl)nm z@p>DC14JLjYp^<$c@X;R%0p?U>YHgshT7sgWhj4ZLBq_d`O57ck z%#jgtftYlKqvTye;kQa|@$Zrqn&zh2Ae_I;+k#Qi%1&f#0Z|QsJq0uDG!nc8!sVr1C(c1OPCNA>E!v!6vKK+U?NxPF&X+XXCp+(zEZYJW>@>CMf{B%?nEoAfKGcY9@PWqW;V{m#Ul^}2Mf>O1Fv?}&T8EArV( zc=|I**~UGV5H^hDxzdXlaPW%x-5m$;2AzgW#(s9?&7V(9!^nx*B&no023-}9;V$>NTA_ZJWSm;_=1l0b@XuWqe=@*yOFn1Cb@6OaUA zqL~D@BNzBTi9hnDxixXwS{QxR_Q3nDD^@ygdu3TQ6aW@)u9^%hs2#egF%t@rtd|!I zJF1r|2D9K5&$t!H?0i5lr!-@^Zq{cf7>?NpV3tIJSPr+d_ZFq>szbE$B z#Qr<+FU927!cV)m4K%j_Ym8BGwzX}R9{7kD{)Z6xr|`mlIJ$FXFLtUHJ9Ss7#?rO$ z*^S9ZQfz1L&S= (3, 11): + + from importlib.resources import as_file, files + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the file + # in cases where we're inside of a zipimport situation until someone + # actually calls where(), but we don't want to re-extract the file + # on every call of where(), so we'll do it once then store it in a + # global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you to + # manage the cleanup of this file, so it doesn't actually return a + # path, it returns a context manager that will give you the path + # when you enter it and will do any cleanup when you leave it. In + # the common case of not needing a temporary file, it will just + # return the file system location and the __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = as_file(files("pip._vendor.certifi").joinpath("cacert.pem")) + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return files("pip._vendor.certifi").joinpath("cacert.pem").read_text(encoding="ascii") + +elif sys.version_info >= (3, 7): + + from importlib.resources import path as get_path, read_text + + _CACERT_CTX = None + _CACERT_PATH = None + + def where() -> str: + # This is slightly terrible, but we want to delay extracting the + # file in cases where we're inside of a zipimport situation until + # someone actually calls where(), but we don't want to re-extract + # the file on every call of where(), so we'll do it once then store + # it in a global variable. + global _CACERT_CTX + global _CACERT_PATH + if _CACERT_PATH is None: + # This is slightly janky, the importlib.resources API wants you + # to manage the cleanup of this file, so it doesn't actually + # return a path, it returns a context manager that will give + # you the path when you enter it and will do any cleanup when + # you leave it. In the common case of not needing a temporary + # file, it will just return the file system location and the + # __exit__() is a no-op. + # + # We also have to hold onto the actual context manager, because + # it will do the cleanup whenever it gets garbage collected, so + # we will also store that at the global level as well. + _CACERT_CTX = get_path("pip._vendor.certifi", "cacert.pem") + _CACERT_PATH = str(_CACERT_CTX.__enter__()) + + return _CACERT_PATH + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + +else: + import os + import types + from typing import Union + + Package = Union[types.ModuleType, str] + Resource = Union[str, "os.PathLike"] + + # This fallback will work for Python versions prior to 3.7 that lack the + # importlib.resources module but relies on the existing `where` function + # so won't address issues with environments like PyOxidizer that don't set + # __file__ on modules. + def read_text( + package: Package, + resource: Resource, + encoding: str = 'utf-8', + errors: str = 'strict' + ) -> str: + with open(where(), encoding=encoding) as data: + return data.read() + + # If we don't have importlib.resources, then we will just do the old logic + # of assuming we're on the filesystem and munge the path directly. + def where() -> str: + f = os.path.dirname(__file__) + + return os.path.join(f, "cacert.pem") + + def contents() -> str: + return read_text("pip._vendor.certifi", "cacert.pem", encoding="ascii") + + +# Debian: Use system CA certs: +def where() -> str: + return DEBIAN_CA_CERTS_PATH + + +def contents() -> str: + with open(where(), "r", encoding="ascii") as data: + return data.read() diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py new file mode 100644 index 0000000..fe58162 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__init__.py @@ -0,0 +1,115 @@ +######################## BEGIN LICENSE BLOCK ######################## +# This library is free software; you can redistribute it and/or +# modify it under the terms of the GNU Lesser General Public +# License as published by the Free Software Foundation; either +# version 2.1 of the License, or (at your option) any later version. +# +# This library is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +# Lesser General Public License for more details. +# +# You should have received a copy of the GNU Lesser General Public +# License along with this library; if not, write to the Free Software +# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA +# 02110-1301 USA +######################### END LICENSE BLOCK ######################### + +from typing import List, Union + +from .charsetgroupprober import CharSetGroupProber +from .charsetprober import CharSetProber +from .enums import InputState +from .resultdict import ResultDict +from .universaldetector import UniversalDetector +from .version import VERSION, __version__ + +__all__ = ["UniversalDetector", "detect", "detect_all", "__version__", "VERSION"] + + +def detect( + byte_str: Union[bytes, bytearray], should_rename_legacy: bool = False +) -> ResultDict: + """ + Detect the encoding of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + return detector.close() + + +def detect_all( + byte_str: Union[bytes, bytearray], + ignore_threshold: bool = False, + should_rename_legacy: bool = False, +) -> List[ResultDict]: + """ + Detect all the possible encodings of the given byte string. + + :param byte_str: The byte sequence to examine. + :type byte_str: ``bytes`` or ``bytearray`` + :param ignore_threshold: Include encodings that are below + ``UniversalDetector.MINIMUM_THRESHOLD`` + in results. + :type ignore_threshold: ``bool`` + :param should_rename_legacy: Should we rename legacy encodings + to their more modern equivalents? + :type should_rename_legacy: ``bool`` + """ + if not isinstance(byte_str, bytearray): + if not isinstance(byte_str, bytes): + raise TypeError( + f"Expected object of type bytes or bytearray, got: {type(byte_str)}" + ) + byte_str = bytearray(byte_str) + + detector = UniversalDetector(should_rename_legacy=should_rename_legacy) + detector.feed(byte_str) + detector.close() + + if detector.input_state == InputState.HIGH_BYTE: + results: List[ResultDict] = [] + probers: List[CharSetProber] = [] + for prober in detector.charset_probers: + if isinstance(prober, CharSetGroupProber): + probers.extend(p for p in prober.probers) + else: + probers.append(prober) + for prober in probers: + if ignore_threshold or prober.get_confidence() > detector.MINIMUM_THRESHOLD: + charset_name = prober.charset_name or "" + lower_charset_name = charset_name.lower() + # Use Windows encoding name instead of ISO-8859 if we saw any + # extra Windows-specific bytes + if lower_charset_name.startswith("iso-8859") and detector.has_win_bytes: + charset_name = detector.ISO_WIN_MAP.get( + lower_charset_name, charset_name + ) + # Rename legacy encodings with superset encodings if asked + if should_rename_legacy: + charset_name = detector.LEGACY_MAP.get( + charset_name.lower(), charset_name + ) + results.append( + { + "encoding": charset_name, + "confidence": prober.get_confidence(), + "language": prober.language, + } + ) + if len(results) > 0: + return sorted(results, key=lambda result: -result["confidence"]) + + return [detector.result] diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..cb0ddac7dfbb46e76621a872fbcd303f8b9aaa29 GIT binary patch literal 4586 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 CLQ-S^ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..562230c092cfae54d3be08693ff27c8c054ea462 GIT binary patch literal 27217 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 Y$x?lp_(6vnr$B)@s{-n@Um_r|}sS`EN; zZ}r#ssSWUy4%Mh5lOhxWY^HT`saRo_Akl_q`1C_S@2_|&*5XD#2)_-sh4T7w-{W{K>Paue5r~BLy4Zq#F$c^2p=@I4-OI1q zvRu`74Haq`$@6_UaaxD%$_w2m9jNJbRt*_I&P(m)?b$NwcOa*q5Aln`wY_Gvl32)HtD&S%f&^6=?N;ljY znhHvn^Sr@%+KUDW@lDRZ8w5$IDUi+`L>|XT5AzznW4TC)yoDrhO{O6fNy53y3vqeaIu(k_1g|qg3H5pjS~QTp&%|DT;XE ud|ZNaOTL3Ls!lB-Ijb?o&OZe9!6~eq!s;o!{mgE$_8*ttJqO&2T>k^bT2TT3 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0e9dc43ca6079b863fd42d55911ae0976a139199 GIT binary patch literal 9656 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 ITcbGmA6lCd$N&HU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..71d11373d01b260798da9557ff17e4cbb45e8886 GIT binary patch literal 4140 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..f9bc8152990c09219975dfb71b1571f11f362109 GIT binary patch literal 3896 zcmb_f%WoUU8J}G~v?eL3wJTOJ>u4dvmRVaQWcQIeMG9ATi?oeWNG?z)hsA1lD6O*G zrDun-rO1E}J~%*&pg>W%Xo0w=#BhQ5PY8PLMNAV&SfoIJqKDj+=ujZ1{=Qi*sRz|l z7vRh{GvDJk-)onDA093+Jg;AS&-?udWB;N>`eeJr{!1XXn9E$vXN%0$-Hfj_^+jDH zI_qbe*~P5JboNu`<{mOP|4dIL7jx@cb?9?i%zdt5tZH$2HgvsUc|qEezh*ltUchg9 zj>Ji+yHrO`q9GZ3KpI$YG0qk>mo4h9wwQ5so^>;BwvmPD>|)L>xp~ZacZd(U89s!4 z18YOkx_b)rDbR(6?iN57d8xZ9KFmJr+FTr7&sK-y)5nq8e*lz%iRXqH(GARIas^X{ z<{B4XW8JjPrF9%c{7#z(4mTU2z+TH1(sSCrEllhx7u3w3ghDCfP?AW=6>hp*az{c+ zaEE(qJi20f(!A^WzS-d1HRXyeyWFA4VHGwV2}Y&sFf4n`_I!KE=U2=y;E5EZZBu$p zUNdjQ++hJ{#SWHv1dGuDbxU>x!(l+%W=rrjFKkC$Njo4&UEKhhqE^}kH*Nf`^>smY z0Q-lnsw)v=*ub&mf=7~EYJ;^c!|Bu|*9%I~!tERLw-XiDaR(1NBZVQ+3PBKpd?r_L zaq_>%WWRxn3W$(G<)!-D{T(f=8H4!ClwnE^ksvyEO0*>awT(Ki_iF3Ha<$?4X z9(QXAve#~BCiaexAFFDP-D;|>4K?IyIkT!xQ$t(?T~Ier^SMxH&cE|oGH zB5YC=A|#7|1=OM1Lf}v_K~0Iqden^bg3GoD=A3Q=Rt+tKk$(Gs!?49RwM}NJ0~%af zQEOI@TJ>aQKHXn6QmQ{gE|;!c9jhL<98LFEzm`({S)NYmXI;CHRWBjh-(;)bOwaps z+L<-B&Z?O?K@e|OOL5+6qDcLC#B$m~Sd^R=GAvzFX;?lF1Obh6s%^x@gjbbeoKHGu zJmiPV%Xlrtr4foPhPE~4_j$W>uWq%tNY$ky|pe^!r)qM=4u_4!KYic^QMgsTyJ@; zx&<~j6m_}?N}`^;I282mi>KCFC!iiISk^}6_$#ZH9{zyPzKY=i+bxej%KoOf`{Kl- z?8inWojw^!QG&l~J~IH6AFh!B$VuktOL3Wc;SS0qTC{1iqZIl2|;@0yfz_ZBV(p z`Hf*jTelA0p%=gYZ5LQ|Xf7@~z8yuDq)!i3t?@`&jLBwPN;n!Qz)-|RmD62*%Ajgq z6fvnZIFJ=3+5-+&&8pN8=Rn5=RrpF_Tu_}rsf!3Iz1&sm#D#$0la@N!I5!}J`p35* z7ySvt1GblE<+EFF{O*k>=Q?Bc=UQj%>Z8JLadf9x=@ct}-rSj(=}gRgRGitJJpbtC z$EAtg$&2q@{>$a<+AE#OAAMNpO#WPLe>V2Q&e(;{*oF7A9~7S!pU-tJ&349SKV0pM z{Spc*6YswK$Csbn?^M3~e6>@#kyM~j+A%608I{L(I)?cP3U&0%&gevEbYk0>P#Jxw z_^3)$@tp;6QaUd%QNeLlQ(hF`0)3#o;xlM}sz2hp#-fO!dv07D;H&|B^Q4Pv7Y&Ah zPIg8ow~fi;Kq+e!P!q&SK$E&dHtBP5mijQ7fy#)ZkjE7i^+lZo*Xp*$jmszD9>Dx7 zK#9JNL4kkgt+(HL{JsAhe#6H{bsJq>d>a;yI$ca-b71RE#eUrf_u1$f1@3xh^y0R0 zQ8~A&i&Nm3tB!~>nB#&)uf?`cudb41-D%r?_eC~jS#Ic9mY~WI<1|o1jWhVj6&GkZ zrIwKt;xbW2ON1>hG7L)gzmEjYl>h($ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9b8d686b527d0e5dbc52580997c1a5f4511cd2c5 GIT binary patch literal 807 zcmZuvzi-n(6u$GXIBC;D)kGu`l|Vq{fm$RBL&cJof)D|TFp%YR@m&)O`)uq>Q5Ghc zU}0+5vLOTm{|6Jw65WCj6I-PKLnrR+1PR1Re*WI~-aEhd`F$#vOF*7`&A0xR2EaGv zERVGS^F0ZU0RaRCAcS2QYF!Ni3X@IAX_C{sIs_Ux07QQdh(UE?ez4vfd41Oy6{xAK zV}Dnaqlt3o(fxhYy0zcBbGv;Y%+4?lr~^f@Gm0tM^F8k6#ktiN&U_%jF`%Fe3FvAM z0oAEN;GtHNJT-~7tKNo0dWQav8vo(UjI(5g^#>Ic8re=!R9g}8S^ojYoZiLWz-LtT zwj)-&0H-P9xED~dnmdQs<5413QkA_3t$72Spn$T4Z!jEEVF#G?hqzDMPC?iRDH0)3 zLMV*LFi?0Ep(jHe|(eFqaA7^qD(|Lh6Q?bF#Eg zy@neqGh{w*xB>1V%DikW_lUA1H}HFIJmQ0hHFvHx+|=jvYK*D>l$&94Idsr=EMf6cEPqO(mLgLoF_($LP^~1J%Fn8+ z5}n$+xvV#mx^$s@(ks%O=n%p$VEe0n=4T0*7k(I)S)J5AUj79nIN1PO7e5>I?4I8p C2-+C{ literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c85005737f541a3887b73ba7e8db83afc4b3f91c GIT binary patch literal 1414 zcmah}&2Q936o2Edb;9PODI}Zr5(O32LXF#m0|-Qc1XU^|phjGL8F}qV;@0+VXJ%

i^>7S5R()#5)h(vBQ-KJFtu)`R%Qpb)~(dZYC(;F0pCDu z??LP^`_L@!3fykZbN?my=8oD<@}$|3Nh`mZhiO+N0-aOKtvJay*JUW# zY8Y)LIYaC8YA2P+t*&ItTOnU(@;+}h8As3f^8G89uF&;Wx_WQr_T6Yuygml#(7%hX zkFXa80f`|nV!H<$BsTWyfyu0xFnhy@%{}XIkR3Shtk#gV)`Oo(;I4z`6lXMUSw`V- zCObTjRD;!{z}2tcL-CXxfUG>QPj=uj(pNTlhfBIBy~;#@p5CK{?aZDXp< znPAd03QMqbqZpwyN<$$i6$WO_?YY|^9P0I2T&wt4B zhklwg{dQMwweqEfuNHlgNcKfLjD83=nef|5+ou>7x40kS62wgUQ5$F9)~m44?(#Zf zZ=W3+%tF=SdGv@cQM}%TSMJz;?N7Jy(*5Ms?8V>KUd&$YS-*^*IB?hJy%8A0d$FHtQEEfeGbnFpG31zqnqPXD2uu(7RjP{n6d4~ zaCO6;iz-cR!7ltgG0i_l?f+q&J1x$_oKIskpHVjq0lR6KZ+4Ko4=Jgvz6!4ZXEdN^ z@Da4Gc_V5!RK1iIqm*W?xRWZqPU(-GFfBcr?!ra-ahYVdF!6il4OPjfD2lPcPDCtC zDfI~dNCB$)ZfIh-t3s8SSB~o_Uhl!F;n?SnC&3v%Hi$j*Ecy@d=$n<{*coVzXXllx zpIK7tp4<6LTnzO+v`&WgwT2VDSi+j$r=8nIMfnranIfJaw&a0hujO Aa{vGU literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a08bf98e39ea5ec1bb18b46a9a2f93b42a38db6e GIT binary patch literal 3014 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 TW(l;|O5k7c^C(OIcV6Yc;H2$W literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..845df3f206ce9d7bbb0d50efaddd4b6ed0b7d6bd GIT binary patch literal 4401 zcmbUkTWk~A^^Wav#<7!ef?4MQi6MkySmNdZba`i!ERPZg5@%akyB$qDlf=dzyLZN0 zVi^{#ST&JY5vo>UrPXe}S`d}G{VMxWDf@@ipA4pTItpr}Za?^o8cS__Rk>20Lf5Id5cY;`rEdd)CfCVHWiAkaq6J;1A*(7_? zma<3f6m}#XDK^Sdm`yrUHPM8jeq7HQ@9sVsb`}t1z{3 zAT7m}sWDB|$ zOH9-|hJv+*n_6lbZaA^5Ww8xxdhUj z*0j4NZFwYETSuC^%q;=HElX(NXlAoC1DCUCd6d{UU~rI-Qb3DN)lTtN&T7CzK*x7L4f$CB+FrR!lQOAIQoFp=5j_ zl$p_{(@JkwcTY%-Yx4e#7`rG=$!aJQ&x8b+CZ%yG2EHcAT1d{u5}6G3xUS3$ZiKaS zrl*>>*=23~d%#iOg6`X^XqBs*tI@fphg{2Q^SFt zaXyQgAYNJ3AX1erU|{D;%_hr<$5u6JxxYf|wyFt$Zq}+i+N6_sMpYv^Rp$C1Uvkzv zs-^>Ky}Zk8-X__oP4DN)UG02+u4F$7MBwduo|hoermDSIOP;-3@*{@mD#4YaucvFC zx&GGwVH*ScwdcU2=m^WVpx3nQ6`H`Vj~yt_NDh*kUwkH#t#q<*f7PwRL-tnl5TZAB z?j`%)|NMOGzHtx8gkH`E?)RVPUK}LhxWb}W_$+97!H%E+VZ*r{ooWDnW+n?v$F%^Y z-ZTz~T7ZNq;9=q$m^{G8|ArQ9#-sqiqKUx{jgF3t z8qQ>TY6>a=R+1;OQ#e3mJ4nZoNzU*{L>L}2oTjAVJQEosIQP!Tcz94a6EWDaNdIWW z*fIqnK9=I^Xw*}6X=O4lK_MU;jbo=rMk52`5g~GVbO?}hgFz?FHJCgzgNYjsavqRwO2rFZ zf+Lm)V2Vo0n*eQQUhD-t=dH{}#I(aeRdq-qSJ4W;<;In{E6aRvnF~S>c##k4fbs{H zxdYID;}0x075sZQkl*zqX71E%|E#vw+Wy7yPmdQ{`}EenFC&H4!?WjB_}0(z#rAH! zz54;*z2fyPxNo|P-W|Gk$BOUJim$2Y>(qUn04xmO9A5Eled1yp8lQMj`@UjZx8Bx0 z@A#$L@NO;X>CxMJ9`HS@ZF`Gty?R?O;r_MEC94!*70Zredh4-5>xp@8WsC0?^NWKk z!Ts}t3nMp27W;MIZn}6-_XUf-F5TC4Tl?LIcRpO=9{SEu4xtr&y}GaW%fUa4{C;HV z$A9sK*NDLtGMDZ#_xitLmzbsgui53$JNH5SLbdqmdl!}(z8YV;aKGW}@#VfB-Um(Z zu7}9Mt@og|-HQ{SzBlW*!O!ux7@ccbbMrS2&mI13Td_H$H-{d$L-hD}>HMxD->36^ z5BY;|kVS8Y?(HaeJ8wIRdrs(kPCW3Q_@?q)*5DFzbGc>COz)d28S-LiQvV!)*GcM$ zaybtQO3ex!mq`M(h!x|1m9c5%G@plXX(fO$WEOi4`lih~?-1xT>?!dQlz^n-B7RRl zzyug44Ns|Lr$WfuTU=R5AGc~Qsl1)z}{TiplU tx}9N|r$0bU^FPp`N2up-X#XR$=Mn0Cgmyl0o@AKNa^s$-hyZkl{{a!*oM`|6 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..2040fb9f0f486fcc0a8112c75201871f7b45de38 GIT binary patch literal 12100 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 OoN{+U{z3l2`+oqo{9(QT literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c7411fff82bfeabee239b992f41754fbf801e627 GIT binary patch literal 1408 zcmah}&1>976n~?ym7QHXb?ao^UW`LZMX*KfOQ6N1bwZ(zof6ZFE`wGY+e#$uc4m}z zjSoH;x`u|Hit`_o;QlAQv?PaC*ih)HH`9$F@A$0RC2odf6jp_$4yO5JOB-$Vfnl;*HeE%)r#VnOd10*qXOeCu;-^0tS2mv3&@! z!|W5YiWRv1hUfl6@Z^zl?#|b1>-TRbLh__j$fTQpmWOFyBm$K)Yuz}>ceZ3G*+v-c zCOJdtm5m~m$>)8^)^2M|so=56} z^-{^zHyj}Oi5!EhHE=}s;W5Horz0S1&_QB5s&z7owhz>*W%5$Z)xM~G?XeFJrfdD1 zy|yIKNAx#6x3opkW4v@JP4Yxi%2j->!juz{hM$UztK!Sqc&tq{RDIe*SDQ1zq-T_t zVCi-_L1~nRLQpCU^qN0-CH&oP#{4XlGOp>j(XyW@Qef6)KMgySY0~j~ zeYxAsSC&3r_C+GuVlRvyhC597y`<+;G>g03k8lWLCVf^!4|z|I!cwo#o0xm=y|KnD z)i=C`8nJ}rQpu4IdJBB{-jLkg7w#!E246F2A{xf z)0SJkd&>_G(;>-DfI|{ z2c^2STN)GYDpN%klwuXh%R{&@EPM963C`5HLG1RE=wHBXXx4&rr{LzJnGi+LpHCL!eFCXkzFuzUt9XRz?XX_5ACGap?5?z-0h0D%`#*Z=?k literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c33f7775e9fc993c66f898ecae3ea8ef203fdeff GIT binary patch literal 27222 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..9799977195e3da0237a04bef1b6ad059fcb38339 GIT binary patch literal 1408 zcmah}&1>976n~?ym7QHXb?ao^UW`LZMX^QgOQ6N1bwZ)UPQfk#T?VZ*w$)17?aV0d z8XtTxbPWwX73V)F!TnEqX-N*Pu%XaXZ>AeV$f<8et7LQPfZn`$-}8HK^lPg%3ApaB z{G9yh0Q{{E^|D9I@C#&4AcmNvkdc58#T%)SnSrT!Gqo~1ur+U`PSyw-1Pu5bV*3bU zhuNoQ6)SN24bT0D;K?K9+}*F%wjSI`gyc!5kV!ZHG!N6hNCYZp*1B<$?`+CYvh^_9 zO>&0PYwJZSlh68+t?h<vZHDIIpDEn6xo~??~Wog6EW1bl$3r(&0=NJde}` z>!p&bZ#Y2m6FC7{Yv7n1z$1jYPDeo2po7GARO@sU?Et7%%jA`st9?=X%HsgOp04$; z_u7&`AJO0N+|m|BkMYu_G|3Z5DOd5i3R6x*8h$D=u8J>b8nJ}r#UY%zt>eb;Zu^=0?%CXjzid36`*>jeFm-lw_36#q1M8W)@Q2&{aq@Wb zQFDkM@J3gaKzCI^b^?9k85{c!rd-^5@C2R^eih|Hb#9)|AT67!R>X?tVaE2`pC`r3?@xMK-Mn z5{mzN&+}iO>vYXI#~fqKwfFa(W88x&QznZEe>5t+BKE(=F)?wrW;>afV7L*K4GcY15SfM9;ORntg&grK3<-$-LkZTTOeHBRTT#CK{X+%((W z9yJh*XEzi2!X_H4#S47VdxYj9O(0x|a}`d}^BPAi*bDP7#(Ek%uXY&tEn#NpMstC) zNxSIQhFj-(EMWXwr`I`X%R!ISAv`NR1Dp#%O$0yauHybX?*A6rTJ?g)6zNKLe=>N9 zPMWCXO4`#Hq>+colIVZH@~6fgvpJp)p@sCCWlE}@CO)6Fu4a2O^b6w&?ePTN1t7I( zoW@+rE1<^L)zHv7jX48enxQ3-ESh9L3fx&wqPyV%=kY3zGb6m z8Q>3jd5VKAHabV>eQ7!uF%_h;(B9amLfHU`zCnM$Y(u!k9F&umrtuk;-fG#^22rcU zX+G{ds&#`a;Y!}OU;`!_qR*gqnPf6!FFSo}kMl^kg)|C^F|pgjM$uiTuR}M==X4mZ z36`u*u4Ci-i9g5^KmWhOF7ud?>L(44EHacgN5 zfg5Bttv#;j-m+yLjYJ@GkiKA|DqJd!Jaj9%_9v143^$au`XDcvNaLEWqz$1ra5k6y zyHj(nF4Jg@bOFdM-J`@uu#wj6BVSNos;vvmQ3ltPn$VkWs1l*Y?yrPKM^w)T-Ke_s zB$EjPINB@SZmb%~W^rRqE#g){KT@}=iEG5?I&IdtOsHO1FuINmB`$cd_z+A6i_=-*Y_##IxfUGcqTw+je% z3EM&b;Gn;;t*F+xgCi#TnSH~=JdLwRhtt@tG0kjgt7hWwM-!(szC@4;?j2)oq@9Ql zCz;kMA<1$s@f+`2JB>tMuJLNsNG=D-=Y8p*QCn>!zMh;Wqc-2zizGJ#PvNf)aAS}& zz(4tjk9H~#*Pi%2vqQL_PVIB3$#(MoMTq0+|ga$3h%!Cz{r@l6c1=pR%&th!R| zN1?RPKZIzE?vY?4`qilqwd4r)gWM)G!m1h6Vi~H&-?0FWa+;`Z;zY0(eJj0fY_Tn0 z0||cyyEadvQ8Exjuc%$L$4K>?+Q6F_jjtvXrMRb16DK6m9MJ2c3TimQ9-k#H9i1IVRj>bvpvSTYWaYF zbIR&oaynI~b_{L^jZAc3!90fAlXjcrd0c?Y=#*dBDf}MPq8@a!8~Yph38y*eZ-)@= z(%tJ$!)1gq8rj^-NlsS^-GbAos%|^KJ8q#{iJ_MXZYAZ zmZl;8nX&6mljGDh*2X=u(1^+sYGavyjU|Ws9sOft8KjTGSab_+w!1$BSJJ*qbqnI_ zAWg;40fx>YxUccNMivt%&9(zMXWzvkjhY}W&eb4~XOFO2=uZ3(9jM?z}fJ_9vghO0&VG0DGa6n7dKaM3__U&8tm*m%># zH%L=s*&=-v^HJU1#%>WGtZ^9Rq1t+BCu1K9=}B(mbds^ro?8`Tx!^V!%f(PmZ+7{x zc~p&!@@ffy_d0b)Fw+f{FIBkXaN{|6pV~NS_i!aq zQIKMc-*Q8};>5AUlWq$uM0Y^?SRobW=YgNly$^iSMxF6hb`c#cogA)#P|~XPtyP(g zQox@Y8zQU#9%!tI_aGTaar9r}%b|NjceK;j98BW=KFBH$WrmH48~cvNU)0*s&5i!3 zJ7~oH11yc;Y6a$KqS`&R9!Ouo*T_U4LSKRW1X2`z+7O~oq%p)lN1qebVs~)YMs=iz zbx*pw72b^zNc$sw1Fjh6Zoa}7Gnqo8Ir{8Qi2^tZe!^Fz&FhowAl+c>zKP1=6iruK zihe)c`&PI?awkZ0wc(D?yge_8Z}ULjSJK^>D~|b5`|`XP;R`w(-Hn| zdKvnn-{Lm*Sg@JdjBG4o?Sb7+Xk0?I(L<>W{54!1X?@-2i8o@SpNR{)TZDojnLL^2 zNY)f)TD7cDSK1kK6$JZC_~(VO1v#jJs(!#lFY~<0#4=$fq3a;M&@VuLUE{LTLE#t7 z`!IKM5o=5|wdxw~a{|u=SufoxJPNwecZ3SS?J#i)L7UKx>S#=d`;)&rbT4D+!t-04 zrjt$snH40Xc_wyg9KzDx=`Y{}{GD?5Q#nX%j}0#I6*s;et{RO3#u{rB5ti6v6jzOi z=a<%(z6$&R%YC)1!U{rT5v0S{8tzx8@je;@n9L6{9#spcWyF8B!cK49UbTjE0Nq%)`yNkU={lh|<}8fQa7}+o$C!9kZ9cmnJ54mZR+^LXZXrbX zX&j)@3#5SAd}foeQO$187^~_w3Obb~In`-FP>bF)o7ukW5j-%FfyNzFr$8!#{7dqN zwKkAkua?5ZCimXCN8hwbwvjI`Bo=%+>|Y?e+PPS|_-r=)a_!6ltDt zif+P{Wn%%zQ1_h0Zf$7Xq4AwYkH8ZB0enOE1cDzlRys9Cx|oghP6^B=(e2OG0Y4n- z8~aokZlbfscxvwh=XUzn+nJP?Z$V!1`ZVLJLue(9NUq8OWPlwKH4Vmaih1!sOLZi!KJC=yz(fjCC|N7UVS#`EQNwn18@L z(Zl=PMO2aY#*$rF8X(b7RBKJtH1RK7Be++HFXiP*ppOcGtfUdcP)gn0y5)RKOR+oD zSQ>_2i@R*$dsml}zh{LJA&m~BdI!PF2xbI=D7@$4^QKmqjZaW5VREP1D!3e&F9~zi zPSCwi;|Xa!6J2!gxY(7#JmSsG=F!;fb2MJaK%<*wk{EkJ+SEsFj?+g%F7zK^S?G0a z&0h|D?bP05t+I>V>)q{uB?-QpwoFB`H1K-Y*+W{8Zg);s@RCg}IiW62vozA1sDh=f zEB;1p41$+zd5y-uYTdkq&uI)73JT*jMw(lH<_dbh_a5gZrC-su@TQR1=-va&z1ncK&(U8}YtPjkYYic^1oIeaA|b7C zP_3YsE3Z>NwGWUU!MD~}Ayg~*TclCmsg&EO=(T8OHi^?AxNRm%a**3;wQKrYBOdzi zt)H8#)UIT^+7?tlBaMgtn2DPBoN$3Wu=QZA;wuGUEZtbAiUS{k0_IU~O5)<3Pg3((VWl?>M>Z`yKHB~Ev zWq})c!Gc2yTJXZSEghW}2}iLSAV-hDH)kg=Mzc6_$B3)S}Nx zUJa1w9j6NXO#w}`P+g-@6jfU&+UZ;SE*CxnUW4i(mMivs zAUrMI1iVN0oYO_5S#-ZpYlwcAjV5481X3UA6sNix@0vKl^D1dav#IRc)xKr(@ttzO=Na@8^IWjSfqbze2i)W$!{(5k+9y~Pga`^H^l4|p5GQG8_Nqa z2IOODXOeB*WMPm$j2$($O}BNZMXS96HKlbt{cQ*ahBR8K@mnB>iaQ-dl^F9}FX1q! zLM8^_%O?~zn^E_OeG4Le+Vl8S_dJ46IJnPC3IuPszcp}Obp2zT*jwpCXu@+FwWRLl z2{+VEt(;nFw^1TAqE4(0LLU+T2e>}*9&s1J-&Z8hNGGzkB!Hvb#-8${cad5u1miiq zf^>=QKHW;j&IE#Jxmr^G<|6H_k=p4S?yuTt7NI9JZrg1lFZv$8+(vYF#5F)#tK|)8G?ml$@D0HC2eoE!S)}QZ zrWRWA{I{_y)FS(C0sd7eNiBb1j?Us+ji9E9SE;4ud8FE>gkA!^;i3GfHZt64G|5;q z1TQ)5gDXTgy;Dw9vKbSJ*@Af+{mF!?}Z6uu2kdo_Lw zr>HYSLrMN+qwmb-c6!e>J*#orHJ!#+jH`4!PeM=y)d7ve#`-&*0)CgZrqnu{xM}@t zCJKW*Qu|K$mbLk6BV6JLEVYIIILNGVMtYfzox-~&4x{RXAOT!Tv&*TSbypv06ak*@ zGgybAAJjTAo{_cx7@zL+5xyC^F9L54r&LLT1p{H0V|M>2=79#vnExn{3=zT25>>hAYzRKT~?MZ6A@TJ1ll!%kam zUdib>8u#4BK@)#aYeFMGF9Wzg?=%GX6=5&ZuQZBsKUP{$V=mm)(1;p%H*R1#uW_H< zFP++i5RKA(7PzvtQld(%+rq?J;BC6^s}3~nw8TkPVJmZz}?V&-Ry2uV>Dv%%~7kTc8AbnRBre2uk!aA@Ji`qRL88Eg_mza8r{G*mf8V#bsE7&1RL<3QoG4t z7F1QuW}=(a#9G~ZNEh021b^Yr@R2n8ZqSInm*xX`O!B7Jr=_vOsMZA1C>Kah8izRj zTVp)6J;EQx3aGs(-A?>2+;4G#Pz5)c1;H=2EaOT#gqJ4ThxsRIQMe|7C3;(Jf!Wo@ zen#JmtKV$?4%`IkZD}=-4Z_D7<%ChveuS#~l$DX*aFc^DXHYxI?jZ!nT+?9tCN#Uv z#n#llqA^IL0|yJ;P;F@+d zSGg(+lEmkzyV)OIVtb@>q|@9+RgmYZiA!)?(0+;xE0;MO>_qd?BN^Jqi8F1r0ZX+ z#vXP|@Dhi=JHhfRTpvPx!YSIRkzG1i_`@9>G*-gtv|0t>dl!+1gPZQ) zHEAu`6Yt@nbOX5ok{;D@UgiV8EN$dn8!G+J3d4b0TlxhAgHdI);06wo z!HsvirCSH-L_cvpm6pNWz=!Sv<3DnG7S$RA9jVRLNG~j-n}Xe0aF47%!?Ua=-ACvU zzSn)1?8VXu!9@)0 zXiTzEMYxo@UlE!`yfj>*;2@genyv?esEE@tcJ~Xf0l)3hJ~Eqz`<^^E=inuc+D^rQ z^8;7(TYX>R$AulbOW|_aZJOCHxT@>4O6{@-@P{zi3Z;bi@!jDs9q>>D@tsPkePgz( z*&OK02%mubt~<-BtMKh$=q$(>?j6b@ zWC|e~3-T1c_QFEfS&^5HR&C}{Wc5(K3tL88fES`a<$Xzyd8_qH7~7>boBK!78Z)XEx1R7kwI0Gwd^b=XA@2J%cBhGUT)pZhyP!|2Hbl50{T?`>W!{lCK(O6J zF%$h=P6y11H1-Lry%yIQUu@zd*S-S5QdEyYx=Oz=wu8z1z{}v4U`}L(XVgBhYID0~ z_Z_i<=Q0TTm^}+TlZ{q{hVi^WZ75t;xIc7{Fq8&;ix8r=_?|;QgQ3~Ru95stErGFI zE-W{VA9a7xP0r~U-4Bue;Iv=3OR}L;3%4=d>^~;@2EHgb3w*?jYHX+Rv9%UxOf>c! zp+mep36~M>M;eE9uUclM@VeUMpcYLr`x2^@W@{O%k6@zN*X>)&><|w60N=L9TUfFi zYXH|jY!uDbo#%O^(B1CT1m8ucI+kuoGA~?8_uL9Do&^&)?Zj7(pD-EAeh$h?N3lBq zB#$5JYt;TkFb_dlt5&7q9f<7yYAVgtz{B8#l)pdF5~{8%YIHe3#5wfU(&3Ej_CgGbeDJm z8Y_feG~$I2l_B0Z2u1HZJwdm(S9A&bg$(tP_VFdSR(CP?y`0hu!-86r+3Xmk<%O8w zB|571f^--0d0f4~Unfqhadn)({kr*(4k4LR<0eQRx;fab0GAKJ2H^@wL2qn(4&J0O zO_~kCS>SaVwKO_nsX_Oi+2?edX!OBS(-p6?l+7+a(rMnudsqv7| z7}xm&@gI@?;q<&MV@-KYy(0kzaYC<<1> zTf*c%y7`T5mW~hNQLq=jYXZvl5vE9dlGz(q5u{c44C0TN}G{z7-AT5qROzK+7e^fQ)e(($1YMbZ*x8xuc4_lnwVkSk_WG5NC_Y83ZmNY0J(95kXofm@hOX3MN5 zE(5;+_W<*B-EX9IQJt3#)MyC&jjJmtWJ6j^_i_l)D$Ipkc3O=p;WHCmQtOYZjin2c zT+3-z;TY0YNNW)quiK92zD_-it-v?Mhbg5S%8Mnr#u*>U@0`w}swi}fBk&5e4SZ20 z;#v56j?l}ttPYn~ca82b6JL`&&c@T$`VaVx@KB;q3S(+-!cC=iiG!cwz;IvVo6cm< z(2c5?c#E~$?EYfnAE)Xjs-k*Fnv9ooNHa?-!xca^n3w%yp71?WWVG3(sD_!%>lGbK ze3vcTF|^Y~e1<9^mV=()9k?VscL!;JY7^YYAhm!CV_uIcA>ExpBl-*YPqkBUw}kZg zN?ZDQHc|#_Q7yQFOio3WP4_aswH`obPUld2pKfw2f`!udu5&q) ze`EO`E|atv<|h%P(}=l)ePFPR{DxTR}ID*&$*o~N6_#lAo{4bNo>UA1&l z;8;RyF~5p5zS`KZf`3UCBwg`)#?lIZf~*eAQGead0TVTJI)QYI*|u)uvC|vE1U6Rt zAySXObPV~;A-0ek%1n2JMq!4w+T$$*g{YNxO6WTOwrYGDPYCfms4p>pBE5v5JA%x> zm5ucbRME4neGgX(uDsJOkokm8SmtTW*E!9vyMpc&wJT~>J?@PrGD(wQe%0xm(;cME zEYlKSMzf=JFY5k-{%y6BnBQY^H@?@=x3u|ro`-9k#?sd8Q>d0pHzD|3Xa_gSY%Ps` z;h{uJ?N-O^hr&sc(}SU?yv9IjH?z&~ec{?isWlZoQL7MsMbI049rSH| zDz<7g2i`+%D9Cq0f3-*4f8)a11=1)Ba7VZ;)Eb2^iP*+M6QQZlEQE#y6P(Ift7@sz zB}=ty{&M3w)vDBQSG`WN=1uEVZPC0=qlWF8RtbMOmHK~>Dpl*(XxFSx>l&vr{(q@j z?J7;%HE-0eX44u?+BIrgy++ejF?WJ^%)|c0yY=bSrFgFn0|$2gUmVh@RPkQIpx&_q zOBL_gp<}x)y*u^k9NW8V@xfhs4=&y_wqx976n~?ymEGMqb#UTMFD51hQDTwxrG=0-aY~@XcELAY2CX!<)k@m!%xu~< zKKNkh8X9^k&VNvX`=9jEk{pV#X`!dyOgDy*Q{R(T>86(s=*^q==Dpwh8vWdA%>u5? z)gP1J9e_XSP%nGJj6Xx>7-EQ73KQ--GNSe`Mo?$hbmF1onPz4NxrkCLoL?B zXgA3PO0TXDQk~o%YO%H($}OQkm%Xl#sF|z0@vU{fzWLzON6{qwa+~18_z@nz#cTuw zEQY{{?GbFV*f?wkrm$ir>}?}953Q4lb>O^_T2s=-2)B3BQikLj-Q5IF7gV`e=PFHewuXs z{!s7s^3|2w9bY9{-0FwXm*I|3en08^9IwSa=|?yQvC#fbmu9J7PQyxnD4Phrw=mtB zl{&{|RH+ptuMXhUZ5=g!br)Z_*H7CY{IvPJeP?8Scj@%z$Ioxx8(A;h8^5{D?`Mx@ zpESp40dMt{1Z7{TXvZ*Qp0QCl73MQ|#^hy`E9%{noJU$TDO#)+&%;dYwcm8kRl8KZ#JlY> zh0-Af!;?Ia9L~WPnpDP t_fA!uyYhXMQFdwx$+^iGyZ8{;M`zGEgVi%we(AJW`j!B`VTVlQPuze literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..88806fe2ee147df76c07a69796ffeb6108db72a7 GIT binary patch literal 5840 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..498d52efe1b9734f1616adad412286258d15e74b GIT binary patch literal 83021 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ν>fG?ay=qipmf%0n|y z0eT7*qBK;5(or#*iAvDZs1#+Oc)dRsd9G@XgbP5Y3N0ijcs61?UV~fzG0p=p0&wE}}vdrFS2Lt5HX^ z21TQ_Ch$MibE%l#1R! zX=p3TK-*9@+KzJ2nDK!`lC`Wz*qy(oyjK*?wyNwo;a?tlE7yW?p(2r;nDo17LASy?P&_Q$g0aumN*aRo|1SE5986&iuAMk7%r6hxKLC{zWFMpaP~3PZ`L8cIRoC>2GZNhlIc zMb*)CbPY;F*P?WE9m+u0qfB%I%0f4yY;+UKK{uoM=oXZVZbb{wZ72`jj`GnRs1V(W zO3_`Y9Nmo$qI*yUx)&Wq_o3tHesmH&fKH(r=nSff&Y@c9JgSW@qB25w%9Cs12Ho+M+bn z4&|ZtC?9n|%TW|6Kpjyb>V(#y&Zr1Qqhizrm7uPu6m>&oCel zXd%i*FQXi^2+c=}Q7&477NJ*A9(on!qot?-<)LDfkIK<9bPz2^6{r9mK`RhHGaOur zj-yrRBq~Iw&}wuBtwHC|T67+*Ls9x!<=}eM5p6)xXd~)|ick!C4aK5j)E~W$2BH!) z2yH@fs1(Jc%_sqFL5b)M6hvE5GTMex&~`Kty@^uMTWBhJ8>OK#l!11jJoFCANAIF# zXeTN_@1a8UJ}N>VpklNOm7ot%DcX(7&_`$|`WWp;pP+K|DLRWjLs9yf`rsba5q*xL z(OwjTzCf{PAL@_xqj+=xC894;8u|*Qqpwj0`UcHH-=a+P9h!~4M|02*C=30FvQat8 zK?hMTI)oOX!)P(8KzZmVRET~?o6r$dhK{0gbPOFt$5913f%poB;4kPL`V~d3RQ!gb z(eEe*okX$d4>S;+LUHIcibrQq0y>Kl(K!@E=TQ>+6D6a+Pzw4R<)I5GA6-NR=pR&w z{zYrhC6_CT(50vt{STF(%TOu09BoEdpe^W16tAz?2wsH}(A6jrRYE~j8I49&P!g(& zl2I5+LDkSi6pm6+1e%T_Q5vd_($O_216_+U(RC;bU5~QS4JZfQh~}f4P%gR|<)K?p zKDreZq1#Y7x*Z)vcc2P%Cpv=eLVW#7@NRSx-Gk1cd(l~RA3BHbM^XAZm*4{^4%I;M zs3uB4wNMhOjgnCvl!EG_iKre*MfFi0YJl=lLsWnop+eLc6`>}m7&S$us2PgVSKkDi zqj=N;rJ|N74Yfk)s5Qz!ZBQm^i?UEVl!Mx%T+{(Y>FaueQ78^|MDeH-N<^Je5JjUT z)CDD@t|$+6L-{BM6`<~@5cNPss3$5$y-*42jY?4;6u(x{7bT!r6hQq@BI=Juq5&v~ z2BJ}D5E_l*P!bx9lF<;9f`+1r=s}c<9zs*m!zc|sg3{5WC<8r)GEqFrLJ24v4MRC7 zfaaq_l#7O=JTwC3qmifp1yLayg^JK3F(R6eQJ&Des8R#r}3Y|k~=mJVd zQR@^lQAhMNibfeI20epf(X*&OnuP|UOf(41Msa8kibv0(1oS*gL@%Hqnv0UqJd}*G zPzrhxO+?u!6}^PgP!7sK^HCb64LXU|qBCe6I*Zn$sP&2s zC>m`CfwIv%CwDjiYiisqi7U?Vo)T?K-Ezmx(4N=Yf%BZ4y{7h zqe658T7zyxMd&6}jBZAy=oVClZbduLZD=RD9qmVVpmKC4I*aZ?QLicPM$zaV6oc+X zvFJY3AKj1Q(E}(A)j;W}CdxpyP$sI4vQQnAjq0LYR1f8$`e+ksfXYxqRE`><3e*_I z6)T#cc+?anpk^o$HAg|z0*yv3(Kyr!C85?R8MQ%as4dDs?NBCakFrn)l!u~FKI(`H zP$yJ~I-?>KjfznhRD!yqQq&E_zpjWu38*_tL_N@O)Dw+By-*PKMx#(4G#d3q<4`P0 zLj6!O>W@;;05lN|M5$;Hnu_AkG&C5cp&=+84MiE~L6nIeLRsixl#L!iIp|R|A3cV0 zQ9Q~+2`C>8Lj@>+3Q;0ji-w~jGy)Z)k*EX(Q7IaQwxZE!I~s$^(Bo()dIIf2W6@qT z4wa)MbP$b46(||~geIUPCqqPN6C2G@6ReplRqVnvTw)C((H{ z1O0`bLKjdPiYig0qmF1MibhYP7?gox(KDz&dKL{tvrrt$MDb`gN0Wf zB`6!cf^yKSXg*qs@=zYiNBO7#EklK9Ia-Yh&>FM?twSr(MzjhQp+Z!QR-+QM29=_< zXbW10%FueW18qP%(MGfj6`?)oHMAEMqkZUgv>%nA185T}N2TZ>+KejD7IYH5fzF_< z=p5RHqBbeEqmJlJ6ph|OG3ad+i^@=cv;z%9@1QvJE{aDxQ384oC8GCH5Pg7>&@PmW zK13;KH%dhxp)~X{N=Kid4D>0=M4zGAXb+l$K1W$-FUm$=pd7Rh<)Zy44;?`H=u1?9 zzCwlQYgB~3LB;4>v)7L5dDlQ z&=GVL9YrV6F?0$YM`zFpbPoN3qDmFNqK@b{6pemIG3X?UMSr0F=oA`=PNO(<1`R=H zQ9L?_63}^+i2g)D^cNb7{zggY0!l^~Q40D8rJ{e)By`D@ipl6wGzI++O+}ZXY3On^ z9bJLa(3L0yU4=5y)hG*9LOG~1%0pF9KB|feP#7vi)zE4bj@FgS$ss0)fkT~UA34GlywC=PW;@u&w%L_JXu^+HLgH%dl* z&_vW1rJ`7rhWepA)F0)e0jK~CM1^P&T7%+H5gLq&(GXOEhN4pRAli%`LR-+oXghiY zm7zz`4)hq>h2qg(lz{f3Vdww~pmLOm&Z6Py92$Y5-cXE0(I|*w&?pp(Mx*{{3>t_Y zM{(#06pzND1T+pMq9l}x#-lWpjMC8rlz~!ECYp$5qf|5pO+r~{GRj6%P!5`ka?v!D zho+-V=t)$DW}tHP6gr5~Pz6dy{Ho62Omq@GjZUEqbOt?xqP8lYMbT&$ib0tu7R^TS zXbwt1&!I&0JPM*0P!gJplF>Yrg0fI5dJ*NJY?O~)LIo%XtwQrrA<9K-&;nG17NTPG zGAcofP$^oBHlrnID|!WOL$9LvZHlER0p+1Yl#fQBWhjW2qcNxeC7~548LdPqXcd}> z3Q;OrjsCBu`;OM@OsG3-PhooRz4xN&y?oNwd+)vX-aB%l1OXv&6pzyrIZ;4#VLYM@ z-~j`s&rnPU84Q@ANXOWQq2=zo_nGB&*6-Qx_s^{N9xYqClFp;P3v~zTyHOWV--Eh{ z`d-wXsP98vLVZ8#F4Q&D7f?Tdx*K&b>N4sFQCCp+p{}F8h`NEgj(QmNL#RhkKa9ff z^KJhK>K5upQIDa14D~qbOQSs~cP(O#d7xf_OKGe^nuA_bd^~0!NMBR`2CDfNuzl?ei^(&~~MExr2 z2I?!QCs1ESo&E8X$FHI6s9#69QNMu-qka<=MLmRCqJ9f?9`)O(J5axax`6s!)J4?q zq3%TeKI#(c4^Vfb{t$H;^+%{LqHdtBqaH@xK>ac5>`$CL{sdJp|qW%swNBuo&f%-aXiTVfB3iXeu^QeD9-GTaN)CJVPpe~|r zd&bG*PSowFOQ@%y?m|5k^##<^P}-dM4^B>RG63sAr?Dqn?Ah zfqE|LVbt?bkD#89dKC2n)GgEtQIDZsgnAtHV$>6;m!O_Ry%cr!{*%YcQ0GuDN7+%Y zK)F$`M1@hWLPb%pM#WLDK_yYIMU_#nL)B5QM=elqK%Gau5p@CeCe+=iH={12-h#RZ z^;Xms)Z0*3QEx|GL%joaFY2AB`%v#fT}QnebwBDos0UE*MLmdmAL=30`%!1VeDXMh zvZFqLa-%+o3Zp)RilRP@ilaV)N}@iBDx*Gz8lygrI*JHQ=Q5R63LS00C8g(b? zGpI|b&!X-^eGYXu>hq|}C=2R~sI#d1QRh$(psc7HC>!b#lpXab%7MCta-tqXxloUz z+^8o}9@N>NI(c|ec9ak0M)^@;Q~;Gk1yN;G2vtFaQFT-V)kZ~8V^j<^Ma5BbR06d` zB~h1ADbzivH0lZ}gZd6s7IhVsLwzSIkGh5`pzcK#QTL%rsOzXQs{GR@j|!@Ss-o(s z8mf(|qsFKPYKm&2=BO5GiE5+HqdKTNP+imoR1b9#)kocl8lWzrhN!zxBh(jAW7OTK z3FJiim_2;NH>QU4NbqlpcJ%-w$9!Kp_PoNH{Cs9Y# z*#}M@--tSgI*+oW?m)Rw{|XgG{cBVdbpaJe{Toyg^>0yS)Hk8(sEepJ>YGtx)VH9f zsBcBhQU4CLKz$o(iTd}b^QixTx{SILbr0%4qOPDWp{}C-6Y3i3F4VoKFQD#2-Hp1A z`p>BQQU3+?Wz>H~J%IXes0UI19rYE||3E#2`k$y9sQ-m}67|1PXMg78aT(=C-GeHl z{txOr>i?qdKwUvyK>a_|Mbx*W?nHeD>JsWI>MqoGqV7h07wR(VyHQtA--Eh}`d-v^ z)c2w8M}0r)A=EY04b%^y9!A}ZdIa@@s7F!vp>CnRhpr%+4OPoplQ9zflL`We&} z)X$=>qJ9o_4fP=EUewQ{?nC_o>N@HdQRSaIdHfQpg8F4t9rY`yHtJVV9n@D)W7Jns zQ`E1a=BQssEl|IKTB3dvbsqH)>JHRzp)R0)8+8%&JE%KRzl*wr`aRTLsNY9@0rdx{ zyHS6Lx{UfG)OFMi)D6_bsE1L1jCut1Cn)^sIPFJJUqk&V>K5wHP>-Sh9Q8QrQPdNt zzd${S`Wou&gC~!_M4dzZ70QnKYm^)HH>fb`CMt@$g^HsLR1)H_NTP?u4EkGco-b<`EqKcKFn{t!{nFdGh!%)a|JI zQBOfVfO;zG2I^_3vp;|Gcsk0C`UX@S^$b)J^-NS5^(@qR)U#1{pq_)efO;^?uZ4)EU%0s1Km7pgxGY ziuw@h8tTKSdr==j-G}-p>N@IUsPZqKJU))9pgw`BqCSbLqdtXdqdtx5qCSHfqdtq8 zqCSV3qdt#Xpe(2*>MUxDI)^%svZC%l*-#fycGN|b19d0LiMoVxq3%MtQC~oLPK>FIbpsVZJ&X#X9zlgr_|vl5Vbm>D1oapyih3LsLp_0tqn<=1P-lPXH=zy`X0u&Q2!S72x*K&F^`BAq zp#BT$3hKY2uA=@M>Kf|5qwYoh57d3A|B1Se`d_H>ubw>qH>!fVjH;vVLA6o;2Q@(b zU(^_N1vN$eKhzxc?WiT{J5c9QS5bGMz7ur;^IWipHQP)vlL;Voy7V3vlkD-19^*HKBQBR_N z40ZM^Cyy_o&Y^xBWk>x4%8mL-R2X$XDvJ6tDvtUoR1)>ms50sSR0Z`js5MN+rsIQ{#LH!!)3hLKU zS5d!#`d-v;qOPGHLfwn{E!2Ie-$q?W{SN9!QNN42AN6~vFQa}R^#JM*P!FR15cM0V zKSDi(x`DcZdKmRE>W@*6p#B8)IO-A9lc+yMo&D;`+fYxU?nM0^ z>MqpZqwYq19d#M?52!1se?(nH{S)dM>Yq{9QU8LvA9dTaP99%I-Hv(y^%T^DsHdVH zLOl(21NC&&!>DgSJ%V}$>QU4)QMXXfLOq6hHtKQIb5KvBo{KvBYbTHAq0XV6kFuj) zfO4Z=hzg@#go>kHj7p+jf-0k4imISqhN`1pj%uP_foh>%iE5)>h3cSQjT)m~gPNjV zi<+ZehgzaukJ_T%fI5$QBkBU`O{j~gH>2)Ey#;j%^;Xo~sJEdmqu!3X2lWor71TRX zS5famy&I4B;PGBO-gokN*VEe9aDFcy_u+B<^YzP>TQqRcJjZkkI%G*{rZ`Hc{Zz=&t>&PXZm=|2kqI1&h*NaVtr5@*4l&S znMHlDIMZua&WzTx)^PCQ_kZw1XQu60{e7cywOel1r)Ng((V61O$7;jLnQE&%snus^ zI>T1E(wNl8?;owd{>;zxhqZaH{<+CBZoloelYefTe*d@JcH7OT-hTV-H$OLg>+7HL zTTgrTH=VutROBC>=F^cUKXd-{=bY@%IK?xGXPx5N#B)yZT;h4Bcs}uhQ@oIP(J5X` zyyO%wC0=%lmjmZ+zTyVJ}q(i4p(j~e{kLV?RqMrootXslWggV?3xfA!~K|GR{r|N!Be@MM~PPCFX(M~!E^k})w(Cd4F}64PWx%#t}VPZq=?SrW@+MXZuFu}(I`CfO3(WJm0h zJ+V&?NMlHjbUG#{;*^|;b8;ar$(6V!H{zDuiF@)O9!bm7aKF}@XP<`m_trV^qV=Yg zw25}oAv#Hy=q5d)m-LB#G9U)Y5NU+Th)$zqOpKEWF-fMxG?@{zWKPVJ1+hq$#4=eC zt7J{AlMS&+w!}8s5xZnh?2`j=NRGrYIU$WHIn(K!T!>3@C9cVhxFvVuo;-+0((-g( z=-JbM54v?uw30T_PC7&<=@Q+fNA!|D(N6}%AQ=+FWJHXTG17>W37sa%l$a(nVwTK_ zd9olD$&y$mD`J(biFL9eHp!OQCOcx6?1_DHAP&iqI3_3Jl$?okazPqPa;4KXxe>SI zPTZ3R@kmr=EOW%5Q}6n zpB#uoawLw)i8v)^;+$NFOL8Ty$&I)rcjBHrh)2@$EZy(v&o^OZr4V84!bHNDPw^F-pe7IGGTWWJ*kv88J)d#5`FLi)2YGlNGT_ z*2Fs55SwI+G}>fGr(Loq_Q`=bBuCGjFSm5Nv6a!nGv&OPRx@9 zu}GH0GFcI;WKFD-4Y5hK#5UOxyJU|v`s6^TLvkdJ$%!~6XX2b(h)Z%MuE~wKC3oVU zJcviqf}irm`}GjFSm5Nv6a! znGv&OPRx@9u}GH0GFcI;WKFD-4Y5hK#5UOxyJS!7lLK)`j!0unPINjYXX2b(h)Z%M zuE~wKC3oVUJcviq@;u$|>CfrkIwx95n`kE;qLXxqZqg%qNuTH^17eU2iD5EA8c{N) z(>R$BlVnOvlNm8f=EOW%5Q}67<8bz|C(=u5Rt7J{A zlMS&+w!}8s5xZnh?2`j=NRGrYIT5GiOq`PoaY?SkHMtSD^&6hvY~c zlM``D&cr#n5SQdiT$3AdOYX!yc@U4J1>e4e_xGiIe?=>46YZo!bdoO7O?pHx=_3t4 z8PI8v42fYfB1XxW7$*~Al1zzdG9zZmoR}vIVv#I~WwIhx$(mRv8)B1eiEXkYcFCUD zCkLc4Bu6?OlM``D&cr#n5SQdiT$3AdOYX!yc@U4J3x)9+8abxyRBHqlNxL?`JI z-K0nKl0MN-2E-s4B8@N^(P@;7iE%O^CdrhTCNpA|%!zrjAQs7zSSBlCm8^+%vLQCf zme?jcVwdcReR3cU$&olFC!{eYXF8pe3vo%V#5K7Qx8zRTlLzrgTJRl*cz<8c_gA!% zHqlNxL?`JI-K0nKl0MN-2E-s462oLfjFK_Zh?5DOCdrhTCNpA|%!zrjAQs7zSSBlC zm8^+%vLQCfme?jcVwdcReR3cU$&olFC*qWxiF0y68cTAe(>1vfx8zRTlLzrgT3(_1 zJ^hx_TjxY8X%p?FLv)fZ(M@_pFX_)JCmUjuY>92MBX-H2*e3_#kQ|9)aw1O2nK&mG;*wm6YjQ&xTXLt< zJ$Vq1qy^t3jQ97Ie1AnNX%p?FLv)fZ(M@_pFX_)JCmUjuY>92MBX-H2*e3_#kQ|9)aw1O2nK&mG;*wm6 zYjPuQ$(^_-52SGh()p_mdT1(C2L}x zY=}*=CAP_q*d=?U(I*Ew9g-t)OisipITPpPLR^w7aZPT-Ex8l-KCT!>3@C9cVhxFvVuo;-+0 z(t_VThxhmOe1AnNX%p?FLv)fZ(M@_pFX_)JCmUjuY>92MBX-H2*e3_#kQ|9)aw1O28EMSPg-(~`N?em0 zaZB#RJ$Vq1q~#5|-_ze7dFz~LC2gXebcjyUCAvwE=p}ukpA3jWG9-q{$SG|%qhw5s zlL^vDk|~|0$&8pKb7Gz>h()p_mdT1(C2L}xY=}*=CAP_q*d=>npB#uoawLw)i8v)^ z;+$NFOL9dTYjUI0Ex8l-ai#3Y##(`1G;vSd!Dd9olD$&y$mD`J(biFL9eHp!OQCOcx6?1_DH zAP&iqI3_3Jl$?okav?6smAEE1;+EWz#-2Rr^hjFXr2Bmn?^m>vHqlNxL?`JI-K0nK zl0MN-2E-s462oLfjFK@iPA0@8nG(}vM$D2qF;5mqqezx?S|%%Em8^+%vLQCfme?jc zVwdcReR3cU$&olFC*qWxiF0xxF3FX+CO6`i+=+YgARbA}n@{i8IQwSaFL~2S+C)3) z5S^q;bdw&@OZr4V84!bHNDPw^F-pe7IGGTWWJ*kv88J)d#5`FLi)2YGlNHjak~N*y z$%fb@TVk8+h+VQL_Q`=bBuCN~ESVGYWI-&FC9zCa z#41@6>tus8nq*6-ZL%YF$)4CJ2jY+%iDPmiPRW@#Cl}(9T#0LPBW}r^xF-+dk+i&3 z_xo1fuV^K0qMdYzPSQmhZqlPuFXN~ zESVGYWI-&FC9zCa#41@6>tsW0k}a`KcEm2(6Z_N~ESVGYWI-&FC9zCa#41@6>tsW0k}a`KcEm2(6Z_;q9Fik(Oisip zITPpPf;5)oN~ddbBW}r^xF-+dk+i&1_xn!XuV^K0qMdYzPSPd1Nss6yeWITXh(R(W zhRKK+C1YZoOo&M`MH*=`qth&z6Z2$2ERrR$Ojg7ySrhAILu`^Qu}yZwF4+_N5C9zCa#41@6>tsW0k}a`KcEm2( z6Z_;q9Fik(OisipITPpPLR^w7aZPT-Ex8l-N~ESVGYWI-&FCDJI96`fYenph_rVv}r% zZL%YF$)4CJ2jY+%iDPmiPRW@#Cl}(9T#0LPBW}r^xF-+dk+i%=_xm2+FKJjwn@;Vd zLv)fZ(M@_pFX92MBX-H2*e3_#kQ|9)aw1O2nK&mG;*wm6YjPuQ$(^_-58{!uyjS=8Uf!>0 zC2gXebdZLVbm`PhdPFbj6a8dB43Z%+Oh&{g8584VLQIk=F->N~ESVGYWI-&FC9zCa z#41@6>tsW0k}c9`lO3IQ$)4CJ2jY+%iDPmiPRW@#Cl}(9T#0LPBW}r^xF-+dk+i%| z_xnEHuV^K0qMdYzPSPd1Ne^jwNuN&rWIzm(Au&uw#3&gP<77fik|{AwX2dL+6Z2$2 zERrR$Ojg7ySrhAILu`^Qu}yZwF4-fEJ~`0okQ|9)aw1O2nK&mG;*wm6YjPuQ$(^_- z58{!uykGbGe%`NWC2gXebcjyUCAvwE=p}ukpA3*jkPPWGOh&{g8584VLQIk=F->N~ zESVGYWI-&FC9zCa#41@6>tsW0k}a`KcEm2(6Z_;q9Fil_7?Ts7PRW@#Cl}(9T#0LP zBW}r^xF-+dk+huA{hs0didNDl+DV7#BweDL^oU;4C;G{N7$ietn2eA{l#J;#PA0@8 znG(}vM$D2qF;5o6B3Tm4WJRo!HL*@M#3tDi+hj-Vl0C6c4#Xij63663oRTxrn3D^g zF3FX+CO6`i+=+YgARbA}2Xwz5;QfkL(k9wThv+0-qMP)HUeYJ}$$%InLt>bWh*2^o z#>oU}B*~Oc(_}`>k~uL?7Q`Z163b*otdcdcPBz3Q*%I4iN9>Y4u}==fAvqGq6YAyd-5P2Ny`UyzaQlNidNDl+DV7#BweDL^oU;4C;G{N7$iet zn2d-~GA72!gqS2#Vw%j5MwZO!G*1@9B3Tm4WJRo!HL*@M#3tDi+hj-Vl0C6c4#Xij z63663oRTwfPAbWh*2^o#>s@3BvWFV%!pYsC+5ilX%xwlPRnFPtdcdcPBz3Q*%I4iN9>Y4 zu}==fAvqGqgPQ`S9ue8fQPu`z3E$NtV7}U z`xULEO|+8^(Mh^U!%cd0>Lq=mpA3jWG9-q{h!`bfVw_BfNirp-$&8pKb7Gz>h()p_ zmdT1(C2L}xY=}*=CAP^9X>`e+PW$9Q9Fik(OisipITPpPLR^w7aZPT-Ex8l-hr$I6#hRKK+C1YZoOo&M`C8o)Ym?d*! zo-Bw(vLu$tidZFUVx4S=O|m7n$&T11dt#p)kj9W4>2yp^#3?xw=j1|Mk}GjdZp1CQ z6ZhmnJd&1=>wZ7Z`xULEO|+8^(Mh^QH|Y_*q)+sd0WnC1NFz)}bQ&dNVw_BfNirp- z$&8pKb7Gz>h()p_mdT1(C2L}xY=}*=CAP_q*d=>npB#uoawLw)3298pnNH{ALR^w7 zaZPT-Ex8l-(BQC1>KC zT#&|+TV7}T`xULEO|+8^(Mh^QH|Y_*q)+sd0WnC1#4s5V zqhw5slL;|Nrbr`AW^|e*b7Gz>h()p_mdT1(C2L}xY=}*=CAP_q*d=>npB#uoawLw) zi8v)^;+$NFOL8Ty$qi|2$(>I3(BQC1>KCT!>3@C9cVhxFvVuo;;Aok+ghT_xowyuV^K0qMdYzPSPd1Nss6y zeWITXh(R(WhRKK+C1YZoOo&M`C8o)Ym?d*!o-Bw(vP2qXvZB)}SrhAILu`^Qu}yZw zF4+_Nh()p_mdT1(C2OQnCmT9# zk}a`KcEm2(6Z_;q9Fik(OisipITPpPLR^w7aZPT-Ex8l-3%=Q z`xULEO|+8^(Mh^QH|Ze_FX_{%pA3jWG9-q{h!`bfVw_BfNirp-$&8pKb7Gz>h()p_ zmdT1(C2L}xY=}*=CAP_q*d=?U(I*Ew9g-t)OisipITPpPLR^w7aZPT-Ex8l-cKhOIWt)xw~lMc~Ix{YUWVa&@hLlhL$lbq%~yBA*&&04tWg)b0}&knL}Aa#T=>{YUWVa&@hLlhL$%^d6+ z9OmHE;4%ld29G&-HTcZIuOVO#K@A~u2y2L#LsUb|9O4=h=8)8oGKaK=j5%aAi-IYc$Y%ptBJVGc{D(NSH%XL&_Y|8ZzdP)sQoXyoQ1~6g8C0p{$`|4pj{`bEs=* zXfT=@TIMI(8an3C)zCACzJ`H03^k0*VXR?d4pR*?bC_#bn8Q-T${f}jHs-L^urr6f zhJ!gAHCP9L5?Z<}lSTGl#i`g*hxWtjuApVPg(k4Lft#YdDz0QG>;4etkIg z^xQ2u|BsHYWA*~@}4p|L3bI5Bb zm_t!R$sEcWD&|ntP&0?RhK4ybHMGp3t)XKMT@5{R=xZ35!%)M>9L5?Z8jPuinfZyi zhJ`sSHLT2GtzlyhTMavN*lReL!%>69ZGL^Y_4Q#6Rt+|DuxoIbgHwac9NZc_=HS)f zGY7whfH?#;gv=qVAz}_u4KWS3;u;bs!}DJB+s}O=|9LFW{j0aVdh+z!Z@caP1Na8n AZ~y=R literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0865b5f62baa3e4646a448e36c18425321a4ea1b GIT binary patch literal 1412 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..c1c1a52e69b6477c47e2dba84c5a66b4136d5c5f GIT binary patch literal 83140 zcmeI52Y_8wwf<*PCp|M0k`O|AZ<9tx$fWm4@5y8`dy-5t$xLP@y`dli&!;FVh=_=E z5fKp)5qrgQV-2zKp3f4W=iq-O6Yj69y)8HAX9W9SFW>mXiyLxsZq0EyF1IRYTkfjd+?>iB*Mk4Kmbc`( zRxStHTC|O5ThTnxcB1V?JBW4^?IhY+w2Nq0(R|SY(LySY(@p3+(e9!>M0<*!FWO7= z0@2>07mD@~?JL?(w7+Oe(E)M=1F84&NP~n2iw+STDmqMbxNI{*+9O3riH;T>BU&Un zR&<=`c+m->6S;?bb6rdP$r0t>{G)$gbVtW~b7@ntF6|n(F74e`_GH#&PbTZK->l2F zS(k0IF4|&U_MInt?Jk7$URP_m>NcWn-Ej2eNxPl2+lzLPo{rM)B<;?kT|~P| zf4;N}q+Q6iSeN@dPx`ux_7LqUbI+G{FKJ&O+FSHO(LOR7_g$VZyazf!Mh8;8@A624 zr8n-o>^JMOJyPb3azoG_E$uPVHtTZEIO!iRIze`-m0$%6avZc7M^9Vv7OdQH_0< z#~UIu;=apckC1K5ci9v7UE14xm!lRLcs3Jx9R2%y-#iahFGqM~2Y4Y)8IJiu*2m;=ap$oA0t6kGq_2*5#4Sy6iu-bva|0ygI|h z-ez6)kCJ|iyWDS)^jO?wPbS}0>#9Y~k3;L`ozl9zx_I2>aV)Fxyeu+sX54q#Qy{NN zWL@@|?{aI4yKJ8?bDPd;oYPn4^b@bMtj05HoYieYdf7xtDlk;2g_p94(T6r4||3)4X+QVaA2Xx}5^+av$;aE_>qE z;66Tz)a=y0SWl!Y0 z+`=khj+pPVKT~AjocM~2Gy7$TyX+sxes5i}Wi{?49vL_q_g(g6iVW;Oy;{xuHuT*t zfpvKnR!y*NahGjd@3L)im+hw43_LIMUA*2nPB+OH78&RRW?k+nlkajLaqDuXtr<8P zUo&7dgLQeNrdMR#i}^11Zdr{H$07sUr>Z7sS*{m!b`Um{T4chP@Z)}_7U z*5#F2WMDhK-sPFavl`}{WL@=LjSsfoEoj2JJVHD&u*WK49?jMa?6}lF}X({vF$hzFd;%;N#ZERh>US?gk`QAlz2fCo zQRL;^xP3X^Q?A17%YC1o_j2Z`V*`)Z++8xBf!%}T9?ibAW2U^u`F59#_O%*~u|YY? zYv-MYb$O0<50dTXA}`M|z9z#~d?m$-wrb#6Hn(cvoJ^6I{ih#!dCq5&*SPmgv4Q<| zrvbJh*Ea{MkC_h|1<@ER?z@jT3T*^c`zXIgCF9wtadV!j*tD`HS1-|Z3jF1NPG zz~fk6V}Coz(PmxtWV*x4t(wnkob_t28q~Vb(^@s~49vRRa+F+M(|L_Hw!Fq`H|ttn zE~-GCHL@=4Veh%KZE=_FOx9(;tr>VtnIZ$` zH1b`}wRb1jj#q2!$rN|l-?VjcoD7lSbgav(FyG}d%y-$2$6fYhjtq^hd%Hz>7sqeLy0oH21|DyuTvw*|+&R;Hm+j_# z*Vbl{@AhtFU0TTM2_D~SVYcJes_9$tr>WYmen{X zQ&!`grmZWlBcg5eC-U6Lx)(OGF3-Xu1CM;>*5y|Jo_8nYnsG&g#3N5H?(%xgx@_Bu zOs&fv%WAwXTknR})e0?>b^E*m>+)!E-(^o%xiYgZd!npHvb$t#XNtS*Ka)@6&VN+qP!lG2>Z{qs`rE;8wUA=&7yC8Sym(d*asR@yxnx+xwQBnaOw2f0A{h z7!gH=evPcleVcW;@A#U5J!W0DGg+5=FyCc6vM#rkG-`Kj`d)&I57q>3w*gI=%+b7BR z%9!u6-Mn=*9z?b_>$Vi@a^J1Q9#*UIT-u5?EHbbszGh%g+;`cNDej`bk##xu)$m=O z`v9r_2U5N7vUVLTy|!jxkG*fn_6QjrDQfo_*l(ZHqg}_!=s3~wqIRDFGZ7iE@BjBl zqb@!_5%}(az`DHN)?(47*9@Fv_sH1(_gj}1vA8SOj4QHF@X|tNUA_wDyWA!o8Q5dK z%eLJk<5qF&@~S7&(h_&=J`SzSy9{yb4h*czJ(+dc&g8qVrFD7CGp{CS3yTamyI9=i zSlqhoiGNOyJ?6W7HOzO}Z}-pHj{7cVdh61nv~dRO>bZ!8X*atI$@bajzkGEX--QhQ zm)F&t|8g&J3$w@kmwU5M@xtb?u0^3uY#?zPxEIPhN{-~5;Df3^Sem@n6VdF5g3 zB@dRhg846fFw^Hu*>C>KcHFw`G3&Bz>jt#Nx_m!PBZOKv9vy}RzRTC??6WTIc{TI=k1ve#>mM zbbQUrQM*s3k%4NT8DTrTPiE0T-@Vi*VUc0jIT9Jvy3i(9Wwc7BxXUfiBrbiz$~f~>YhI39MZrDA*Ss8kxpB97>vD!g2DV@A z$UwWE92rKO^^t+EN#jp7u-CGh#$AmJY{SdMy6mxvg8lI|FMF&SW;?zr!yXWK>93a6 zG$zC&!^psQd9=9i@+{)@8t24)mvgKd=IE(>m*Y+QE=OOk@A51fuNl}IkGpDJ^<5s% zs$urTt;-&>F57YIqQ|eubj7RR{GqkOtTrmJF3%-yT^_$V>vGP^u`Z7mj|{KGy1f3- zx@7ZRwr$PO*t#6Gtj5v!ii|z>?hj|it6__}v?{I4^+Rag(Sdb&bc+8i3pN!YvIPS7HekX^vX}X%=sJ(N^ZR7VEIGQOkn7^9uo^0JBu`aL9?vuUt z*5wgiJ?rwyPhCyWS{51Dh7F+2tr@uAS6WSs{WtjTt7~0a%I@UAB7VKwI5P04@yNhA z_K6Yh#eA1`jr%S~?Gqy$jn=!-nnCa6#Misy&JpYK`Wt68_S%|(?WQ9GM@NfK$Kx(- zX?M^$=j5!$JjQsytkyX0jz34NODlxdCCAqcjeVCrw%%>Zy6m^RIP~?Ct!t|WuE^Mq zXSE6Eh;?a&Q(Kp|iARRU*5zxG$#=Q;Oj%9i0&^ODx3P66igkIMv-|$;$<`&?nt?Wp zXEpYWko%KO`!44+oz?JKNv)<9rDa)1*c}~zpFwg!3#kmxZtK!B2l6^%S&d#}ahL6; z?~&1#mesf~%WB*zzTV}`=pI>QQ`$LZ-E+im)w1wbZ&_NzDhb+RsI1;IMFnnY-&o_! zcvRqMJm#upf zzAk;#{%A}HR$}LrWh0-ZEe4C9nq}FODH<>;H|?`wG+;aaUK;Ns@DDvzeO6gw?Kxsu zUiCocr3}%4wzFu!d2yc&ElcZLG*F+V+WJ;4%Q+Tj_20f~6lMMAZ_X*p;;Lhor7g^7 z+0Nv%v{d}_y0m6IgK>_1UYDa*mzlptf1ex;c+|6XZNRHO_5B3eBEItCHqEWP=*!Km zymVcwRT-_Tb`5>@Y_=@V-9B@Jb_SoN9plk}+t@pk9F6-dd*VLJ`R216jXsTMD+7(M z8W+wL%koO?4kOy$vh-7{bUDL5=g59UMCb@nTN|+7-g{u%o*=@Rnbxy%Bv}{eT?AXn zs%@hT#@FO*y}QVBZyXKOviui~f2&aY#uVFTS+<+5!)R0cBok-Gt6a0JR$z<@q1T>l zS)Sv+?j0Q-?bUeCK`l!i$W>N`Xuz?iqX9?b(SSYn=~1>%@5v!*S=Gd{^x4y0^f24VCKDfj!fG%{4po`rS=mNJCy38$yu5c@%tK4en8n+fY z)2)H7bEVMbZauWjZGf(J<f22xx9r%sz zdgzI$$oBixA`Nz z+ue?N?{RlP-|Oy#zR%qSeZRXK`T=(j^j>!#^nUjM^g;I!^n>nU=!e`R&=0#up&xON zK|ksqhkndG0sXjp68Z`Elt0oZ-P7Ptxo4oCcAtTM)_o58dG`hA7u}bjUv^)CepNi; zYwlUJzwW*P{igdCH06#!zwN#Q{jS>w{hs?i^at)J^f`CTAL)ngN8lg3pFn@=o`?RI zYX$vp_cQ4KxSvCR;aWp~>DoYl<=R4zyFBQxT|4Oiy7tiDxDL?Yx{lD_xlYiPt~0dU zb@4~4ab3Z`clpq?D}bJGh0q4q4f+Rn9`ui{JM@6-0X^(`La%k_L$7napx3(#pf|YQ z(3{+a(A!)e=$iFpijuE<4HFH?Wf#G=+kZ#^cgqWAL%o04ES@d2>Jy#7WySO4*C^0 z9{Q}C0R4uW2>q738hXUN4*DH;1@!ywa_CWa74(?968a-|8T2P^74&&G1^P4hCx4`$ zyJGMQ?o#NBZW{DY?$6LayT3sH;$DKji!D-o7)BbyZamTAMWqaf4YC%l6y0s zU;9t_TiWQKj6OcmdXmJ7OBm5`clu&CsS z;kF-at4|?c#V2AX`6kIXNxsQ-neq*D#M>lCyj^m{Es`VNAvxlmk|W+FIpS942w8!= z+r1InyhpOddnH@EPqM}PC0l%e*#i0IY3TiuDISze@j$6!pO=jCMad{%mW=XMw+-8WP4dduC8K;( zGD?aW1^MPi=yzQ;^m}eU^aqk(o@0KIBmGcv%#S6z{8X}wvgEc&vJSh1c}?=orIK%2`+Sp!*)1ztpCaEN`|NEutbJ}y&T(d-;kn1U zFRt9asj6b~-uj9uo6Bk!SJcm|b`@2}ug36k%*#1Gn$nljk1~)lk}{YwigF31h%$_F z1*Jb_3}pyq5M?-}4`nE&H)Q~20%a^^9OWX)c*@0;%P6m-TuHf6>a`rL<(1U(B5HXNwKP<%81L_FiOv7U7WYzHOqmQhK8Zp+ zK93@OtJs=CDW^=OILb82Ov-f1Hp&djR!RkB7NvwToAL?D9LhqKqDW#0EfwGBGL)lEJq->#l zj#5wALHRtTma>zwi}D4^7b$xvU!v@#e3`P3@)gQ{$^ptj$|1^O$~BbNQ{F(imU12C zjg;#tZ=!saas%aSlp86}Qf{Jro$?=)Z&2P$`6lH*Dc_>Jg_5GYm2!k~Gv(Wqw^6=B zc{}C1lv^m@qr8Lieabs2KcKvea+Go_)Z0_Hq~4KwXX;(4TT{2C-krKV^`6unsrRPt zOua94SL*$#yHg)X-IKaEbzkcK)B~vpQxBycPCb(PaO%<2M^cZaKAL(w^|90wsgI|g zOnoBtRO*wdr&FIwJ(K$Mk!y~;{>U4STzllYBX2x%{gF2vx#7r-M{YXu<|A)8^48&P zk990Zn6Im-FWp|Yt>Rc-70zvE*`|tP`Rp&PuP&{wbrrRx+sbN=b+*CMZOjSBy4UZm zsVpz6Dy^xmtE{iwRZ&`7R$p0ttYB+JMNMg0U3q0?X;npieMN2EvAnXXn$2Y!D(d%j z++DfdRqw7FJ#PF( z&Ye-bXjbw3(z(U+XOzw>nL2Imu>r7fDJ@)jQE4<`%FNHdk+}DB4z5U++wJmya*nM%lT&vVMF~ zRoRBpitXjq4tcf+7rm>fs&Ye7&EERW)!QeG88^NNrmPrUQ&zqeuR>iBY*XZIQ{-)f zU2Na9!8}P`iZL~NU&^}@&7D;hSJigQ&B?+4bLu{ef9~m)xw*MN&Y7O>JZVyH&lX2p zwMpkp%5B%?XkPmpiqkFGd|sNZ*-W>|Y1aY$Z3Xfa+6lB*=pfKhp_4#og)RbJ74iiN z6bc2pDV!(JU7?3SPlfXZdMR8W&|Bd`fj$a-1^OxU7Z@OLVxYhv9T_YzL}94FFood) zBNRpoj8YgaFh-$BV64J8f$<6x1STq6Byh39B?6Z!Tqbb2!W9BnD!fkMDut^BCgtX| zYk$MIbaAfWWFTLNDT-5dv|*a!bU!*nai+&vinDccdXC~;KRQowzQ+>91%C2E#YKK} zvEmYsOBI)ST&}pn<4VOLYx^3e7;$4aFiy6*+-=Ee(oqu|(#QBTUN#JKn$(q1F zqm?@U%r=ShC(f_ysjPASS#8w$XXho(pE!S(IscqIb^f{S6X#EyKg*ndUVC-^`5hDI zPnijFZC(fTZf0jA_%I@m?t9mBRpE!S(IsfXO>ilbZCC;BXf0jA_ z+Ft7X>v|{7pE!S(Ie%$yb^i5z66a5xKg*oItdBbXhJK0jC(fT;&VQo3pE|!AkT`$h z{MqIF>52jB{2K=)&Yw7cmO1~XLF)XQha}FQIDeKof8`K${w>22=TDqJ%bb7fFm?W_ z5sC9B&Yxw@zios%|MpRd^C!-qWzJtcN}a!EOyc~B^Jkg!?---bUpqE&{>1sS%=zoa zs`J;6Pn^W~_=Iv` z_=Iv`_=Iv`_=Iv`_=Iv`_=Iv`_=Iv`_=Iv`_=Iv`_=Iv`_=Ixc89bpJvx~1*=bv1h zn}q%(^k-S$4}ab`_G(_xPRjQ`a?h2^BWbj@Donr{O$ei=Xry{A8K9 z|J*rA^iQIHwnhJW_=!Go|M~M0_fOnE+uXkdKS?R>zn~;p{3MH?!2Ppg@v{&=MkemR zXkillljt9~KYoZgT>AsVcfEk&yI#QXT`yqxt`{(T*9#cF>jezo^#X?PdI7_Cy@27n zUcm5OFW?!x>xJ2i@sq>i{!11o?w`1Swz>aO{KU4n|FWft`zP+7ZSKDuKPfNnzhZgf z{)zi%oBOX^?%jXYO1OXWp@-x{5B9EaR+PT0S9Dd;M#IZ@GW0J z^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN z^etaN^etaN^etaN^hGZ~^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN^etaN z^etaN_$^;x_$^;x_$^;x_$^;x_$^;x_$^;x_$^;x_$^=HIq&)D$t@Cp#|xeKyTr7_ z-}#0|65or{MdA-he5XI)Ljg?qXXWSFlK3vKT@v4u_@1oa8O4(IdvO{ca-=EFh0iM| z@jZ#}Sfb!d8}#U8{hqAf^&VBSeox|iak_&>6UChFU{6$;=?qp+n~R#K%PQ7f%Xa=1Uf2o66mbZMWCxfzCeLOp+Gl<^8~u% z>E$=HO!pAzsc^nPFNF&PdMjKg&_|)KKtF~40s{n23=|loBZCEoC=3-CrZ8N9zYmWy z7%9Nt%La@V;O_?miUjz3s(^6<{C!El1Ofiu9^fJY{{9%?5&`}m6W}rd{yq)h3IYCJ z2jF!AS1DXAfDhBiP;ssxK1?GxMG+sSAvR1?#D{5QbcP~6Od~i;5g(=zoTG>j(+JK} z#D{4FOB8W)QgERn9v&jNSP?hl1(zx!*b6RK#KS`bS1Q8!1y?KL;UR)+74h&8!BRy$ zJVdZe5f2X$ELU_MD-`kY5RNu%QpCeUWOAkA7LQvMt2}N~-0rbjvBu*L#afSbiuE3M zD(>>QTXB!ay^8xh?pHkE@u1=%kB1c}wa{}emVbTtgpcAB#i@cV($f^Ddz_&-Q?X%| z;%vX|9L2eQ@;t@)ezZh!fyaf4i##q?T;jJ~s<_OLE>~RPM^`GY@}sL2*Z9%3it9X< zDz5ifrntdxTdwFlRw!=txJhxd-?mb5i(^>2a3gY+&9E z1?f48a}^urDbDw!C5j6K3)2e~7kON)xWrFhs<_OLE>~RPai!uaKY6v{8joug*Lf^e zT<@_=af4uCx?ItDtWezOCvQ^R?6FdDi^r{sResxTirW<%sugSe=nlnNk9CUm9(OA4 z^0-@ZkH@`=`#kPfJmB%5;vtWR6(_agi&B^_Zl&?r;}pfI9;Ycz_c%jwrpH-|vpvpH zoa=F(;(U)KiVGAQ7Ah|Cql*=ncwDNu%;R#!6&_bAuJX8AagE2dit9X!8Vk1?ee@Q~l^P#pxbrD9-daOL4ZxIf`>V&QqN4u|#o! z$AyZEJT6vTqS&xhahV@ouDHVEO2t(kS1Ya&EJ&|aT<1qi71w(#Q{3Pumn%At6^a`@ zZc^Oru~Ko1$E}K09=9oO_gJl1<8g;#t;agWdXGC5cPTdPR@~!9_bTr5xL@&r$AgN8 zJRVk@gq1CWYH=I=_v>+r;#7~*6sLQfp*YjyEXCO#=P1tgI8SlD#}dT_9v3Pu^0-)W ziN~di%RDYuTp?K4uu^fAA6>1uMn}_Y71#OEQpNQi%M>>V=BLXQogb}G+~`L)DQ@tA0jT_y|Wr>7`R^*Bv&y2lxcGyS%+6lZ&!qd3>&JjMAQOB5G)T&TFn<6^}n z9+xUE^SE4bg~yeOt30k&Tq9W6uvT%MA1zf}@3BmAgU513r`x706gPU@q`28*rQ#O9 z?N-GqKe|nEyC1Dqtns5e6l*=!Db{=3DR^R+$K8s1h&L9d_v++*9``FAkjVw;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30>fe#7#6$0u-FBL#V#-`c7b8B3k-{0 zU|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<|yTGv61%|~gFf4X~VX+Gg zi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30>fe#7#6$0u-FBL#V#-`c7b8B z3k-{0U|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLABViy<|yTGv61%|~gFf4X~ zVX+Ggi(Oz?>;l7L7Z?`1z_8c_hQ%&0EOvomu?q}~U0_)30>fe#7#6$0u-FBL#V#-` zc7b8B3k-{0U|8$|!(ta07Q4W(*ae2gE-);1fnl)=42xahWM3+=*ae2gE-);1fnl)= z42xZ0SnLABViy<|yTGv61%|~gFf4X~VX+Ggi(Oz?>;l7L7Z?`1z_8c_YO!08X0Z#@ zVz(g8Vi%~zZb6#GE-);1fm-Yqq*?3&!(ta07Q4W(*ae2gE-);1fnl)=42xZ0SnLAB zViy<|yTGv61%|~gFf4X~VX+Ggi(Oz?>;kpeEl9K21%|~gFf4X~VX+Ggi(Oz?>;l7L z7Z?`1z_8c_hQ%&0EOvomu?y5bEdG>cuJ7Q2OM7P~+#b_>%i zc7a;#7N%M30=3vJOtaVphQ%&0EOvof>|(L3leO3_OtaX|&wKVi!1B3#l}VU0_)30>fe#7#6$0u-FBL#V#-`c7b8B3k-{0U|8$|!(tbx#cqKV zyTGv61!}R2n;CiuVX=$Ru-FA^v0EU;E-);1fm-b1->>c}EOs#(7P~+#cJc35Cx^u@ zM#EwksKstUn#C?KEOvomu?v)9m&K4y4vSrkYO#ygS4XwjEl9K2#b{XU0>fe#sKstU zn#C?KEOvomu?q}~U7!}b`Dqrrz_8c_hQ%&Wi{1P*i(Oz?>;l7L7Z?`1z_8c_YO$Ly z#V$~b-TX9*U0_)30=3x1%?usYVmDukU5sk6o1bQ}3)Es4@mVn}b}_2OE?!?94U1ij zYO!08X0Z#@Vi&Kkq87UaX%@S~TKHnOAkAVID8(*rII-Bpwo>c@S?mI}*v0FssKsu9 r6uTJJVz)qw-C-zW2eH`gcky%ieWlpFym7JHuf?}>de;`@=H&bzey_^& literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..adc553948830cbb8acefc05f7da76dc57851ff2e GIT binary patch literal 77006 zcmeI52Vhj$b%rH@K=dMd2hp3T%l1X|E_w$c=?+4mh9r7hdtI>OzV6+z*S*BOm-OOf zaGb{CIC0_>ljcE=Q=H=b|2g;0oVU!Zq+M(?5y$CHJwrz?i`lDN0T zC9VKd`iS-w?I+q_bb#nU(LthvMTdwE6)hDVM#X-H3ylyRDLP7YwCEVov7+Nd$BRx7 zohU~%N#e<(Q$))|r-~L+pW>dT2~QWDAv#lZmgsEJIihn#=ZVf2Ef-xNx=?hH=wi_& zqD!ey6(X0n|GDq&eV;01J|(lvU{A^E-J4k+ zcX`%kmY=bor)Qay?s~Sj@hp$Mm*n(r&n%Dh=b2gVue+Hoxu-Krug#Du*R?v!&qD4x z%dIVut#zf&_PIwh%N$LYEOhM*#^vYB@*%S`F=e4l31=`a6U}U~>wy~E!{L2P{|R-r z?>(AXetx?@Hc-z}7f4Q{XE4nyw;Vhha?1RMKOwXIo>OMIj{&mpfifD3j=DH^sLU-D z9Y)1|h6{}l9VzRDQ5V-3Bh$x#7|Zf2H8kZnB6qZ};R3gcN$3FBGBl3Bjr(eW&| z*R}C1*A1EFT2mwgWujp`E3X%O$~K}7&S*`xxJ8Ct`Y4NI3?OCa7s4MayqIWoz%_D(uvtJ z%Poe?GRxh~?7(hjmiq{qWgN{ck0yAQaqujb%#m3x6*9~1MKjAOA+wApi9@5AN60LG zggVP*qoXb^6CHJNncSYm+$@>pI$i6*xWABD>sf9gTV`2XgI7ZoJX`vlGRq?vAZ`ic zS?;@Y&+=$IXz2eIS->wXg1GsdbVo7wL&%E zG9j~!vwK!+ZpiGg=bc#|!5}&AXl8i?p&B5@eum3?kvp^8Qt&L}Y?t0GJF|SRLT0(G;917mGRx_?Gn=jke7(;pw|s@cwcJ-{xy3S)TdtQax18SDwQufc zlDs?7+;ZKnb6@S^ z+)QS9-YQOy5$M{G+0ot1EVrA@vz#7!1-|Z(S;m=h7c-x`8gLuIvs^OjSxyOE7?+$P zpO7-qPz|1Kbdamga$CW(jKevMaX5!@-QZcqnat`amKoJT z>n!JlZ*LigYQQ*}S?(cpVVYTLs0Mu3qIEXAXSrN%&vI_aEaQ+_#v!xZYsf68+suaR z-kRNvXU9H|%yJ){WtQ1`W`E1|vSpUj!?=szHFZ5 z78XnI_e{@*5kcnf;Mob?%q(AD$Sn64GRrtR>f%vmud`e>cQxSLY`>D>^v*JieRj#S z+*WSSa&GijGJGw;vz!||8_ruHuN)t4ae(jr6bAQLkxpQTUosA8+WbiDH&wj_q zY=$dcHnWp+WR~lf$X@%1{^EZ#$5+?&%+guYr83SC#W@^PW{HO1%yCM#ZxuK_e0$3{ z{NjLd`1Tg@Q>@+`8BjCd;Rer6$&p#Uj{M84yk5MbX);0znWalYW*J8_%U2rxzJ?i$ zW|mXJ8I18#zC)d4wk$_x`AN^e%pyyXGZ?cFJj)D5ugGw2s0NHfcgr|rmhVJop5<68 zRM||Ooth)F_mXFsso+`0v!y1?5shY+bIWCV$SkKUk}0`8i)-#Ol4X_6WVSd*X7i!W z@)*O|fElo7Fmk8{j6M%XPz;mT{=FaC*91$Udf> zlOwa--`$&8zQ$;s<&@jcV0;zbsk7{n!kCs@%yx~I)x&xg?^)J5JJ)2E+YQ%fx!vw$ zmg`2p3*)OQ6{kGg)o(5puF5bD-`FsYUhm?RNwU4ka_)*|mUC@pZ?ChQGD~X5o$eOY zvpj?GJQhY>^Gs%WbRn~hyOUWi|BK8l^JX*4;|X<^^FklS=^?Xp&s=$zvQ>lIJS8`QioJboF#jISEI&ix4jaauWtLeB<5|YhZ^rrFgg%V#O{N-XX0wgD%I{ES zf6>+8nVuyF&oUR;GRx_~vy8*ofa``%fzzYc4mc%~S@vG60#tQxs0IsiWR~ySy;u$S zx>p`^H)Z_XQe6?NoUiw zUng_B;hS;BUHfJnOX3|IF8hi80*Tw`ehSw;MeYh2pf`Y}OXW|gn+ z`HTlNtJL6CIx2XT@dEkwFYcAoygORPfy0 z?6YT;bHiAGnG9admDS8BiTLnTpojbhOrqBBJoiOv;WAbP*(64Aw?__sl;~j5fubu!2Z)x6ju-7CI#hIwTZw&)5S>VsJ@pqJB05a8uV_!v z38Irkd&yQtiWZ5Mh^`V{ExJZ@ty_mZt#=!s8{H0KMqWLNB>0Xsc_0UUrqxy{;$pimQg!xW}O<+*;`4Zas9T>jgdN z4ngbOdB3MdcMg2PH9=qCE<#`Eu0WrVBYlzRi$z}|`cl!W;;xs8zFhQ|L|-BLO3_z| zzM3kIc#ZIDMPDcSr0DBK-yr%%(Km^{S@bQUZxwx;=-Wl#A^J|ycZt56Dtmg5@GpzL zSM+_NPl>)?^aG+Flvnd1_hG!^kGK-(M`g;#L_aS23DI8>{iNupsIsR|3x7uRv!b7K z`>>VIOZ)}VFN%Ii^vj}O5&f$B8kYRJ#NQD8Ro5F+e$DlP{<_-%{SCLr?`gj*(eCTgQ?TkaC#-*!(xf5%;h{;ul>{XN$o`b{?g`ulDm^bg!1Xwsd6UUP$?-*Q8sf9Qrn zzwJt)f8>VwJ^is84*nB20{W+JB=pbRDCl)J8v3*w1HIwC1O0P17W!Q`4*C~vJoGQ! z1nBqNMCf0+o*??B+r{+&t)y+zZA_UD=sIoA|F%ee+;o^yR> z_AM+ZxXH86til^3cGNf3H6&J?Yfr2^R^7TI(Z0FaB^qu%jM+DfD9b2Vqu}O)l&O?Q zDDx@zQ6^FrQ|3@+QKnF4QkGE4DRU`HDbpznDGyO*P|7F^DAOpDDf1}zQx;JkpbVi5 zrSN|aaB~o4JY^VVIHd<=5@i5oG^Lo*k209T|K-5VUX%%xo|Hb663RfxtiCsSj&79| z`*Z3z%1Fv=$|y=HWejC3<)@HVIpF_g!~<@9l)~59%DlBcMp;ggg#HgBN%wyvy2*ua za*>-tf3?*YbouNb(Eu&^^|7H2FjNy8!4wKnYl-E(7q`aQ;2Fe>LZ=$@J@)pWlDQ}~^o$?OKJ1Os?yqoeK z%1z2IQ{GE?ALS{^`zarwe30@X%7-Z*p?s9`G0Mj&pP>8-<&%_8Q9e!i4CUV`pQU_` z@_EV^C|{&}iSkv-*C=17e1r0QhrSNH_Crd{*&@wkn{b|)Z?1K znYMWg7cE_Uqj+s=B5|VbT|f9z>WQ`=KDOo*t(bgC@@n#B$(JWzk$hG1)ydZ;UzdC` z`TFD=l5b4DDf#B)Tas^0zAgFoZZC=)pdy*LpZ&vy}7En z)g@Z18mn7w3=A`?8hJLjF{1rkOMPv1Lsd(2TYY=|=|oj)b$fmDjiDzJiI%GBw%Ypo zs)j^+d!n`NMoD!;%dzU3MEm)^>vvSnyZ`>B56oM(1^X{+sc)HIbvl7Wwa({0U7~${ zTa7=eme%H)L~CmgWa`G?wcA&(-dMG%V$0g9&6TTGZ@MvQ&-yK^D);QDVt%W1_R4h? z+pBg~R#k3awR-!FQCXJIbtm93s(2Vx%d)OH;W6e#A=Pz7Tj-(~#wN%%h zK)&0`k%w}hhjO0>Y@(^Ij;@h}&u=;RlahxKo@z)u+B&STpaB0Cw7m_Vw^Wb9!ou$s ztVs=A_3*Hw>pgp=3Lfp#>v~Dws}-pph`uLLF``tjff?G#<%#l*XeOkI{H6<8c~~XFNgUiHs*{JelzniEouL zo~qNQF`lmR48}7xp2c{!#&a0Y)p#D``5KoqUZC+p#)~vw%y@~$OBvs%@iNBuYy1G? z2Q_|(@xvNF!uU~*A7i|{P@$rbw8GO$p;e&1R~L4y7Fy%ytrc45X}!<}PaB0c>3XTn zLRV%FJ7W5x*y1IGr=M+2W2DF!|^IyP`@ z;CwW2{b(`p(Xp|CV*}@-f$PSKf!+Anz_Eez(ZGrEV&IyIv4LX)=b?db)lL)xADJ8* zI5uz|8aP!wSqyx*EH-d#;CwW2Rhbz0;I!Dlv4Qi^z=x)Zf%ngd4ICRd9}Rq9h8TG7 ztk}S@f%DP8`(}xOch89p92+QIQ@WY z#OViIBThfy8gcpo*ND>(xJI0Qz%}CZ1FjLLA8?I0{eWx4=?7dRPCwuparyz*h|>?a zMx1`YHRALGt`VmnaE&0nFm~h%mc1L=JAvu^MGrRdB8QuJm4B+9&imZ z54Z-I2V8^91Fk{l0oNe&fNM}!9&laKtD~Z#P%L~InTwxsEzhBk9}%2qj|g6&7QTp& zdu-v@!lnx2e|cc4FvwJ4kg38TQ-wjM3WH1)2AL`hGF2F4sxYW4RTzt1TBQ~~k8@OP z;n>1?XyFTM)WT;mu!_gR-ohA%#baS~MYalqOce&1Dhx7J7-Xt2$W&pFslp&rg+ZnY zgSt|MvDmqFYT?u92I49lSK&OY!e=(9h1=1>#ukn(oQD=ZwMi}9it8@1g<}inp@rMF zsD)c_u`nJB$75k*VGJ|P6$#K?Iu<^;RW00vE8KAvj;pY-Fs@e_3xkY>L8hGpnRX6j z+BuME=Rl^N1DSRXWZF4USK2u&*1TOU+<;?`EgV}o4=vodQ!RWPAGp}Uv4!){!Y6jC zg^%GZ5s!uAv9PglzKn(I_o{`DVrUar;kXJL3uBm>7h~bN{c2%{@pxQ?<0@<{oG(>4 zaZoK>gC;VzaBSf`v~cZVweS&K`G_qXTR0CbTzy0>d>EJO;<0c%7B&{nld09Fvr*DlzoW3;IGBRQA*^sot?^hw!r-4-Zn0 zFc0zYpjJK>ci`t`aixtbZCq&wv8u$4Sn46>A#TK&g**O3-ni1nl{T)lai!I(QgNll zwclzP#op;k+p+Pqd^Ps1g2Ac%XA3KOPA$6Lv-t70R1b#VldzZ}F54FO!t~w(B?^56 z`YQAj=&vw9V4%Vvfx!wx1coY<3Jg;iE-(ULGGFbH8YwVJVYI*)g|PzT6vhioP?#t% zNnx_U6oFf10#kL)G=b>~GX!QT%o3QbFh^jn!aRZb3grR|6c!3BQdlgoL}97GeG1D2 z?pJs~;6a6l1Rhp+MBq_{#{_UqS29u|?+!2O3a(VdRb3*k>dM0MG#R9CtsBJ?os3~zq#%{Mfnvi z@PHzJk;u7+6#45eVwEC)DMPGQlwTbHYZcMP$=rk@ZWAJQ)G6XVA(>mRc--R&#RiX! zicKDy6RBZLwrr7TBl;UZRXB5wRJg0cx;|0Zw9xo|g_IO2cd66D-MUlLND?F}L zTqRhPTCKRo&t0pyPO)RX;s(F)M#W7YH!E)O>sBgm^|(!OyT=`hJ3a1F-0g9X;$DyY z6!!}jr4A?_^ms_|uwS@J@ra*Wtytr+R?+!|6N*PY)+rwI3)d?iSL`^U*x(m#RBZCt ztk~k$J*n90u}!hvFMLYzw8t}wXFZ-%Jn!*>;zf^_6fb+cqPV<=e}AQloi>lKfCJfYa&u~D(fW3yt5$CHY!iXCl= z?SAel#nT?oD4z9rPVv0Q3yK##UQ)d5@rvT|V*mc?IB12(m5Qr8u2x(lI5f3Zah;#L zUU7rRjf$H*ZdTmlu~KoX$8Cz+J?>E4so1egakrnlM{%#meTw@%9#A|eI5c%g@vxs; zrFg_+wPKCOT1DqEp?K6|o#HW%^@_(mo=|M?*r?d#v01T2aA@kJVynkC#deRU6i+L5 zoKZY0SeiPgc-}93LGhxWdr9%K$194lptZoT4hk0%rxJT@ved2Ci}@pw|P)nl7tyT?XB5wR zJg0bG7w)*Ac+szWN%6ABD~ii|>q)ahTbC7rrKy#Qs|1InRx7UY3$ImN=W)H_29FyR zH~DopD{k>~D;2kT+@`qQ;||50e%)P)yZzifihDioQ{3rQ;~q~aHu!}b6`MRZE4Fw%so3hVP4HH`$5T4@w8t|# z_pHZrI`_QC3yK##UQ)cQcQZQ#a!F$VyZknz&&F1fwg9aHq}f)TAl3kwSV4<|ZsWB>pF literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..8931f4ab8bb2bf3caffb6a16042b4b8828124f65 GIT binary patch literal 77517 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�{ayCA>>n4|f9G~>|6Mzs{hj^e&Hlli+WxzP z&i>B+@n-+3ptgT?m9xLIf4tehrb^pi)j0b*`^TI8Lp9p|dqU3s&i-*`|8un=ZU4I3 zg#3gw?-uto?-qAD2aqB+!41SL)-CP?-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~ z-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-d(-~-YxC~-YxC~-YxC~ z-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~-YxC~_ATy&_ATy&_ATy&_ATy&_ATy&_ATy& z_ATy&_ATy&FZ@&f%Lh2W(;Myl&N=Oefa(+&F$(L&Q-3SiKBYP<#(6gsYIdd=kmL&-{l;YtKa?g%=5W^ zcjqIm{7!GASHBZ@^*e!AzY}=%JAqff6L|GIfmgp1c=bDhSHBZ@^*e!GzZ2T^JE2{_ z6WaAVpi1WMiyYqV_nO)$nuey2$130<~6(`(XJu{f& z;J#1b>i6eK{oZxrn0%Aw@xX{kS^j{6q?rRwB_-e77D+_&32r8%NnfT(PNDvR45G-%`28`0YZ&l*Oa#|4;P+_=ZeXC_>j2!yaFf6?1{%Ebq=E!S8oV;D5TwB? zu&Ypz2CqD|NRS4vjH?A{@XEMWkOr@eC4w|~Wh@n>!7JlNK^nX=mJ3p{XWT4EgIC51 zK^nX=ZWE-zE8})S8oV;@6r{l`V^EL=uZ&fKGn5G}a6573|t4*r1nf z6l~JiEZCx#-7naxr?v^UYdj!$P-BPSA&s4ahczA%JgV`S;Bk#71oIR1`^zacvRvZ| z!Ig~k{tB+rSR`1iakbzY!qk%)k+p*B1iMNE*XyaJf*Uk$6fDzNF1ShKX2C6tnUM;? zt$OMvi)@iI4+^cb)V1vd+!6w13 zX2BLcb-!S%#x}urjRyn|GG<0P1P^KK6g;f)h~QC;#{`dSJRz8$gf}HKQjjG1S>p=9 zl^P2LS7|H~EY`SMaE->bg6kMFA|-e0+E{#FK-5RR|t2NdLD#naRNN|tFTERMv^@4jf?h|a#*eKYfv01Q1<9@+b z#>}oZ!FIvO0l|YBI|L7D>=Zn#@rdA2jmHF!Ydj&CpRC_sse_g?W<*v9uGCWt1y^Y- z5-irZT5yfVwSwz3mI$ubSSq+d<3_&f^{0}1@|&$MD__b=&6l@O&Xg8TQu$$Y}ME%*sk$_ z;6cHz4#7iuYNy~~#*D}j!J`_F2_DyYLNK2yTmJl}$mf@l-e19$8VdziX)F>f*0@@5 zjmEWt>ok@KuGd&9xIyDa!7`2If}1pM7Tm%}`B`wQOzqkxSgB{;F1SO_yi;(O#-QMC zja7ox8fydbV~5}& zjh%vr1-p(29@SHi2_DyYLNI?Iy}z%Z{47J4<-n68A}a(}YAh67#h4K(5-irZT5ye? zd9C0&jU|HX^~|M$8#HbdEYnynxJfU&S#XPX$%SO(O4^3r?Fmeuf~0X4H_E-n>02HwrJch*vdE}(k9rhrygKDcTi95 z5Ih8=_o!25KFm`yBS!>}YCI-*oH66v3Bi0CjMC@#TtO;6zmEr|om-U}n6&uxh$*Ls lj5;;?np2rsrzgxfJ!azRA#0x+mO5#`_X6WuhbIIA{}193NzMQO literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..a21021bdefed697b95e8eb4946810f517330983e GIT binary patch literal 83094 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0d74b1c41e99bb646a50ccc1eef6ac2415a0b4b0 GIT binary patch literal 105269 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

-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 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..e4c714f152bfbb90f5bd3023f23eb4bd3c271fec GIT binary patch literal 33876 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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..f67180c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py @@ -0,0 +1,734 @@ +"""Support for installing and building the "wheel" binary package format. +""" + +import collections +import compileall +import contextlib +import csv +import importlib +import logging +import os.path +import re +import shutil +import sys +import warnings +from base64 import urlsafe_b64encode +from email.message import Message +from itertools import chain, filterfalse, starmap +from typing import ( + IO, + TYPE_CHECKING, + Any, + BinaryIO, + Callable, + Dict, + Generator, + Iterable, + Iterator, + List, + NewType, + Optional, + Sequence, + Set, + Tuple, + Union, + cast, +) +from zipfile import ZipFile, ZipInfo + +from pip._vendor.distlib.scripts import ScriptMaker +from pip._vendor.distlib.util import get_export_entry +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InstallationError +from pip._internal.locations import get_major_minor_version +from pip._internal.metadata import ( + BaseDistribution, + FilesystemWheel, + get_wheel_distribution, +) +from pip._internal.models.direct_url import DIRECT_URL_METADATA_NAME, DirectUrl +from pip._internal.models.scheme import SCHEME_KEYS, Scheme +from pip._internal.utils.filesystem import adjacent_tmp_file, replace +from pip._internal.utils.misc import captured_stdout, ensure_dir, hash_file, partition +from pip._internal.utils.unpacking import ( + current_umask, + is_within_directory, + set_extracted_file_to_default_mode_plus_executable, + zip_item_is_executable, +) +from pip._internal.utils.wheel import parse_wheel + +if TYPE_CHECKING: + from typing import Protocol + + class File(Protocol): + src_record_path: "RecordPath" + dest_path: str + changed: bool + + def save(self) -> None: + pass + + +logger = logging.getLogger(__name__) + +RecordPath = NewType("RecordPath", str) +InstalledCSVRow = Tuple[RecordPath, str, Union[int, str]] + + +def rehash(path: str, blocksize: int = 1 << 20) -> Tuple[str, str]: + """Return (encoded_digest, length) for path using hashlib.sha256()""" + h, length = hash_file(path, blocksize) + digest = "sha256=" + urlsafe_b64encode(h.digest()).decode("latin1").rstrip("=") + return (digest, str(length)) + + +def csv_io_kwargs(mode: str) -> Dict[str, Any]: + """Return keyword arguments to properly open a CSV file + in the given mode. + """ + return {"mode": mode, "newline": "", "encoding": "utf-8"} + + +def fix_script(path: str) -> bool: + """Replace #!python with #!/path/to/python + Return True if file was changed. + """ + # XXX RECORD hashes will need to be updated + assert os.path.isfile(path) + + with open(path, "rb") as script: + firstline = script.readline() + if not firstline.startswith(b"#!python"): + return False + exename = sys.executable.encode(sys.getfilesystemencoding()) + firstline = b"#!" + exename + os.linesep.encode("ascii") + rest = script.read() + with open(path, "wb") as script: + script.write(firstline) + script.write(rest) + return True + + +def wheel_root_is_purelib(metadata: Message) -> bool: + return metadata.get("Root-Is-Purelib", "").lower() == "true" + + +def get_entrypoints(dist: BaseDistribution) -> Tuple[Dict[str, str], Dict[str, str]]: + console_scripts = {} + gui_scripts = {} + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + console_scripts[entry_point.name] = entry_point.value + elif entry_point.group == "gui_scripts": + gui_scripts[entry_point.name] = entry_point.value + return console_scripts, gui_scripts + + +def message_about_scripts_not_on_PATH(scripts: Sequence[str]) -> Optional[str]: + """Determine if any scripts are not on PATH and format a warning. + Returns a warning message if one or more scripts are not on PATH, + otherwise None. + """ + if not scripts: + return None + + # Group scripts by the path they were installed in + grouped_by_dir: Dict[str, Set[str]] = collections.defaultdict(set) + for destfile in scripts: + parent_dir = os.path.dirname(destfile) + script_name = os.path.basename(destfile) + grouped_by_dir[parent_dir].add(script_name) + + # We don't want to warn for directories that are on PATH. + not_warn_dirs = [ + os.path.normcase(os.path.normpath(i)).rstrip(os.sep) + for i in os.environ.get("PATH", "").split(os.pathsep) + ] + # If an executable sits with sys.executable, we don't warn for it. + # This covers the case of venv invocations without activating the venv. + not_warn_dirs.append( + os.path.normcase(os.path.normpath(os.path.dirname(sys.executable))) + ) + warn_for: Dict[str, Set[str]] = { + parent_dir: scripts + for parent_dir, scripts in grouped_by_dir.items() + if os.path.normcase(os.path.normpath(parent_dir)) not in not_warn_dirs + } + if not warn_for: + return None + + # Format a message + msg_lines = [] + for parent_dir, dir_scripts in warn_for.items(): + sorted_scripts: List[str] = sorted(dir_scripts) + if len(sorted_scripts) == 1: + start_text = f"script {sorted_scripts[0]} is" + else: + start_text = "scripts {} are".format( + ", ".join(sorted_scripts[:-1]) + " and " + sorted_scripts[-1] + ) + + msg_lines.append( + f"The {start_text} installed in '{parent_dir}' which is not on PATH." + ) + + last_line_fmt = ( + "Consider adding {} to PATH or, if you prefer " + "to suppress this warning, use --no-warn-script-location." + ) + if len(msg_lines) == 1: + msg_lines.append(last_line_fmt.format("this directory")) + else: + msg_lines.append(last_line_fmt.format("these directories")) + + # Add a note if any directory starts with ~ + warn_for_tilde = any( + i[0] == "~" for i in os.environ.get("PATH", "").split(os.pathsep) if i + ) + if warn_for_tilde: + tilde_warning_msg = ( + "NOTE: The current PATH contains path(s) starting with `~`, " + "which may not be expanded by all applications." + ) + msg_lines.append(tilde_warning_msg) + + # Returns the formatted multiline message + return "\n".join(msg_lines) + + +def _normalized_outrows( + outrows: Iterable[InstalledCSVRow], +) -> List[Tuple[str, str, str]]: + """Normalize the given rows of a RECORD file. + + Items in each row are converted into str. Rows are then sorted to make + the value more predictable for tests. + + Each row is a 3-tuple (path, hash, size) and corresponds to a record of + a RECORD file (see PEP 376 and PEP 427 for details). For the rows + passed to this function, the size can be an integer as an int or string, + or the empty string. + """ + # Normally, there should only be one row per path, in which case the + # second and third elements don't come into play when sorting. + # However, in cases in the wild where a path might happen to occur twice, + # we don't want the sort operation to trigger an error (but still want + # determinism). Since the third element can be an int or string, we + # coerce each element to a string to avoid a TypeError in this case. + # For additional background, see-- + # https://github.com/pypa/pip/issues/5868 + return sorted( + (record_path, hash_, str(size)) for record_path, hash_, size in outrows + ) + + +def _record_to_fs_path(record_path: RecordPath, lib_dir: str) -> str: + return os.path.join(lib_dir, record_path) + + +def _fs_to_record_path(path: str, lib_dir: str) -> RecordPath: + # On Windows, do not handle relative paths if they belong to different + # logical disks + if os.path.splitdrive(path)[0].lower() == os.path.splitdrive(lib_dir)[0].lower(): + path = os.path.relpath(path, lib_dir) + + path = path.replace(os.path.sep, "/") + return cast("RecordPath", path) + + +def get_csv_rows_for_installed( + old_csv_rows: List[List[str]], + installed: Dict[RecordPath, RecordPath], + changed: Set[RecordPath], + generated: List[str], + lib_dir: str, +) -> List[InstalledCSVRow]: + """ + :param installed: A map from archive RECORD path to installation RECORD + path. + """ + installed_rows: List[InstalledCSVRow] = [] + for row in old_csv_rows: + if len(row) > 3: + logger.warning("RECORD line has more than three elements: %s", row) + old_record_path = cast("RecordPath", row[0]) + new_record_path = installed.pop(old_record_path, old_record_path) + if new_record_path in changed: + digest, length = rehash(_record_to_fs_path(new_record_path, lib_dir)) + else: + digest = row[1] if len(row) > 1 else "" + length = row[2] if len(row) > 2 else "" + installed_rows.append((new_record_path, digest, length)) + for f in generated: + path = _fs_to_record_path(f, lib_dir) + digest, length = rehash(f) + installed_rows.append((path, digest, length)) + return installed_rows + [ + (installed_record_path, "", "") for installed_record_path in installed.values() + ] + + +def get_console_script_specs(console: Dict[str, str]) -> List[str]: + """ + Given the mapping from entrypoint name to callable, return the relevant + console script specs. + """ + # Don't mutate caller's version + console = console.copy() + + scripts_to_generate = [] + + # Special case pip and setuptools to generate versioned wrappers + # + # The issue is that some projects (specifically, pip and setuptools) use + # code in setup.py to create "versioned" entry points - pip2.7 on Python + # 2.7, pip3.3 on Python 3.3, etc. But these entry points are baked into + # the wheel metadata at build time, and so if the wheel is installed with + # a *different* version of Python the entry points will be wrong. The + # correct fix for this is to enhance the metadata to be able to describe + # such versioned entry points, but that won't happen till Metadata 2.0 is + # available. + # In the meantime, projects using versioned entry points will either have + # incorrect versioned entry points, or they will not be able to distribute + # "universal" wheels (i.e., they will need a wheel per Python version). + # + # Because setuptools and pip are bundled with _ensurepip and virtualenv, + # we need to use universal wheels. So, as a stopgap until Metadata 2.0, we + # override the versioned entry points in the wheel and generate the + # correct ones. This code is purely a short-term measure until Metadata 2.0 + # is available. + # + # To add the level of hack in this section of code, in order to support + # ensurepip this code will look for an ``ENSUREPIP_OPTIONS`` environment + # variable which will control which version scripts get installed. + # + # ENSUREPIP_OPTIONS=altinstall + # - Only pipX.Y and easy_install-X.Y will be generated and installed + # ENSUREPIP_OPTIONS=install + # - pipX.Y, pipX, easy_install-X.Y will be generated and installed. Note + # that this option is technically if ENSUREPIP_OPTIONS is set and is + # not altinstall + # DEFAULT + # - The default behavior is to install pip, pipX, pipX.Y, easy_install + # and easy_install-X.Y. + pip_script = console.pop("pip", None) + if pip_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("pip = " + pip_script) + + if os.environ.get("ENSUREPIP_OPTIONS", "") != "altinstall": + scripts_to_generate.append(f"pip{sys.version_info[0]} = {pip_script}") + + scripts_to_generate.append(f"pip{get_major_minor_version()} = {pip_script}") + # Delete any other versioned pip entry points + pip_ep = [k for k in console if re.match(r"pip(\d+(\.\d+)?)?$", k)] + for k in pip_ep: + del console[k] + easy_install_script = console.pop("easy_install", None) + if easy_install_script: + if "ENSUREPIP_OPTIONS" not in os.environ: + scripts_to_generate.append("easy_install = " + easy_install_script) + + scripts_to_generate.append( + f"easy_install-{get_major_minor_version()} = {easy_install_script}" + ) + # Delete any other versioned easy_install entry points + easy_install_ep = [ + k for k in console if re.match(r"easy_install(-\d+\.\d+)?$", k) + ] + for k in easy_install_ep: + del console[k] + + # Generate the console entry points specified in the wheel + scripts_to_generate.extend(starmap("{} = {}".format, console.items())) + + return scripts_to_generate + + +class ZipBackedFile: + def __init__( + self, src_record_path: RecordPath, dest_path: str, zip_file: ZipFile + ) -> None: + self.src_record_path = src_record_path + self.dest_path = dest_path + self._zip_file = zip_file + self.changed = False + + def _getinfo(self) -> ZipInfo: + return self._zip_file.getinfo(self.src_record_path) + + def save(self) -> None: + # directory creation is lazy and after file filtering + # to ensure we don't install empty dirs; empty dirs can't be + # uninstalled. + parent_dir = os.path.dirname(self.dest_path) + ensure_dir(parent_dir) + + # When we open the output file below, any existing file is truncated + # before we start writing the new contents. This is fine in most + # cases, but can cause a segfault if pip has loaded a shared + # object (e.g. from pyopenssl through its vendored urllib3) + # Since the shared object is mmap'd an attempt to call a + # symbol in it will then cause a segfault. Unlinking the file + # allows writing of new contents while allowing the process to + # continue to use the old copy. + if os.path.exists(self.dest_path): + os.unlink(self.dest_path) + + zipinfo = self._getinfo() + + with self._zip_file.open(zipinfo) as f: + with open(self.dest_path, "wb") as dest: + shutil.copyfileobj(f, dest) + + if zip_item_is_executable(zipinfo): + set_extracted_file_to_default_mode_plus_executable(self.dest_path) + + +class ScriptFile: + def __init__(self, file: "File") -> None: + self._file = file + self.src_record_path = self._file.src_record_path + self.dest_path = self._file.dest_path + self.changed = False + + def save(self) -> None: + self._file.save() + self.changed = fix_script(self.dest_path) + + +class MissingCallableSuffix(InstallationError): + def __init__(self, entry_point: str) -> None: + super().__init__( + f"Invalid script entry point: {entry_point} - A callable " + "suffix is required. Cf https://packaging.python.org/" + "specifications/entry-points/#use-for-scripts for more " + "information." + ) + + +def _raise_for_invalid_entrypoint(specification: str) -> None: + entry = get_export_entry(specification) + if entry is not None and entry.suffix is None: + raise MissingCallableSuffix(str(entry)) + + +class PipScriptMaker(ScriptMaker): + def make( + self, specification: str, options: Optional[Dict[str, Any]] = None + ) -> List[str]: + _raise_for_invalid_entrypoint(specification) + return super().make(specification, options) + + +def _install_wheel( + name: str, + wheel_zip: ZipFile, + wheel_path: str, + scheme: Scheme, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + """Install a wheel. + + :param name: Name of the project to install + :param wheel_zip: open ZipFile for wheel being installed + :param scheme: Distutils scheme dictating the install directories + :param req_description: String used in place of the requirement, for + logging + :param pycompile: Whether to byte-compile installed Python files + :param warn_script_location: Whether to check that scripts are installed + into a directory on PATH + :raises UnsupportedWheel: + * when the directory holds an unpacked wheel with incompatible + Wheel-Version + * when the .dist-info dir does not match the wheel + """ + info_dir, metadata = parse_wheel(wheel_zip, name) + + if wheel_root_is_purelib(metadata): + lib_dir = scheme.purelib + else: + lib_dir = scheme.platlib + + # Record details of the files moved + # installed = files copied from the wheel to the destination + # changed = files changed while installing (scripts #! line typically) + # generated = files newly generated during the install (script wrappers) + installed: Dict[RecordPath, RecordPath] = {} + changed: Set[RecordPath] = set() + generated: List[str] = [] + + def record_installed( + srcfile: RecordPath, destfile: str, modified: bool = False + ) -> None: + """Map archive RECORD paths to installation RECORD paths.""" + newpath = _fs_to_record_path(destfile, lib_dir) + installed[srcfile] = newpath + if modified: + changed.add(newpath) + + def is_dir_path(path: RecordPath) -> bool: + return path.endswith("/") + + def assert_no_path_traversal(dest_dir_path: str, target_path: str) -> None: + if not is_within_directory(dest_dir_path, target_path): + message = ( + "The wheel {!r} has a file {!r} trying to install" + " outside the target directory {!r}" + ) + raise InstallationError( + message.format(wheel_path, target_path, dest_dir_path) + ) + + def root_scheme_file_maker( + zip_file: ZipFile, dest: str + ) -> Callable[[RecordPath], "File"]: + def make_root_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + dest_path = os.path.join(dest, normed_path) + assert_no_path_traversal(dest, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_root_scheme_file + + def data_scheme_file_maker( + zip_file: ZipFile, scheme: Scheme + ) -> Callable[[RecordPath], "File"]: + scheme_paths = {key: getattr(scheme, key) for key in SCHEME_KEYS} + + def make_data_scheme_file(record_path: RecordPath) -> "File": + normed_path = os.path.normpath(record_path) + try: + _, scheme_key, dest_subpath = normed_path.split(os.path.sep, 2) + except ValueError: + message = ( + "Unexpected file in {}: {!r}. .data directory contents" + " should be named like: '/'." + ).format(wheel_path, record_path) + raise InstallationError(message) + + try: + scheme_path = scheme_paths[scheme_key] + except KeyError: + valid_scheme_keys = ", ".join(sorted(scheme_paths)) + message = ( + "Unknown scheme key used in {}: {} (for file {!r}). .data" + " directory contents should be in subdirectories named" + " with a valid scheme key ({})" + ).format(wheel_path, scheme_key, record_path, valid_scheme_keys) + raise InstallationError(message) + + dest_path = os.path.join(scheme_path, dest_subpath) + assert_no_path_traversal(scheme_path, dest_path) + return ZipBackedFile(record_path, dest_path, zip_file) + + return make_data_scheme_file + + def is_data_scheme_path(path: RecordPath) -> bool: + return path.split("/", 1)[0].endswith(".data") + + paths = cast(List[RecordPath], wheel_zip.namelist()) + file_paths = filterfalse(is_dir_path, paths) + root_scheme_paths, data_scheme_paths = partition(is_data_scheme_path, file_paths) + + make_root_scheme_file = root_scheme_file_maker(wheel_zip, lib_dir) + files: Iterator[File] = map(make_root_scheme_file, root_scheme_paths) + + def is_script_scheme_path(path: RecordPath) -> bool: + parts = path.split("/", 2) + return len(parts) > 2 and parts[0].endswith(".data") and parts[1] == "scripts" + + other_scheme_paths, script_scheme_paths = partition( + is_script_scheme_path, data_scheme_paths + ) + + make_data_scheme_file = data_scheme_file_maker(wheel_zip, scheme) + other_scheme_files = map(make_data_scheme_file, other_scheme_paths) + files = chain(files, other_scheme_files) + + # Get the defined entry points + distribution = get_wheel_distribution( + FilesystemWheel(wheel_path), + canonicalize_name(name), + ) + console, gui = get_entrypoints(distribution) + + def is_entrypoint_wrapper(file: "File") -> bool: + # EP, EP.exe and EP-script.py are scripts generated for + # entry point EP by setuptools + path = file.dest_path + name = os.path.basename(path) + if name.lower().endswith(".exe"): + matchname = name[:-4] + elif name.lower().endswith("-script.py"): + matchname = name[:-10] + elif name.lower().endswith(".pya"): + matchname = name[:-4] + else: + matchname = name + # Ignore setuptools-generated scripts + return matchname in console or matchname in gui + + script_scheme_files: Iterator[File] = map( + make_data_scheme_file, script_scheme_paths + ) + script_scheme_files = filterfalse(is_entrypoint_wrapper, script_scheme_files) + script_scheme_files = map(ScriptFile, script_scheme_files) + files = chain(files, script_scheme_files) + + for file in files: + file.save() + record_installed(file.src_record_path, file.dest_path, file.changed) + + def pyc_source_file_paths() -> Generator[str, None, None]: + # We de-duplicate installation paths, since there can be overlap (e.g. + # file in .data maps to same location as file in wheel root). + # Sorting installation paths makes it easier to reproduce and debug + # issues related to permissions on existing files. + for installed_path in sorted(set(installed.values())): + full_installed_path = os.path.join(lib_dir, installed_path) + if not os.path.isfile(full_installed_path): + continue + if not full_installed_path.endswith(".py"): + continue + yield full_installed_path + + def pyc_output_path(path: str) -> str: + """Return the path the pyc file would have been written to.""" + return importlib.util.cache_from_source(path) + + # Compile all of the pyc files for the installed files + if pycompile: + with captured_stdout() as stdout: + with warnings.catch_warnings(): + warnings.filterwarnings("ignore") + for path in pyc_source_file_paths(): + success = compileall.compile_file(path, force=True, quiet=True) + if success: + pyc_path = pyc_output_path(path) + assert os.path.exists(pyc_path) + pyc_record_path = cast( + "RecordPath", pyc_path.replace(os.path.sep, "/") + ) + record_installed(pyc_record_path, pyc_path) + logger.debug(stdout.getvalue()) + + maker = PipScriptMaker(None, scheme.scripts) + + # Ensure old scripts are overwritten. + # See https://github.com/pypa/pip/issues/1800 + maker.clobber = True + + # Ensure we don't generate any variants for scripts because this is almost + # never what somebody wants. + # See https://bitbucket.org/pypa/distlib/issue/35/ + maker.variants = {""} + + # This is required because otherwise distlib creates scripts that are not + # executable. + # See https://bitbucket.org/pypa/distlib/issue/32/ + maker.set_mode = True + + # Generate the console and GUI entry points specified in the wheel + scripts_to_generate = get_console_script_specs(console) + + gui_scripts_to_generate = list(starmap("{} = {}".format, gui.items())) + + generated_console_scripts = maker.make_multiple(scripts_to_generate) + generated.extend(generated_console_scripts) + + generated.extend(maker.make_multiple(gui_scripts_to_generate, {"gui": True})) + + if warn_script_location: + msg = message_about_scripts_not_on_PATH(generated_console_scripts) + if msg is not None: + logger.warning(msg) + + generated_file_mode = 0o666 & ~current_umask() + + @contextlib.contextmanager + def _generate_file(path: str, **kwargs: Any) -> Generator[BinaryIO, None, None]: + with adjacent_tmp_file(path, **kwargs) as f: + yield f + os.chmod(f.name, generated_file_mode) + replace(f.name, path) + + dest_info_dir = os.path.join(lib_dir, info_dir) + + # Record pip as the installer + installer_path = os.path.join(dest_info_dir, "INSTALLER") + with _generate_file(installer_path) as installer_file: + installer_file.write(b"pip\n") + generated.append(installer_path) + + # Record the PEP 610 direct URL reference + if direct_url is not None: + direct_url_path = os.path.join(dest_info_dir, DIRECT_URL_METADATA_NAME) + with _generate_file(direct_url_path) as direct_url_file: + direct_url_file.write(direct_url.to_json().encode("utf-8")) + generated.append(direct_url_path) + + # Record the REQUESTED file + if requested: + requested_path = os.path.join(dest_info_dir, "REQUESTED") + with open(requested_path, "wb"): + pass + generated.append(requested_path) + + record_text = distribution.read_text("RECORD") + record_rows = list(csv.reader(record_text.splitlines())) + + rows = get_csv_rows_for_installed( + record_rows, + installed=installed, + changed=changed, + generated=generated, + lib_dir=lib_dir, + ) + + # Record details of all files installed + record_path = os.path.join(dest_info_dir, "RECORD") + + with _generate_file(record_path, **csv_io_kwargs("w")) as record_file: + # Explicitly cast to typing.IO[str] as a workaround for the mypy error: + # "writer" has incompatible type "BinaryIO"; expected "_Writer" + writer = csv.writer(cast("IO[str]", record_file)) + writer.writerows(_normalized_outrows(rows)) + + +@contextlib.contextmanager +def req_error_context(req_description: str) -> Generator[None, None, None]: + try: + yield + except InstallationError as e: + message = f"For req: {req_description}. {e.args[0]}" + raise InstallationError(message) from e + + +def install_wheel( + name: str, + wheel_path: str, + scheme: Scheme, + req_description: str, + pycompile: bool = True, + warn_script_location: bool = True, + direct_url: Optional[DirectUrl] = None, + requested: bool = False, +) -> None: + with ZipFile(wheel_path, allowZip64=True) as z: + with req_error_context(req_description): + _install_wheel( + name=name, + wheel_zip=z, + wheel_path=wheel_path, + scheme=scheme, + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=direct_url, + requested=requested, + ) diff --git a/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..956717d --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/operations/prepare.py @@ -0,0 +1,730 @@ +"""Prepares a distribution for installation +""" + +# The following comment should be removed at some point in the future. +# mypy: strict-optional=False + +import mimetypes +import os +import shutil +from pathlib import Path +from typing import Dict, Iterable, List, Optional + +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.distributions import make_distribution_for_install_requirement +from pip._internal.distributions.installed import InstalledDistribution +from pip._internal.exceptions import ( + DirectoryUrlHashUnsupported, + HashMismatch, + HashUnpinned, + InstallationError, + MetadataInconsistent, + NetworkConnectionError, + VcsHashUnsupported, +) +from pip._internal.index.package_finder import PackageFinder +from pip._internal.metadata import BaseDistribution, get_metadata_distribution +from pip._internal.models.direct_url import ArchiveInfo +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.network.download import BatchDownloader, Downloader +from pip._internal.network.lazy_wheel import ( + HTTPRangeRequestUnsupported, + dist_from_wheel_url, +) +from pip._internal.network.session import PipSession +from pip._internal.operations.build.build_tracker import BuildTracker +from pip._internal.req.req_install import InstallRequirement +from pip._internal.utils._log import getLogger +from pip._internal.utils.direct_url_helpers import ( + direct_url_for_editable, + direct_url_from_link, +) +from pip._internal.utils.hashes import Hashes, MissingHashes +from pip._internal.utils.logging import indent_log +from pip._internal.utils.misc import ( + display_path, + hash_file, + hide_url, + redact_auth_from_requirement, +) +from pip._internal.utils.temp_dir import TempDirectory +from pip._internal.utils.unpacking import unpack_file +from pip._internal.vcs import vcs + +logger = getLogger(__name__) + + +def _get_prepared_distribution( + req: InstallRequirement, + build_tracker: BuildTracker, + finder: PackageFinder, + build_isolation: bool, + check_build_deps: bool, +) -> BaseDistribution: + """Prepare a distribution for installation.""" + abstract_dist = make_distribution_for_install_requirement(req) + tracker_id = abstract_dist.build_tracker_id + if tracker_id is not None: + with build_tracker.track(req, tracker_id): + abstract_dist.prepare_distribution_metadata( + finder, build_isolation, check_build_deps + ) + return abstract_dist.get_metadata_distribution() + + +def unpack_vcs_link(link: Link, location: str, verbosity: int) -> None: + vcs_backend = vcs.get_backend_for_scheme(link.scheme) + assert vcs_backend is not None + vcs_backend.unpack(location, url=hide_url(link.url), verbosity=verbosity) + + +class File: + def __init__(self, path: str, content_type: Optional[str]) -> None: + self.path = path + if content_type is None: + self.content_type = mimetypes.guess_type(path)[0] + else: + self.content_type = content_type + + +def get_http_url( + link: Link, + download: Downloader, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> File: + temp_dir = TempDirectory(kind="unpack", globally_managed=True) + # If a download dir is specified, is the file already downloaded there? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + content_type = None + else: + # let's download to a tmp dir + from_path, content_type = download(link, temp_dir.path) + if hashes: + hashes.check_against_path(from_path) + + return File(from_path, content_type) + + +def get_file_url( + link: Link, download_dir: Optional[str] = None, hashes: Optional[Hashes] = None +) -> File: + """Get file and optionally check its hash.""" + # If a download dir is specified, is the file already there and valid? + already_downloaded_path = None + if download_dir: + already_downloaded_path = _check_download_dir(link, download_dir, hashes) + + if already_downloaded_path: + from_path = already_downloaded_path + else: + from_path = link.file_path + + # If --require-hashes is off, `hashes` is either empty, the + # link's embedded hash, or MissingHashes; it is required to + # match. If --require-hashes is on, we are satisfied by any + # hash in `hashes` matching: a URL-based or an option-based + # one; no internet-sourced hash will be in `hashes`. + if hashes: + hashes.check_against_path(from_path) + return File(from_path, None) + + +def unpack_url( + link: Link, + location: str, + download: Downloader, + verbosity: int, + download_dir: Optional[str] = None, + hashes: Optional[Hashes] = None, +) -> Optional[File]: + """Unpack link into location, downloading if required. + + :param hashes: A Hashes object, one of whose embedded hashes must match, + or HashMismatch will be raised. If the Hashes is empty, no matches are + required, and unhashable types of requirements (like VCS ones, which + would ordinarily raise HashUnsupported) are allowed. + """ + # non-editable vcs urls + if link.is_vcs: + unpack_vcs_link(link, location, verbosity=verbosity) + return None + + assert not link.is_existing_dir() + + # file urls + if link.is_file: + file = get_file_url(link, download_dir, hashes=hashes) + + # http urls + else: + file = get_http_url( + link, + download, + download_dir, + hashes=hashes, + ) + + # unpack the archive to the build dir location. even when only downloading + # archives, they have to be unpacked to parse dependencies, except wheels + if not link.is_wheel: + unpack_file(file.path, location, file.content_type) + + return file + + +def _check_download_dir( + link: Link, + download_dir: str, + hashes: Optional[Hashes], + warn_on_hash_mismatch: bool = True, +) -> Optional[str]: + """Check download_dir for previously downloaded file with correct hash + If a correct file is found return its path else None + """ + download_path = os.path.join(download_dir, link.filename) + + if not os.path.exists(download_path): + return None + + # If already downloaded, does its hash match? + logger.info("File was already downloaded %s", download_path) + if hashes: + try: + hashes.check_against_path(download_path) + except HashMismatch: + if warn_on_hash_mismatch: + logger.warning( + "Previously-downloaded file %s has bad hash. Re-downloading.", + download_path, + ) + os.unlink(download_path) + return None + return download_path + + +class RequirementPreparer: + """Prepares a Requirement""" + + def __init__( + self, + build_dir: str, + download_dir: Optional[str], + src_dir: str, + build_isolation: bool, + check_build_deps: bool, + build_tracker: BuildTracker, + session: PipSession, + progress_bar: str, + finder: PackageFinder, + require_hashes: bool, + use_user_site: bool, + lazy_wheel: bool, + verbosity: int, + legacy_resolver: bool, + ) -> None: + super().__init__() + + self.src_dir = src_dir + self.build_dir = build_dir + self.build_tracker = build_tracker + self._session = session + self._download = Downloader(session, progress_bar) + self._batch_download = BatchDownloader(session, progress_bar) + self.finder = finder + + # Where still-packed archives should be written to. If None, they are + # not saved, and are deleted immediately after unpacking. + self.download_dir = download_dir + + # Is build isolation allowed? + self.build_isolation = build_isolation + + # Should check build dependencies? + self.check_build_deps = check_build_deps + + # Should hash-checking be required? + self.require_hashes = require_hashes + + # Should install in user site-packages? + self.use_user_site = use_user_site + + # Should wheels be downloaded lazily? + self.use_lazy_wheel = lazy_wheel + + # How verbose should underlying tooling be? + self.verbosity = verbosity + + # Are we using the legacy resolver? + self.legacy_resolver = legacy_resolver + + # Memoized downloaded files, as mapping of url: path. + self._downloaded: Dict[str, str] = {} + + # Previous "header" printed for a link-based InstallRequirement + self._previous_requirement_header = ("", "") + + def _log_preparing_link(self, req: InstallRequirement) -> None: + """Provide context for the requirement being prepared.""" + if req.link.is_file and not req.is_wheel_from_cache: + message = "Processing %s" + information = str(display_path(req.link.file_path)) + else: + message = "Collecting %s" + information = redact_auth_from_requirement(req.req) if req.req else str(req) + + # If we used req.req, inject requirement source if available (this + # would already be included if we used req directly) + if req.req and req.comes_from: + if isinstance(req.comes_from, str): + comes_from: Optional[str] = req.comes_from + else: + comes_from = req.comes_from.from_path() + if comes_from: + information += f" (from {comes_from})" + + if (message, information) != self._previous_requirement_header: + self._previous_requirement_header = (message, information) + logger.info(message, information) + + if req.is_wheel_from_cache: + with indent_log(): + logger.info("Using cached %s", req.link.filename) + + def _ensure_link_req_src_dir( + self, req: InstallRequirement, parallel_builds: bool + ) -> None: + """Ensure source_dir of a linked InstallRequirement.""" + # Since source_dir is only set for editable requirements. + if req.link.is_wheel: + # We don't need to unpack wheels, so no need for a source + # directory. + return + assert req.source_dir is None + if req.link.is_existing_dir(): + # build local directories in-tree + req.source_dir = req.link.file_path + return + + # We always delete unpacked sdists after pip runs. + req.ensure_has_source_dir( + self.build_dir, + autodelete=True, + parallel_builds=parallel_builds, + ) + req.ensure_pristine_source_checkout() + + def _get_linked_req_hashes(self, req: InstallRequirement) -> Hashes: + # By the time this is called, the requirement's link should have + # been checked so we can tell what kind of requirements req is + # and raise some more informative errors than otherwise. + # (For example, we can raise VcsHashUnsupported for a VCS URL + # rather than HashMissing.) + if not self.require_hashes: + return req.hashes(trust_internet=True) + + # We could check these first 2 conditions inside unpack_url + # and save repetition of conditions, but then we would + # report less-useful error messages for unhashable + # requirements, complaining that there's no hash provided. + if req.link.is_vcs: + raise VcsHashUnsupported() + if req.link.is_existing_dir(): + raise DirectoryUrlHashUnsupported() + + # Unpinned packages are asking for trouble when a new version + # is uploaded. This isn't a security check, but it saves users + # a surprising hash mismatch in the future. + # file:/// URLs aren't pinnable, so don't complain about them + # not being pinned. + if not req.is_direct and not req.is_pinned: + raise HashUnpinned() + + # If known-good hashes are missing for this requirement, + # shim it with a facade object that will provoke hash + # computation and then raise a HashMissing exception + # showing the user what the hash should be. + return req.hashes(trust_internet=False) or MissingHashes() + + def _fetch_metadata_only( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + if self.legacy_resolver: + logger.debug( + "Metadata-only fetching is not used in the legacy resolver", + ) + return None + if self.require_hashes: + logger.debug( + "Metadata-only fetching is not used as hash checking is required", + ) + return None + # Try PEP 658 metadata first, then fall back to lazy wheel if unavailable. + return self._fetch_metadata_using_link_data_attr( + req + ) or self._fetch_metadata_using_lazy_wheel(req.link) + + def _fetch_metadata_using_link_data_attr( + self, + req: InstallRequirement, + ) -> Optional[BaseDistribution]: + """Fetch metadata from the data-dist-info-metadata attribute, if possible.""" + # (1) Get the link to the metadata file, if provided by the backend. + metadata_link = req.link.metadata_link() + if metadata_link is None: + return None + assert req.req is not None + logger.verbose( + "Obtaining dependency information for %s from %s", + req.req, + metadata_link, + ) + # (2) Download the contents of the METADATA file, separate from the dist itself. + metadata_file = get_http_url( + metadata_link, + self._download, + hashes=metadata_link.as_hashes(), + ) + with open(metadata_file.path, "rb") as f: + metadata_contents = f.read() + # (3) Generate a dist just from those file contents. + metadata_dist = get_metadata_distribution( + metadata_contents, + req.link.filename, + req.req.name, + ) + # (4) Ensure the Name: field from the METADATA file matches the name from the + # install requirement. + # + # NB: raw_name will fall back to the name from the install requirement if + # the Name: field is not present, but it's noted in the raw_name docstring + # that that should NEVER happen anyway. + if canonicalize_name(metadata_dist.raw_name) != canonicalize_name(req.req.name): + raise MetadataInconsistent( + req, "Name", req.req.name, metadata_dist.raw_name + ) + return metadata_dist + + def _fetch_metadata_using_lazy_wheel( + self, + link: Link, + ) -> Optional[BaseDistribution]: + """Fetch metadata using lazy wheel, if possible.""" + # --use-feature=fast-deps must be provided. + if not self.use_lazy_wheel: + return None + if link.is_file or not link.is_wheel: + logger.debug( + "Lazy wheel is not used as %r does not point to a remote wheel", + link, + ) + return None + + wheel = Wheel(link.filename) + name = canonicalize_name(wheel.name) + logger.info( + "Obtaining dependency information from %s %s", + name, + wheel.version, + ) + url = link.url.split("#", 1)[0] + try: + return dist_from_wheel_url(name, url, self._session) + except HTTPRangeRequestUnsupported: + logger.debug("%s does not support range requests", url) + return None + + def _complete_partial_requirements( + self, + partially_downloaded_reqs: Iterable[InstallRequirement], + parallel_builds: bool = False, + ) -> None: + """Download any requirements which were only fetched by metadata.""" + # Download to a temporary directory. These will be copied over as + # needed for downstream 'download', 'wheel', and 'install' commands. + temp_dir = TempDirectory(kind="unpack", globally_managed=True).path + + # Map each link to the requirement that owns it. This allows us to set + # `req.local_file_path` on the appropriate requirement after passing + # all the links at once into BatchDownloader. + links_to_fully_download: Dict[Link, InstallRequirement] = {} + for req in partially_downloaded_reqs: + assert req.link + links_to_fully_download[req.link] = req + + batch_download = self._batch_download( + links_to_fully_download.keys(), + temp_dir, + ) + for link, (filepath, _) in batch_download: + logger.debug("Downloading link %s to %s", link, filepath) + req = links_to_fully_download[link] + # Record the downloaded file path so wheel reqs can extract a Distribution + # in .get_dist(). + req.local_file_path = filepath + # Record that the file is downloaded so we don't do it again in + # _prepare_linked_requirement(). + self._downloaded[req.link.url] = filepath + + # If this is an sdist, we need to unpack it after downloading, but the + # .source_dir won't be set up until we are in _prepare_linked_requirement(). + # Add the downloaded archive to the install requirement to unpack after + # preparing the source dir. + if not req.is_wheel: + req.needs_unpacked_archive(Path(filepath)) + + # This step is necessary to ensure all lazy wheels are processed + # successfully by the 'download', 'wheel', and 'install' commands. + for req in partially_downloaded_reqs: + self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool = False + ) -> BaseDistribution: + """Prepare a requirement to be obtained from req.link.""" + assert req.link + self._log_preparing_link(req) + with indent_log(): + # Check if the relevant file is already available + # in the download directory + file_path = None + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir( + req.link, + self.download_dir, + hashes, + # When a locally built wheel has been found in cache, we don't warn + # about re-downloading when the already downloaded wheel hash does + # not match. This is because the hash must be checked against the + # original link, not the cached link. It that case the already + # downloaded file will be removed and re-fetched from cache (which + # implies a hash check against the cache entry's origin.json). + warn_on_hash_mismatch=not req.is_wheel_from_cache, + ) + + if file_path is not None: + # The file is already available, so mark it as downloaded + self._downloaded[req.link.url] = file_path + else: + # The file is not available, attempt to fetch only metadata + metadata_dist = self._fetch_metadata_only(req) + if metadata_dist is not None: + req.needs_more_preparation = True + return metadata_dist + + # None of the optimizations worked, fully prepare the requirement + return self._prepare_linked_requirement(req, parallel_builds) + + def prepare_linked_requirements_more( + self, reqs: Iterable[InstallRequirement], parallel_builds: bool = False + ) -> None: + """Prepare linked requirements more, if needed.""" + reqs = [req for req in reqs if req.needs_more_preparation] + for req in reqs: + # Determine if any of these requirements were already downloaded. + if self.download_dir is not None and req.link.is_wheel: + hashes = self._get_linked_req_hashes(req) + file_path = _check_download_dir(req.link, self.download_dir, hashes) + if file_path is not None: + self._downloaded[req.link.url] = file_path + req.needs_more_preparation = False + + # Prepare requirements we found were already downloaded for some + # reason. The other downloads will be completed separately. + partially_downloaded_reqs: List[InstallRequirement] = [] + for req in reqs: + if req.needs_more_preparation: + partially_downloaded_reqs.append(req) + else: + self._prepare_linked_requirement(req, parallel_builds) + + # TODO: separate this part out from RequirementPreparer when the v1 + # resolver can be removed! + self._complete_partial_requirements( + partially_downloaded_reqs, + parallel_builds=parallel_builds, + ) + + def _prepare_linked_requirement( + self, req: InstallRequirement, parallel_builds: bool + ) -> BaseDistribution: + assert req.link + link = req.link + + hashes = self._get_linked_req_hashes(req) + + if hashes and req.is_wheel_from_cache: + assert req.download_info is not None + assert link.is_wheel + assert link.is_file + # We need to verify hashes, and we have found the requirement in the cache + # of locally built wheels. + if ( + isinstance(req.download_info.info, ArchiveInfo) + and req.download_info.info.hashes + and hashes.has_one_of(req.download_info.info.hashes) + ): + # At this point we know the requirement was built from a hashable source + # artifact, and we verified that the cache entry's hash of the original + # artifact matches one of the hashes we expect. We don't verify hashes + # against the cached wheel, because the wheel is not the original. + hashes = None + else: + logger.warning( + "The hashes of the source archive found in cache entry " + "don't match, ignoring cached built wheel " + "and re-downloading source." + ) + req.link = req.cached_wheel_source_link + link = req.link + + self._ensure_link_req_src_dir(req, parallel_builds) + + if link.is_existing_dir(): + local_file = None + elif link.url not in self._downloaded: + try: + local_file = unpack_url( + link, + req.source_dir, + self._download, + self.verbosity, + self.download_dir, + hashes, + ) + except NetworkConnectionError as exc: + raise InstallationError( + f"Could not install requirement {req} because of HTTP " + f"error {exc} for URL {link}" + ) + else: + file_path = self._downloaded[link.url] + if hashes: + hashes.check_against_path(file_path) + local_file = File(file_path, content_type=None) + + # If download_info is set, we got it from the wheel cache. + if req.download_info is None: + # Editables don't go through this function (see + # prepare_editable_requirement). + assert not req.editable + req.download_info = direct_url_from_link(link, req.source_dir) + # Make sure we have a hash in download_info. If we got it as part of the + # URL, it will have been verified and we can rely on it. Otherwise we + # compute it from the downloaded file. + # FIXME: https://github.com/pypa/pip/issues/11943 + if ( + isinstance(req.download_info.info, ArchiveInfo) + and not req.download_info.info.hashes + and local_file + ): + hash = hash_file(local_file.path)[0].hexdigest() + # We populate info.hash for backward compatibility. + # This will automatically populate info.hashes. + req.download_info.info.hash = f"sha256={hash}" + + # For use in later processing, + # preserve the file path on the requirement. + if local_file: + req.local_file_path = local_file.path + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + return dist + + def save_linked_requirement(self, req: InstallRequirement) -> None: + assert self.download_dir is not None + assert req.link is not None + link = req.link + if link.is_vcs or (link.is_existing_dir() and req.editable): + # Make a .zip of the source_dir we already created. + req.archive(self.download_dir) + return + + if link.is_existing_dir(): + logger.debug( + "Not copying link to destination directory " + "since it is a directory: %s", + link, + ) + return + if req.local_file_path is None: + # No distribution was downloaded for this requirement. + return + + download_location = os.path.join(self.download_dir, link.filename) + if not os.path.exists(download_location): + shutil.copy(req.local_file_path, download_location) + download_path = display_path(download_location) + logger.info("Saved %s", download_path) + + def prepare_editable_requirement( + self, + req: InstallRequirement, + ) -> BaseDistribution: + """Prepare an editable requirement.""" + assert req.editable, "cannot prepare a non-editable req as editable" + + logger.info("Obtaining %s", req) + + with indent_log(): + if self.require_hashes: + raise InstallationError( + f"The editable requirement {req} cannot be installed when " + "requiring hashes, because there is no single file to " + "hash." + ) + req.ensure_has_source_dir(self.src_dir) + req.update_editable() + assert req.source_dir + req.download_info = direct_url_for_editable(req.unpacked_source_directory) + + dist = _get_prepared_distribution( + req, + self.build_tracker, + self.finder, + self.build_isolation, + self.check_build_deps, + ) + + req.check_if_exists(self.use_user_site) + + return dist + + def prepare_installed_requirement( + self, + req: InstallRequirement, + skip_reason: str, + ) -> BaseDistribution: + """Prepare an already-installed requirement.""" + assert req.satisfied_by, "req should have been satisfied but isn't" + assert skip_reason is not None, ( + "did not get skip reason skipped but req.satisfied_by " + f"is set to {req.satisfied_by}" + ) + logger.info( + "Requirement %s: %s (%s)", skip_reason, req, req.satisfied_by.version + ) + with indent_log(): + if self.require_hashes: + logger.debug( + "Since it is already installed, we are trusting this " + "package without checking its hash. To ensure a " + "completely repeatable environment, install into an " + "empty virtualenv." + ) + return InstalledDistribution(req).get_metadata_distribution() diff --git a/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..8de36b8 --- /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"], + "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..019606fc3705e32d577d939964c1ae1f275529ec GIT binary patch literal 3760 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 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..d9c98a43684941a56f531783e2dcc0c5c9bd92eb GIT binary patch literal 38431 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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 _set_requirement_extras(req: Requirement, new_extras: Set[str]) -> Requirement: + """ + Returns a new requirement based on the given one, with the supplied extras. If the + given requirement already has extras those are replaced (or dropped if no new extras + are given). + """ + match: Optional[re.Match[str]] = re.fullmatch( + # see https://peps.python.org/pep-0508/#complete-grammar + r"([\w\t .-]+)(\[[^\]]*\])?(.*)", + str(req), + flags=re.ASCII, + ) + # ireq.req is a valid requirement so the regex should always match + assert ( + match is not None + ), f"regex match on requirement {req} failed, this should never happen" + pre: Optional[str] = match.group(1) + post: Optional[str] = match.group(3) + assert ( + pre is not None and post is not None + ), f"regex group selection for requirement {req} failed, this should never happen" + extras: str = "[%s]" % ",".join(sorted(new_extras)) if new_extras else "" + return Requirement(f"{pre}{extras}{post}") + + +def parse_editable(editable_req: str) -> Tuple[Optional[str], str, Set[str]]: + """Parses an editable requirement into: + - a requirement name + - an URL + - extras + - editable options + Accepted requirements: + svn+http://blahblah@rev#egg=Foobar[baz]&subdirectory=version_subdir + .[some_extra] + """ + + url = editable_req + + # If a file path is specified with extras, strip off the extras. + url_no_extras, extras = _strip_extras(url) + + if os.path.isdir(url_no_extras): + # Treating it as code that has already been checked out + url_no_extras = path_to_url(url_no_extras) + + if url_no_extras.lower().startswith("file:"): + package_name = Link(url_no_extras).egg_fragment + if extras: + return ( + package_name, + url_no_extras, + get_requirement("placeholder" + extras.lower()).extras, + ) + else: + return package_name, url_no_extras, set() + + for version_control in vcs: + if url.lower().startswith(f"{version_control}:"): + url = f"{version_control}+{url}" + break + + link = Link(url) + + if not link.is_vcs: + backends = ", ".join(vcs.all_schemes) + raise InstallationError( + f"{editable_req} is not a valid editable requirement. " + f"It should either be a path to a local project or a VCS URL " + f"(beginning with {backends})." + ) + + package_name = link.egg_fragment + if not package_name: + raise InstallationError( + "Could not detect requirement name for '{}', please specify one " + "with #egg=your_package_name".format(editable_req) + ) + return package_name, url, set() + + +def check_first_requirement_in_file(filename: str) -> None: + """Check if file is parsable as a requirements file. + + This is heavily based on ``pkg_resources.parse_requirements``, but + simplified to just check the first meaningful line. + + :raises InvalidRequirement: If the first meaningful line cannot be parsed + as an requirement. + """ + with open(filename, encoding="utf-8", errors="ignore") as f: + # Create a steppable iterator, so we can handle \-continuations. + lines = ( + line + for line in (line.strip() for line in f) + if line and not line.startswith("#") # Skip blank lines/comments. + ) + + for line in lines: + # Drop comments -- a hash without a space may be in a URL. + if " #" in line: + line = line[: line.find(" #")] + # If there is a line continuation, drop it, and append the next line. + if line.endswith("\\"): + line = line[:-2].strip() + next(lines, "") + Requirement(line) + return + + +def deduce_helpful_msg(req: str) -> str: + """Returns helpful msg in case requirements file does not exist, + or cannot be parsed. + + :params req: Requirements file path + """ + if not os.path.exists(req): + return f" File '{req}' does not exist." + msg = " The path does exist. " + # Try to parse and check if it is a requirements file. + try: + check_first_requirement_in_file(req) + except InvalidRequirement: + logger.debug("Cannot parse '%s' as requirements file", req) + else: + msg += ( + f"The argument you provided " + f"({req}) appears to be a" + f" requirements file. If that is the" + f" case, use the '-r' flag to install" + f" the packages specified within it." + ) + return msg + + +class RequirementParts: + def __init__( + self, + requirement: Optional[Requirement], + link: Optional[Link], + markers: Optional[Marker], + extras: Set[str], + ): + self.requirement = requirement + self.link = link + self.markers = markers + self.extras = extras + + +def parse_req_from_editable(editable_req: str) -> RequirementParts: + name, url, extras_override = parse_editable(editable_req) + + if name is not None: + try: + req: Optional[Requirement] = Requirement(name) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{name}'") + else: + req = None + + link = Link(url) + + return RequirementParts(req, link, None, extras_override) + + +# ---- The actual constructors follow ---- + + +def install_req_from_editable( + editable_req: str, + comes_from: Optional[Union[InstallRequirement, str]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + user_supplied: bool = False, + permit_editable_wheels: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + parts = parse_req_from_editable(editable_req) + + return InstallRequirement( + parts.requirement, + comes_from=comes_from, + user_supplied=user_supplied, + editable=True, + permit_editable_wheels=permit_editable_wheels, + link=parts.link, + constraint=constraint, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + extras=parts.extras, + ) + + +def _looks_like_path(name: str) -> bool: + """Checks whether the string "looks like" a path on the filesystem. + + This does not check whether the target actually exists, only judge from the + appearance. + + Returns true if any of the following conditions is true: + * a path separator is found (either os.path.sep or os.path.altsep); + * a dot is found (which represents the current directory). + """ + if os.path.sep in name: + return True + if os.path.altsep is not None and os.path.altsep in name: + return True + if name.startswith("."): + return True + return False + + +def _get_url_from_path(path: str, name: str) -> Optional[str]: + """ + First, it checks whether a provided path is an installable directory. If it + is, returns the path. + + If false, check if the path is an archive file (such as a .whl). + The function checks if the path is a file. If false, if the path has + an @, it will treat it as a PEP 440 URL requirement and return the path. + """ + if _looks_like_path(name) and os.path.isdir(path): + if is_installable_dir(path): + return path_to_url(path) + # TODO: The is_installable_dir test here might not be necessary + # now that it is done in load_pyproject_toml too. + raise InstallationError( + f"Directory {name!r} is not installable. Neither 'setup.py' " + "nor 'pyproject.toml' found." + ) + if not is_archive_file(path): + return None + if os.path.isfile(path): + return path_to_url(path) + urlreq_parts = name.split("@", 1) + if len(urlreq_parts) >= 2 and not _looks_like_path(urlreq_parts[0]): + # If the path contains '@' and the part before it does not look + # like a path, try to treat it as a PEP 440 URL req instead. + return None + logger.warning( + "Requirement %r looks like a filename, but the file does not exist", + name, + ) + return path_to_url(path) + + +def parse_req_from_line(name: str, line_source: Optional[str]) -> RequirementParts: + if is_url(name): + marker_sep = "; " + else: + marker_sep = ";" + if marker_sep in name: + name, markers_as_string = name.split(marker_sep, 1) + markers_as_string = markers_as_string.strip() + if not markers_as_string: + markers = None + else: + markers = Marker(markers_as_string) + else: + markers = None + name = name.strip() + req_as_string = None + path = os.path.normpath(os.path.abspath(name)) + link = None + extras_as_string = None + + if is_url(name): + link = Link(name) + else: + p, extras_as_string = _strip_extras(path) + url = _get_url_from_path(p, name) + if url is not None: + link = Link(url) + + # it's a local file, dir, or url + if link: + # Handle relative file URLs + if link.scheme == "file" and re.search(r"\.\./", link.url): + link = Link(path_to_url(os.path.normpath(os.path.abspath(link.path)))) + # wheel file + if link.is_wheel: + wheel = Wheel(link.filename) # can raise InvalidWheelFilename + req_as_string = f"{wheel.name}=={wheel.version}" + else: + # set the req to the egg fragment. when it's not there, this + # will become an 'unnamed' requirement + req_as_string = link.egg_fragment + + # a requirement specifier + else: + req_as_string = name + + extras = convert_extras(extras_as_string) + + def with_source(text: str) -> str: + if not line_source: + return text + return f"{text} (from {line_source})" + + def _parse_req_string(req_as_string: str) -> Requirement: + try: + req = get_requirement(req_as_string) + except InvalidRequirement: + if os.path.sep in req_as_string: + add_msg = "It looks like a path." + add_msg += deduce_helpful_msg(req_as_string) + elif "=" in req_as_string and not any( + op in req_as_string for op in operators + ): + add_msg = "= is not a valid operator. Did you mean == ?" + else: + add_msg = "" + msg = with_source(f"Invalid requirement: {req_as_string!r}") + if add_msg: + msg += f"\nHint: {add_msg}" + raise InstallationError(msg) + else: + # Deprecate extras after specifiers: "name>=1.0[extras]" + # This currently works by accident because _strip_extras() parses + # any extras in the end of the string and those are saved in + # RequirementParts + for spec in req.specifier: + spec_str = str(spec) + if spec_str.endswith("]"): + msg = f"Extras after version '{spec_str}'." + raise InstallationError(msg) + return req + + if req_as_string is not None: + req: Optional[Requirement] = _parse_req_string(req_as_string) + else: + req = None + + return RequirementParts(req, link, markers, extras) + + +def install_req_from_line( + name: str, + comes_from: Optional[Union[str, InstallRequirement]] = None, + *, + use_pep517: Optional[bool] = None, + isolated: bool = False, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + constraint: bool = False, + line_source: Optional[str] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + """Creates an InstallRequirement from a name, which might be a + requirement, directory containing 'setup.py', filename, or URL. + + :param line_source: An optional string describing where the line is from, + for logging purposes in case of an error. + """ + parts = parse_req_from_line(name, line_source) + + return InstallRequirement( + parts.requirement, + comes_from, + link=parts.link, + markers=parts.markers, + use_pep517=use_pep517, + isolated=isolated, + global_options=global_options, + hash_options=hash_options, + config_settings=config_settings, + constraint=constraint, + extras=parts.extras, + user_supplied=user_supplied, + ) + + +def install_req_from_req_string( + req_string: str, + comes_from: Optional[InstallRequirement] = None, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, +) -> InstallRequirement: + try: + req = get_requirement(req_string) + except InvalidRequirement: + raise InstallationError(f"Invalid requirement: '{req_string}'") + + domains_not_allowed = [ + PyPI.file_storage_domain, + TestPyPI.file_storage_domain, + ] + if ( + req.url + and comes_from + and comes_from.link + and comes_from.link.netloc in domains_not_allowed + ): + # Explicitly disallow pypi packages that depend on external urls + raise InstallationError( + "Packages installed from PyPI cannot depend on packages " + "which are not also hosted on PyPI.\n" + f"{comes_from.name} depends on {req} " + ) + + return InstallRequirement( + req, + comes_from, + isolated=isolated, + use_pep517=use_pep517, + user_supplied=user_supplied, + ) + + +def install_req_from_parsed_requirement( + parsed_req: ParsedRequirement, + isolated: bool = False, + use_pep517: Optional[bool] = None, + user_supplied: bool = False, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, +) -> InstallRequirement: + if parsed_req.is_editable: + req = install_req_from_editable( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + constraint=parsed_req.constraint, + isolated=isolated, + user_supplied=user_supplied, + config_settings=config_settings, + ) + + else: + req = install_req_from_line( + parsed_req.requirement, + comes_from=parsed_req.comes_from, + use_pep517=use_pep517, + isolated=isolated, + global_options=( + parsed_req.options.get("global_options", []) + if parsed_req.options + else [] + ), + hash_options=( + parsed_req.options.get("hashes", {}) if parsed_req.options else {} + ), + constraint=parsed_req.constraint, + line_source=parsed_req.line_source, + user_supplied=user_supplied, + config_settings=config_settings, + ) + return req + + +def install_req_from_link_and_ireq( + link: Link, ireq: InstallRequirement +) -> InstallRequirement: + return InstallRequirement( + req=ireq.req, + comes_from=ireq.comes_from, + editable=ireq.editable, + link=link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + ) + + +def install_req_drop_extras(ireq: InstallRequirement) -> InstallRequirement: + """ + Creates a new InstallationRequirement using the given template but without + any extras. Sets the original requirement as the new one's parent + (comes_from). + """ + return InstallRequirement( + req=( + _set_requirement_extras(ireq.req, set()) if ireq.req is not None else None + ), + comes_from=ireq, + editable=ireq.editable, + link=ireq.link, + markers=ireq.markers, + use_pep517=ireq.use_pep517, + isolated=ireq.isolated, + global_options=ireq.global_options, + hash_options=ireq.hash_options, + constraint=ireq.constraint, + extras=[], + config_settings=ireq.config_settings, + user_supplied=ireq.user_supplied, + permit_editable_wheels=ireq.permit_editable_wheels, + ) + + +def install_req_extend_extras( + ireq: InstallRequirement, + extras: Collection[str], +) -> InstallRequirement: + """ + Returns a copy of an installation requirement with some additional extras. + Makes a shallow copy of the ireq object. + """ + result = copy.copy(ireq) + result.extras = {*ireq.extras, *extras} + result.req = ( + _set_requirement_extras(ireq.req, result.extras) + if ireq.req is not None + else None + ) + return result diff --git a/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..1ef3d5e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_file.py @@ -0,0 +1,554 @@ +""" +Requirements file parsing +""" + +import logging +import optparse +import os +import re +import shlex +import urllib.parse +from optparse import Values +from typing import ( + TYPE_CHECKING, + Any, + Callable, + Dict, + Generator, + Iterable, + List, + Optional, + Tuple, +) + +from pip._internal.cli import cmdoptions +from pip._internal.exceptions import InstallationError, RequirementsFileParseError +from pip._internal.models.search_scope import SearchScope +from pip._internal.network.session import PipSession +from pip._internal.network.utils import raise_for_status +from pip._internal.utils.encoding import auto_decode +from pip._internal.utils.urls import get_url_scheme + +if TYPE_CHECKING: + # NoReturn introduced in 3.6.2; imported only for type checking to maintain + # pip compatibility with older patch versions of Python 3.6 + from typing import NoReturn + + from pip._internal.index.package_finder import PackageFinder + +__all__ = ["parse_requirements"] + +ReqFileLines = Iterable[Tuple[int, str]] + +LineParser = Callable[[str], Tuple[str, Values]] + +SCHEME_RE = re.compile(r"^(http|https|file):", re.I) +COMMENT_RE = re.compile(r"(^|\s+)#.*$") + +# Matches environment variable-style values in '${MY_VARIABLE_1}' with the +# variable name consisting of only uppercase letters, digits or the '_' +# (underscore). This follows the POSIX standard defined in IEEE Std 1003.1, +# 2013 Edition. +ENV_VAR_RE = re.compile(r"(?P\$\{(?P[A-Z0-9_]+)\})") + +SUPPORTED_OPTIONS: List[Callable[..., optparse.Option]] = [ + cmdoptions.index_url, + cmdoptions.extra_index_url, + cmdoptions.no_index, + cmdoptions.constraints, + cmdoptions.requirements, + cmdoptions.editable, + cmdoptions.find_links, + cmdoptions.no_binary, + cmdoptions.only_binary, + cmdoptions.prefer_binary, + cmdoptions.require_hashes, + cmdoptions.pre, + cmdoptions.trusted_host, + cmdoptions.use_new_feature, +] + +# options to be passed to requirements +SUPPORTED_OPTIONS_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.global_options, + cmdoptions.hash, + cmdoptions.config_settings, +] + +SUPPORTED_OPTIONS_EDITABLE_REQ: List[Callable[..., optparse.Option]] = [ + cmdoptions.config_settings, +] + + +# the 'dest' string values +SUPPORTED_OPTIONS_REQ_DEST = [str(o().dest) for o in SUPPORTED_OPTIONS_REQ] +SUPPORTED_OPTIONS_EDITABLE_REQ_DEST = [ + str(o().dest) for o in SUPPORTED_OPTIONS_EDITABLE_REQ +] + +logger = logging.getLogger(__name__) + + +class ParsedRequirement: + def __init__( + self, + requirement: str, + is_editable: bool, + comes_from: str, + constraint: bool, + options: Optional[Dict[str, Any]] = None, + line_source: Optional[str] = None, + ) -> None: + self.requirement = requirement + self.is_editable = is_editable + self.comes_from = comes_from + self.options = options + self.constraint = constraint + self.line_source = line_source + + +class ParsedLine: + def __init__( + self, + filename: str, + lineno: int, + args: str, + opts: Values, + constraint: bool, + ) -> None: + self.filename = filename + self.lineno = lineno + self.opts = opts + self.constraint = constraint + + if args: + self.is_requirement = True + self.is_editable = False + self.requirement = args + elif opts.editables: + self.is_requirement = True + self.is_editable = True + # We don't support multiple -e on one line + self.requirement = opts.editables[0] + else: + self.is_requirement = False + + +def parse_requirements( + filename: str, + session: PipSession, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + constraint: bool = False, +) -> Generator[ParsedRequirement, None, None]: + """Parse a requirements file and yield ParsedRequirement instances. + + :param filename: Path or url of requirements file. + :param session: PipSession instance. + :param finder: Instance of pip.index.PackageFinder. + :param options: cli options. + :param constraint: If true, parsing a constraint file rather than + requirements file. + """ + line_parser = get_line_parser(finder) + parser = RequirementsFileParser(session, line_parser) + + for parsed_line in parser.parse(filename, constraint): + parsed_req = handle_line( + parsed_line, options=options, finder=finder, session=session + ) + if parsed_req is not None: + yield parsed_req + + +def preprocess(content: str) -> ReqFileLines: + """Split, filter, and join lines, and return a line iterator + + :param content: the content of the requirements file + """ + lines_enum: ReqFileLines = enumerate(content.splitlines(), start=1) + lines_enum = join_lines(lines_enum) + lines_enum = ignore_comments(lines_enum) + lines_enum = expand_env_variables(lines_enum) + return lines_enum + + +def handle_requirement_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, +) -> ParsedRequirement: + # preserve for the nested code path + line_comes_from = "{} {} (line {})".format( + "-c" if line.constraint else "-r", + line.filename, + line.lineno, + ) + + assert line.is_requirement + + # get the options that apply to requirements + if line.is_editable: + supported_dest = SUPPORTED_OPTIONS_EDITABLE_REQ_DEST + else: + supported_dest = SUPPORTED_OPTIONS_REQ_DEST + req_options = {} + for dest in supported_dest: + if dest in line.opts.__dict__ and line.opts.__dict__[dest]: + req_options[dest] = line.opts.__dict__[dest] + + line_source = f"line {line.lineno} of {line.filename}" + return ParsedRequirement( + requirement=line.requirement, + is_editable=line.is_editable, + comes_from=line_comes_from, + constraint=line.constraint, + options=req_options, + line_source=line_source, + ) + + +def handle_option_line( + opts: Values, + filename: str, + lineno: int, + finder: Optional["PackageFinder"] = None, + options: Optional[optparse.Values] = None, + session: Optional[PipSession] = None, +) -> None: + if opts.hashes: + logger.warning( + "%s line %s has --hash but no requirement, and will be ignored.", + filename, + lineno, + ) + + if options: + # percolate options upward + if opts.require_hashes: + options.require_hashes = opts.require_hashes + if opts.features_enabled: + options.features_enabled.extend( + f for f in opts.features_enabled if f not in options.features_enabled + ) + + # set finder options + if finder: + find_links = finder.find_links + index_urls = finder.index_urls + no_index = finder.search_scope.no_index + if opts.no_index is True: + no_index = True + index_urls = [] + if opts.index_url and not no_index: + index_urls = [opts.index_url] + if opts.extra_index_urls and not no_index: + index_urls.extend(opts.extra_index_urls) + if opts.find_links: + # FIXME: it would be nice to keep track of the source + # of the find_links: support a find-links local path + # relative to a requirements file. + value = opts.find_links[0] + req_dir = os.path.dirname(os.path.abspath(filename)) + relative_to_reqs_file = os.path.join(req_dir, value) + if os.path.exists(relative_to_reqs_file): + value = relative_to_reqs_file + find_links.append(value) + + if session: + # We need to update the auth urls in session + session.update_index_urls(index_urls) + + search_scope = SearchScope( + find_links=find_links, + index_urls=index_urls, + no_index=no_index, + ) + finder.search_scope = search_scope + + if opts.pre: + finder.set_allow_all_prereleases() + + if opts.prefer_binary: + finder.set_prefer_binary() + + if session: + for host in opts.trusted_hosts or []: + source = f"line {lineno} of {filename}" + session.add_trusted_host(host, source=source) + + +def handle_line( + line: ParsedLine, + options: Optional[optparse.Values] = None, + finder: Optional["PackageFinder"] = None, + session: Optional[PipSession] = None, +) -> Optional[ParsedRequirement]: + """Handle a single parsed requirements line; This can result in + creating/yielding requirements, or updating the finder. + + :param line: The parsed line to be processed. + :param options: CLI options. + :param finder: The finder - updated by non-requirement lines. + :param session: The session - updated by non-requirement lines. + + Returns a ParsedRequirement object if the line is a requirement line, + otherwise returns None. + + For lines that contain requirements, the only options that have an effect + are from SUPPORTED_OPTIONS_REQ, and they are scoped to the + requirement. Other options from SUPPORTED_OPTIONS may be present, but are + ignored. + + For lines that do not contain requirements, the only options that have an + effect are from SUPPORTED_OPTIONS. Options from SUPPORTED_OPTIONS_REQ may + be present, but are ignored. These lines may contain multiple options + (although our docs imply only one is supported), and all our parsed and + affect the finder. + """ + + if line.is_requirement: + parsed_req = handle_requirement_line(line, options) + return parsed_req + else: + handle_option_line( + line.opts, + line.filename, + line.lineno, + finder, + options, + session, + ) + return None + + +class RequirementsFileParser: + def __init__( + self, + session: PipSession, + line_parser: LineParser, + ) -> None: + self._session = session + self._line_parser = line_parser + + def parse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + """Parse a given file, yielding parsed lines.""" + yield from self._parse_and_recurse(filename, constraint) + + def _parse_and_recurse( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + for line in self._parse_file(filename, constraint): + if not line.is_requirement and ( + line.opts.requirements or line.opts.constraints + ): + # parse a nested requirements file + if line.opts.requirements: + req_path = line.opts.requirements[0] + nested_constraint = False + else: + req_path = line.opts.constraints[0] + nested_constraint = True + + # original file is over http + if SCHEME_RE.search(filename): + # do a url join so relative paths work + req_path = urllib.parse.urljoin(filename, req_path) + # original file and nested file are paths + elif not SCHEME_RE.search(req_path): + # do a join so relative paths work + req_path = os.path.join( + os.path.dirname(filename), + req_path, + ) + + yield from self._parse_and_recurse(req_path, nested_constraint) + else: + yield line + + def _parse_file( + self, filename: str, constraint: bool + ) -> Generator[ParsedLine, None, None]: + _, content = get_file_content(filename, self._session) + + lines_enum = preprocess(content) + + for line_number, line in lines_enum: + try: + args_str, opts = self._line_parser(line) + except OptionParsingError as e: + # add offending line + msg = f"Invalid requirement: {line}\n{e.msg}" + raise RequirementsFileParseError(msg) + + yield ParsedLine( + filename, + line_number, + args_str, + opts, + constraint, + ) + + +def get_line_parser(finder: Optional["PackageFinder"]) -> LineParser: + def parse_line(line: str) -> Tuple[str, Values]: + # Build new parser for each line since it accumulates appendable + # options. + parser = build_parser() + defaults = parser.get_default_values() + defaults.index_url = None + if finder: + defaults.format_control = finder.format_control + + args_str, options_str = break_args_options(line) + + try: + options = shlex.split(options_str) + except ValueError as e: + raise OptionParsingError(f"Could not split options: {options_str}") from e + + opts, _ = parser.parse_args(options, defaults) + + return args_str, opts + + return parse_line + + +def break_args_options(line: str) -> Tuple[str, str]: + """Break up the line into an args and options string. We only want to shlex + (and then optparse) the options, not the args. args can contain markers + which are corrupted by shlex. + """ + tokens = line.split(" ") + args = [] + options = tokens[:] + for token in tokens: + if token.startswith("-") or token.startswith("--"): + break + else: + args.append(token) + options.pop(0) + return " ".join(args), " ".join(options) + + +class OptionParsingError(Exception): + def __init__(self, msg: str) -> None: + self.msg = msg + + +def build_parser() -> optparse.OptionParser: + """ + Return a parser for parsing requirement lines + """ + parser = optparse.OptionParser(add_help_option=False) + + option_factories = SUPPORTED_OPTIONS + SUPPORTED_OPTIONS_REQ + for option_factory in option_factories: + option = option_factory() + parser.add_option(option) + + # By default optparse sys.exits on parsing errors. We want to wrap + # that in our own exception. + def parser_exit(self: Any, msg: str) -> "NoReturn": + raise OptionParsingError(msg) + + # NOTE: mypy disallows assigning to a method + # https://github.com/python/mypy/issues/2427 + parser.exit = parser_exit # type: ignore + + return parser + + +def join_lines(lines_enum: ReqFileLines) -> ReqFileLines: + """Joins a line ending in '\' with the previous line (except when following + comments). The joined line takes on the index of the first line. + """ + primary_line_number = None + new_line: List[str] = [] + for line_number, line in lines_enum: + if not line.endswith("\\") or COMMENT_RE.match(line): + if COMMENT_RE.match(line): + # this ensures comments are always matched later + line = " " + line + if new_line: + new_line.append(line) + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + new_line = [] + else: + yield line_number, line + else: + if not new_line: + primary_line_number = line_number + new_line.append(line.strip("\\")) + + # last line contains \ + if new_line: + assert primary_line_number is not None + yield primary_line_number, "".join(new_line) + + # TODO: handle space after '\'. + + +def ignore_comments(lines_enum: ReqFileLines) -> ReqFileLines: + """ + Strips comments and filter empty lines. + """ + for line_number, line in lines_enum: + line = COMMENT_RE.sub("", line) + line = line.strip() + if line: + yield line_number, line + + +def expand_env_variables(lines_enum: ReqFileLines) -> ReqFileLines: + """Replace all environment variables that can be retrieved via `os.getenv`. + + The only allowed format for environment variables defined in the + requirement file is `${MY_VARIABLE_1}` to ensure two things: + + 1. Strings that contain a `$` aren't accidentally (partially) expanded. + 2. Ensure consistency across platforms for requirement files. + + These points are the result of a discussion on the `github pull + request #3514 `_. + + Valid characters in variable names follow the `POSIX standard + `_ and are limited + to uppercase letter, digits and the `_` (underscore). + """ + for line_number, line in lines_enum: + for env_var, var_name in ENV_VAR_RE.findall(line): + value = os.getenv(var_name) + if not value: + continue + + line = line.replace(env_var, value) + + yield line_number, line + + +def get_file_content(url: str, session: PipSession) -> Tuple[str, str]: + """Gets the content of a file; it may be a filename, file: URL, or + http: URL. Returns (location, content). Content is unicode. + Respects # -*- coding: declarations on the retrieved files. + + :param url: File path or url. + :param session: PipSession instance. + """ + scheme = get_url_scheme(url) + + # Pip has special support for file:// URLs (LocalFSAdapter). + if scheme in ["http", "https", "file"]: + resp = session.get(url) + raise_for_status(resp) + return resp.url, resp.text + + # Assume this is a bare path. + try: + with open(url, "rb") as f: + content = auto_decode(f.read()) + except OSError as exc: + raise InstallationError(f"Could not open requirements file: {exc}") + return url, content diff --git a/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..a65611c --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_install.py @@ -0,0 +1,923 @@ +import functools +import logging +import os +import shutil +import sys +import uuid +import zipfile +from optparse import Values +from pathlib import Path +from typing import Any, Collection, Dict, Iterable, List, Optional, Sequence, Union + +from pip._vendor.packaging.markers import Marker +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.specifiers import SpecifierSet +from pip._vendor.packaging.utils import canonicalize_name +from pip._vendor.packaging.version import Version +from pip._vendor.packaging.version import parse as parse_version +from pip._vendor.pyproject_hooks import BuildBackendHookCaller + +from pip._internal.build_env import BuildEnvironment, NoOpBuildEnvironment +from pip._internal.exceptions import InstallationError, PreviousBuildDirError +from pip._internal.locations import get_scheme +from pip._internal.metadata import ( + BaseDistribution, + get_default_environment, + get_directory_distribution, + get_wheel_distribution, +) +from pip._internal.metadata.base import FilesystemWheel +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.operations.build.metadata import generate_metadata +from pip._internal.operations.build.metadata_editable import generate_editable_metadata +from pip._internal.operations.build.metadata_legacy import ( + generate_metadata as generate_metadata_legacy, +) +from pip._internal.operations.install.editable_legacy import ( + install_editable as install_editable_legacy, +) +from pip._internal.operations.install.wheel import install_wheel +from pip._internal.pyproject import load_pyproject_toml, make_pyproject_path +from pip._internal.req.req_uninstall import UninstallPathSet +from pip._internal.utils.deprecation import deprecated +from pip._internal.utils.hashes import Hashes +from pip._internal.utils.misc import ( + ConfiguredBuildBackendHookCaller, + ask_path_exists, + backup_dir, + display_path, + hide_url, + is_installable_dir, + redact_auth_from_requirement, + redact_auth_from_url, +) +from pip._internal.utils.packaging import safe_extra +from pip._internal.utils.subprocess import runner_with_spinner_message +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.unpacking import unpack_file +from pip._internal.utils.virtualenv import running_under_virtualenv +from pip._internal.vcs import vcs + +logger = logging.getLogger(__name__) + + +class InstallRequirement: + """ + Represents something that may be installed later on, may have information + about where to fetch the relevant requirement and also contains logic for + installing the said requirement. + """ + + def __init__( + self, + req: Optional[Requirement], + comes_from: Optional[Union[str, "InstallRequirement"]], + editable: bool = False, + link: Optional[Link] = None, + markers: Optional[Marker] = None, + use_pep517: Optional[bool] = None, + isolated: bool = False, + *, + global_options: Optional[List[str]] = None, + hash_options: Optional[Dict[str, List[str]]] = None, + config_settings: Optional[Dict[str, Union[str, List[str]]]] = None, + constraint: bool = False, + extras: Collection[str] = (), + user_supplied: bool = False, + permit_editable_wheels: bool = False, + ) -> None: + assert req is None or isinstance(req, Requirement), req + self.req = req + self.comes_from = comes_from + self.constraint = constraint + self.editable = editable + self.permit_editable_wheels = permit_editable_wheels + + # source_dir is the local directory where the linked requirement is + # located, or unpacked. In case unpacking is needed, creating and + # populating source_dir is done by the RequirementPreparer. Note this + # is not necessarily the directory where pyproject.toml or setup.py is + # located - that one is obtained via unpacked_source_directory. + self.source_dir: Optional[str] = None + if self.editable: + assert link + if link.is_file: + self.source_dir = os.path.normpath(os.path.abspath(link.file_path)) + + # original_link is the direct URL that was provided by the user for the + # requirement, either directly or via a constraints file. + if link is None and req and req.url: + # PEP 508 URL requirement + link = Link(req.url) + self.link = self.original_link = link + + # When this InstallRequirement is a wheel obtained from the cache of locally + # built wheels, this is the source link corresponding to the cache entry, which + # was used to download and build the cached wheel. + self.cached_wheel_source_link: Optional[Link] = None + + # Information about the location of the artifact that was downloaded . This + # property is guaranteed to be set in resolver results. + self.download_info: Optional[DirectUrl] = None + + # Path to any downloaded or already-existing package. + self.local_file_path: Optional[str] = None + if self.link and self.link.is_file: + self.local_file_path = self.link.file_path + + if extras: + self.extras = extras + elif req: + self.extras = req.extras + else: + self.extras = set() + if markers is None and req: + markers = req.marker + self.markers = markers + + # This holds the Distribution object if this requirement is already installed. + self.satisfied_by: Optional[BaseDistribution] = None + # Whether the installation process should try to uninstall an existing + # distribution before installing this requirement. + self.should_reinstall = False + # Temporary build location + self._temp_build_dir: Optional[TempDirectory] = None + # Set to True after successful installation + self.install_succeeded: Optional[bool] = None + # Supplied options + self.global_options = global_options if global_options else [] + self.hash_options = hash_options if hash_options else {} + self.config_settings = config_settings + # Set to True after successful preparation of this requirement + self.prepared = False + # User supplied requirement are explicitly requested for installation + # by the user via CLI arguments or requirements files, as opposed to, + # e.g. dependencies, extras or constraints. + self.user_supplied = user_supplied + + self.isolated = isolated + self.build_env: BuildEnvironment = NoOpBuildEnvironment() + + # For PEP 517, the directory where we request the project metadata + # gets stored. We need this to pass to build_wheel, so the backend + # can ensure that the wheel matches the metadata (see the PEP for + # details). + self.metadata_directory: Optional[str] = None + + # The static build requirements (from pyproject.toml) + self.pyproject_requires: Optional[List[str]] = None + + # Build requirements that we will check are available + self.requirements_to_check: List[str] = [] + + # The PEP 517 backend we should use to build the project + self.pep517_backend: Optional[BuildBackendHookCaller] = None + + # Are we using PEP 517 for this requirement? + # After pyproject.toml has been loaded, the only valid values are True + # and False. Before loading, None is valid (meaning "use the default"). + # Setting an explicit value before loading pyproject.toml is supported, + # but after loading this flag should be treated as read only. + self.use_pep517 = use_pep517 + + # If config settings are provided, enforce PEP 517. + if self.config_settings: + if self.use_pep517 is False: + logger.warning( + "--no-use-pep517 ignored for %s " + "because --config-settings are specified.", + self, + ) + self.use_pep517 = True + + # This requirement needs more preparation before it can be built + self.needs_more_preparation = False + + # This requirement needs to be unpacked before it can be installed. + self._archive_source: Optional[Path] = None + + def __str__(self) -> str: + if self.req: + s = redact_auth_from_requirement(self.req) + if self.link: + s += f" from {redact_auth_from_url(self.link.url)}" + elif self.link: + s = redact_auth_from_url(self.link.url) + else: + s = "" + if self.satisfied_by is not None: + if self.satisfied_by.location is not None: + location = display_path(self.satisfied_by.location) + else: + location = "" + s += f" in {location}" + if self.comes_from: + if isinstance(self.comes_from, str): + comes_from: Optional[str] = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += f" (from {comes_from})" + return s + + def __repr__(self) -> str: + return "<{} object: {} editable={!r}>".format( + self.__class__.__name__, str(self), self.editable + ) + + def format_debug(self) -> str: + """An un-tested helper for getting state, for debugging.""" + attributes = vars(self) + names = sorted(attributes) + + state = (f"{attr}={attributes[attr]!r}" for attr in sorted(names)) + return "<{name} object: {{{state}}}>".format( + name=self.__class__.__name__, + state=", ".join(state), + ) + + # Things that are valid for all kinds of requirements? + @property + def name(self) -> Optional[str]: + if self.req is None: + return None + return self.req.name + + @functools.lru_cache() # use cached_property in python 3.8+ + def supports_pyproject_editable(self) -> bool: + if not self.use_pep517: + return False + assert self.pep517_backend + with self.build_env: + runner = runner_with_spinner_message( + "Checking if build backend supports build_editable" + ) + with self.pep517_backend.subprocess_runner(runner): + return "build_editable" in self.pep517_backend._supported_features() + + @property + def specifier(self) -> SpecifierSet: + assert self.req is not None + return self.req.specifier + + @property + def is_direct(self) -> bool: + """Whether this requirement was specified as a direct URL.""" + return self.original_link is not None + + @property + def is_pinned(self) -> bool: + """Return whether I am pinned to an exact version. + + For example, some-package==1.2 is pinned; some-package>1.2 is not. + """ + assert self.req is not None + specifiers = self.req.specifier + return len(specifiers) == 1 and next(iter(specifiers)).operator in {"==", "==="} + + def match_markers(self, extras_requested: Optional[Iterable[str]] = None) -> bool: + if not extras_requested: + # Provide an extra to safely evaluate the markers + # without matching any extra + extras_requested = ("",) + if self.markers is not None: + return any( + self.markers.evaluate({"extra": extra}) + # TODO: Remove these two variants when packaging is upgraded to + # support the marker comparison logic specified in PEP 685. + or self.markers.evaluate({"extra": safe_extra(extra)}) + or self.markers.evaluate({"extra": canonicalize_name(extra)}) + for extra in extras_requested + ) + else: + return True + + @property + def has_hash_options(self) -> bool: + """Return whether any known-good hashes are specified as options. + + These activate --require-hashes mode; hashes specified as part of a + URL do not. + + """ + return bool(self.hash_options) + + def hashes(self, trust_internet: bool = True) -> Hashes: + """Return a hash-comparer that considers my option- and URL-based + hashes to be known-good. + + Hashes in URLs--ones embedded in the requirements file, not ones + downloaded from an index server--are almost peers with ones from + flags. They satisfy --require-hashes (whether it was implicitly or + explicitly activated) but do not activate it. md5 and sha224 are not + allowed in flags, which should nudge people toward good algos. We + always OR all hashes together, even ones from URLs. + + :param trust_internet: Whether to trust URL-based (#md5=...) hashes + downloaded from the internet, as by populate_link() + + """ + good_hashes = self.hash_options.copy() + if trust_internet: + link = self.link + elif self.is_direct and self.user_supplied: + link = self.original_link + else: + link = None + if link and link.hash: + assert link.hash_name is not None + good_hashes.setdefault(link.hash_name, []).append(link.hash) + return Hashes(good_hashes) + + def from_path(self) -> Optional[str]: + """Format a nice indicator to show where this "comes from" """ + if self.req is None: + return None + s = str(self.req) + if self.comes_from: + comes_from: Optional[str] + if isinstance(self.comes_from, str): + comes_from = self.comes_from + else: + comes_from = self.comes_from.from_path() + if comes_from: + s += "->" + comes_from + return s + + def ensure_build_location( + self, build_dir: str, autodelete: bool, parallel_builds: bool + ) -> str: + assert build_dir is not None + if self._temp_build_dir is not None: + assert self._temp_build_dir.path + return self._temp_build_dir.path + if self.req is None: + # Some systems have /tmp as a symlink which confuses custom + # builds (such as numpy). Thus, we ensure that the real path + # is returned. + self._temp_build_dir = TempDirectory( + kind=tempdir_kinds.REQ_BUILD, globally_managed=True + ) + + return self._temp_build_dir.path + + # This is the only remaining place where we manually determine the path + # for the temporary directory. It is only needed for editables where + # it is the value of the --src option. + + # When parallel builds are enabled, add a UUID to the build directory + # name so multiple builds do not interfere with each other. + dir_name: str = canonicalize_name(self.req.name) + if parallel_builds: + dir_name = f"{dir_name}_{uuid.uuid4().hex}" + + # FIXME: Is there a better place to create the build_dir? (hg and bzr + # need this) + if not os.path.exists(build_dir): + logger.debug("Creating directory %s", build_dir) + os.makedirs(build_dir) + actual_build_dir = os.path.join(build_dir, dir_name) + # `None` indicates that we respect the globally-configured deletion + # settings, which is what we actually want when auto-deleting. + delete_arg = None if autodelete else False + return TempDirectory( + path=actual_build_dir, + delete=delete_arg, + kind=tempdir_kinds.REQ_BUILD, + globally_managed=True, + ).path + + def _set_requirement(self) -> None: + """Set requirement after generating metadata.""" + assert self.req is None + assert self.metadata is not None + assert self.source_dir is not None + + # Construct a Requirement object from the generated metadata + if isinstance(parse_version(self.metadata["Version"]), Version): + op = "==" + else: + op = "===" + + self.req = Requirement( + "".join( + [ + self.metadata["Name"], + op, + self.metadata["Version"], + ] + ) + ) + + def warn_on_mismatching_name(self) -> None: + assert self.req is not None + metadata_name = canonicalize_name(self.metadata["Name"]) + if canonicalize_name(self.req.name) == metadata_name: + # Everything is fine. + return + + # If we're here, there's a mismatch. Log a warning about it. + logger.warning( + "Generating metadata for package %s " + "produced metadata for project name %s. Fix your " + "#egg=%s fragments.", + self.name, + metadata_name, + self.name, + ) + self.req = Requirement(metadata_name) + + def check_if_exists(self, use_user_site: bool) -> None: + """Find an installed distribution that satisfies or conflicts + with this requirement, and set self.satisfied_by or + self.should_reinstall appropriately. + """ + if self.req is None: + return + existing_dist = get_default_environment().get_distribution(self.req.name) + if not existing_dist: + return + + version_compatible = self.req.specifier.contains( + existing_dist.version, + prereleases=True, + ) + if not version_compatible: + self.satisfied_by = None + if use_user_site: + if existing_dist.in_usersite: + self.should_reinstall = True + elif running_under_virtualenv() and existing_dist.in_site_packages: + raise InstallationError( + f"Will not install to the user site because it will " + f"lack sys.path precedence to {existing_dist.raw_name} " + f"in {existing_dist.location}" + ) + else: + self.should_reinstall = True + else: + if self.editable: + self.should_reinstall = True + # when installing editables, nothing pre-existing should ever + # satisfy + self.satisfied_by = None + else: + self.satisfied_by = existing_dist + + # Things valid for wheels + @property + def is_wheel(self) -> bool: + if not self.link: + return False + return self.link.is_wheel + + @property + def is_wheel_from_cache(self) -> bool: + # When True, it means that this InstallRequirement is a local wheel file in the + # cache of locally built wheels. + return self.cached_wheel_source_link is not None + + # Things valid for sdists + @property + def unpacked_source_directory(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return os.path.join( + self.source_dir, self.link and self.link.subdirectory_fragment or "" + ) + + @property + def setup_py_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_py = os.path.join(self.unpacked_source_directory, "setup.py") + + return setup_py + + @property + def setup_cfg_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + setup_cfg = os.path.join(self.unpacked_source_directory, "setup.cfg") + + return setup_cfg + + @property + def pyproject_toml_path(self) -> str: + assert self.source_dir, f"No source dir for {self}" + return make_pyproject_path(self.unpacked_source_directory) + + def load_pyproject_toml(self) -> None: + """Load the pyproject.toml file. + + After calling this routine, all of the attributes related to PEP 517 + processing for this requirement have been set. In particular, the + use_pep517 attribute can be used to determine whether we should + follow the PEP 517 or legacy (setup.py) code path. + """ + pyproject_toml_data = load_pyproject_toml( + self.use_pep517, self.pyproject_toml_path, self.setup_py_path, str(self) + ) + + if pyproject_toml_data is None: + assert not self.config_settings + self.use_pep517 = False + return + + self.use_pep517 = True + requires, backend, check, backend_path = pyproject_toml_data + self.requirements_to_check = check + self.pyproject_requires = requires + self.pep517_backend = ConfiguredBuildBackendHookCaller( + self, + self.unpacked_source_directory, + backend, + backend_path=backend_path, + ) + + def isolated_editable_sanity_check(self) -> None: + """Check that an editable requirement if valid for use with PEP 517/518. + + This verifies that an editable that has a pyproject.toml either supports PEP 660 + or as a setup.py or a setup.cfg + """ + if ( + self.editable + and self.use_pep517 + and not self.supports_pyproject_editable() + and not os.path.isfile(self.setup_py_path) + and not os.path.isfile(self.setup_cfg_path) + ): + raise InstallationError( + f"Project {self} has a 'pyproject.toml' and its build " + f"backend is missing the 'build_editable' hook. Since it does not " + f"have a 'setup.py' nor a 'setup.cfg', " + f"it cannot be installed in editable mode. " + f"Consider using a build backend that supports PEP 660." + ) + + def prepare_metadata(self) -> None: + """Ensure that project metadata is available. + + Under PEP 517 and PEP 660, call the backend hook to prepare the metadata. + Under legacy processing, call setup.py egg-info. + """ + assert self.source_dir, f"No source dir for {self}" + details = self.name or f"from {self.link}" + + if self.use_pep517: + assert self.pep517_backend is not None + if ( + self.editable + and self.permit_editable_wheels + and self.supports_pyproject_editable() + ): + self.metadata_directory = generate_editable_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata( + build_env=self.build_env, + backend=self.pep517_backend, + details=details, + ) + else: + self.metadata_directory = generate_metadata_legacy( + build_env=self.build_env, + setup_py_path=self.setup_py_path, + source_dir=self.unpacked_source_directory, + isolated=self.isolated, + details=details, + ) + + # Act on the newly generated metadata, based on the name and version. + if not self.name: + self._set_requirement() + else: + self.warn_on_mismatching_name() + + self.assert_source_matches_version() + + @property + def metadata(self) -> Any: + if not hasattr(self, "_metadata"): + self._metadata = self.get_dist().metadata + + return self._metadata + + def get_dist(self) -> BaseDistribution: + if self.metadata_directory: + return get_directory_distribution(self.metadata_directory) + elif self.local_file_path and self.is_wheel: + assert self.req is not None + return get_wheel_distribution( + FilesystemWheel(self.local_file_path), + canonicalize_name(self.req.name), + ) + raise AssertionError( + f"InstallRequirement {self} has no metadata directory and no wheel: " + f"can't make a distribution." + ) + + def assert_source_matches_version(self) -> None: + assert self.source_dir, f"No source dir for {self}" + version = self.metadata["version"] + if self.req and self.req.specifier and version not in self.req.specifier: + logger.warning( + "Requested %s, but installing version %s", + self, + version, + ) + else: + logger.debug( + "Source in %s has version %s, which satisfies requirement %s", + display_path(self.source_dir), + version, + self, + ) + + # For both source distributions and editables + def ensure_has_source_dir( + self, + parent_dir: str, + autodelete: bool = False, + parallel_builds: bool = False, + ) -> None: + """Ensure that a source_dir is set. + + This will create a temporary build dir if the name of the requirement + isn't known yet. + + :param parent_dir: The ideal pip parent_dir for the source_dir. + Generally src_dir for editables and build_dir for sdists. + :return: self.source_dir + """ + if self.source_dir is None: + self.source_dir = self.ensure_build_location( + parent_dir, + autodelete=autodelete, + parallel_builds=parallel_builds, + ) + + def needs_unpacked_archive(self, archive_source: Path) -> None: + assert self._archive_source is None + self._archive_source = archive_source + + def ensure_pristine_source_checkout(self) -> None: + """Ensure the source directory has not yet been built in.""" + assert self.source_dir is not None + if self._archive_source is not None: + unpack_file(str(self._archive_source), self.source_dir) + elif is_installable_dir(self.source_dir): + # If a checkout exists, it's unwise to keep going. + # version inconsistencies are logged later, but do not fail + # the installation. + raise PreviousBuildDirError( + f"pip can't proceed with requirements '{self}' due to a " + f"pre-existing build directory ({self.source_dir}). This is likely " + "due to a previous installation that failed . pip is " + "being responsible and not assuming it can delete this. " + "Please delete it and try again." + ) + + # For editable installations + def update_editable(self) -> None: + if not self.link: + logger.debug( + "Cannot update repository at %s; repository location is unknown", + self.source_dir, + ) + return + assert self.editable + assert self.source_dir + if self.link.scheme == "file": + # Static paths don't get updated + return + vcs_backend = vcs.get_backend_for_scheme(self.link.scheme) + # Editable requirements are validated in Requirement constructors. + # So here, if it's neither a path nor a valid VCS URL, it's a bug. + assert vcs_backend, f"Unsupported VCS URL {self.link.url}" + hidden_url = hide_url(self.link.url) + vcs_backend.obtain(self.source_dir, url=hidden_url, verbosity=0) + + # Top-level Actions + def uninstall( + self, auto_confirm: bool = False, verbose: bool = False + ) -> Optional[UninstallPathSet]: + """ + Uninstall the distribution currently satisfying this requirement. + + Prompts before removing or modifying files unless + ``auto_confirm`` is True. + + Refuses to delete or modify files outside of ``sys.prefix`` - + thus uninstallation within a virtual environment can only + modify that virtual environment, even if the virtualenv is + linked to global site-packages. + + """ + assert self.req + dist = get_default_environment().get_distribution(self.req.name) + if not dist: + logger.warning("Skipping %s as it is not installed.", self.name) + return None + logger.info("Found existing installation: %s", dist) + + uninstalled_pathset = UninstallPathSet.from_dist(dist) + uninstalled_pathset.remove(auto_confirm, verbose) + return uninstalled_pathset + + def _get_archive_name(self, path: str, parentdir: str, rootdir: str) -> str: + def _clean_zip_name(name: str, prefix: str) -> str: + assert name.startswith( + prefix + os.path.sep + ), f"name {name!r} doesn't start with prefix {prefix!r}" + name = name[len(prefix) + 1 :] + name = name.replace(os.path.sep, "/") + return name + + assert self.req is not None + path = os.path.join(parentdir, path) + name = _clean_zip_name(path, rootdir) + return self.req.name + "/" + name + + def archive(self, build_dir: Optional[str]) -> None: + """Saves archive to provided build_dir. + + Used for saving downloaded VCS requirements as part of `pip download`. + """ + assert self.source_dir + if build_dir is None: + return + + create_archive = True + archive_name = "{}-{}.zip".format(self.name, self.metadata["version"]) + archive_path = os.path.join(build_dir, archive_name) + + if os.path.exists(archive_path): + response = ask_path_exists( + f"The file {display_path(archive_path)} exists. (i)gnore, (w)ipe, " + "(b)ackup, (a)bort ", + ("i", "w", "b", "a"), + ) + if response == "i": + create_archive = False + elif response == "w": + logger.warning("Deleting %s", display_path(archive_path)) + os.remove(archive_path) + elif response == "b": + dest_file = backup_dir(archive_path) + logger.warning( + "Backing up %s to %s", + display_path(archive_path), + display_path(dest_file), + ) + shutil.move(archive_path, dest_file) + elif response == "a": + sys.exit(-1) + + if not create_archive: + return + + zip_output = zipfile.ZipFile( + archive_path, + "w", + zipfile.ZIP_DEFLATED, + allowZip64=True, + ) + with zip_output: + dir = os.path.normcase(os.path.abspath(self.unpacked_source_directory)) + for dirpath, dirnames, filenames in os.walk(dir): + for dirname in dirnames: + dir_arcname = self._get_archive_name( + dirname, + parentdir=dirpath, + rootdir=dir, + ) + zipdir = zipfile.ZipInfo(dir_arcname + "/") + zipdir.external_attr = 0x1ED << 16 # 0o755 + zip_output.writestr(zipdir, "") + for filename in filenames: + file_arcname = self._get_archive_name( + filename, + parentdir=dirpath, + rootdir=dir, + ) + filename = os.path.join(dirpath, filename) + zip_output.write(filename, file_arcname) + + logger.info("Saved %s", display_path(archive_path)) + + def install( + self, + global_options: Optional[Sequence[str]] = None, + root: Optional[str] = None, + home: Optional[str] = None, + prefix: Optional[str] = None, + warn_script_location: bool = True, + use_user_site: bool = False, + pycompile: bool = True, + ) -> None: + assert self.req is not None + scheme = get_scheme( + self.req.name, + user=use_user_site, + home=home, + root=root, + isolated=self.isolated, + prefix=prefix, + ) + + if self.editable and not self.is_wheel: + if self.config_settings: + logger.warning( + "--config-settings ignored for legacy editable install of %s. " + "Consider upgrading to a version of setuptools " + "that supports PEP 660 (>= 64).", + self, + ) + install_editable_legacy( + global_options=global_options if global_options is not None else [], + prefix=prefix, + home=home, + use_user_site=use_user_site, + name=self.req.name, + setup_py_path=self.setup_py_path, + isolated=self.isolated, + build_env=self.build_env, + unpacked_source_directory=self.unpacked_source_directory, + ) + self.install_succeeded = True + return + + assert self.is_wheel + assert self.local_file_path + + install_wheel( + self.req.name, + self.local_file_path, + scheme=scheme, + req_description=str(self.req), + pycompile=pycompile, + warn_script_location=warn_script_location, + direct_url=self.download_info if self.is_direct else None, + requested=self.user_supplied, + ) + self.install_succeeded = True + + +def check_invalid_constraint_type(req: InstallRequirement) -> str: + # Check for unsupported forms + problem = "" + if not req.name: + problem = "Unnamed requirements are not allowed as constraints" + elif req.editable: + problem = "Editable requirements are not allowed as constraints" + elif req.extras: + problem = "Constraints cannot have extras" + + if problem: + deprecated( + reason=( + "Constraints are only allowed to take the form of a package " + "name and a version specifier. Other forms were originally " + "permitted as an accident of the implementation, but were " + "undocumented. The new implementation of the resolver no " + "longer supports these forms." + ), + replacement="replacing the constraint with a requirement", + # No plan yet for when the new resolver becomes default + gone_in=None, + issue=8210, + ) + + return problem + + +def _has_option(options: Values, reqs: List[InstallRequirement], option: str) -> bool: + if getattr(options, option, None): + return True + for req in reqs: + if getattr(req, option, None): + return True + return False + + +def check_legacy_setup_py_options( + options: Values, + reqs: List[InstallRequirement], +) -> None: + has_build_options = _has_option(options, reqs, "build_options") + has_global_options = _has_option(options, reqs, "global_options") + if has_build_options or has_global_options: + deprecated( + reason="--build-option and --global-option are deprecated.", + issue=11859, + replacement="to use --config-settings", + gone_in="24.2", + ) + logger.warning( + "Implying --no-binary=:all: due to the presence of " + "--build-option / --global-option. " + ) + options.format_control.disallow_binaries() diff --git a/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..bf36114 --- /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="24.1", + ) + for dep in req.get_dist().iter_dependencies(): + if any(isinstance(spec, LegacySpecifier) for spec in dep.specifier): + deprecated( + reason=( + f"pip has selected {req} {version} which has non " + f"standard dependency specifier {dep}. " + f"In the future this version of {req} will be " + f"ignored as it isn't standard compliant." + ), + replacement=( + "set or update constraints to select another version " + "or contact the package author to fix the version number" + ), + issue=12063, + gone_in="24.1", + ) diff --git a/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..707fde1 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py @@ -0,0 +1,649 @@ +import functools +import os +import sys +import sysconfig +from importlib.util import cache_from_source +from typing import Any, Callable, Dict, Generator, Iterable, List, Optional, Set, Tuple + +from pip._internal.exceptions import UninstallationError +from pip._internal.locations import get_bin_prefix, get_bin_user +from pip._internal.metadata import BaseDistribution +from pip._internal.utils.compat import WINDOWS +from pip._internal.utils.egg_link import egg_link_path_from_location +from pip._internal.utils.logging import getLogger, indent_log +from pip._internal.utils.misc import ask, normalize_path, renames, rmtree +from pip._internal.utils.temp_dir import AdjacentTempDirectory, TempDirectory +from pip._internal.utils.virtualenv import running_under_virtualenv + +logger = getLogger(__name__) + + +def _script_names( + bin_dir: str, script_name: str, is_gui: bool +) -> Generator[str, None, None]: + """Create the fully qualified name of the files created by + {console,gui}_scripts for the given ``dist``. + Returns the list of file names + """ + exe_name = os.path.join(bin_dir, script_name) + yield exe_name + if not WINDOWS: + return + yield f"{exe_name}.exe" + yield f"{exe_name}.exe.manifest" + if is_gui: + yield f"{exe_name}-script.pyw" + else: + yield f"{exe_name}-script.py" + + +def _unique( + fn: Callable[..., Generator[Any, None, None]] +) -> Callable[..., Generator[Any, None, None]]: + @functools.wraps(fn) + def unique(*args: Any, **kw: Any) -> Generator[Any, None, None]: + seen: Set[Any] = set() + for item in fn(*args, **kw): + if item not in seen: + seen.add(item) + yield item + + return unique + + +@_unique +def uninstallation_paths(dist: BaseDistribution) -> Generator[str, None, None]: + """ + Yield all the uninstallation paths for dist based on RECORD-without-.py[co] + + Yield paths to all the files in RECORD. For each .py file in RECORD, add + the .pyc and .pyo in the same directory. + + UninstallPathSet.add() takes care of the __pycache__ .py[co]. + + If RECORD is not found, raises UninstallationError, + with possible information from the INSTALLER file. + + https://packaging.python.org/specifications/recording-installed-packages/ + """ + location = dist.location + assert location is not None, "not installed" + + entries = dist.iter_declared_entries() + if entries is None: + msg = f"Cannot uninstall {dist}, RECORD file not found." + installer = dist.installer + if not installer or installer == "pip": + dep = f"{dist.raw_name}=={dist.version}" + msg += ( + " You might be able to recover from this via: " + f"'pip install --force-reinstall --no-deps {dep}'." + ) + else: + msg += f" Hint: The package was installed by {installer}." + raise UninstallationError(msg) + + for entry in entries: + path = os.path.join(location, entry) + yield path + if path.endswith(".py"): + dn, fn = os.path.split(path) + base = fn[:-3] + path = os.path.join(dn, base + ".pyc") + yield path + path = os.path.join(dn, base + ".pyo") + yield path + + +def compact(paths: Iterable[str]) -> Set[str]: + """Compact a path set to contain the minimal number of paths + necessary to contain all paths in the set. If /a/path/ and + /a/path/to/a/file.txt are both in the set, leave only the + shorter path.""" + + sep = os.path.sep + short_paths: Set[str] = set() + for path in sorted(paths, key=len): + should_skip = any( + path.startswith(shortpath.rstrip("*")) + and path[len(shortpath.rstrip("*").rstrip(sep))] == sep + for shortpath in short_paths + ) + if not should_skip: + short_paths.add(path) + return short_paths + + +def compress_for_rename(paths: Iterable[str]) -> Set[str]: + """Returns a set containing the paths that need to be renamed. + + This set may include directories when the original sequence of paths + included every file on disk. + """ + case_map = {os.path.normcase(p): p for p in paths} + remaining = set(case_map) + unchecked = sorted({os.path.split(p)[0] for p in case_map.values()}, key=len) + wildcards: Set[str] = set() + + def norm_join(*a: str) -> str: + return os.path.normcase(os.path.join(*a)) + + for root in unchecked: + if any(os.path.normcase(root).startswith(w) for w in wildcards): + # This directory has already been handled. + continue + + all_files: Set[str] = set() + all_subdirs: Set[str] = set() + for dirname, subdirs, files in os.walk(root): + all_subdirs.update(norm_join(root, dirname, d) for d in subdirs) + all_files.update(norm_join(root, dirname, f) for f in files) + # If all the files we found are in our remaining set of files to + # remove, then remove them from the latter set and add a wildcard + # for the directory. + if not (all_files - remaining): + remaining.difference_update(all_files) + wildcards.add(root + os.sep) + + return set(map(case_map.__getitem__, remaining)) | wildcards + + +def compress_for_output_listing(paths: Iterable[str]) -> Tuple[Set[str], Set[str]]: + """Returns a tuple of 2 sets of which paths to display to user + + The first set contains paths that would be deleted. Files of a package + are not added and the top-level directory of the package has a '*' added + at the end - to signify that all it's contents are removed. + + The second set contains files that would have been skipped in the above + folders. + """ + + will_remove = set(paths) + will_skip = set() + + # Determine folders and files + folders = set() + files = set() + for path in will_remove: + if path.endswith(".pyc"): + continue + if path.endswith("__init__.py") or ".dist-info" in path: + folders.add(os.path.dirname(path)) + files.add(path) + + _normcased_files = set(map(os.path.normcase, files)) + + folders = compact(folders) + + # This walks the tree using os.walk to not miss extra folders + # that might get added. + for folder in folders: + for dirpath, _, dirfiles in os.walk(folder): + for fname in dirfiles: + if fname.endswith(".pyc"): + continue + + file_ = os.path.join(dirpath, fname) + if ( + os.path.isfile(file_) + and os.path.normcase(file_) not in _normcased_files + ): + # We are skipping this file. Add it to the set. + will_skip.add(file_) + + will_remove = files | {os.path.join(folder, "*") for folder in folders} + + return will_remove, will_skip + + +class StashedUninstallPathSet: + """A set of file rename operations to stash files while + tentatively uninstalling them.""" + + def __init__(self) -> None: + # Mapping from source file root to [Adjacent]TempDirectory + # for files under that directory. + self._save_dirs: Dict[str, TempDirectory] = {} + # (old path, new path) tuples for each move that may need + # to be undone. + self._moves: List[Tuple[str, str]] = [] + + def _get_directory_stash(self, path: str) -> str: + """Stashes a directory. + + Directories are stashed adjacent to their original location if + possible, or else moved/copied into the user's temp dir.""" + + try: + save_dir: TempDirectory = AdjacentTempDirectory(path) + except OSError: + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[os.path.normcase(path)] = save_dir + + return save_dir.path + + def _get_file_stash(self, path: str) -> str: + """Stashes a file. + + If no root has been provided, one will be created for the directory + in the user's temp directory.""" + path = os.path.normcase(path) + head, old_head = os.path.dirname(path), None + save_dir = None + + while head != old_head: + try: + save_dir = self._save_dirs[head] + break + except KeyError: + pass + head, old_head = os.path.dirname(head), head + else: + # Did not find any suitable root + head = os.path.dirname(path) + save_dir = TempDirectory(kind="uninstall") + self._save_dirs[head] = save_dir + + relpath = os.path.relpath(path, head) + if relpath and relpath != os.path.curdir: + return os.path.join(save_dir.path, relpath) + return save_dir.path + + def stash(self, path: str) -> str: + """Stashes the directory or file and returns its new location. + Handle symlinks as files to avoid modifying the symlink targets. + """ + path_is_dir = os.path.isdir(path) and not os.path.islink(path) + if path_is_dir: + new_path = self._get_directory_stash(path) + else: + new_path = self._get_file_stash(path) + + self._moves.append((path, new_path)) + if path_is_dir and os.path.isdir(new_path): + # If we're moving a directory, we need to + # remove the destination first or else it will be + # moved to inside the existing directory. + # We just created new_path ourselves, so it will + # be removable. + os.rmdir(new_path) + renames(path, new_path) + return new_path + + def commit(self) -> None: + """Commits the uninstall by removing stashed files.""" + for save_dir in self._save_dirs.values(): + save_dir.cleanup() + self._moves = [] + self._save_dirs = {} + + def rollback(self) -> None: + """Undoes the uninstall by moving stashed files back.""" + for p in self._moves: + logger.info("Moving to %s\n from %s", *p) + + for new_path, path in self._moves: + try: + logger.debug("Replacing %s from %s", new_path, path) + if os.path.isfile(new_path) or os.path.islink(new_path): + os.unlink(new_path) + elif os.path.isdir(new_path): + rmtree(new_path) + renames(path, new_path) + except OSError as ex: + logger.error("Failed to restore %s", new_path) + logger.debug("Exception: %s", ex) + + self.commit() + + @property + def can_rollback(self) -> bool: + return bool(self._moves) + + +class UninstallPathSet: + """A set of file paths to be removed in the uninstallation of a + requirement.""" + + def __init__(self, dist: BaseDistribution) -> None: + self._paths: Set[str] = set() + self._refuse: Set[str] = set() + self._pth: Dict[str, UninstallPthEntries] = {} + self._dist = dist + self._moved_paths = StashedUninstallPathSet() + # Create local cache of normalize_path results. Creating an UninstallPathSet + # can result in hundreds/thousands of redundant calls to normalize_path with + # the same args, which hurts performance. + self._normalize_path_cached = functools.lru_cache()(normalize_path) + + def _permitted(self, path: str) -> bool: + """ + Return True if the given path is one we are permitted to + remove/modify, False otherwise. + + """ + # aka is_local, but caching normalized sys.prefix + if not running_under_virtualenv(): + return True + return path.startswith(self._normalize_path_cached(sys.prefix)) + + def add(self, path: str) -> None: + head, tail = os.path.split(path) + + # we normalize the head to resolve parent directory symlinks, but not + # the tail, since we only want to uninstall symlinks, not their targets + path = os.path.join(self._normalize_path_cached(head), os.path.normcase(tail)) + + if not os.path.exists(path): + return + if self._permitted(path): + self._paths.add(path) + else: + self._refuse.add(path) + + # __pycache__ files can show up after 'installed-files.txt' is created, + # due to imports + if os.path.splitext(path)[1] == ".py": + self.add(cache_from_source(path)) + + def add_pth(self, pth_file: str, entry: str) -> None: + pth_file = self._normalize_path_cached(pth_file) + if self._permitted(pth_file): + if pth_file not in self._pth: + self._pth[pth_file] = UninstallPthEntries(pth_file) + self._pth[pth_file].add(entry) + else: + self._refuse.add(pth_file) + + def remove(self, auto_confirm: bool = False, verbose: bool = False) -> None: + """Remove paths in ``self._paths`` with confirmation (unless + ``auto_confirm`` is True).""" + + if not self._paths: + logger.info( + "Can't uninstall '%s'. No files were found to uninstall.", + self._dist.raw_name, + ) + return + + dist_name_version = f"{self._dist.raw_name}-{self._dist.version}" + logger.info("Uninstalling %s:", dist_name_version) + + with indent_log(): + if auto_confirm or self._allowed_to_proceed(verbose): + moved = self._moved_paths + + for_rename = compress_for_rename(self._paths) + + for path in sorted(compact(for_rename)): + moved.stash(path) + logger.verbose("Removing file or directory %s", path) + + for pth in self._pth.values(): + pth.remove() + + logger.info("Successfully uninstalled %s", dist_name_version) + + def _allowed_to_proceed(self, verbose: bool) -> bool: + """Display which files would be deleted and prompt for confirmation""" + + def _display(msg: str, paths: Iterable[str]) -> None: + if not paths: + return + + logger.info(msg) + with indent_log(): + for path in sorted(compact(paths)): + logger.info(path) + + if not verbose: + will_remove, will_skip = compress_for_output_listing(self._paths) + else: + # In verbose mode, display all the files that are going to be + # deleted. + will_remove = set(self._paths) + will_skip = set() + + _display("Would remove:", will_remove) + _display("Would not remove (might be manually added):", will_skip) + _display("Would not remove (outside of prefix):", self._refuse) + if verbose: + _display("Will actually move:", compress_for_rename(self._paths)) + + return ask("Proceed (Y/n)? ", ("y", "n", "")) != "n" + + def rollback(self) -> None: + """Rollback the changes previously made by remove().""" + if not self._moved_paths.can_rollback: + logger.error( + "Can't roll back %s; was not uninstalled", + self._dist.raw_name, + ) + return + logger.info("Rolling back uninstall of %s", self._dist.raw_name) + self._moved_paths.rollback() + for pth in self._pth.values(): + pth.rollback() + + def commit(self) -> None: + """Remove temporary save dir: rollback will no longer be possible.""" + self._moved_paths.commit() + + @classmethod + def from_dist(cls, dist: BaseDistribution) -> "UninstallPathSet": + dist_location = dist.location + info_location = dist.info_location + if dist_location is None: + logger.info( + "Not uninstalling %s since it is not installed", + dist.canonical_name, + ) + return cls(dist) + + normalized_dist_location = normalize_path(dist_location) + if not dist.local: + logger.info( + "Not uninstalling %s at %s, outside environment %s", + dist.canonical_name, + normalized_dist_location, + sys.prefix, + ) + return cls(dist) + + if normalized_dist_location in { + p + for p in {sysconfig.get_path("stdlib"), sysconfig.get_path("platstdlib")} + if p + }: + logger.info( + "Not uninstalling %s at %s, as it is in the standard library.", + dist.canonical_name, + normalized_dist_location, + ) + return cls(dist) + + paths_to_remove = cls(dist) + develop_egg_link = egg_link_path_from_location(dist.raw_name) + + # Distribution is installed with metadata in a "flat" .egg-info + # directory. This means it is not a modern .dist-info installation, an + # egg, or legacy editable. + setuptools_flat_installation = ( + dist.installed_with_setuptools_egg_info + and info_location is not None + and os.path.exists(info_location) + # If dist is editable and the location points to a ``.egg-info``, + # we are in fact in the legacy editable case. + and not info_location.endswith(f"{dist.setuptools_filename}.egg-info") + ) + + # Uninstall cases order do matter as in the case of 2 installs of the + # same package, pip needs to uninstall the currently detected version + if setuptools_flat_installation: + if info_location is not None: + paths_to_remove.add(info_location) + installed_files = dist.iter_declared_entries() + if installed_files is not None: + for installed_file in installed_files: + paths_to_remove.add(os.path.join(dist_location, installed_file)) + # FIXME: need a test for this elif block + # occurs with --single-version-externally-managed/--record outside + # of pip + elif dist.is_file("top_level.txt"): + try: + namespace_packages = dist.read_text("namespace_packages.txt") + except FileNotFoundError: + namespaces = [] + else: + namespaces = namespace_packages.splitlines(keepends=False) + for top_level_pkg in [ + p + for p in dist.read_text("top_level.txt").splitlines() + if p and p not in namespaces + ]: + path = os.path.join(dist_location, top_level_pkg) + paths_to_remove.add(path) + paths_to_remove.add(f"{path}.py") + paths_to_remove.add(f"{path}.pyc") + paths_to_remove.add(f"{path}.pyo") + + elif dist.installed_by_distutils: + raise UninstallationError( + "Cannot uninstall {!r}. It is a distutils installed project " + "and thus we cannot accurately determine which files belong " + "to it which would lead to only a partial uninstall.".format( + dist.raw_name, + ) + ) + + elif dist.installed_as_egg: + # package installed by easy_install + # We cannot match on dist.egg_name because it can slightly vary + # i.e. setuptools-0.6c11-py2.6.egg vs setuptools-0.6rc11-py2.6.egg + paths_to_remove.add(dist_location) + easy_install_egg = os.path.split(dist_location)[1] + easy_install_pth = os.path.join( + os.path.dirname(dist_location), + "easy-install.pth", + ) + paths_to_remove.add_pth(easy_install_pth, "./" + easy_install_egg) + + elif dist.installed_with_dist_info: + for path in uninstallation_paths(dist): + paths_to_remove.add(path) + + elif develop_egg_link: + # PEP 660 modern editable is handled in the ``.dist-info`` case + # above, so this only covers the setuptools-style editable. + with open(develop_egg_link) as fh: + link_pointer = os.path.normcase(fh.readline().strip()) + normalized_link_pointer = paths_to_remove._normalize_path_cached( + link_pointer + ) + assert os.path.samefile( + normalized_link_pointer, normalized_dist_location + ), ( + f"Egg-link {develop_egg_link} (to {link_pointer}) does not match " + f"installed location of {dist.raw_name} (at {dist_location})" + ) + paths_to_remove.add(develop_egg_link) + easy_install_pth = os.path.join( + os.path.dirname(develop_egg_link), "easy-install.pth" + ) + paths_to_remove.add_pth(easy_install_pth, dist_location) + + else: + logger.debug( + "Not sure how to uninstall: %s - Check: %s", + dist, + dist_location, + ) + + if dist.in_usersite: + bin_dir = get_bin_user() + else: + bin_dir = get_bin_prefix() + + # find distutils scripts= scripts + try: + for script in dist.iter_distutils_script_names(): + paths_to_remove.add(os.path.join(bin_dir, script)) + if WINDOWS: + paths_to_remove.add(os.path.join(bin_dir, f"{script}.bat")) + except (FileNotFoundError, NotADirectoryError): + pass + + # find console_scripts and gui_scripts + def iter_scripts_to_remove( + dist: BaseDistribution, + bin_dir: str, + ) -> Generator[str, None, None]: + for entry_point in dist.iter_entry_points(): + if entry_point.group == "console_scripts": + yield from _script_names(bin_dir, entry_point.name, False) + elif entry_point.group == "gui_scripts": + yield from _script_names(bin_dir, entry_point.name, True) + + for s in iter_scripts_to_remove(dist, bin_dir): + paths_to_remove.add(s) + + return paths_to_remove + + +class UninstallPthEntries: + def __init__(self, pth_file: str) -> None: + self.file = pth_file + self.entries: Set[str] = set() + self._saved_lines: Optional[List[bytes]] = None + + def add(self, entry: str) -> None: + entry = os.path.normcase(entry) + # On Windows, os.path.normcase converts the entry to use + # backslashes. This is correct for entries that describe absolute + # paths outside of site-packages, but all the others use forward + # slashes. + # os.path.splitdrive is used instead of os.path.isabs because isabs + # treats non-absolute paths with drive letter markings like c:foo\bar + # as absolute paths. It also does not recognize UNC paths if they don't + # have more than "\\sever\share". Valid examples: "\\server\share\" or + # "\\server\share\folder". + if WINDOWS and not os.path.splitdrive(entry)[0]: + entry = entry.replace("\\", "/") + self.entries.add(entry) + + def remove(self) -> None: + logger.verbose("Removing pth entries from %s:", self.file) + + # If the file doesn't exist, log a warning and return + if not os.path.isfile(self.file): + logger.warning("Cannot remove entries from nonexistent file %s", self.file) + return + with open(self.file, "rb") as fh: + # windows uses '\r\n' with py3k, but uses '\n' with py2.x + lines = fh.readlines() + self._saved_lines = lines + if any(b"\r\n" in line for line in lines): + endline = "\r\n" + else: + endline = "\n" + # handle missing trailing newline + if lines and not lines[-1].endswith(endline.encode("utf-8")): + lines[-1] = lines[-1] + endline.encode("utf-8") + for entry in self.entries: + try: + logger.verbose("Removing entry: %s", entry) + lines.remove((entry + endline).encode("utf-8")) + except ValueError: + pass + with open(self.file, "wb") as fh: + fh.writelines(lines) + + def rollback(self) -> bool: + if self._saved_lines is None: + logger.error("Cannot roll back changes to %s, none were made", self.file) + return False + logger.debug("Rolling %s back to previous state", self.file) + with open(self.file, "wb") as fh: + fh.writelines(self._saved_lines) + return True diff --git a/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..da8cc9ec392aa9ddfd314540d762072088a5632e GIT binary patch literal 214 zcmZ9GO$x#=5QP(~AVLq~!Vb1u@d$c^khZ}N=8q(;^dufZJd4Nh1kznsCJQ${m~Y-Z z-eO*Pz9CWP>Vav$6aFAoKtdYp`SJjIN4(2_A#kS>9avMR>4ifuRnaAfSimC|bC<`OtHrvjbKYG7_?WVvOH zJz#;c%L4NNzedZgw5?j{3z;=t+4uY?^4B9!#^W%T%3jN4m?nNys!9u@(x?uzs zvUa;vv(?aDKZmD~r%?-pDvLCgo`6QK#_L;9f8piLEK7xiz}wyeh;n5KkWG=)^?@4P zDQEJ#;|P09a@>k_(BEJ2eZIQS)!1q(AI4c!WC_82AyR?mF>;7D1a(ZDLdYprwOakz zaJJGIoY6MNUMd0* zJ2QW2Jo!=)@hpWshp<{JE8FuDKL*cJ70-*)pc#=p#(UGl`^0G#t@3wzW`GuI6(ja 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..4b8a49d4143b035e1b52ebd68304d53e8ece3111 GIT binary patch literal 221 zcmZ9GK@Ng25JjnIVoW%Q3z-O8;}P@-O@RqaENxQ?hQxb#1mjseh9@xWSlKSz_>+0_ zXZ|eal_ZzqF*^mo9&rlsH9qcPgD(=)OQKTY9gzCoi~gjP6L{dg@iXajmhE(0kF zj;hoZsTu}U14t^sjIPltPxl#gI9l 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..897b0008e2fe253c90d375e105a0b73f08e60e65 GIT binary patch literal 22456 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

!5&d1Gnn4Pb;!;IK2|9MGn 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/bitarray/bitarray.h b/venv/lib/python3.12/site-packages/bitarray/bitarray.h new file mode 100644 index 0000000..97987dd --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/bitarray.h @@ -0,0 +1,354 @@ +/* + Copyright (c) 2008 - 2025, Ilan Schnell; All Rights Reserved + bitarray is published under the PSF license. + + Author: Ilan Schnell +*/ +#define BITARRAY_VERSION "3.8.0" + +#ifdef STDC_HEADERS +# include +#else +# ifdef HAVE_SYS_TYPES_H +# include /* For size_t */ +# endif +#endif + +/* Compatibility with Visual Studio 2013 and older which don't support + the inline keyword in C (only in C++): use __inline instead. + (copied from pythoncapi_compat.h) */ +#if (defined(_MSC_VER) && _MSC_VER < 1900 \ + && !defined(__cplusplus) && !defined(inline)) +#define inline __inline +#endif + +#ifdef _MSC_VER +#include /* For _byteswap_uint64() */ +#endif + +/* --- definitions specific to Python --- */ + +/* Py_UNREACHABLE was introduced in Python 3.7 */ +#ifndef Py_UNREACHABLE +#define Py_UNREACHABLE() assert(0) +#endif + +/* --- bitarrayobject --- */ + +/* .ob_size is the buffer size (in bytes), not the number of elements. + The number of elements (bits) is .nbits. */ +typedef struct { + PyObject_VAR_HEAD + char *ob_item; /* buffer */ + Py_ssize_t allocated; /* allocated buffer size (in bytes) */ + Py_ssize_t nbits; /* length of bitarray, i.e. elements */ + int endian; /* bit-endianness of bitarray */ + int ob_exports; /* how many buffer exports */ + PyObject *weakreflist; /* list of weak references */ + Py_buffer *buffer; /* used when importing a buffer */ + int readonly; /* buffer is readonly */ +} bitarrayobject; + +/* --- bit-endianness --- */ +#define ENDIAN_LITTLE 0 +#define ENDIAN_BIG 1 +/* default bit-endianness */ +#define ENDIAN_DEFAULT ENDIAN_BIG + +#define IS_LE(self) ((self)->endian == ENDIAN_LITTLE) +#define IS_BE(self) ((self)->endian == ENDIAN_BIG) + +/* endianness as string */ +#define ENDIAN_STR(endian) ((endian) == ENDIAN_LITTLE ? "little" : "big") + +/* number of pad bits */ +#define PADBITS(self) ((8 - (self)->nbits % 8) % 8) + +/* number of bytes necessary to store given nunmber of bits */ +#define BYTES(bits) (((bits) + 7) >> 3) + +/* we're not using bitmask_table here, as it is actually slower */ +#define BITMASK(self, i) (((char) 1) << ((self)->endian == ENDIAN_LITTLE ? \ + ((i) % 8) : (7 - (i) % 8))) + +/* buffer as uint64 array */ +#define WBUFF(self) ((uint64_t *) (self)->ob_item) + +/* assert that .nbits is in agreement with .ob_size */ +#define assert_nbits(self) assert(BYTES((self)->nbits) == Py_SIZE(self)) + +/* assert byte index is in range */ +#define assert_byte_in_range(self, j) \ + assert(self->ob_item && 0 <= (j) && (j) < Py_SIZE(self)) + +/* ------------ low level access to bits in bitarrayobject ------------- */ + +static inline int +getbit(bitarrayobject *self, Py_ssize_t i) +{ + assert_nbits(self); + assert(0 <= i && i < self->nbits); + return self->ob_item[i >> 3] & BITMASK(self, i) ? 1 : 0; +} + +static inline void +setbit(bitarrayobject *self, Py_ssize_t i, int vi) +{ + char *cp, mask; + + assert_nbits(self); + assert(0 <= i && i < self->nbits); + assert(self->readonly == 0); + + mask = BITMASK(self, i); + cp = self->ob_item + (i >> 3); + if (vi) + *cp |= mask; + else + *cp &= ~mask; +} + +static const char bitmask_table[2][8] = { + {0x01, 0x02, 0x04, 0x08, 0x10, 0x20, 0x40, 0x80}, /* little endian */ + {0x80, 0x40, 0x20, 0x10, 0x08, 0x04, 0x02, 0x01}, /* big endian */ +}; + +/* character with n leading ones is: ones_table[endian][n] */ +static const char ones_table[2][8] = { + {0x00, 0x01, 0x03, 0x07, 0x0f, 0x1f, 0x3f, 0x7f}, /* little endian */ + {0x00, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe}, /* big endian */ +}; + +/* Return last byte in buffer with pad bits zeroed out. + If the length of the bitarray is a multiple of 8 (which includes an empty + bitarray), 0 is returned. */ +static inline char +zlc(bitarrayobject *self) /* zlc = zeroed last char */ +{ + const int r = self->nbits % 8; /* index into mask table */ + + if (r == 0) + return 0; + return self->ob_item[Py_SIZE(self) - 1] & ones_table[IS_BE(self)][r]; +} + +/* Return a uint64_t word representing the last (up to 63) remaining bits + of the buffer. All missing bytes (to complete the word) and padbits are + treated as zeros. + If the length of the bitarray is a multiple of 64 (which also includes + an empty bitarray), 0 is returned. */ +static inline uint64_t +zlw(bitarrayobject *self) /* zlw = zeroed last word */ +{ + const size_t nbits = self->nbits; + const size_t nw = (nbits / 64) * 8; /* bytes in complete words */ + const size_t nr = (nbits % 64) / 8; /* complete remaining bytes */ + uint64_t res = 0; + + assert(nw + nr == nbits / 8 && 8 * (nw + nr) + nbits % 8 == nbits); + memcpy((char *) &res, self->ob_item + nw, nr); + if (nbits % 8) + *(((char *) &res) + nr) = zlc(self); + + return res; +} + +/* unless buffer is readonly, zero out pad bits - self->nbits is unchanged */ +static inline void +set_padbits(bitarrayobject *self) +{ + if (self->readonly == 0) { + int r = self->nbits % 8; /* index into mask table */ + if (r) + self->ob_item[Py_SIZE(self) - 1] &= ones_table[IS_BE(self)][r]; + } +} + +/* population count - number of 1's in uint64 */ +static inline int +popcnt_64(uint64_t x) +{ +#if (defined(__clang__) || defined(__GNUC__)) + return __builtin_popcountll(x); +#else + /* https://en.wikipedia.org/wiki/Hamming_weight popcount64c */ + const uint64_t m1 = 0x5555555555555555; + const uint64_t m2 = 0x3333333333333333; + const uint64_t m4 = 0x0f0f0f0f0f0f0f0f; + const uint64_t h01 = 0x0101010101010101; + + x -= (x >> 1) & m1; + x = (x & m2) + ((x >> 2) & m2); + x = (x + (x >> 4)) & m4; + return (x * h01) >> 56; +#endif +} + +static inline int +parity_64(uint64_t x) +{ +#if (defined(__clang__) || defined(__GNUC__)) + return __builtin_parityll(x); +#else + int i; + for (i = 32; i > 0; i /= 2) + x ^= x >> i; + return x & 1; +#endif +} + +static inline uint64_t +builtin_bswap64(uint64_t word) +{ +#if (defined(__clang__) || \ + (defined(__GNUC__) \ + && ((__GNUC__ >= 5) || (__GNUC__ == 4) && (__GNUC_MINOR__ >= 3)))) + /* __builtin_bswap64() is available since GCC 4.3 */ +# define HAVE_BUILTIN_BSWAP64 1 + return __builtin_bswap64(word); +#elif defined(_MSC_VER) +# define HAVE_BUILTIN_BSWAP64 1 + return _byteswap_uint64(word); +#else +# define HAVE_BUILTIN_BSWAP64 0 + Py_UNREACHABLE(); +#endif +} + +/* reverse order of first n bytes of p */ +static inline void +swap_bytes(char *p, Py_ssize_t n) +{ + Py_ssize_t i, j; + for (i = 0, j = n - 1; i < j; i++, j--) { + char t = p[i]; + p[i] = p[j]; + p[j] = t; + } +} + +/* write 256 characters into table for given kernel operation */ +static inline void +setup_table(char *table, char kop) +{ + int k; + for (k = 0; k < 256; k++) { + char t = 0, j; + for (j = 0; j < 8; j++) { + if (k & 1 << j) { + /* j are the indices of active bits in k (little endian) */ + switch (kop) { + case 'a': t += j; break; /* add active indices */ + case 'A': t += 7 - j; break; /* 'a' for big endian */ + case 's': t += j * j; /* add squares of active indices */ + break; + case 'S': t += (7-j) * (7-j); /* 's' for big endian */ + break; + case 'x': t ^= j; break; /* xor active indices */ + case 'X': t ^= 7 - j; break; /* 'x' for big endian */ + case 'c': t++; break; /* bit count */ + case 'p': t ^= 1; break; /* parity */ + case 'r': t |= 128 >> j; break; /* reverse bits */ + default: Py_UNREACHABLE(); + } + } + } + table[k] = t; + } +} + +/* Return distance [0..3] to next aligned pointer. + While on modern compilers uint64_t pointers may be misaligned, it may + cause problems on older ones. Moreover, it may lead to slowdown (even + on modern compilers). */ +static inline int +to_aligned(void *p) +{ + int r = ((uintptr_t) p) % 4; + return (4 - r) % 4; +} + +/* population count of n words starting from at uint64_t pointer w */ +static inline Py_ssize_t +popcnt_words(uint64_t *w, Py_ssize_t n) +{ + Py_ssize_t cnt = 0; + + assert(n >= 0 && ((uintptr_t) w) % 4 == 0); + while (n--) + cnt += popcnt_64(*w++); + return cnt; +} + +/* Adjust slice parameters such that step is always positive. + This produces simpler loops over elements when their order is irrelevant. + Moreover, for step = -1, we can now use set_span() in set_range() and + count_span() in count_range(). +*/ +static inline void +adjust_step_positive(Py_ssize_t slicelength, + Py_ssize_t *start, Py_ssize_t *stop, Py_ssize_t *step) +{ + if (*step < 0) { + *stop = *start + 1; + *start = *stop + *step * (slicelength - 1) - 1; + *step = -(*step); + } + assert(*start >= 0 && *stop >= 0 && *step > 0 && slicelength >= 0); + /* slicelength == 0 implies stop <= start */ + assert(slicelength != 0 || *stop <= *start); + /* step == 1 and slicelength != 0 implies stop - start == slicelength */ + assert(*step != 1 || slicelength == 0 || *stop - *start == slicelength); +} + +/* convert Python object to C int and set value at address - + return 1 on success, 0 on failure (and set exception) */ +static inline int +conv_pybit(PyObject *value, int *vi) +{ + Py_ssize_t n; + + n = PyNumber_AsSsize_t(value, NULL); + if (n == -1 && PyErr_Occurred()) + return 0; + + if (n >> 1) { + PyErr_Format(PyExc_ValueError, "bit must be 0 or 1, got %zd", n); + return 0; + } + *vi = (int) n; + return 1; +} + +/* Return 0 if bitarrays have equal length and bit-endianness. + Otherwise, set exception and return -1. */ +static inline int +ensure_eq_size_endian(bitarrayobject *a, bitarrayobject *b) +{ + if (a->nbits != b->nbits) { + PyErr_SetString(PyExc_ValueError, + "bitarrays of equal length expected"); + return -1; + } + if (a->endian != b->endian) { + PyErr_SetString(PyExc_ValueError, + "bitarrays of equal bit-endianness expected"); + return -1; + } + return 0; +} + +/* Equivalent to: import bitarray; return getattr(bitarray, name) */ +static inline PyObject * +bitarray_module_attr(char *name) +{ + PyObject *bitarray_module, *result; + + bitarray_module = PyImport_ImportModule("bitarray"); + if (bitarray_module == NULL) + return NULL; + + result = PyObject_GetAttrString(bitarray_module, name); + Py_DECREF(bitarray_module); + return result; +} diff --git a/venv/lib/python3.12/site-packages/bitarray/py.typed b/venv/lib/python3.12/site-packages/bitarray/py.typed new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/bitarray/pythoncapi_compat.h b/venv/lib/python3.12/site-packages/bitarray/pythoncapi_compat.h new file mode 100644 index 0000000..b16075f --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/pythoncapi_compat.h @@ -0,0 +1,2594 @@ +// Header file providing new C API functions to old Python versions. +// +// File distributed under the Zero Clause BSD (0BSD) license. +// Copyright Contributors to the pythoncapi_compat project. +// +// Homepage: +// https://github.com/python/pythoncapi_compat +// +// Latest version: +// https://raw.githubusercontent.com/python/pythoncapi-compat/main/pythoncapi_compat.h +// +// SPDX-License-Identifier: 0BSD + +#ifndef PYTHONCAPI_COMPAT +#define PYTHONCAPI_COMPAT + +#ifdef __cplusplus +extern "C" { +#endif + +#include +#include // offsetof() + +// Python 3.11.0b4 added PyFrame_Back() to Python.h +#if PY_VERSION_HEX < 0x030b00B4 && !defined(PYPY_VERSION) +# include "frameobject.h" // PyFrameObject, PyFrame_GetBack() +#endif +#if PY_VERSION_HEX < 0x030C00A3 +# include // T_SHORT, READONLY +#endif + + +#ifndef _Py_CAST +# define _Py_CAST(type, expr) ((type)(expr)) +#endif + +// Static inline functions should use _Py_NULL rather than using directly NULL +// to prevent C++ compiler warnings. On C23 and newer and on C++11 and newer, +// _Py_NULL is defined as nullptr. +#ifndef _Py_NULL +# if (defined (__STDC_VERSION__) && __STDC_VERSION__ > 201710L) \ + || (defined(__cplusplus) && __cplusplus >= 201103) +# define _Py_NULL nullptr +# else +# define _Py_NULL NULL +# endif +#endif + +// Cast argument to PyObject* type. +#ifndef _PyObject_CAST +# define _PyObject_CAST(op) _Py_CAST(PyObject*, op) +#endif + +#ifndef Py_BUILD_ASSERT +# define Py_BUILD_ASSERT(cond) \ + do { \ + (void)sizeof(char [1 - 2 * !(cond)]); \ + } while(0) +#endif + + +// bpo-42262 added Py_NewRef() to Python 3.10.0a3 +#if PY_VERSION_HEX < 0x030A00A3 && !defined(Py_NewRef) +static inline PyObject* _Py_NewRef(PyObject *obj) +{ + Py_INCREF(obj); + return obj; +} +#define Py_NewRef(obj) _Py_NewRef(_PyObject_CAST(obj)) +#endif + + +// bpo-42262 added Py_XNewRef() to Python 3.10.0a3 +#if PY_VERSION_HEX < 0x030A00A3 && !defined(Py_XNewRef) +static inline PyObject* _Py_XNewRef(PyObject *obj) +{ + Py_XINCREF(obj); + return obj; +} +#define Py_XNewRef(obj) _Py_XNewRef(_PyObject_CAST(obj)) +#endif + + +// bpo-39573 added Py_SET_REFCNT() to Python 3.9.0a4 +#if PY_VERSION_HEX < 0x030900A4 && !defined(Py_SET_REFCNT) +static inline void _Py_SET_REFCNT(PyObject *ob, Py_ssize_t refcnt) +{ + ob->ob_refcnt = refcnt; +} +#define Py_SET_REFCNT(ob, refcnt) _Py_SET_REFCNT(_PyObject_CAST(ob), refcnt) +#endif + + +// Py_SETREF() and Py_XSETREF() were added to Python 3.5.2. +// It is excluded from the limited C API. +#if (PY_VERSION_HEX < 0x03050200 && !defined(Py_SETREF)) && !defined(Py_LIMITED_API) +#define Py_SETREF(dst, src) \ + do { \ + PyObject **_tmp_dst_ptr = _Py_CAST(PyObject**, &(dst)); \ + PyObject *_tmp_dst = (*_tmp_dst_ptr); \ + *_tmp_dst_ptr = _PyObject_CAST(src); \ + Py_DECREF(_tmp_dst); \ + } while (0) + +#define Py_XSETREF(dst, src) \ + do { \ + PyObject **_tmp_dst_ptr = _Py_CAST(PyObject**, &(dst)); \ + PyObject *_tmp_dst = (*_tmp_dst_ptr); \ + *_tmp_dst_ptr = _PyObject_CAST(src); \ + Py_XDECREF(_tmp_dst); \ + } while (0) +#endif + + +// bpo-43753 added Py_Is(), Py_IsNone(), Py_IsTrue() and Py_IsFalse() +// to Python 3.10.0b1. +#if PY_VERSION_HEX < 0x030A00B1 && !defined(Py_Is) +# define Py_Is(x, y) ((x) == (y)) +#endif +#if PY_VERSION_HEX < 0x030A00B1 && !defined(Py_IsNone) +# define Py_IsNone(x) Py_Is(x, Py_None) +#endif +#if (PY_VERSION_HEX < 0x030A00B1 || defined(PYPY_VERSION)) && !defined(Py_IsTrue) +# define Py_IsTrue(x) Py_Is(x, Py_True) +#endif +#if (PY_VERSION_HEX < 0x030A00B1 || defined(PYPY_VERSION)) && !defined(Py_IsFalse) +# define Py_IsFalse(x) Py_Is(x, Py_False) +#endif + + +// bpo-39573 added Py_SET_TYPE() to Python 3.9.0a4 +#if PY_VERSION_HEX < 0x030900A4 && !defined(Py_SET_TYPE) +static inline void _Py_SET_TYPE(PyObject *ob, PyTypeObject *type) +{ + ob->ob_type = type; +} +#define Py_SET_TYPE(ob, type) _Py_SET_TYPE(_PyObject_CAST(ob), type) +#endif + + +// bpo-39573 added Py_SET_SIZE() to Python 3.9.0a4 +#if PY_VERSION_HEX < 0x030900A4 && !defined(Py_SET_SIZE) +static inline void _Py_SET_SIZE(PyVarObject *ob, Py_ssize_t size) +{ + ob->ob_size = size; +} +#define Py_SET_SIZE(ob, size) _Py_SET_SIZE((PyVarObject*)(ob), size) +#endif + + +// bpo-40421 added PyFrame_GetCode() to Python 3.9.0b1 +#if PY_VERSION_HEX < 0x030900B1 || defined(PYPY_VERSION) +static inline PyCodeObject* PyFrame_GetCode(PyFrameObject *frame) +{ + assert(frame != _Py_NULL); + assert(frame->f_code != _Py_NULL); + return _Py_CAST(PyCodeObject*, Py_NewRef(frame->f_code)); +} +#endif + +static inline PyCodeObject* _PyFrame_GetCodeBorrow(PyFrameObject *frame) +{ + PyCodeObject *code = PyFrame_GetCode(frame); + Py_DECREF(code); + return code; +} + + +// bpo-40421 added PyFrame_GetBack() to Python 3.9.0b1 +#if PY_VERSION_HEX < 0x030900B1 && !defined(PYPY_VERSION) +static inline PyFrameObject* PyFrame_GetBack(PyFrameObject *frame) +{ + assert(frame != _Py_NULL); + return _Py_CAST(PyFrameObject*, Py_XNewRef(frame->f_back)); +} +#endif + +#if !defined(PYPY_VERSION) +static inline PyFrameObject* _PyFrame_GetBackBorrow(PyFrameObject *frame) +{ + PyFrameObject *back = PyFrame_GetBack(frame); + Py_XDECREF(back); + return back; +} +#endif + + +// bpo-40421 added PyFrame_GetLocals() to Python 3.11.0a7 +#if PY_VERSION_HEX < 0x030B00A7 && !defined(PYPY_VERSION) +static inline PyObject* PyFrame_GetLocals(PyFrameObject *frame) +{ +#if PY_VERSION_HEX >= 0x030400B1 + if (PyFrame_FastToLocalsWithError(frame) < 0) { + return NULL; + } +#else + PyFrame_FastToLocals(frame); +#endif + return Py_NewRef(frame->f_locals); +} +#endif + + +// bpo-40421 added PyFrame_GetGlobals() to Python 3.11.0a7 +#if PY_VERSION_HEX < 0x030B00A7 && !defined(PYPY_VERSION) +static inline PyObject* PyFrame_GetGlobals(PyFrameObject *frame) +{ + return Py_NewRef(frame->f_globals); +} +#endif + + +// bpo-40421 added PyFrame_GetBuiltins() to Python 3.11.0a7 +#if PY_VERSION_HEX < 0x030B00A7 && !defined(PYPY_VERSION) +static inline PyObject* PyFrame_GetBuiltins(PyFrameObject *frame) +{ + return Py_NewRef(frame->f_builtins); +} +#endif + + +// bpo-40421 added PyFrame_GetLasti() to Python 3.11.0b1 +#if PY_VERSION_HEX < 0x030B00B1 && !defined(PYPY_VERSION) +static inline int PyFrame_GetLasti(PyFrameObject *frame) +{ +#if PY_VERSION_HEX >= 0x030A00A7 + // bpo-27129: Since Python 3.10.0a7, f_lasti is an instruction offset, + // not a bytes offset anymore. Python uses 16-bit "wordcode" (2 bytes) + // instructions. + if (frame->f_lasti < 0) { + return -1; + } + return frame->f_lasti * 2; +#else + return frame->f_lasti; +#endif +} +#endif + + +// gh-91248 added PyFrame_GetVar() to Python 3.12.0a2 +#if PY_VERSION_HEX < 0x030C00A2 && !defined(PYPY_VERSION) +static inline PyObject* PyFrame_GetVar(PyFrameObject *frame, PyObject *name) +{ + PyObject *locals, *value; + + locals = PyFrame_GetLocals(frame); + if (locals == NULL) { + return NULL; + } +#if PY_VERSION_HEX >= 0x03000000 + value = PyDict_GetItemWithError(locals, name); +#else + value = _PyDict_GetItemWithError(locals, name); +#endif + Py_DECREF(locals); + + if (value == NULL) { + if (PyErr_Occurred()) { + return NULL; + } +#if PY_VERSION_HEX >= 0x03000000 + PyErr_Format(PyExc_NameError, "variable %R does not exist", name); +#else + PyErr_SetString(PyExc_NameError, "variable does not exist"); +#endif + return NULL; + } + return Py_NewRef(value); +} +#endif + + +// gh-91248 added PyFrame_GetVarString() to Python 3.12.0a2 +#if PY_VERSION_HEX < 0x030C00A2 && !defined(PYPY_VERSION) +static inline PyObject* +PyFrame_GetVarString(PyFrameObject *frame, const char *name) +{ + PyObject *name_obj, *value; +#if PY_VERSION_HEX >= 0x03000000 + name_obj = PyUnicode_FromString(name); +#else + name_obj = PyString_FromString(name); +#endif + if (name_obj == NULL) { + return NULL; + } + value = PyFrame_GetVar(frame, name_obj); + Py_DECREF(name_obj); + return value; +} +#endif + + +// bpo-39947 added PyThreadState_GetInterpreter() to Python 3.9.0a5 +#if PY_VERSION_HEX < 0x030900A5 || (defined(PYPY_VERSION) && PY_VERSION_HEX < 0x030B0000) +static inline PyInterpreterState * +PyThreadState_GetInterpreter(PyThreadState *tstate) +{ + assert(tstate != _Py_NULL); + return tstate->interp; +} +#endif + + +// bpo-40429 added PyThreadState_GetFrame() to Python 3.9.0b1 +#if PY_VERSION_HEX < 0x030900B1 && !defined(PYPY_VERSION) +static inline PyFrameObject* PyThreadState_GetFrame(PyThreadState *tstate) +{ + assert(tstate != _Py_NULL); + return _Py_CAST(PyFrameObject *, Py_XNewRef(tstate->frame)); +} +#endif + +#if !defined(PYPY_VERSION) +static inline PyFrameObject* +_PyThreadState_GetFrameBorrow(PyThreadState *tstate) +{ + PyFrameObject *frame = PyThreadState_GetFrame(tstate); + Py_XDECREF(frame); + return frame; +} +#endif + + +// bpo-39947 added PyInterpreterState_Get() to Python 3.9.0a5 +#if PY_VERSION_HEX < 0x030900A5 || defined(PYPY_VERSION) +static inline PyInterpreterState* PyInterpreterState_Get(void) +{ + PyThreadState *tstate; + PyInterpreterState *interp; + + tstate = PyThreadState_GET(); + if (tstate == _Py_NULL) { + Py_FatalError("GIL released (tstate is NULL)"); + } + interp = tstate->interp; + if (interp == _Py_NULL) { + Py_FatalError("no current interpreter"); + } + return interp; +} +#endif + + +// bpo-39947 added PyInterpreterState_Get() to Python 3.9.0a6 +#if 0x030700A1 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x030900A6 && !defined(PYPY_VERSION) +static inline uint64_t PyThreadState_GetID(PyThreadState *tstate) +{ + assert(tstate != _Py_NULL); + return tstate->id; +} +#endif + +// bpo-43760 added PyThreadState_EnterTracing() to Python 3.11.0a2 +#if PY_VERSION_HEX < 0x030B00A2 && !defined(PYPY_VERSION) +static inline void PyThreadState_EnterTracing(PyThreadState *tstate) +{ + tstate->tracing++; +#if PY_VERSION_HEX >= 0x030A00A1 + tstate->cframe->use_tracing = 0; +#else + tstate->use_tracing = 0; +#endif +} +#endif + +// bpo-43760 added PyThreadState_LeaveTracing() to Python 3.11.0a2 +#if PY_VERSION_HEX < 0x030B00A2 && !defined(PYPY_VERSION) +static inline void PyThreadState_LeaveTracing(PyThreadState *tstate) +{ + int use_tracing = (tstate->c_tracefunc != _Py_NULL + || tstate->c_profilefunc != _Py_NULL); + tstate->tracing--; +#if PY_VERSION_HEX >= 0x030A00A1 + tstate->cframe->use_tracing = use_tracing; +#else + tstate->use_tracing = use_tracing; +#endif +} +#endif + + +// bpo-37194 added PyObject_CallNoArgs() to Python 3.9.0a1 +// PyObject_CallNoArgs() added to PyPy 3.9.16-v7.3.11 +#if !defined(PyObject_CallNoArgs) && PY_VERSION_HEX < 0x030900A1 +static inline PyObject* PyObject_CallNoArgs(PyObject *func) +{ + return PyObject_CallFunctionObjArgs(func, NULL); +} +#endif + + +// bpo-39245 made PyObject_CallOneArg() public (previously called +// _PyObject_CallOneArg) in Python 3.9.0a4 +// PyObject_CallOneArg() added to PyPy 3.9.16-v7.3.11 +#if !defined(PyObject_CallOneArg) && PY_VERSION_HEX < 0x030900A4 +static inline PyObject* PyObject_CallOneArg(PyObject *func, PyObject *arg) +{ + return PyObject_CallFunctionObjArgs(func, arg, NULL); +} +#endif + + +// bpo-1635741 added PyModule_AddObjectRef() to Python 3.10.0a3 +#if PY_VERSION_HEX < 0x030A00A3 +static inline int +PyModule_AddObjectRef(PyObject *module, const char *name, PyObject *value) +{ + int res; + + if (!value && !PyErr_Occurred()) { + // PyModule_AddObject() raises TypeError in this case + PyErr_SetString(PyExc_SystemError, + "PyModule_AddObjectRef() must be called " + "with an exception raised if value is NULL"); + return -1; + } + + Py_XINCREF(value); + res = PyModule_AddObject(module, name, value); + if (res < 0) { + Py_XDECREF(value); + } + return res; +} +#endif + + +// bpo-40024 added PyModule_AddType() to Python 3.9.0a5 +#if PY_VERSION_HEX < 0x030900A5 +static inline int PyModule_AddType(PyObject *module, PyTypeObject *type) +{ + const char *name, *dot; + + if (PyType_Ready(type) < 0) { + return -1; + } + + // inline _PyType_Name() + name = type->tp_name; + assert(name != _Py_NULL); + dot = strrchr(name, '.'); + if (dot != _Py_NULL) { + name = dot + 1; + } + + return PyModule_AddObjectRef(module, name, _PyObject_CAST(type)); +} +#endif + + +// bpo-40241 added PyObject_GC_IsTracked() to Python 3.9.0a6. +// bpo-4688 added _PyObject_GC_IS_TRACKED() to Python 2.7.0a2. +#if PY_VERSION_HEX < 0x030900A6 && !defined(PYPY_VERSION) +static inline int PyObject_GC_IsTracked(PyObject* obj) +{ + return (PyObject_IS_GC(obj) && _PyObject_GC_IS_TRACKED(obj)); +} +#endif + +// bpo-40241 added PyObject_GC_IsFinalized() to Python 3.9.0a6. +// bpo-18112 added _PyGCHead_FINALIZED() to Python 3.4.0 final. +#if PY_VERSION_HEX < 0x030900A6 && PY_VERSION_HEX >= 0x030400F0 && !defined(PYPY_VERSION) +static inline int PyObject_GC_IsFinalized(PyObject *obj) +{ + PyGC_Head *gc = _Py_CAST(PyGC_Head*, obj) - 1; + return (PyObject_IS_GC(obj) && _PyGCHead_FINALIZED(gc)); +} +#endif + + +// bpo-39573 added Py_IS_TYPE() to Python 3.9.0a4 +#if PY_VERSION_HEX < 0x030900A4 && !defined(Py_IS_TYPE) +static inline int _Py_IS_TYPE(PyObject *ob, PyTypeObject *type) { + return Py_TYPE(ob) == type; +} +#define Py_IS_TYPE(ob, type) _Py_IS_TYPE(_PyObject_CAST(ob), type) +#endif + + +// bpo-46906 added PyFloat_Pack2() and PyFloat_Unpack2() to Python 3.11a7. +// bpo-11734 added _PyFloat_Pack2() and _PyFloat_Unpack2() to Python 3.6.0b1. +// Python 3.11a2 moved _PyFloat_Pack2() and _PyFloat_Unpack2() to the internal +// C API: Python 3.11a2-3.11a6 versions are not supported. +#if 0x030600B1 <= PY_VERSION_HEX && PY_VERSION_HEX <= 0x030B00A1 && !defined(PYPY_VERSION) +static inline int PyFloat_Pack2(double x, char *p, int le) +{ return _PyFloat_Pack2(x, (unsigned char*)p, le); } + +static inline double PyFloat_Unpack2(const char *p, int le) +{ return _PyFloat_Unpack2((const unsigned char *)p, le); } +#endif + + +// bpo-46906 added PyFloat_Pack4(), PyFloat_Pack8(), PyFloat_Unpack4() and +// PyFloat_Unpack8() to Python 3.11a7. +// Python 3.11a2 moved _PyFloat_Pack4(), _PyFloat_Pack8(), _PyFloat_Unpack4() +// and _PyFloat_Unpack8() to the internal C API: Python 3.11a2-3.11a6 versions +// are not supported. +#if PY_VERSION_HEX <= 0x030B00A1 && !defined(PYPY_VERSION) +static inline int PyFloat_Pack4(double x, char *p, int le) +{ return _PyFloat_Pack4(x, (unsigned char*)p, le); } + +static inline int PyFloat_Pack8(double x, char *p, int le) +{ return _PyFloat_Pack8(x, (unsigned char*)p, le); } + +static inline double PyFloat_Unpack4(const char *p, int le) +{ return _PyFloat_Unpack4((const unsigned char *)p, le); } + +static inline double PyFloat_Unpack8(const char *p, int le) +{ return _PyFloat_Unpack8((const unsigned char *)p, le); } +#endif + + +// gh-92154 added PyCode_GetCode() to Python 3.11.0b1 +#if PY_VERSION_HEX < 0x030B00B1 && !defined(PYPY_VERSION) +static inline PyObject* PyCode_GetCode(PyCodeObject *code) +{ + return Py_NewRef(code->co_code); +} +#endif + + +// gh-95008 added PyCode_GetVarnames() to Python 3.11.0rc1 +#if PY_VERSION_HEX < 0x030B00C1 && !defined(PYPY_VERSION) +static inline PyObject* PyCode_GetVarnames(PyCodeObject *code) +{ + return Py_NewRef(code->co_varnames); +} +#endif + +// gh-95008 added PyCode_GetFreevars() to Python 3.11.0rc1 +#if PY_VERSION_HEX < 0x030B00C1 && !defined(PYPY_VERSION) +static inline PyObject* PyCode_GetFreevars(PyCodeObject *code) +{ + return Py_NewRef(code->co_freevars); +} +#endif + +// gh-95008 added PyCode_GetCellvars() to Python 3.11.0rc1 +#if PY_VERSION_HEX < 0x030B00C1 && !defined(PYPY_VERSION) +static inline PyObject* PyCode_GetCellvars(PyCodeObject *code) +{ + return Py_NewRef(code->co_cellvars); +} +#endif + + +// Py_UNUSED() was added to Python 3.4.0b2. +#if PY_VERSION_HEX < 0x030400B2 && !defined(Py_UNUSED) +# if defined(__GNUC__) || defined(__clang__) +# define Py_UNUSED(name) _unused_ ## name __attribute__((unused)) +# else +# define Py_UNUSED(name) _unused_ ## name +# endif +#endif + + +// gh-105922 added PyImport_AddModuleRef() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A0 +static inline PyObject* PyImport_AddModuleRef(const char *name) +{ + return Py_XNewRef(PyImport_AddModule(name)); +} +#endif + + +// gh-105927 added PyWeakref_GetRef() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D0000 +static inline int PyWeakref_GetRef(PyObject *ref, PyObject **pobj) +{ + PyObject *obj; + if (ref != NULL && !PyWeakref_Check(ref)) { + *pobj = NULL; + PyErr_SetString(PyExc_TypeError, "expected a weakref"); + return -1; + } + obj = PyWeakref_GetObject(ref); + if (obj == NULL) { + // SystemError if ref is NULL + *pobj = NULL; + return -1; + } + if (obj == Py_None) { + *pobj = NULL; + return 0; + } + *pobj = Py_NewRef(obj); + return 1; +} +#endif + + +// bpo-36974 added PY_VECTORCALL_ARGUMENTS_OFFSET to Python 3.8b1 +#ifndef PY_VECTORCALL_ARGUMENTS_OFFSET +# define PY_VECTORCALL_ARGUMENTS_OFFSET (_Py_CAST(size_t, 1) << (8 * sizeof(size_t) - 1)) +#endif + +// bpo-36974 added PyVectorcall_NARGS() to Python 3.8b1 +#if PY_VERSION_HEX < 0x030800B1 +static inline Py_ssize_t PyVectorcall_NARGS(size_t n) +{ + return n & ~PY_VECTORCALL_ARGUMENTS_OFFSET; +} +#endif + + +// gh-105922 added PyObject_Vectorcall() to Python 3.9.0a4 +#if PY_VERSION_HEX < 0x030900A4 +static inline PyObject* +PyObject_Vectorcall(PyObject *callable, PyObject *const *args, + size_t nargsf, PyObject *kwnames) +{ +#if PY_VERSION_HEX >= 0x030800B1 && !defined(PYPY_VERSION) + // bpo-36974 added _PyObject_Vectorcall() to Python 3.8.0b1 + return _PyObject_Vectorcall(callable, args, nargsf, kwnames); +#else + PyObject *posargs = NULL, *kwargs = NULL; + PyObject *res; + Py_ssize_t nposargs, nkwargs, i; + + if (nargsf != 0 && args == NULL) { + PyErr_BadInternalCall(); + goto error; + } + if (kwnames != NULL && !PyTuple_Check(kwnames)) { + PyErr_BadInternalCall(); + goto error; + } + + nposargs = (Py_ssize_t)PyVectorcall_NARGS(nargsf); + if (kwnames) { + nkwargs = PyTuple_GET_SIZE(kwnames); + } + else { + nkwargs = 0; + } + + posargs = PyTuple_New(nposargs); + if (posargs == NULL) { + goto error; + } + if (nposargs) { + for (i=0; i < nposargs; i++) { + PyTuple_SET_ITEM(posargs, i, Py_NewRef(*args)); + args++; + } + } + + if (nkwargs) { + kwargs = PyDict_New(); + if (kwargs == NULL) { + goto error; + } + + for (i = 0; i < nkwargs; i++) { + PyObject *key = PyTuple_GET_ITEM(kwnames, i); + PyObject *value = *args; + args++; + if (PyDict_SetItem(kwargs, key, value) < 0) { + goto error; + } + } + } + else { + kwargs = NULL; + } + + res = PyObject_Call(callable, posargs, kwargs); + Py_DECREF(posargs); + Py_XDECREF(kwargs); + return res; + +error: + Py_DECREF(posargs); + Py_XDECREF(kwargs); + return NULL; +#endif +} +#endif + + +// gh-106521 added PyObject_GetOptionalAttr() and +// PyObject_GetOptionalAttrString() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyObject_GetOptionalAttr(PyObject *obj, PyObject *attr_name, PyObject **result) +{ + // bpo-32571 added _PyObject_LookupAttr() to Python 3.7.0b1 +#if PY_VERSION_HEX >= 0x030700B1 && !defined(PYPY_VERSION) + return _PyObject_LookupAttr(obj, attr_name, result); +#else + *result = PyObject_GetAttr(obj, attr_name); + if (*result != NULL) { + return 1; + } + if (!PyErr_Occurred()) { + return 0; + } + if (PyErr_ExceptionMatches(PyExc_AttributeError)) { + PyErr_Clear(); + return 0; + } + return -1; +#endif +} + +static inline int +PyObject_GetOptionalAttrString(PyObject *obj, const char *attr_name, PyObject **result) +{ + PyObject *name_obj; + int rc; +#if PY_VERSION_HEX >= 0x03000000 + name_obj = PyUnicode_FromString(attr_name); +#else + name_obj = PyString_FromString(attr_name); +#endif + if (name_obj == NULL) { + *result = NULL; + return -1; + } + rc = PyObject_GetOptionalAttr(obj, name_obj, result); + Py_DECREF(name_obj); + return rc; +} +#endif + + +// gh-106307 added PyObject_GetOptionalAttr() and +// PyMapping_GetOptionalItemString() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyMapping_GetOptionalItem(PyObject *obj, PyObject *key, PyObject **result) +{ + *result = PyObject_GetItem(obj, key); + if (*result) { + return 1; + } + if (!PyErr_ExceptionMatches(PyExc_KeyError)) { + return -1; + } + PyErr_Clear(); + return 0; +} + +static inline int +PyMapping_GetOptionalItemString(PyObject *obj, const char *key, PyObject **result) +{ + PyObject *key_obj; + int rc; +#if PY_VERSION_HEX >= 0x03000000 + key_obj = PyUnicode_FromString(key); +#else + key_obj = PyString_FromString(key); +#endif + if (key_obj == NULL) { + *result = NULL; + return -1; + } + rc = PyMapping_GetOptionalItem(obj, key_obj, result); + Py_DECREF(key_obj); + return rc; +} +#endif + +// gh-108511 added PyMapping_HasKeyWithError() and +// PyMapping_HasKeyStringWithError() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyMapping_HasKeyWithError(PyObject *obj, PyObject *key) +{ + PyObject *res; + int rc = PyMapping_GetOptionalItem(obj, key, &res); + Py_XDECREF(res); + return rc; +} + +static inline int +PyMapping_HasKeyStringWithError(PyObject *obj, const char *key) +{ + PyObject *res; + int rc = PyMapping_GetOptionalItemString(obj, key, &res); + Py_XDECREF(res); + return rc; +} +#endif + + +// gh-108511 added PyObject_HasAttrWithError() and +// PyObject_HasAttrStringWithError() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyObject_HasAttrWithError(PyObject *obj, PyObject *attr) +{ + PyObject *res; + int rc = PyObject_GetOptionalAttr(obj, attr, &res); + Py_XDECREF(res); + return rc; +} + +static inline int +PyObject_HasAttrStringWithError(PyObject *obj, const char *attr) +{ + PyObject *res; + int rc = PyObject_GetOptionalAttrString(obj, attr, &res); + Py_XDECREF(res); + return rc; +} +#endif + + +// gh-106004 added PyDict_GetItemRef() and PyDict_GetItemStringRef() +// to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyDict_GetItemRef(PyObject *mp, PyObject *key, PyObject **result) +{ +#if PY_VERSION_HEX >= 0x03000000 + PyObject *item = PyDict_GetItemWithError(mp, key); +#else + PyObject *item = _PyDict_GetItemWithError(mp, key); +#endif + if (item != NULL) { + *result = Py_NewRef(item); + return 1; // found + } + if (!PyErr_Occurred()) { + *result = NULL; + return 0; // not found + } + *result = NULL; + return -1; +} + +static inline int +PyDict_GetItemStringRef(PyObject *mp, const char *key, PyObject **result) +{ + int res; +#if PY_VERSION_HEX >= 0x03000000 + PyObject *key_obj = PyUnicode_FromString(key); +#else + PyObject *key_obj = PyString_FromString(key); +#endif + if (key_obj == NULL) { + *result = NULL; + return -1; + } + res = PyDict_GetItemRef(mp, key_obj, result); + Py_DECREF(key_obj); + return res; +} +#endif + + +// gh-106307 added PyModule_Add() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyModule_Add(PyObject *mod, const char *name, PyObject *value) +{ + int res = PyModule_AddObjectRef(mod, name, value); + Py_XDECREF(value); + return res; +} +#endif + + +// gh-108014 added Py_IsFinalizing() to Python 3.13.0a1 +// bpo-1856 added _Py_Finalizing to Python 3.2.1b1. +// _Py_IsFinalizing() was added to PyPy 7.3.0. +#if (0x030201B1 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x030D00A1) \ + && (!defined(PYPY_VERSION_NUM) || PYPY_VERSION_NUM >= 0x7030000) +static inline int Py_IsFinalizing(void) +{ +#if PY_VERSION_HEX >= 0x030700A1 + // _Py_IsFinalizing() was added to Python 3.7.0a1. + return _Py_IsFinalizing(); +#else + return (_Py_Finalizing != NULL); +#endif +} +#endif + + +// gh-108323 added PyDict_ContainsString() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int PyDict_ContainsString(PyObject *op, const char *key) +{ + PyObject *key_obj = PyUnicode_FromString(key); + if (key_obj == NULL) { + return -1; + } + int res = PyDict_Contains(op, key_obj); + Py_DECREF(key_obj); + return res; +} +#endif + + +// gh-108445 added PyLong_AsInt() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int PyLong_AsInt(PyObject *obj) +{ +#ifdef PYPY_VERSION + long value = PyLong_AsLong(obj); + if (value == -1 && PyErr_Occurred()) { + return -1; + } + if (value < (long)INT_MIN || (long)INT_MAX < value) { + PyErr_SetString(PyExc_OverflowError, + "Python int too large to convert to C int"); + return -1; + } + return (int)value; +#else + return _PyLong_AsInt(obj); +#endif +} +#endif + + +// gh-107073 added PyObject_VisitManagedDict() to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyObject_VisitManagedDict(PyObject *obj, visitproc visit, void *arg) +{ + PyObject **dict = _PyObject_GetDictPtr(obj); + if (dict == NULL || *dict == NULL) { + return -1; + } + Py_VISIT(*dict); + return 0; +} + +static inline void +PyObject_ClearManagedDict(PyObject *obj) +{ + PyObject **dict = _PyObject_GetDictPtr(obj); + if (dict == NULL || *dict == NULL) { + return; + } + Py_CLEAR(*dict); +} +#endif + +// gh-108867 added PyThreadState_GetUnchecked() to Python 3.13.0a1 +// Python 3.5.2 added _PyThreadState_UncheckedGet(). +#if PY_VERSION_HEX >= 0x03050200 && PY_VERSION_HEX < 0x030D00A1 +static inline PyThreadState* +PyThreadState_GetUnchecked(void) +{ + return _PyThreadState_UncheckedGet(); +} +#endif + +// gh-110289 added PyUnicode_EqualToUTF8() and PyUnicode_EqualToUTF8AndSize() +// to Python 3.13.0a1 +#if PY_VERSION_HEX < 0x030D00A1 +static inline int +PyUnicode_EqualToUTF8AndSize(PyObject *unicode, const char *str, Py_ssize_t str_len) +{ + Py_ssize_t len; + const void *utf8; + PyObject *exc_type, *exc_value, *exc_tb; + int res; + + // API cannot report errors so save/restore the exception + PyErr_Fetch(&exc_type, &exc_value, &exc_tb); + + // Python 3.3.0a1 added PyUnicode_AsUTF8AndSize() +#if PY_VERSION_HEX >= 0x030300A1 + if (PyUnicode_IS_ASCII(unicode)) { + utf8 = PyUnicode_DATA(unicode); + len = PyUnicode_GET_LENGTH(unicode); + } + else { + utf8 = PyUnicode_AsUTF8AndSize(unicode, &len); + if (utf8 == NULL) { + // Memory allocation failure. The API cannot report error, + // so ignore the exception and return 0. + res = 0; + goto done; + } + } + + if (len != str_len) { + res = 0; + goto done; + } + res = (memcmp(utf8, str, (size_t)len) == 0); +#else + PyObject *bytes = PyUnicode_AsUTF8String(unicode); + if (bytes == NULL) { + // Memory allocation failure. The API cannot report error, + // so ignore the exception and return 0. + res = 0; + goto done; + } + +#if PY_VERSION_HEX >= 0x03000000 + len = PyBytes_GET_SIZE(bytes); + utf8 = PyBytes_AS_STRING(bytes); +#else + len = PyString_GET_SIZE(bytes); + utf8 = PyString_AS_STRING(bytes); +#endif + if (len != str_len) { + Py_DECREF(bytes); + res = 0; + goto done; + } + + res = (memcmp(utf8, str, (size_t)len) == 0); + Py_DECREF(bytes); +#endif + +done: + PyErr_Restore(exc_type, exc_value, exc_tb); + return res; +} + +static inline int +PyUnicode_EqualToUTF8(PyObject *unicode, const char *str) +{ + return PyUnicode_EqualToUTF8AndSize(unicode, str, (Py_ssize_t)strlen(str)); +} +#endif + + +// gh-111138 added PyList_Extend() and PyList_Clear() to Python 3.13.0a2 +#if PY_VERSION_HEX < 0x030D00A2 +static inline int +PyList_Extend(PyObject *list, PyObject *iterable) +{ + return PyList_SetSlice(list, PY_SSIZE_T_MAX, PY_SSIZE_T_MAX, iterable); +} + +static inline int +PyList_Clear(PyObject *list) +{ + return PyList_SetSlice(list, 0, PY_SSIZE_T_MAX, NULL); +} +#endif + +// gh-111262 added PyDict_Pop() and PyDict_PopString() to Python 3.13.0a2 +#if PY_VERSION_HEX < 0x030D00A2 +static inline int +PyDict_Pop(PyObject *dict, PyObject *key, PyObject **result) +{ + PyObject *value; + + if (!PyDict_Check(dict)) { + PyErr_BadInternalCall(); + if (result) { + *result = NULL; + } + return -1; + } + + // bpo-16991 added _PyDict_Pop() to Python 3.5.0b2. + // Python 3.6.0b3 changed _PyDict_Pop() first argument type to PyObject*. + // Python 3.13.0a1 removed _PyDict_Pop(). +#if defined(PYPY_VERSION) || PY_VERSION_HEX < 0x030500b2 || PY_VERSION_HEX >= 0x030D0000 + value = PyObject_CallMethod(dict, "pop", "O", key); +#elif PY_VERSION_HEX < 0x030600b3 + value = _PyDict_Pop(_Py_CAST(PyDictObject*, dict), key, NULL); +#else + value = _PyDict_Pop(dict, key, NULL); +#endif + if (value == NULL) { + if (result) { + *result = NULL; + } + if (PyErr_Occurred() && !PyErr_ExceptionMatches(PyExc_KeyError)) { + return -1; + } + PyErr_Clear(); + return 0; + } + if (result) { + *result = value; + } + else { + Py_DECREF(value); + } + return 1; +} + +static inline int +PyDict_PopString(PyObject *dict, const char *key, PyObject **result) +{ + PyObject *key_obj = PyUnicode_FromString(key); + if (key_obj == NULL) { + if (result != NULL) { + *result = NULL; + } + return -1; + } + + int res = PyDict_Pop(dict, key_obj, result); + Py_DECREF(key_obj); + return res; +} +#endif + + +#if PY_VERSION_HEX < 0x030200A4 +// Python 3.2.0a4 added Py_hash_t type +typedef Py_ssize_t Py_hash_t; +#endif + + +// gh-111545 added Py_HashPointer() to Python 3.13.0a3 +#if PY_VERSION_HEX < 0x030D00A3 +static inline Py_hash_t Py_HashPointer(const void *ptr) +{ +#if PY_VERSION_HEX >= 0x030900A4 && !defined(PYPY_VERSION) + return _Py_HashPointer(ptr); +#else + return _Py_HashPointer(_Py_CAST(void*, ptr)); +#endif +} +#endif + + +// Python 3.13a4 added a PyTime API. +// Use the private API added to Python 3.5. +#if PY_VERSION_HEX < 0x030D00A4 && PY_VERSION_HEX >= 0x03050000 +typedef _PyTime_t PyTime_t; +#define PyTime_MIN _PyTime_MIN +#define PyTime_MAX _PyTime_MAX + +static inline double PyTime_AsSecondsDouble(PyTime_t t) +{ return _PyTime_AsSecondsDouble(t); } + +static inline int PyTime_Monotonic(PyTime_t *result) +{ return _PyTime_GetMonotonicClockWithInfo(result, NULL); } + +static inline int PyTime_Time(PyTime_t *result) +{ return _PyTime_GetSystemClockWithInfo(result, NULL); } + +static inline int PyTime_PerfCounter(PyTime_t *result) +{ +#if PY_VERSION_HEX >= 0x03070000 && !defined(PYPY_VERSION) + return _PyTime_GetPerfCounterWithInfo(result, NULL); +#elif PY_VERSION_HEX >= 0x03070000 + // Call time.perf_counter_ns() and convert Python int object to PyTime_t. + // Cache time.perf_counter_ns() function for best performance. + static PyObject *func = NULL; + if (func == NULL) { + PyObject *mod = PyImport_ImportModule("time"); + if (mod == NULL) { + return -1; + } + + func = PyObject_GetAttrString(mod, "perf_counter_ns"); + Py_DECREF(mod); + if (func == NULL) { + return -1; + } + } + + PyObject *res = PyObject_CallNoArgs(func); + if (res == NULL) { + return -1; + } + long long value = PyLong_AsLongLong(res); + Py_DECREF(res); + + if (value == -1 && PyErr_Occurred()) { + return -1; + } + + Py_BUILD_ASSERT(sizeof(value) >= sizeof(PyTime_t)); + *result = (PyTime_t)value; + return 0; +#else + // Call time.perf_counter() and convert C double to PyTime_t. + // Cache time.perf_counter() function for best performance. + static PyObject *func = NULL; + if (func == NULL) { + PyObject *mod = PyImport_ImportModule("time"); + if (mod == NULL) { + return -1; + } + + func = PyObject_GetAttrString(mod, "perf_counter"); + Py_DECREF(mod); + if (func == NULL) { + return -1; + } + } + + PyObject *res = PyObject_CallNoArgs(func); + if (res == NULL) { + return -1; + } + double d = PyFloat_AsDouble(res); + Py_DECREF(res); + + if (d == -1.0 && PyErr_Occurred()) { + return -1; + } + + // Avoid floor() to avoid having to link to libm + *result = (PyTime_t)(d * 1e9); + return 0; +#endif +} + +#endif + +// gh-111389 added hash constants to Python 3.13.0a5. These constants were +// added first as private macros to Python 3.4.0b1 and PyPy 7.3.8. +#if (!defined(PyHASH_BITS) \ + && ((!defined(PYPY_VERSION) && PY_VERSION_HEX >= 0x030400B1) \ + || (defined(PYPY_VERSION) && PY_VERSION_HEX >= 0x03070000 \ + && PYPY_VERSION_NUM >= 0x07030800))) +# define PyHASH_BITS _PyHASH_BITS +# define PyHASH_MODULUS _PyHASH_MODULUS +# define PyHASH_INF _PyHASH_INF +# define PyHASH_IMAG _PyHASH_IMAG +#endif + + +// gh-111545 added Py_GetConstant() and Py_GetConstantBorrowed() +// to Python 3.13.0a6 +#if PY_VERSION_HEX < 0x030D00A6 && !defined(Py_CONSTANT_NONE) + +#define Py_CONSTANT_NONE 0 +#define Py_CONSTANT_FALSE 1 +#define Py_CONSTANT_TRUE 2 +#define Py_CONSTANT_ELLIPSIS 3 +#define Py_CONSTANT_NOT_IMPLEMENTED 4 +#define Py_CONSTANT_ZERO 5 +#define Py_CONSTANT_ONE 6 +#define Py_CONSTANT_EMPTY_STR 7 +#define Py_CONSTANT_EMPTY_BYTES 8 +#define Py_CONSTANT_EMPTY_TUPLE 9 + +static inline PyObject* Py_GetConstant(unsigned int constant_id) +{ + static PyObject* constants[Py_CONSTANT_EMPTY_TUPLE + 1] = {NULL}; + + if (constants[Py_CONSTANT_NONE] == NULL) { + constants[Py_CONSTANT_NONE] = Py_None; + constants[Py_CONSTANT_FALSE] = Py_False; + constants[Py_CONSTANT_TRUE] = Py_True; + constants[Py_CONSTANT_ELLIPSIS] = Py_Ellipsis; + constants[Py_CONSTANT_NOT_IMPLEMENTED] = Py_NotImplemented; + + constants[Py_CONSTANT_ZERO] = PyLong_FromLong(0); + if (constants[Py_CONSTANT_ZERO] == NULL) { + goto fatal_error; + } + + constants[Py_CONSTANT_ONE] = PyLong_FromLong(1); + if (constants[Py_CONSTANT_ONE] == NULL) { + goto fatal_error; + } + + constants[Py_CONSTANT_EMPTY_STR] = PyUnicode_FromStringAndSize("", 0); + if (constants[Py_CONSTANT_EMPTY_STR] == NULL) { + goto fatal_error; + } + + constants[Py_CONSTANT_EMPTY_BYTES] = PyBytes_FromStringAndSize("", 0); + if (constants[Py_CONSTANT_EMPTY_BYTES] == NULL) { + goto fatal_error; + } + + constants[Py_CONSTANT_EMPTY_TUPLE] = PyTuple_New(0); + if (constants[Py_CONSTANT_EMPTY_TUPLE] == NULL) { + goto fatal_error; + } + // goto dance to avoid compiler warnings about Py_FatalError() + goto init_done; + +fatal_error: + // This case should never happen + Py_FatalError("Py_GetConstant() failed to get constants"); + } + +init_done: + if (constant_id <= Py_CONSTANT_EMPTY_TUPLE) { + return Py_NewRef(constants[constant_id]); + } + else { + PyErr_BadInternalCall(); + return NULL; + } +} + +static inline PyObject* Py_GetConstantBorrowed(unsigned int constant_id) +{ + PyObject *obj = Py_GetConstant(constant_id); + Py_XDECREF(obj); + return obj; +} +#endif + + +// gh-114329 added PyList_GetItemRef() to Python 3.13.0a4 +#if PY_VERSION_HEX < 0x030D00A4 +static inline PyObject * +PyList_GetItemRef(PyObject *op, Py_ssize_t index) +{ + PyObject *item = PyList_GetItem(op, index); + Py_XINCREF(item); + return item; +} +#endif + + +// gh-114329 added PyList_GetItemRef() to Python 3.13.0a4 +#if PY_VERSION_HEX < 0x030D00A4 +static inline int +PyDict_SetDefaultRef(PyObject *d, PyObject *key, PyObject *default_value, + PyObject **result) +{ + PyObject *value; + if (PyDict_GetItemRef(d, key, &value) < 0) { + // get error + if (result) { + *result = NULL; + } + return -1; + } + if (value != NULL) { + // present + if (result) { + *result = value; + } + else { + Py_DECREF(value); + } + return 1; + } + + // missing: set the item + if (PyDict_SetItem(d, key, default_value) < 0) { + // set error + if (result) { + *result = NULL; + } + return -1; + } + if (result) { + *result = Py_NewRef(default_value); + } + return 0; +} +#endif + +#if PY_VERSION_HEX < 0x030D00B3 +# define Py_BEGIN_CRITICAL_SECTION(op) { +# define Py_END_CRITICAL_SECTION() } +# define Py_BEGIN_CRITICAL_SECTION2(a, b) { +# define Py_END_CRITICAL_SECTION2() } +#endif + +#if PY_VERSION_HEX < 0x030E0000 && PY_VERSION_HEX >= 0x03060000 && !defined(PYPY_VERSION) +typedef struct PyUnicodeWriter PyUnicodeWriter; + +static inline void PyUnicodeWriter_Discard(PyUnicodeWriter *writer) +{ + _PyUnicodeWriter_Dealloc((_PyUnicodeWriter*)writer); + PyMem_Free(writer); +} + +static inline PyUnicodeWriter* PyUnicodeWriter_Create(Py_ssize_t length) +{ + if (length < 0) { + PyErr_SetString(PyExc_ValueError, + "length must be positive"); + return NULL; + } + + const size_t size = sizeof(_PyUnicodeWriter); + PyUnicodeWriter *pub_writer = (PyUnicodeWriter *)PyMem_Malloc(size); + if (pub_writer == _Py_NULL) { + PyErr_NoMemory(); + return _Py_NULL; + } + _PyUnicodeWriter *writer = (_PyUnicodeWriter *)pub_writer; + + _PyUnicodeWriter_Init(writer); + if (_PyUnicodeWriter_Prepare(writer, length, 127) < 0) { + PyUnicodeWriter_Discard(pub_writer); + return NULL; + } + writer->overallocate = 1; + return pub_writer; +} + +static inline PyObject* PyUnicodeWriter_Finish(PyUnicodeWriter *writer) +{ + PyObject *str = _PyUnicodeWriter_Finish((_PyUnicodeWriter*)writer); + assert(((_PyUnicodeWriter*)writer)->buffer == NULL); + PyMem_Free(writer); + return str; +} + +static inline int +PyUnicodeWriter_WriteChar(PyUnicodeWriter *writer, Py_UCS4 ch) +{ + if (ch > 0x10ffff) { + PyErr_SetString(PyExc_ValueError, + "character must be in range(0x110000)"); + return -1; + } + + return _PyUnicodeWriter_WriteChar((_PyUnicodeWriter*)writer, ch); +} + +static inline int +PyUnicodeWriter_WriteStr(PyUnicodeWriter *writer, PyObject *obj) +{ + PyObject *str = PyObject_Str(obj); + if (str == NULL) { + return -1; + } + + int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str); + Py_DECREF(str); + return res; +} + +static inline int +PyUnicodeWriter_WriteRepr(PyUnicodeWriter *writer, PyObject *obj) +{ + PyObject *str = PyObject_Repr(obj); + if (str == NULL) { + return -1; + } + + int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str); + Py_DECREF(str); + return res; +} + +static inline int +PyUnicodeWriter_WriteUTF8(PyUnicodeWriter *writer, + const char *str, Py_ssize_t size) +{ + if (size < 0) { + size = (Py_ssize_t)strlen(str); + } + + PyObject *str_obj = PyUnicode_FromStringAndSize(str, size); + if (str_obj == _Py_NULL) { + return -1; + } + + int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str_obj); + Py_DECREF(str_obj); + return res; +} + +static inline int +PyUnicodeWriter_WriteASCII(PyUnicodeWriter *writer, + const char *str, Py_ssize_t size) +{ + if (size < 0) { + size = (Py_ssize_t)strlen(str); + } + + return _PyUnicodeWriter_WriteASCIIString((_PyUnicodeWriter*)writer, + str, size); +} + +static inline int +PyUnicodeWriter_WriteWideChar(PyUnicodeWriter *writer, + const wchar_t *str, Py_ssize_t size) +{ + if (size < 0) { + size = (Py_ssize_t)wcslen(str); + } + + PyObject *str_obj = PyUnicode_FromWideChar(str, size); + if (str_obj == _Py_NULL) { + return -1; + } + + int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str_obj); + Py_DECREF(str_obj); + return res; +} + +static inline int +PyUnicodeWriter_WriteSubstring(PyUnicodeWriter *writer, PyObject *str, + Py_ssize_t start, Py_ssize_t end) +{ + if (!PyUnicode_Check(str)) { + PyErr_Format(PyExc_TypeError, "expect str, not %s", + Py_TYPE(str)->tp_name); + return -1; + } + if (start < 0 || start > end) { + PyErr_Format(PyExc_ValueError, "invalid start argument"); + return -1; + } + if (end > PyUnicode_GET_LENGTH(str)) { + PyErr_Format(PyExc_ValueError, "invalid end argument"); + return -1; + } + + return _PyUnicodeWriter_WriteSubstring((_PyUnicodeWriter*)writer, str, + start, end); +} + +static inline int +PyUnicodeWriter_Format(PyUnicodeWriter *writer, const char *format, ...) +{ + va_list vargs; + va_start(vargs, format); + PyObject *str = PyUnicode_FromFormatV(format, vargs); + va_end(vargs); + if (str == _Py_NULL) { + return -1; + } + + int res = _PyUnicodeWriter_WriteStr((_PyUnicodeWriter*)writer, str); + Py_DECREF(str); + return res; +} +#endif // PY_VERSION_HEX < 0x030E0000 + +// gh-116560 added PyLong_GetSign() to Python 3.14.0a0 +#if PY_VERSION_HEX < 0x030E00A0 +static inline int PyLong_GetSign(PyObject *obj, int *sign) +{ + if (!PyLong_Check(obj)) { + PyErr_Format(PyExc_TypeError, "expect int, got %s", Py_TYPE(obj)->tp_name); + return -1; + } + + *sign = _PyLong_Sign(obj); + return 0; +} +#endif + +// gh-126061 added PyLong_IsPositive/Negative/Zero() to Python in 3.14.0a2 +#if PY_VERSION_HEX < 0x030E00A2 +static inline int PyLong_IsPositive(PyObject *obj) +{ + if (!PyLong_Check(obj)) { + PyErr_Format(PyExc_TypeError, "expected int, got %s", Py_TYPE(obj)->tp_name); + return -1; + } + return _PyLong_Sign(obj) == 1; +} + +static inline int PyLong_IsNegative(PyObject *obj) +{ + if (!PyLong_Check(obj)) { + PyErr_Format(PyExc_TypeError, "expected int, got %s", Py_TYPE(obj)->tp_name); + return -1; + } + return _PyLong_Sign(obj) == -1; +} + +static inline int PyLong_IsZero(PyObject *obj) +{ + if (!PyLong_Check(obj)) { + PyErr_Format(PyExc_TypeError, "expected int, got %s", Py_TYPE(obj)->tp_name); + return -1; + } + return _PyLong_Sign(obj) == 0; +} +#endif + + +// gh-124502 added PyUnicode_Equal() to Python 3.14.0a0 +#if PY_VERSION_HEX < 0x030E00A0 +static inline int PyUnicode_Equal(PyObject *str1, PyObject *str2) +{ + if (!PyUnicode_Check(str1)) { + PyErr_Format(PyExc_TypeError, "first argument must be str, not %s", + Py_TYPE(str1)->tp_name); + return -1; + } + if (!PyUnicode_Check(str2)) { + PyErr_Format(PyExc_TypeError, "second argument must be str, not %s", + Py_TYPE(str2)->tp_name); + return -1; + } + +#if PY_VERSION_HEX >= 0x030d0000 && !defined(PYPY_VERSION) + PyAPI_FUNC(int) _PyUnicode_Equal(PyObject *str1, PyObject *str2); + + return _PyUnicode_Equal(str1, str2); +#elif PY_VERSION_HEX >= 0x03060000 && !defined(PYPY_VERSION) + return _PyUnicode_EQ(str1, str2); +#elif PY_VERSION_HEX >= 0x03090000 && defined(PYPY_VERSION) + return _PyUnicode_EQ(str1, str2); +#else + return (PyUnicode_Compare(str1, str2) == 0); +#endif +} +#endif + + +// gh-121645 added PyBytes_Join() to Python 3.14.0a0 +#if PY_VERSION_HEX < 0x030E00A0 +static inline PyObject* PyBytes_Join(PyObject *sep, PyObject *iterable) +{ + return _PyBytes_Join(sep, iterable); +} +#endif + + +#if PY_VERSION_HEX < 0x030E00A0 +static inline Py_hash_t Py_HashBuffer(const void *ptr, Py_ssize_t len) +{ +#if PY_VERSION_HEX >= 0x03000000 && !defined(PYPY_VERSION) + PyAPI_FUNC(Py_hash_t) _Py_HashBytes(const void *src, Py_ssize_t len); + + return _Py_HashBytes(ptr, len); +#else + Py_hash_t hash; + PyObject *bytes = PyBytes_FromStringAndSize((const char*)ptr, len); + if (bytes == NULL) { + return -1; + } + hash = PyObject_Hash(bytes); + Py_DECREF(bytes); + return hash; +#endif +} +#endif + + +#if PY_VERSION_HEX < 0x030E00A0 +static inline int PyIter_NextItem(PyObject *iter, PyObject **item) +{ + iternextfunc tp_iternext; + + assert(iter != NULL); + assert(item != NULL); + + tp_iternext = Py_TYPE(iter)->tp_iternext; + if (tp_iternext == NULL) { + *item = NULL; + PyErr_Format(PyExc_TypeError, "expected an iterator, got '%s'", + Py_TYPE(iter)->tp_name); + return -1; + } + + if ((*item = tp_iternext(iter))) { + return 1; + } + if (!PyErr_Occurred()) { + return 0; + } + if (PyErr_ExceptionMatches(PyExc_StopIteration)) { + PyErr_Clear(); + return 0; + } + return -1; +} +#endif + + +#if PY_VERSION_HEX < 0x030E00A0 +static inline PyObject* PyLong_FromInt32(int32_t value) +{ + Py_BUILD_ASSERT(sizeof(long) >= 4); + return PyLong_FromLong(value); +} + +static inline PyObject* PyLong_FromInt64(int64_t value) +{ + Py_BUILD_ASSERT(sizeof(long long) >= 8); + return PyLong_FromLongLong(value); +} + +static inline PyObject* PyLong_FromUInt32(uint32_t value) +{ + Py_BUILD_ASSERT(sizeof(unsigned long) >= 4); + return PyLong_FromUnsignedLong(value); +} + +static inline PyObject* PyLong_FromUInt64(uint64_t value) +{ + Py_BUILD_ASSERT(sizeof(unsigned long long) >= 8); + return PyLong_FromUnsignedLongLong(value); +} + +static inline int PyLong_AsInt32(PyObject *obj, int32_t *pvalue) +{ + Py_BUILD_ASSERT(sizeof(int) == 4); + int value = PyLong_AsInt(obj); + if (value == -1 && PyErr_Occurred()) { + return -1; + } + *pvalue = (int32_t)value; + return 0; +} + +static inline int PyLong_AsInt64(PyObject *obj, int64_t *pvalue) +{ + Py_BUILD_ASSERT(sizeof(long long) == 8); + long long value = PyLong_AsLongLong(obj); + if (value == -1 && PyErr_Occurred()) { + return -1; + } + *pvalue = (int64_t)value; + return 0; +} + +static inline int PyLong_AsUInt32(PyObject *obj, uint32_t *pvalue) +{ + Py_BUILD_ASSERT(sizeof(long) >= 4); + unsigned long value = PyLong_AsUnsignedLong(obj); + if (value == (unsigned long)-1 && PyErr_Occurred()) { + return -1; + } +#if SIZEOF_LONG > 4 + if ((unsigned long)UINT32_MAX < value) { + PyErr_SetString(PyExc_OverflowError, + "Python int too large to convert to C uint32_t"); + return -1; + } +#endif + *pvalue = (uint32_t)value; + return 0; +} + +static inline int PyLong_AsUInt64(PyObject *obj, uint64_t *pvalue) +{ + Py_BUILD_ASSERT(sizeof(long long) == 8); + unsigned long long value = PyLong_AsUnsignedLongLong(obj); + if (value == (unsigned long long)-1 && PyErr_Occurred()) { + return -1; + } + *pvalue = (uint64_t)value; + return 0; +} +#endif + + +// gh-102471 added import and export API for integers to 3.14.0a2. +#if PY_VERSION_HEX < 0x030E00A2 && PY_VERSION_HEX >= 0x03000000 && !defined(PYPY_VERSION) +// Helpers to access PyLongObject internals. +static inline void +_PyLong_SetSignAndDigitCount(PyLongObject *op, int sign, Py_ssize_t size) +{ +#if PY_VERSION_HEX >= 0x030C0000 + op->long_value.lv_tag = (uintptr_t)(1 - sign) | ((uintptr_t)(size) << 3); +#elif PY_VERSION_HEX >= 0x030900A4 + Py_SET_SIZE(op, sign * size); +#else + Py_SIZE(op) = sign * size; +#endif +} + +static inline Py_ssize_t +_PyLong_DigitCount(const PyLongObject *op) +{ +#if PY_VERSION_HEX >= 0x030C0000 + return (Py_ssize_t)(op->long_value.lv_tag >> 3); +#else + return _PyLong_Sign((PyObject*)op) < 0 ? -Py_SIZE(op) : Py_SIZE(op); +#endif +} + +static inline digit* +_PyLong_GetDigits(const PyLongObject *op) +{ +#if PY_VERSION_HEX >= 0x030C0000 + return (digit*)(op->long_value.ob_digit); +#else + return (digit*)(op->ob_digit); +#endif +} + +typedef struct PyLongLayout { + uint8_t bits_per_digit; + uint8_t digit_size; + int8_t digits_order; + int8_t digit_endianness; +} PyLongLayout; + +typedef struct PyLongExport { + int64_t value; + uint8_t negative; + Py_ssize_t ndigits; + const void *digits; + Py_uintptr_t _reserved; +} PyLongExport; + +typedef struct PyLongWriter PyLongWriter; + +static inline const PyLongLayout* +PyLong_GetNativeLayout(void) +{ + static const PyLongLayout PyLong_LAYOUT = { + PyLong_SHIFT, + sizeof(digit), + -1, // least significant first + PY_LITTLE_ENDIAN ? -1 : 1, + }; + + return &PyLong_LAYOUT; +} + +static inline int +PyLong_Export(PyObject *obj, PyLongExport *export_long) +{ + if (!PyLong_Check(obj)) { + memset(export_long, 0, sizeof(*export_long)); + PyErr_Format(PyExc_TypeError, "expected int, got %s", + Py_TYPE(obj)->tp_name); + return -1; + } + + // Fast-path: try to convert to a int64_t + PyLongObject *self = (PyLongObject*)obj; + int overflow; +#if SIZEOF_LONG == 8 + long value = PyLong_AsLongAndOverflow(obj, &overflow); +#else + // Windows has 32-bit long, so use 64-bit long long instead + long long value = PyLong_AsLongLongAndOverflow(obj, &overflow); +#endif + Py_BUILD_ASSERT(sizeof(value) == sizeof(int64_t)); + // the function cannot fail since obj is a PyLongObject + assert(!(value == -1 && PyErr_Occurred())); + + if (!overflow) { + export_long->value = value; + export_long->negative = 0; + export_long->ndigits = 0; + export_long->digits = 0; + export_long->_reserved = 0; + } + else { + export_long->value = 0; + export_long->negative = _PyLong_Sign(obj) < 0; + export_long->ndigits = _PyLong_DigitCount(self); + if (export_long->ndigits == 0) { + export_long->ndigits = 1; + } + export_long->digits = _PyLong_GetDigits(self); + export_long->_reserved = (Py_uintptr_t)Py_NewRef(obj); + } + return 0; +} + +static inline void +PyLong_FreeExport(PyLongExport *export_long) +{ + PyObject *obj = (PyObject*)export_long->_reserved; + + if (obj) { + export_long->_reserved = 0; + Py_DECREF(obj); + } +} + +static inline PyLongWriter* +PyLongWriter_Create(int negative, Py_ssize_t ndigits, void **digits) +{ + if (ndigits <= 0) { + PyErr_SetString(PyExc_ValueError, "ndigits must be positive"); + return NULL; + } + assert(digits != NULL); + + PyLongObject *obj = _PyLong_New(ndigits); + if (obj == NULL) { + return NULL; + } + _PyLong_SetSignAndDigitCount(obj, negative?-1:1, ndigits); + + *digits = _PyLong_GetDigits(obj); + return (PyLongWriter*)obj; +} + +static inline void +PyLongWriter_Discard(PyLongWriter *writer) +{ + PyLongObject *obj = (PyLongObject *)writer; + + assert(Py_REFCNT(obj) == 1); + Py_DECREF(obj); +} + +static inline PyObject* +PyLongWriter_Finish(PyLongWriter *writer) +{ + PyObject *obj = (PyObject *)writer; + PyLongObject *self = (PyLongObject*)obj; + Py_ssize_t j = _PyLong_DigitCount(self); + Py_ssize_t i = j; + int sign = _PyLong_Sign(obj); + + assert(Py_REFCNT(obj) == 1); + + // Normalize and get singleton if possible + while (i > 0 && _PyLong_GetDigits(self)[i-1] == 0) { + --i; + } + if (i != j) { + if (i == 0) { + sign = 0; + } + _PyLong_SetSignAndDigitCount(self, sign, i); + } + if (i <= 1) { + long val = sign * (long)(_PyLong_GetDigits(self)[0]); + Py_DECREF(obj); + return PyLong_FromLong(val); + } + + return obj; +} +#endif + + +#if PY_VERSION_HEX < 0x030C00A3 +# define Py_T_SHORT T_SHORT +# define Py_T_INT T_INT +# define Py_T_LONG T_LONG +# define Py_T_FLOAT T_FLOAT +# define Py_T_DOUBLE T_DOUBLE +# define Py_T_STRING T_STRING +# define _Py_T_OBJECT T_OBJECT +# define Py_T_CHAR T_CHAR +# define Py_T_BYTE T_BYTE +# define Py_T_UBYTE T_UBYTE +# define Py_T_USHORT T_USHORT +# define Py_T_UINT T_UINT +# define Py_T_ULONG T_ULONG +# define Py_T_STRING_INPLACE T_STRING_INPLACE +# define Py_T_BOOL T_BOOL +# define Py_T_OBJECT_EX T_OBJECT_EX +# define Py_T_LONGLONG T_LONGLONG +# define Py_T_ULONGLONG T_ULONGLONG +# define Py_T_PYSSIZET T_PYSSIZET + +# if PY_VERSION_HEX >= 0x03000000 && !defined(PYPY_VERSION) +# define _Py_T_NONE T_NONE +# endif + +# define Py_READONLY READONLY +# define Py_AUDIT_READ READ_RESTRICTED +# define _Py_WRITE_RESTRICTED PY_WRITE_RESTRICTED +#endif + + +// gh-127350 added Py_fopen() and Py_fclose() to Python 3.14a4 +#if PY_VERSION_HEX < 0x030E00A4 +static inline FILE* Py_fopen(PyObject *path, const char *mode) +{ +#if 0x030400A2 <= PY_VERSION_HEX && !defined(PYPY_VERSION) + PyAPI_FUNC(FILE*) _Py_fopen_obj(PyObject *path, const char *mode); + + return _Py_fopen_obj(path, mode); +#else + FILE *f; + PyObject *bytes; +#if PY_VERSION_HEX >= 0x03000000 + if (!PyUnicode_FSConverter(path, &bytes)) { + return NULL; + } +#else + if (!PyString_Check(path)) { + PyErr_SetString(PyExc_TypeError, "except str"); + return NULL; + } + bytes = Py_NewRef(path); +#endif + const char *path_bytes = PyBytes_AS_STRING(bytes); + + f = fopen(path_bytes, mode); + Py_DECREF(bytes); + + if (f == NULL) { + PyErr_SetFromErrnoWithFilenameObject(PyExc_OSError, path); + return NULL; + } + return f; +#endif +} + +static inline int Py_fclose(FILE *file) +{ + return fclose(file); +} +#endif + + +#if 0x03080000 <= PY_VERSION_HEX && PY_VERSION_HEX < 0x030E0000 && !defined(PYPY_VERSION) +static inline PyObject* +PyConfig_Get(const char *name) +{ + typedef enum { + _PyConfig_MEMBER_INT, + _PyConfig_MEMBER_UINT, + _PyConfig_MEMBER_ULONG, + _PyConfig_MEMBER_BOOL, + _PyConfig_MEMBER_WSTR, + _PyConfig_MEMBER_WSTR_OPT, + _PyConfig_MEMBER_WSTR_LIST, + } PyConfigMemberType; + + typedef struct { + const char *name; + size_t offset; + PyConfigMemberType type; + const char *sys_attr; + } PyConfigSpec; + +#define PYTHONCAPI_COMPAT_SPEC(MEMBER, TYPE, sys_attr) \ + {#MEMBER, offsetof(PyConfig, MEMBER), \ + _PyConfig_MEMBER_##TYPE, sys_attr} + + static const PyConfigSpec config_spec[] = { + PYTHONCAPI_COMPAT_SPEC(argv, WSTR_LIST, "argv"), + PYTHONCAPI_COMPAT_SPEC(base_exec_prefix, WSTR_OPT, "base_exec_prefix"), + PYTHONCAPI_COMPAT_SPEC(base_executable, WSTR_OPT, "_base_executable"), + PYTHONCAPI_COMPAT_SPEC(base_prefix, WSTR_OPT, "base_prefix"), + PYTHONCAPI_COMPAT_SPEC(bytes_warning, UINT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(exec_prefix, WSTR_OPT, "exec_prefix"), + PYTHONCAPI_COMPAT_SPEC(executable, WSTR_OPT, "executable"), + PYTHONCAPI_COMPAT_SPEC(inspect, BOOL, _Py_NULL), +#if 0x030C0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(int_max_str_digits, UINT, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(interactive, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(module_search_paths, WSTR_LIST, "path"), + PYTHONCAPI_COMPAT_SPEC(optimization_level, UINT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(parser_debug, BOOL, _Py_NULL), +#if 0x03090000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(platlibdir, WSTR, "platlibdir"), +#endif + PYTHONCAPI_COMPAT_SPEC(prefix, WSTR_OPT, "prefix"), + PYTHONCAPI_COMPAT_SPEC(pycache_prefix, WSTR_OPT, "pycache_prefix"), + PYTHONCAPI_COMPAT_SPEC(quiet, BOOL, _Py_NULL), +#if 0x030B0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(stdlib_dir, WSTR_OPT, "_stdlib_dir"), +#endif + PYTHONCAPI_COMPAT_SPEC(use_environment, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(verbose, UINT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(warnoptions, WSTR_LIST, "warnoptions"), + PYTHONCAPI_COMPAT_SPEC(write_bytecode, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(xoptions, WSTR_LIST, "_xoptions"), + PYTHONCAPI_COMPAT_SPEC(buffered_stdio, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(check_hash_pycs_mode, WSTR, _Py_NULL), +#if 0x030B0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(code_debug_ranges, BOOL, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(configure_c_stdio, BOOL, _Py_NULL), +#if 0x030D0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(cpu_count, INT, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(dev_mode, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(dump_refs, BOOL, _Py_NULL), +#if 0x030B0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(dump_refs_file, WSTR_OPT, _Py_NULL), +#endif +#ifdef Py_GIL_DISABLED + PYTHONCAPI_COMPAT_SPEC(enable_gil, INT, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(faulthandler, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(filesystem_encoding, WSTR, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(filesystem_errors, WSTR, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(hash_seed, ULONG, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(home, WSTR_OPT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(import_time, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(install_signal_handlers, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(isolated, BOOL, _Py_NULL), +#ifdef MS_WINDOWS + PYTHONCAPI_COMPAT_SPEC(legacy_windows_stdio, BOOL, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(malloc_stats, BOOL, _Py_NULL), +#if 0x030A0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(orig_argv, WSTR_LIST, "orig_argv"), +#endif + PYTHONCAPI_COMPAT_SPEC(parse_argv, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(pathconfig_warnings, BOOL, _Py_NULL), +#if 0x030C0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(perf_profiling, UINT, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(program_name, WSTR, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(run_command, WSTR_OPT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(run_filename, WSTR_OPT, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(run_module, WSTR_OPT, _Py_NULL), +#if 0x030B0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(safe_path, BOOL, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(show_ref_count, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(site_import, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(skip_source_first_line, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(stdio_encoding, WSTR, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(stdio_errors, WSTR, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(tracemalloc, UINT, _Py_NULL), +#if 0x030B0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(use_frozen_modules, BOOL, _Py_NULL), +#endif + PYTHONCAPI_COMPAT_SPEC(use_hash_seed, BOOL, _Py_NULL), + PYTHONCAPI_COMPAT_SPEC(user_site_directory, BOOL, _Py_NULL), +#if 0x030A0000 <= PY_VERSION_HEX + PYTHONCAPI_COMPAT_SPEC(warn_default_encoding, BOOL, _Py_NULL), +#endif + }; + +#undef PYTHONCAPI_COMPAT_SPEC + + const PyConfigSpec *spec; + int found = 0; + for (size_t i=0; i < sizeof(config_spec) / sizeof(config_spec[0]); i++) { + spec = &config_spec[i]; + if (strcmp(spec->name, name) == 0) { + found = 1; + break; + } + } + if (found) { + if (spec->sys_attr != NULL) { + PyObject *value = PySys_GetObject(spec->sys_attr); + if (value == NULL) { + PyErr_Format(PyExc_RuntimeError, "lost sys.%s", spec->sys_attr); + return NULL; + } + return Py_NewRef(value); + } + + PyAPI_FUNC(const PyConfig*) _Py_GetConfig(void); + + const PyConfig *config = _Py_GetConfig(); + void *member = (char *)config + spec->offset; + switch (spec->type) { + case _PyConfig_MEMBER_INT: + case _PyConfig_MEMBER_UINT: + { + int value = *(int *)member; + return PyLong_FromLong(value); + } + case _PyConfig_MEMBER_BOOL: + { + int value = *(int *)member; + return PyBool_FromLong(value != 0); + } + case _PyConfig_MEMBER_ULONG: + { + unsigned long value = *(unsigned long *)member; + return PyLong_FromUnsignedLong(value); + } + case _PyConfig_MEMBER_WSTR: + case _PyConfig_MEMBER_WSTR_OPT: + { + wchar_t *wstr = *(wchar_t **)member; + if (wstr != NULL) { + return PyUnicode_FromWideChar(wstr, -1); + } + else { + return Py_NewRef(Py_None); + } + } + case _PyConfig_MEMBER_WSTR_LIST: + { + const PyWideStringList *list = (const PyWideStringList *)member; + PyObject *tuple = PyTuple_New(list->length); + if (tuple == NULL) { + return NULL; + } + + for (Py_ssize_t i = 0; i < list->length; i++) { + PyObject *item = PyUnicode_FromWideChar(list->items[i], -1); + if (item == NULL) { + Py_DECREF(tuple); + return NULL; + } + PyTuple_SET_ITEM(tuple, i, item); + } + return tuple; + } + default: + Py_UNREACHABLE(); + } + } + + PyErr_Format(PyExc_ValueError, "unknown config option name: %s", name); + return NULL; +} + +static inline int +PyConfig_GetInt(const char *name, int *value) +{ + PyObject *obj = PyConfig_Get(name); + if (obj == NULL) { + return -1; + } + + if (!PyLong_Check(obj)) { + Py_DECREF(obj); + PyErr_Format(PyExc_TypeError, "config option %s is not an int", name); + return -1; + } + + int as_int = PyLong_AsInt(obj); + Py_DECREF(obj); + if (as_int == -1 && PyErr_Occurred()) { + PyErr_Format(PyExc_OverflowError, + "config option %s value does not fit into a C int", name); + return -1; + } + + *value = as_int; + return 0; +} +#endif // PY_VERSION_HEX > 0x03090000 && !defined(PYPY_VERSION) + +// gh-133144 added PyUnstable_Object_IsUniquelyReferenced() to Python 3.14.0b1. +// Adapted from _PyObject_IsUniquelyReferenced() implementation. +#if PY_VERSION_HEX < 0x030E00B0 +static inline int PyUnstable_Object_IsUniquelyReferenced(PyObject *obj) +{ +#if !defined(Py_GIL_DISABLED) + return Py_REFCNT(obj) == 1; +#else + // NOTE: the entire ob_ref_shared field must be zero, including flags, to + // ensure that other threads cannot concurrently create new references to + // this object. + return (_Py_IsOwnedByCurrentThread(obj) && + _Py_atomic_load_uint32_relaxed(&obj->ob_ref_local) == 1 && + _Py_atomic_load_ssize_relaxed(&obj->ob_ref_shared) == 0); +#endif +} +#endif + + +#if PY_VERSION_HEX < 0x030F0000 +static inline PyObject* +PySys_GetAttrString(const char *name) +{ +#if PY_VERSION_HEX >= 0x03000000 + PyObject *value = Py_XNewRef(PySys_GetObject(name)); +#else + PyObject *value = Py_XNewRef(PySys_GetObject((char*)name)); +#endif + if (value != NULL) { + return value; + } + if (!PyErr_Occurred()) { + PyErr_Format(PyExc_RuntimeError, "lost sys.%s", name); + } + return NULL; +} + +static inline PyObject* +PySys_GetAttr(PyObject *name) +{ +#if PY_VERSION_HEX >= 0x03000000 + const char *name_str = PyUnicode_AsUTF8(name); +#else + const char *name_str = PyString_AsString(name); +#endif + if (name_str == NULL) { + return NULL; + } + + return PySys_GetAttrString(name_str); +} + +static inline int +PySys_GetOptionalAttrString(const char *name, PyObject **value) +{ +#if PY_VERSION_HEX >= 0x03000000 + *value = Py_XNewRef(PySys_GetObject(name)); +#else + *value = Py_XNewRef(PySys_GetObject((char*)name)); +#endif + if (*value != NULL) { + return 1; + } + return 0; +} + +static inline int +PySys_GetOptionalAttr(PyObject *name, PyObject **value) +{ +#if PY_VERSION_HEX >= 0x03000000 + const char *name_str = PyUnicode_AsUTF8(name); +#else + const char *name_str = PyString_AsString(name); +#endif + if (name_str == NULL) { + *value = NULL; + return -1; + } + + return PySys_GetOptionalAttrString(name_str, value); +} +#endif // PY_VERSION_HEX < 0x030F00A1 + + +#if PY_VERSION_HEX < 0x030F00A1 +typedef struct PyBytesWriter { + char small_buffer[256]; + PyObject *obj; + Py_ssize_t size; +} PyBytesWriter; + +static inline Py_ssize_t +_PyBytesWriter_GetAllocated(PyBytesWriter *writer) +{ + if (writer->obj == NULL) { + return sizeof(writer->small_buffer); + } + else { + return PyBytes_GET_SIZE(writer->obj); + } +} + + +static inline int +_PyBytesWriter_Resize_impl(PyBytesWriter *writer, Py_ssize_t size, + int resize) +{ + int overallocate = resize; + assert(size >= 0); + + if (size <= _PyBytesWriter_GetAllocated(writer)) { + return 0; + } + + if (overallocate) { +#ifdef MS_WINDOWS + /* On Windows, overallocate by 50% is the best factor */ + if (size <= (PY_SSIZE_T_MAX - size / 2)) { + size += size / 2; + } +#else + /* On Linux, overallocate by 25% is the best factor */ + if (size <= (PY_SSIZE_T_MAX - size / 4)) { + size += size / 4; + } +#endif + } + + if (writer->obj != NULL) { + if (_PyBytes_Resize(&writer->obj, size)) { + return -1; + } + assert(writer->obj != NULL); + } + else { + writer->obj = PyBytes_FromStringAndSize(NULL, size); + if (writer->obj == NULL) { + return -1; + } + + if (resize) { + assert((size_t)size > sizeof(writer->small_buffer)); + memcpy(PyBytes_AS_STRING(writer->obj), + writer->small_buffer, + sizeof(writer->small_buffer)); + } + } + return 0; +} + +static inline void* +PyBytesWriter_GetData(PyBytesWriter *writer) +{ + if (writer->obj == NULL) { + return writer->small_buffer; + } + else { + return PyBytes_AS_STRING(writer->obj); + } +} + +static inline Py_ssize_t +PyBytesWriter_GetSize(PyBytesWriter *writer) +{ + return writer->size; +} + +static inline void +PyBytesWriter_Discard(PyBytesWriter *writer) +{ + if (writer == NULL) { + return; + } + + Py_XDECREF(writer->obj); + PyMem_Free(writer); +} + +static inline PyBytesWriter* +PyBytesWriter_Create(Py_ssize_t size) +{ + if (size < 0) { + PyErr_SetString(PyExc_ValueError, "size must be >= 0"); + return NULL; + } + + PyBytesWriter *writer = (PyBytesWriter*)PyMem_Malloc(sizeof(PyBytesWriter)); + if (writer == NULL) { + PyErr_NoMemory(); + return NULL; + } + + writer->obj = NULL; + writer->size = 0; + + if (size >= 1) { + if (_PyBytesWriter_Resize_impl(writer, size, 0) < 0) { + PyBytesWriter_Discard(writer); + return NULL; + } + writer->size = size; + } + return writer; +} + +static inline PyObject* +PyBytesWriter_FinishWithSize(PyBytesWriter *writer, Py_ssize_t size) +{ + PyObject *result; + if (size == 0) { + result = PyBytes_FromStringAndSize("", 0); + } + else if (writer->obj != NULL) { + if (size != PyBytes_GET_SIZE(writer->obj)) { + if (_PyBytes_Resize(&writer->obj, size)) { + goto error; + } + } + result = writer->obj; + writer->obj = NULL; + } + else { + result = PyBytes_FromStringAndSize(writer->small_buffer, size); + } + PyBytesWriter_Discard(writer); + return result; + +error: + PyBytesWriter_Discard(writer); + return NULL; +} + +static inline PyObject* +PyBytesWriter_Finish(PyBytesWriter *writer) +{ + return PyBytesWriter_FinishWithSize(writer, writer->size); +} + +static inline PyObject* +PyBytesWriter_FinishWithPointer(PyBytesWriter *writer, void *buf) +{ + Py_ssize_t size = (char*)buf - (char*)PyBytesWriter_GetData(writer); + if (size < 0 || size > _PyBytesWriter_GetAllocated(writer)) { + PyBytesWriter_Discard(writer); + PyErr_SetString(PyExc_ValueError, "invalid end pointer"); + return NULL; + } + + return PyBytesWriter_FinishWithSize(writer, size); +} + +static inline int +PyBytesWriter_Resize(PyBytesWriter *writer, Py_ssize_t size) +{ + if (size < 0) { + PyErr_SetString(PyExc_ValueError, "size must be >= 0"); + return -1; + } + if (_PyBytesWriter_Resize_impl(writer, size, 1) < 0) { + return -1; + } + writer->size = size; + return 0; +} + +static inline int +PyBytesWriter_Grow(PyBytesWriter *writer, Py_ssize_t size) +{ + if (size < 0 && writer->size + size < 0) { + PyErr_SetString(PyExc_ValueError, "invalid size"); + return -1; + } + if (size > PY_SSIZE_T_MAX - writer->size) { + PyErr_NoMemory(); + return -1; + } + size = writer->size + size; + + if (_PyBytesWriter_Resize_impl(writer, size, 1) < 0) { + return -1; + } + writer->size = size; + return 0; +} + +static inline void* +PyBytesWriter_GrowAndUpdatePointer(PyBytesWriter *writer, + Py_ssize_t size, void *buf) +{ + Py_ssize_t pos = (char*)buf - (char*)PyBytesWriter_GetData(writer); + if (PyBytesWriter_Grow(writer, size) < 0) { + return NULL; + } + return (char*)PyBytesWriter_GetData(writer) + pos; +} + +static inline int +PyBytesWriter_WriteBytes(PyBytesWriter *writer, + const void *bytes, Py_ssize_t size) +{ + if (size < 0) { + size_t len = strlen((const char*)bytes); + if (len > (size_t)PY_SSIZE_T_MAX) { + PyErr_NoMemory(); + return -1; + } + size = (Py_ssize_t)len; + } + + Py_ssize_t pos = writer->size; + if (PyBytesWriter_Grow(writer, size) < 0) { + return -1; + } + char *buf = (char*)PyBytesWriter_GetData(writer); + memcpy(buf + pos, bytes, (size_t)size); + return 0; +} + +static inline int +PyBytesWriter_Format(PyBytesWriter *writer, const char *format, ...) + Py_GCC_ATTRIBUTE((format(printf, 2, 3))); + +static inline int +PyBytesWriter_Format(PyBytesWriter *writer, const char *format, ...) +{ + va_list vargs; + va_start(vargs, format); + PyObject *str = PyBytes_FromFormatV(format, vargs); + va_end(vargs); + + if (str == NULL) { + return -1; + } + int res = PyBytesWriter_WriteBytes(writer, + PyBytes_AS_STRING(str), + PyBytes_GET_SIZE(str)); + Py_DECREF(str); + return res; +} +#endif // PY_VERSION_HEX < 0x030F00A1 + + +#if PY_VERSION_HEX < 0x030F00A1 +static inline PyObject* +PyTuple_FromArray(PyObject *const *array, Py_ssize_t size) +{ + PyObject *tuple = PyTuple_New(size); + if (tuple == NULL) { + return NULL; + } + for (Py_ssize_t i=0; i < size; i++) { + PyObject *item = array[i]; + PyTuple_SET_ITEM(tuple, i, Py_NewRef(item)); + } + return tuple; +} +#endif + + +#if PY_VERSION_HEX < 0x030F00A1 +static inline Py_hash_t +PyUnstable_Unicode_GET_CACHED_HASH(PyObject *op) +{ +#ifdef PYPY_VERSION + (void)op; // unused argument + return -1; +#elif PY_VERSION_HEX >= 0x03000000 + return ((PyASCIIObject*)op)->hash; +#else + return ((PyUnicodeObject*)op)->hash; +#endif +} +#endif + + +#ifdef __cplusplus +} +#endif +#endif // PYTHONCAPI_COMPAT diff --git a/venv/lib/python3.12/site-packages/bitarray/test_281.pickle b/venv/lib/python3.12/site-packages/bitarray/test_281.pickle new file mode 100644 index 0000000000000000000000000000000000000000..8827214c95e862c3fa91667a92fd291a7de07b68 GIT binary patch literal 442 zcmY+A$xg#C6h)nZ7R+4cd8T2iI{W}qmf3lgU1_4EiBvVZ#$AA9sh^JN3u)NB#qqiK zdhTd2FSHqBX&+V`~Ha9Bx?2t5`!(Ks#90nP}e3g;DlK^rawt~9R8 y4L#ia(mY#QZ;jPdy%V^noqaqknDS#D>uuY#%M*AaxQk~J{u}i|&R2oAS?33Z(r_*S literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/bitarray/test_bitarray.py b/venv/lib/python3.12/site-packages/bitarray/test_bitarray.py new file mode 100644 index 0000000..9355af5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/test_bitarray.py @@ -0,0 +1,5180 @@ +# Copyright (c) 2008 - 2025, Ilan Schnell; All Rights Reserved +# bitarray is published under the PSF license. +# +# Author: Ilan Schnell +""" +Tests for bitarray + +Author: Ilan Schnell +""" +import re +import os +import sys +import platform +import unittest +import shutil +import tempfile +from io import BytesIO, UnsupportedOperation +from random import choice, choices, getrandbits, randrange, randint, shuffle +from string import whitespace + +# imports needed inside tests +import array +import copy +import itertools +import mmap +import pickle +import shelve +import weakref + + +pyodide = bool(platform.machine() == 'wasm32') +is_pypy = bool(platform.python_implementation() == 'PyPy') + + +from bitarray import (bitarray, frozenbitarray, bits2bytes, decodetree, + get_default_endian, + _bitarray_reconstructor, _sysinfo as sysinfo, + BufferInfo, __version__) + +def skipIf(condition): + "Skip a test if the condition is true." + if condition: + return lambda f: None + return lambda f: f + +PTRSIZE = sysinfo("void*") # pointer size in bytes + +# avoid importing from bitarray.util +zeros = bitarray + +def ones(n, endian=None): + a = bitarray(n, endian) + a.setall(1) + return a + +def urandom_2(n, endian=""): + if endian == "": + endian = choice(['little', 'big']) + a = bitarray(os.urandom(bits2bytes(n)), endian) + del a[n:] + return a + + +class Util(object): + + @staticmethod + def random_endian(): + return choice(['little', 'big']) + + @staticmethod + def randombitarrays(start=0): + for n in range(start, 10): + yield urandom_2(n) + for _ in range(3): + yield urandom_2(randrange(start, 1000)) + + def randomlists(self): + for a in self.randombitarrays(): + yield a.tolist() + + @staticmethod + def opposite_endian(endian): + t = {'little': 'big', + 'big': 'little'} + return t[endian] + + @staticmethod + def random_slice(n, step=None): + return slice(randint(-n - 2, n + 2), + randint(-n - 2, n + 2), + step or randint(-5, 5) or 1) + + def check_obj(self, a): + self.assertIsInstance(a, bitarray) + + self.assertEqual(a.nbytes, bits2bytes(len(a))) + self.assertTrue(0 <= a.padbits < 8) + self.assertEqual(len(a) + a.padbits, 8 * a.nbytes) + + info = a.buffer_info() + if info.imported: + # imported buffer implies that no extra memory is allocated + self.assertEqual(info.alloc, 0) + # an imported buffer will always have a multiple of 8 bits + self.assertEqual(len(a), 8 * a.nbytes) + self.assertEqual(a.padbits, 0) + else: + # the allocated memory is always larger than the buffer size + self.assertTrue(info.alloc >= a.nbytes) + + if info.address == 0: + # the buffer being a NULL pointer implies that the buffer size + # and the allocated memory size are 0 + self.assertEqual(a.nbytes, 0) + self.assertEqual(info.alloc, 0) + + if type(a) == frozenbitarray: + # frozenbitarray have read-only memory + self.assertEqual(a.readonly, 1) + if a.padbits: # ensure padbits are zero + b = bitarray(bytes(a)[-1:], endian=a.endian)[-a.padbits:] + self.assertEqual(len(b), a.padbits) + self.assertEqual(b.count(), 0) + elif not info.imported: + # otherwise, unless the buffer is imported, it is writable + self.assertFalse(a.readonly) + + def assertEQUAL(self, a, b): + self.assertEqual(a, b) + self.assertEqual(a.endian, b.endian) + + def assertIsType(self, a, b): + self.assertEqual(type(a).__name__, b) + self.assertEqual(repr(type(a)), "" % b) + + @staticmethod + def assertRaisesMessage(excClass, msg, callable, *args, **kwargs): + try: + callable(*args, **kwargs) + raise AssertionError("%s not raised" % excClass.__name__) + except excClass as e: + if msg != str(e): + raise AssertionError("message: %s\n got: %s" % (msg, e)) + +# -------------------------- Module Functions ----------------------------- + +class ModuleFunctionsTests(unittest.TestCase): + + def test_version_string(self): + # the version string is not a function, but test it here anyway + self.assertEqual(type(__version__), str) + + def test_sysinfo(self): + for key in ["void*", "size_t", "bitarrayobject", "decodetreeobject", + "binode", "HAVE_BUILTIN_BSWAP64", + "PY_LITTLE_ENDIAN", "PY_BIG_ENDIAN", + "Py_GIL_DISABLED", "Py_DEBUG", "DEBUG"]: + res = sysinfo(key) + self.assertEqual(type(res), int) + + @skipIf(sys.version_info[:2] < (3, 14)) + def test_gil_disabled(self): + self.assertEqual(sysinfo("Py_GIL_DISABLED"), + "free-threading" in sys.version) + # see if GIL is actually disabled in free-threading build + if sysinfo("Py_GIL_DISABLED"): + self.assertFalse(sys._is_gil_enabled()) + + def test_sysinfo_errors(self): + self.assertRaises(TypeError, sysinfo) + self.assertRaises(TypeError, sysinfo, b"void*") + self.assertRaises(KeyError, sysinfo, "foo") + + def test_sysinfo_pointer_size(self): + self.assertEqual(sysinfo("void*"), PTRSIZE) + self.assertEqual(sysinfo("size_t"), PTRSIZE) + self.assertEqual(sys.maxsize, 2 ** (8 * PTRSIZE - 1) - 1) + if not is_pypy: # PyPy doesn't have tuple.__itemsize__ + self.assertEqual(PTRSIZE, tuple.__itemsize__) + + def test_sysinfo_byteorder(self): + self.assertEqual(sys.byteorder == "little", + sysinfo("PY_LITTLE_ENDIAN")) + self.assertEqual(sys.byteorder == "big", + sysinfo("PY_BIG_ENDIAN")) + + def test_get_default_endian(self): + endian = get_default_endian() + self.assertTrue(endian in ('little', 'big')) + self.assertEqual(type(endian), str) + a = bitarray() + self.assertEqual(a.endian, endian) + + def test_get_default_endian_errors(self): + # takes no arguments + self.assertRaises(TypeError, get_default_endian, 'big') + + def test_bits2bytes(self): + for n, res in (0, 0), (1, 1), (7, 1), (8, 1), (9, 2): + self.assertEqual(bits2bytes(n), res) + + for n in range(1, 200): + m = bits2bytes(n) + self.assertEqual(m, (n - 1) // 8 + 1) + self.assertEqual(type(m), int) + + k = (1 << n) + randrange(1000) + self.assertEqual(bits2bytes(k), (k - 1) // 8 + 1) + + def test_bits2bytes_errors(self): + for arg in 'foo', [], None, {}, 187.0, -4.0: + self.assertRaises(TypeError, bits2bytes, arg) + + self.assertRaises(TypeError, bits2bytes) + self.assertRaises(TypeError, bits2bytes, 1, 2) + + self.assertRaises(ValueError, bits2bytes, -1) + self.assertRaises(ValueError, bits2bytes, -924) + +# --------------------------------------------------------------------------- + +class CreateObjectTests(unittest.TestCase, Util): + + def test_noInitializer(self): + a = bitarray() + self.assertEqual(len(a), 0) + self.assertEqual(a.tolist(), []) + self.assertEqual(type(a), bitarray) + self.check_obj(a) + + def test_endian(self): + a = bitarray(b"ABC", endian='little') + self.assertEqual(a.endian, 'little') + self.assertEqual(type(a.endian), str) + self.check_obj(a) + + b = bitarray(b"ABC", endian='big') + self.assertEqual(b.endian, 'big') + self.assertEqual(type(a.endian), str) + self.check_obj(b) + + self.assertNotEqual(a, b) + self.assertEqual(a.tobytes(), b.tobytes()) + + def test_endian_wrong(self): + self.assertRaises(TypeError, bitarray, endian=0) + self.assertRaises(ValueError, bitarray, endian='') + self.assertRaisesMessage( + ValueError, + "bit-endianness must be either 'little' or 'big', not 'foo'", + bitarray, endian='foo') + self.assertRaisesMessage(TypeError, + "'ellipsis' object is not iterable", + bitarray, Ellipsis) + + def test_buffer_endian(self): + for endian in 'big', 'little': + a = bitarray(buffer=b'', endian=endian) + self.assertEQUAL(a, bitarray(0, endian)) + + a = bitarray(buffer=b'A') + self.assertEqual(a.endian, "big") + self.assertEqual(len(a), 8) + + def test_buffer_readonly(self): + a = bitarray(buffer=b'\xf0', endian='little') + self.assertTrue(a.readonly) + self.assertRaises(TypeError, a.clear) + self.assertRaises(TypeError, a.__setitem__, 3, 1) + self.assertEQUAL(a, bitarray('00001111', 'little')) + self.check_obj(a) + + @skipIf(is_pypy) + def test_buffer_writable(self): + a = bitarray(buffer=bytearray([65])) + self.assertFalse(a.readonly) + a[6] = 1 + + def test_buffer_args(self): + # buffer requires no initial argument + self.assertRaises(TypeError, bitarray, 5, buffer=b'DATA\0') + + # positinal arguments + a = bitarray(None, 'big', bytearray([15])) + self.assertEQUAL(a, bitarray('00001111', 'big')) + a = bitarray(None, 'little', None) + self.assertEQUAL(a, bitarray(0, 'little')) + + def test_none(self): + for a in [bitarray(None), + bitarray(None, buffer=None), + bitarray(None, buffer=Ellipsis), + bitarray(None, None, None), + bitarray(None, None, Ellipsis)]: + self.assertEqual(len(a), 0) + + def test_int(self): + for n in range(50): + a = bitarray(n) + self.assertEqual(len(a), n) + self.assertFalse(a.any()) + self.assertEqual(a.to01(), n * '0') + self.check_obj(a) + + # uninitialized buffer + a = bitarray(n, buffer=Ellipsis) + self.assertEqual(len(a), n) + self.check_obj(a) + + self.assertRaises(ValueError, bitarray, -1) + self.assertRaises(ValueError, bitarray, -924) + + def test_list(self): + a = bitarray([0, 1, False, True]) + self.assertEqual(a, bitarray('0101')) + self.check_obj(a) + + self.assertRaises(ValueError, bitarray, [0, 1, 2]) + self.assertRaises(TypeError, bitarray, [0, 1, None]) + + for n in range(50): + lst = [bool(getrandbits(1)) for d in range(n)] + a = bitarray(lst) + self.assertEqual(a.tolist(), lst) + self.check_obj(a) + + def test_sequence(self): + lst = [0, 1, 1, 1, 0] + for x in lst, tuple(lst), array.array('i', lst): + self.assertEqual(len(x), 5) # sequences have len, iterables not + a = bitarray(x) + self.assertEqual(a, bitarray('01110')) + self.check_obj(a) + + def test_iter1(self): + for n in range(50): + lst = [bool(getrandbits(1)) for d in range(n)] + a = bitarray(iter(lst)) + self.assertEqual(a.tolist(), lst) + self.check_obj(a) + + def test_iter2(self): + for lst in self.randomlists(): + def foo(): + for x in lst: + yield x + a = bitarray(foo()) + self.assertEqual(a, bitarray(lst)) + self.check_obj(a) + + def test_iter3(self): + a = bitarray(itertools.repeat(False, 10)) + self.assertEqual(a, zeros(10)) + a = bitarray(itertools.repeat(1, 10)) + self.assertEqual(a, bitarray(10 * '1')) + + def test_range(self): + self.assertEqual(bitarray(range(2)), bitarray('01')) + self.assertRaises(ValueError, bitarray, range(0, 3)) + + def test_string01(self): + for s in '0010111', '0010 111', '0010_111': + a = bitarray(s) + self.assertEqual(a.tolist(), [0, 0, 1, 0, 1, 1, 1]) + self.check_obj(a) + + for lst in self.randomlists(): + s = ''.join([['0', '1'][x] for x in lst]) + a = bitarray(s) + self.assertEqual(a.tolist(), lst) + self.check_obj(a) + + self.assertRaises(ValueError, bitarray, '01021') # UCS1 + self.assertRaises(ValueError, bitarray, '1\u26050') # UCS2 + self.assertRaises(ValueError, bitarray, '0\U00010348') # UCS4 + + def test_string01_whitespace(self): + a = bitarray(whitespace) + self.assertEqual(a, bitarray()) + + for c in whitespace: + a = bitarray(c + '1101110001') + self.assertEqual(a, bitarray('1101110001')) + + a = bitarray(' 0\n1\r0\t1\v0 ') + self.assertEqual(a, bitarray('01010')) + + def test_bytes_bytearray(self): + for x in b'\x80', bytearray(b'\x80'): + a = bitarray(x, 'little') + self.assertEqual(len(a), 8 * len(x)) + self.assertEqual(a.tobytes(), x) + self.assertEqual(a.to01(), '00000001') + self.check_obj(a) + + for n in range(100): + x = os.urandom(n) + a = bitarray(x) + self.assertEqual(len(a), 8 * n) + self.assertEqual(memoryview(a), x) + + def test_byte(self): + for byte, endian, res in [ + (b'\x01', 'little', '10000000'), + (b'\x80', 'little', '00000001'), + (b'\x80', 'big', '10000000'), + (b'\x01', 'big', '00000001')]: + a = bitarray(byte, endian) + self.assertEqual(a.to01(), res) + + def test_bitarray_simple(self): + for n in range(10): + a = bitarray(n) + b = bitarray(a, endian=None) + self.assertFalse(a is b) + self.assertEQUAL(a, b) + + def test_bitarray_endian(self): + # Test creating a new bitarray with different endianness from an + # existing bitarray. + for endian in 'little', 'big': + a = bitarray(endian=endian) + b = bitarray(a) + self.assertFalse(a is b) + self.assertEQUAL(a, b) + + endian2 = self.opposite_endian(endian) + b = bitarray(a, endian2) + self.assertEqual(b.endian, endian2) + self.assertEqual(a, b) + + for a in self.randombitarrays(): + endian2 = self.opposite_endian(a.endian) + b = bitarray(a, endian2) + self.assertEqual(a, b) + self.assertEqual(b.endian, endian2) + self.assertNotEqual(a.endian, b.endian) + + def test_bitarray_endianness(self): + a = bitarray('11100001', endian='little') + b = bitarray(a, endian='big') + self.assertEqual(a, b) + self.assertNotEqual(a.tobytes(), b.tobytes()) + + b.bytereverse() + self.assertNotEqual(a, b) + self.assertEqual(a.tobytes(), b.tobytes()) + + c = bitarray('11100001', endian='big') + self.assertEqual(a, c) + + def test_frozenbitarray(self): + a = bitarray(frozenbitarray()) + self.assertEQUAL(a, bitarray()) + self.assertEqual(type(a), bitarray) + + for endian in 'little', 'big': + a = bitarray(frozenbitarray('011', endian=endian)) + self.assertEQUAL(a, bitarray('011', endian)) + self.assertEqual(type(a), bitarray) + + def test_create_empty(self): + for x in (None, 0, '', list(), tuple(), set(), dict(), bytes(), + bytearray(), bitarray(), frozenbitarray()): + a = bitarray(x) + self.assertEqual(len(a), 0) + self.assertEQUAL(a, bitarray()) + + def test_wrong_args(self): + # wrong types + for x in False, True, Ellipsis, slice(0), 0.0, 0 + 0j: + self.assertRaises(TypeError, bitarray, x) + # wrong values + for x in -1, 'A', '\0', '010\0 11': + self.assertRaises(ValueError, bitarray, x) + # test second (endian) argument + self.assertRaises(TypeError, bitarray, 0, 0) + self.assertRaises(ValueError, bitarray, 0, 'foo') + # too many args + self.assertRaises(TypeError, bitarray, 0, 'big', 0) + + @skipIf(is_pypy) + def test_weakref(self): + a = bitarray('0100') + b = weakref.proxy(a) + self.assertEqual(b.to01(), a.to01()) + a = None + self.assertRaises(ReferenceError, len, b) + +# --------------------------------------------------------------------------- + +class ToObjectsTests(unittest.TestCase, Util): + + def test_numeric(self): + a = bitarray() + self.assertRaises(Exception, int, a) + self.assertRaises(Exception, float, a) + self.assertRaises(Exception, complex, a) + + def test_list(self): + for a in self.randombitarrays(): + self.assertEqual(list(a), a.tolist()) + + def test_tuple(self): + for a in self.randombitarrays(): + self.assertEqual(tuple(a), tuple(a.tolist())) + + def test_bytes_bytearray(self): + for n in range(20): + a = urandom_2(8 * n) + self.assertEqual(a.padbits, 0) + self.assertEqual(bytes(a), a.tobytes()) + self.assertEqual(bytearray(a), a.tobytes()) + + def test_bytes_bytearray_pad(self): + for endian, res in ("little", b"\x01"), ("big", b"\x80"): + a = bitarray("1", endian) + self.assertEqual(a.tobytes(), res) + a = bitarray("1", endian) + self.assertEqual(bytes(a), res) + + def test_set(self): + for a in self.randombitarrays(): + self.assertEqual(set(a), set(a.tolist())) + +# -------------------------- (Number) index tests --------------------------- + +class GetItemTests(unittest.TestCase, Util): + + def test_explicit(self): + a = bitarray() + self.assertRaises(IndexError, a.__getitem__, 0) + a.append(True) + self.assertEqual(a[0], 1) + self.assertEqual(a[-1], 1) + self.assertRaises(IndexError, a.__getitem__, 1) + self.assertRaises(IndexError, a.__getitem__, -2) + a.append(False) + self.assertEqual(a[1], 0) + self.assertEqual(a[-1], 0) + self.assertRaises(IndexError, a.__getitem__, 2) + self.assertRaises(IndexError, a.__getitem__, -3) + self.assertRaises(TypeError, a.__getitem__, 1.5) + self.assertRaises(TypeError, a.__getitem__, None) + self.assertRaises(TypeError, a.__getitem__, 'A') + + def test_basic(self): + a = bitarray('1100010') + for i, v in enumerate(a): + self.assertEqual(a[i], v) + self.assertEqual(type(a[i]), int) + self.assertEqual(a[-7 + i], v) + self.assertRaises(IndexError, a.__getitem__, 7) + self.assertRaises(IndexError, a.__getitem__, -8) + + def test_range(self): + for a in self.randombitarrays(): + aa = a.tolist() + for i in range(len(a)): + self.assertEqual(a[i], aa[i]) + +class SetItemTests(unittest.TestCase, Util): + + def test_explicit(self): + a = bitarray('0') + a[0] = 1 + self.assertEqual(a, bitarray('1')) + + a = bitarray(2) + a[0] = 0 + a[1] = 1 + self.assertEqual(a, bitarray('01')) + a[-1] = 0 + a[-2] = 1 + self.assertEqual(a, bitarray('10')) + + self.assertRaises(ValueError, a.__setitem__, 0, -1) + self.assertRaises(TypeError, a.__setitem__, 1, None) + + self.assertRaises(IndexError, a.__setitem__, 2, True) + self.assertRaises(IndexError, a.__setitem__, -3, False) + self.assertRaises(TypeError, a.__setitem__, 1.5, 1) # see issue 114 + self.assertRaises(TypeError, a.__setitem__, None, 0) + self.assertRaises(TypeError, a.__setitem__, 'a', True) + self.assertEqual(a, bitarray('10')) + + def test_random(self): + for a in self.randombitarrays(start=1): + i = randrange(len(a)) + aa = a.tolist() + v = getrandbits(1) + a[i] = v + aa[i] = v + self.assertEqual(a.tolist(), aa) + self.check_obj(a) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([5, 1, 2, 3]) + b = bitarray(endian="little", buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b[7] = 1 + self.assertEqual(a, bytearray([0x85, 1, 2, 3])) + b[-2] = 1 + self.assertEqual(a, bytearray([0x85, 1, 2, 0x43])) + +class DelItemTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray('100110') + del a[1] + self.assertEqual(len(a), 5) + del a[3], a[-2] + self.assertEqual(a, bitarray('100')) + self.assertRaises(IndexError, a.__delitem__, 3) + self.assertRaises(IndexError, a.__delitem__, -4) + + def test_random(self): + for a in self.randombitarrays(start=1): + n = len(a) + b = a.copy() + i = randrange(n) + del b[i] + self.assertEQUAL(b, a[:i] + a[i + 1:]) + self.assertEqual(len(b), n - 1) + self.check_obj(b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([5, 11, 7]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + self.assertRaises(BufferError, b.__delitem__, 13) + +# -------------------------- Slice index tests ------------------------------ + +class GetSliceTests(unittest.TestCase, Util): + + def test_slice(self): + a = bitarray('01001111 00001') + self.assertEQUAL(a[:], a) + self.assertFalse(a[:] is a) + self.assertEQUAL(a[13:2:-3], bitarray('1010')) + self.assertEQUAL(a[2:-1:4], bitarray('010')) + self.assertEQUAL(a[::2], bitarray('0011001')) + self.assertEQUAL(a[8:], bitarray('00001')) + self.assertEQUAL(a[7:], bitarray('100001')) + self.assertEQUAL(a[:8], bitarray('01001111')) + self.assertEQUAL(a[::-1], bitarray('10000111 10010')) + self.assertEQUAL(a[:8:-1], bitarray('1000')) + self.assertRaises(ValueError, a.__getitem__, slice(None, None, 0)) + + def test_reverse(self): + for _ in range(20): + n = randrange(200) + a = urandom_2(n) + b = a.copy() + b.reverse() + self.assertEQUAL(a[::-1], b) + + def test_random_step1(self): + for n in range(200): + a = urandom_2(n) + i = randint(0, n) + j = randint(0, n) + b = a[i:j] + self.assertEqual(b.to01(), a.to01()[i:j]) + self.assertEqual(len(b), max(j - i, 0)) + self.assertEqual(b.endian, a.endian) + + def test_random(self): + for n in range(200): + a = urandom_2(n) + s = self.random_slice(n) + b = a[s] + self.assertEqual(len(b), len(range(n)[s])) # slicelength + self.assertEqual(list(b), a.tolist()[s]) + self.assertEqual(b.endian, a.endian) + +class SetSliceTests(unittest.TestCase, Util): + + def test_simple(self): + for a in self.randombitarrays(start=1): + n = len(a) + b = bitarray(n) + b[0:n] = bitarray(a) + self.assertEqual(a, b) + self.assertFalse(a is b) + + b = bitarray(n) + b[:] = bitarray(a) + self.assertEqual(a, b) + self.assertFalse(a is b) + + b = bitarray(n) + b[::-1] = a + self.assertEqual(b.tolist(), a.tolist()[::-1]) + + def test_random(self): + for a in self.randombitarrays(start=1): + len_a = len(a) + for _ in range(10): + s = self.random_slice(len_a) + len_b = randrange(10) if s.step == 1 else len(range(len_a)[s]) + b = bitarray(len_b) + c = bitarray(a) + c[s] = b + self.check_obj(c) + cc = a.tolist() + cc[s] = b.tolist() + self.assertEqual(c, bitarray(cc)) + + def test_self_random(self): + for a in self.randombitarrays(): + n = len(a) + for step in -1, 1: + s = slice(None, None, step) + # ensure slicelength equals len(a) + self.assertEqual(len(range(n)[s]), n) + aa = a.tolist() + a[s] = a + aa[s] = aa + self.assertEqual(a, bitarray(aa)) + + def test_special(self): + for n in 0, 1, 10, 87: + a = urandom_2(n) + for m in 0, 1, 10, 99: + x = urandom_2(m) + b = a.copy() + b[n:n] = x # insert at end - extend + self.assertEqual(b, a + x) + self.assertEqual(len(b), len(a) + len(x)) + b[0:0] = x # insert at 0 - prepend + self.assertEqual(b, x + a + x) + self.check_obj(b) + self.assertEqual(len(b), len(a) + 2 * len(x)) + + def test_range(self): + # tests C function insert_n() + for _ in range(100): + n = randrange(200) + a = urandom_2(n) + p = randint(0, n) + m = randint(0, 500) + x = urandom_2(m) + b = a.copy() + b[p:p] = x + self.assertEQUAL(b, a[:p] + x + a[p:]) + self.assertEqual(len(b), len(a) + m) + self.check_obj(b) + + def test_resize(self): + for _ in range(100): + n = randint(0, 200) + a = urandom_2(n) + p1 = randint(0, n) + p2 = randint(0, n) + m = randint(0, 300) + x = urandom_2(m) + b = a.copy() + b[p1:p2] = x + b_lst = a.tolist() + b_lst[p1:p2] = x.tolist() + self.assertEqual(b.tolist(), b_lst) + if p1 <= p2: + self.assertEQUAL(b, a[:p1] + x + a[p2:]) + self.assertEqual(len(b), n + p1 - p2 + len(x)) + else: + self.assertEqual(b, a[:p1] + x + a[p1:]) + self.assertEqual(len(b), n + len(x)) + self.check_obj(b) + + def test_self(self): + a = bitarray('1100111') + a[::-1] = a + self.assertEqual(a, bitarray('1110011')) + a[4:] = a + self.assertEqual(a, bitarray('11101110011')) + a[:-5] = a + self.assertEqual(a, bitarray('1110111001110011')) + + a = bitarray('01001') + a[:-1] = a + self.assertEqual(a, bitarray('010011')) + a[2::] = a + self.assertEqual(a, bitarray('01010011')) + a[2:-2:1] = a + self.assertEqual(a, bitarray('010101001111')) + + a = bitarray('011') + a[2:2] = a + self.assertEqual(a, bitarray('010111')) + a[:] = a + self.assertEqual(a, bitarray('010111')) + + def test_self_shared_buffer(self): + # This is a special case. We have two bitarrays which share the + # same buffer, and then do a slice assignment. The bitarray is + # copied onto itself in reverse order. So we need to make a copy + # in setslice_bitarray(). However, since a and b are two distinct + # objects, it is not enough to check for self == other, but rather + # check whether their buffers overlap. + a = bitarray('11100000') + b = bitarray(buffer=a) + b[::-1] = a + self.assertEqual(a, b) + self.assertEqual(a, bitarray('00000111')) + + def test_self_shared_buffer_2(self): + # This is an even more special case. We have a bitarrays which + # shares part of anothers bitarray buffer. So in setslice_bitarray(), + # we need to make a copy of other if: + # + # self->ob_item <= other->ob_item <= self->ob_item + Py_SIZE(self) + # + # In words: Is the other buffer inside the self buffer (which inclues + # the previous case) + a = bitarray('11111111 11000000 00000000') + b = bitarray(buffer=memoryview(a)[1:2]) + self.assertEqual(b, bitarray('11000000')) + a[15:7:-1] = b + self.assertEqual(a, bitarray('11111111 00000011 00000000')) + + @skipIf(is_pypy) + def test_self_shared_buffer_3(self): + # Requires to check for (in setslice_bitarray()): + # + # other->ob_item <= self->ob_item <= other->ob_item + Py_SIZE(other) + # + a = bitarray('11111111 11000000 00000000') + b = bitarray(buffer=memoryview(a)[:2]) + c = bitarray(buffer=memoryview(a)[1:]) + self.assertEqual(b, bitarray('11111111 11000000')) + self.assertEqual(c, bitarray('11000000 00000000')) + c[::-1] = b + self.assertEqual(c, bitarray('00000011 11111111')) + self.assertEqual(a, bitarray('11111111 00000011 11111111')) + + def test_setslice_bitarray(self): + a = ones(12) + a[2:6] = bitarray('0010') + self.assertEqual(a, bitarray('11001011 1111')) + a.setall(0) + a[::2] = bitarray('111001') + self.assertEqual(a, bitarray('10101000 0010')) + a.setall(0) + a[3:] = bitarray('111') + self.assertEqual(a, bitarray('000111')) + + a = zeros(12) + a[1:11:2] = bitarray('11101') + self.assertEqual(a, bitarray('01010100 0100')) + a.setall(0) + a[5:2] = bitarray('111') # make sure inserts before 5 (not 2) + self.assertEqual(a, bitarray('00000111 0000000')) + + a = zeros(12) + a[:-6:-1] = bitarray('10111') + self.assertEqual(a, bitarray('00000001 1101')) + + def test_bitarray_2(self): + a = bitarray('1111') + a[3:3] = bitarray('000') # insert + self.assertEqual(a, bitarray('1110001')) + a[2:5] = bitarray() # remove + self.assertEqual(a, bitarray('1101')) + + a = bitarray('1111') + a[1:3] = bitarray('0000') + self.assertEqual(a, bitarray('100001')) + a[:] = bitarray('010') # replace all values + self.assertEqual(a, bitarray('010')) + + # assign slice to bitarray with different length + a = bitarray('111111') + a[3:4] = bitarray('00') + self.assertEqual(a, bitarray('1110011')) + a[2:5] = bitarray('0') # remove + self.assertEqual(a, bitarray('11011')) + + def test_frozenbitarray(self): + a = bitarray('11111111 1111') + b = frozenbitarray('0000') + a[2:6] = b + self.assertEqual(a, bitarray('11000011 1111')) + self.assertEqual(type(b), frozenbitarray) + self.assertEqual(b, bitarray('0000')) + + b = frozenbitarray('011100') + a[::2] = b + self.assertEqual(a, bitarray('01101011 0101')) + self.check_obj(a) + self.assertEqual(type(b), frozenbitarray) + self.assertEqual(b, bitarray('011100')) + + def test_setslice_bitarray_random_same_length(self): + for _ in range(100): + n = randrange(200) + a = urandom_2(n) + lst_a = a.tolist() + b = urandom_2(randint(0, n)) + lst_b = b.tolist() + i = randint(0, n - len(b)) + j = i + len(b) + self.assertEqual(j - i, len(b)) + a[i:j] = b + lst_a[i:j] = lst_b + self.assertEqual(a.tolist(), lst_a) + # a didn't change length + self.assertEqual(len(a), n) + self.check_obj(a) + + def test_bitarray_random_step1(self): + for _ in range(50): + n = randrange(300) + a = urandom_2(n) + lst_a = a.tolist() + b = urandom_2(randrange(100)) + lst_b = b.tolist() + s = self.random_slice(n, step=1) + a[s] = b + lst_a[s] = lst_b + self.assertEqual(a.tolist(), lst_a) + self.check_obj(a) + + def test_bitarray_random(self): + for _ in range(100): + n = randrange(50) + a = urandom_2(n) + lst_a = a.tolist() + b = urandom_2(randrange(50)) + lst_b = b.tolist() + s = self.random_slice(n) + try: + a[s] = b + except ValueError: + a = None + + try: + lst_a[s] = lst_b + except ValueError: + lst_a = None + + if a is None: + self.assertTrue(lst_a is None) + else: + self.assertEqual(a.tolist(), lst_a) + self.check_obj(a) + + def test_bool_explicit(self): + a = bitarray('11111111') + a[::2] = False + self.assertEqual(a, bitarray('01010101')) + a[4::] = True # ^^^^ + self.assertEqual(a, bitarray('01011111')) + a[-2:] = False # ^^ + self.assertEqual(a, bitarray('01011100')) + a[:2:] = True # ^^ + self.assertEqual(a, bitarray('11011100')) + a[:] = True # ^^^^^^^^ + self.assertEqual(a, bitarray('11111111')) + a[2:5] = False # ^^^ + self.assertEqual(a, bitarray('11000111')) + a[1::3] = False # ^ ^ ^ + self.assertEqual(a, bitarray('10000110')) + a[1:6:2] = True # ^ ^ ^ + self.assertEqual(a, bitarray('11010110')) + a[3:3] = False # zero slicelength + self.assertEqual(a, bitarray('11010110')) + a[:] = False # ^^^^^^^^ + self.assertEqual(a, bitarray('00000000')) + a[-2:2:-1] = 1 # ^^^^ + self.assertEqual(a, bitarray('00011110')) + + def test_bool_step1(self): + for _ in range(100): + n = randrange(1000) + start = randint(0, n) + stop = randint(start, n) + a = bitarray(n) + a[start:stop] = 1 + self.assertEqual(a.count(1), stop - start) + b = bitarray(n) + b[range(start, stop)] = 1 + self.assertEqual(a, b) + + def test_setslice_bool_random_slice(self): + for _ in range(200): + n = randrange(100) + a = urandom_2(n) + aa = a.tolist() + s = self.random_slice(n) + slicelength = len(range(n)[s]) + v = getrandbits(1) + a[s] = v + aa[s] = slicelength * [v] + self.assertEqual(a.tolist(), aa) + + a.setall(0) + a[s] = 1 + self.assertEqual(a.count(1), slicelength) + + def test_setslice_bool_step(self): + # this test exercises set_range() when stop is much larger than start + cnt = 0 + for _ in range(500): + n = randrange(3000, 4000) + a = urandom_2(n) + aa = a.tolist() + s = slice(randrange(1000), randrange(1000, n), randint(1, 100)) + self.assertTrue(s.stop - s.start >= 0) + cnt += s.stop - s.start >= 1024 + slicelength = len(range(n)[s]) + self.assertTrue(slicelength > 0) + v = getrandbits(1) + a[s] = v + aa[s] = slicelength * [v] + self.assertEqual(a.tolist(), aa) + self.assertTrue(cnt > 300) + + def test_to_int(self): + a = bitarray('11111111') + a[::2] = 0 # ^ ^ ^ ^ + self.assertEqual(a, bitarray('01010101')) + a[4::] = 1 # ^^^^ + self.assertEqual(a, bitarray('01011111')) + a.__setitem__(slice(-2, None, None), 0) + self.assertEqual(a, bitarray('01011100')) + self.assertRaises(ValueError, a.__setitem__, slice(None, None, 2), 3) + self.assertRaises(ValueError, a.__setitem__, slice(None, 2, None), -1) + # a[:2:] = '0' + self.assertRaises(TypeError, a.__setitem__, slice(None, 2, None), '0') + + def test_invalid(self): + a = bitarray('11111111') + s = slice(2, 6, None) + self.assertRaises(TypeError, a.__setitem__, s, 1.2) + self.assertRaises(TypeError, a.__setitem__, s, None) + self.assertRaises(TypeError, a.__setitem__, s, "0110") + a[s] = False + self.assertEqual(a, bitarray('11000011')) + # step != 1 and slicelen != length of assigned bitarray + self.assertRaisesMessage( + ValueError, + "attempt to assign sequence of size 3 to extended slice of size 4", + a.__setitem__, slice(None, None, 2), bitarray('000')) + self.assertRaisesMessage( + ValueError, + "attempt to assign sequence of size 3 to extended slice of size 2", + a.__setitem__, slice(None, None, 4), bitarray('000')) + self.assertRaisesMessage( + ValueError, + "attempt to assign sequence of size 7 to extended slice of size 8", + a.__setitem__, slice(None, None, -1), bitarray('0001000')) + self.assertEqual(a, bitarray('11000011')) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([5, 1, 2, 3]) + b = bitarray(endian="little", buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b[8:-8] = 1 + self.assertEqual(a, bytearray([5, 0xff, 0xff, 3])) + b[8:-8:2] = 0 + self.assertEqual(a, bytearray([5, 0xaa, 0xaa, 3])) + b[8:20] = bitarray('11110000 0011') + self.assertEqual(a, bytearray([5, 0x0f, 0xac, 3])) + +class DelSliceTests(unittest.TestCase, Util): + + def test_explicit(self): + a = bitarray('10101100 10110') + del a[3:9] # ^^^^^ ^ + self.assertEqual(a, bitarray('1010110')) + del a[::3] # ^ ^ ^ + self.assertEqual(a, bitarray('0111')) + a = bitarray('10101100 101101111') + del a[5:-3:3] # ^ ^ ^ + self.assertEqual(a, bitarray('1010100 0101111')) + a = bitarray('10101100 1011011') + del a[:-9:-2] # ^ ^ ^ ^ + self.assertEqual(a, bitarray('10101100 011')) + del a[3:3] # zero slicelength + self.assertEqual(a, bitarray('10101100 011')) + self.assertRaises(ValueError, a.__delitem__, slice(None, None, 0)) + self.assertEqual(len(a), 11) + del a[:] + self.assertEqual(a, bitarray()) + + def test_special(self): + for n in 0, 1, 10, 73: + a = urandom_2(n) + b = a.copy() + del b[:0] + del b[n:] + self.assertEqual(b, a) + del b[10:] # delete everything after 10th item + self.assertEqual(b, a[:10]) + del b[:] # clear + self.assertEqual(len(b), 0) + self.check_obj(b) + + def test_random(self): + for _ in range(100): + n = randrange(500) + a = urandom_2(n) + s = self.random_slice(n) + slicelength = len(range(n)[s]) + c = a.copy() + del c[s] + self.assertEqual(len(c), n - slicelength) + self.check_obj(c) + c_lst = a.tolist() + del c_lst[s] + self.assertEQUAL(c, bitarray(c_lst, endian=c.endian)) + + def test_range(self): + # tests C function delete_n() + for n in range(200): + a = urandom_2(n) + p = randint(0, n) + m = randint(0, 200) + + b = a.copy() + del b[p:p + m] + self.assertEQUAL(b, a[:p] + a[p + m:]) + self.check_obj(b) + + def test_range_step(self): + n = 200 + for step in range(-n - 1, n): + if step == 0: + continue + a = urandom_2(n) + lst = a.tolist() + del a[::step] + del lst[::step] + self.assertEqual(a.tolist(), lst) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([5, 1, 2, 3]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + self.assertRaises(BufferError, b.__delitem__, slice(3, 21)) + # even though we don't delete anything, raise error + self.assertRaises(BufferError, b.__delitem__, slice(3, 3)) + +# ----------------------------- Masked index tests -------------------------- + +class GetMaskedIndexTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('1001001') + mask = bitarray('1010111') + self.assertEqual(a[mask], bitarray('10001')) + self.assertRaises(IndexError, a.__getitem__, bitarray('1011')) + + def test_random(self): + for a in self.randombitarrays(): + n = len(a) + # select items from a wehre a is 1 -> all 1 items + self.assertEqual(a[a], a.count() * bitarray('1')) + + mask = zeros(n) + self.assertEqual(a[mask], bitarray()) + + mask = ones(n) + self.assertEqual(a[mask], a) + + mask = urandom_2(n) + self.assertEqual(list(a[mask]), + [a[i] for i in range(n) if mask[i]]) + + def test_random_slice_mask(self): + for n in range(100): + s = self.random_slice(n, step=randint(1, 5)) + a = urandom_2(n) + mask = zeros(n) + mask[s] = 1 + self.assertEQUAL(a[mask], a[s]) + +class SetMaskedIndexTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('1001001') + mask = bitarray('1010111') + val = bitarray("0 1 110") + res = bitarray("0011110") + self.assertRaises(NotImplementedError, a.__setitem__, mask, 1) + self.assertRaises(ValueError, a.__setitem__, mask, 2) + a[mask] = val + self.assertEqual(a, res) + b = bitarray('0111') + self.assertRaisesMessage( + IndexError, + "attempt to assign mask of size 5 to bitarray of size 4", + a.__setitem__, mask, b) + + def test_issue225(self): + # example from issue #225 + a = bitarray('0000000') + b = bitarray('1100110') + c = bitarray('10 10 ') + a[b] = c + self.assertEqual(a, + bitarray('1000100')) + + def test_zeros_mask(self): + for a in self.randombitarrays(): + b = a.copy() + mask = zeros(len(a)) + a[mask] = bitarray() + self.assertEqual(a, b) + + def test_ones_mask(self): + for a in self.randombitarrays(): + n = len(a) + mask = ones(n) + c = urandom_2(n) + a[mask] = c + self.assertEqual(a, c) + + def test_random_mask_set_random(self): + for a in self.randombitarrays(): + b = a.copy() + mask = urandom_2(len(a)) + other = urandom_2(mask.count()) + a[mask] = other + b[list(mask.search(1))] = other + self.assertEqual(a, b) + + def test_random_slice_mask(self): + for n in range(100): + s = self.random_slice(n, randint(1, 5)) + slicelength = len(range(n)[s]) + a = urandom_2(n) + b = a.copy() + mask = zeros(n) + mask[s] = 1 + other = urandom_2(slicelength) + a[mask] = b[s] = other + self.assertEQUAL(a, b) + + def test_random_mask_set_zeros(self): + for a in self.randombitarrays(): + mask = urandom_2(len(a), endian=a.endian) + b = a.copy() + self.assertRaisesMessage( + NotImplementedError, + "mask assignment to bool not implemented;\n" + "`a[mask] = 0` equivalent to `a &= ~mask`", + a.__setitem__, mask, 0) + a[mask] = zeros(mask.count()) + b &= ~mask + self.assertEqual(a, b) + + def test_random_mask_set_ones(self): + for a in self.randombitarrays(): + mask = urandom_2(len(a), endian=a.endian) + b = a.copy() + self.assertRaisesMessage( + NotImplementedError, + "mask assignment to bool not implemented;\n" + "`a[mask] = 1` equivalent to `a |= mask`", + a.__setitem__, mask, 1) + a[mask] = ones(mask.count()) + b |= mask + self.assertEqual(a, b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 0xff]) + # 00000000 11111111 + b = bitarray(endian="big", buffer=a) + c = bitarray('00001111 00110011') + b[c] = bitarray(' 1001 01 10') + self.assertEqual(a, bytearray([0b00001001, 0b11011110])) + +class DelMaskedIndexTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('1001001') + mask = bitarray('1010111') + del a[mask] + self.assertEqual(a, bitarray('01')) + self.assertRaises(IndexError, a.__delitem__, bitarray('101')) + + def test_zeros_mask(self): + for a in self.randombitarrays(): + b = a.copy() + # mask has only zeros - nothing will be removed + mask = zeros(len(a)) + del b[mask] + self.assertEqual(b, a) + + def test_ones_mask(self): + for a in self.randombitarrays(): + # mask has only ones - everything will be removed + mask = ones(len(a)) + del a[mask] + self.assertEqual(a, bitarray()) + + def test_self_mask(self): + for a in self.randombitarrays(): + cnt0 = a.count(0) + # mask is bitarray itself - all 1 items are removed - + # only all the 0's remain + del a[a] + self.assertEqual(a, zeros(cnt0)) + + def test_random_mask(self): + for a in self.randombitarrays(): + n = len(a) + b = a.copy() + mask = urandom_2(n) + del b[mask] + self.assertEqual(b, + bitarray(a[i] for i in range(n) if not mask[i])) + # `del a[mask]` is equivalent to the in-place version of + # selecting the inverted mask `a = a[~mask]` + self.assertEqual(b, a[~mask]) + + def test_random_slice_mask(self): + for n in range(100): + s = self.random_slice(n) + a = urandom_2(n) + b = a.copy() + mask = zeros(n) + mask[s] = 1 + del a[mask], b[s] + self.assertEQUAL(a, b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([5, 3]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + self.assertRaises(BufferError, b.__delitem__, + bitarray('00001111 00110011')) + # even though we don't delete anything, raise error + self.assertRaises(BufferError, b.__delitem__, bitarray(16)) + +# ------------------------- Sequence index tests ---------------------------- + +class CommonSequenceIndexTests(unittest.TestCase, Util): + + def test_type_messages(self): + for item, msg in [ + (tuple([1, 2]), "multiple dimensions not supported"), + (None, "bitarray indices must be integers, slices or " + "sequences, not 'NoneType'"), + (0.12, "bitarray indices must be integers, slices or " + "sequences, not 'float'"), + ]: + a = bitarray('10111') + self.assertRaisesMessage(TypeError, msg, a.__getitem__, item) + self.assertRaisesMessage(TypeError, msg, a.__setitem__, item, 1) + self.assertRaisesMessage(TypeError, msg, a.__delitem__, item) + +class GetSequenceIndexTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('00110101 00') + self.assertEqual(a[[2, 4, -3, 9]], bitarray('1010')) + self.assertEqual(a[71 * [2, 4, 7]], 71 * bitarray('101')) + self.assertEqual(a[[-1]], bitarray('0')) + self.assertEqual(a[[]], bitarray()) + self.assertRaises(IndexError, a.__getitem__, [1, 10]) + self.assertRaises(IndexError, a.__getitem__, [-11]) + + def test_types(self): + a = bitarray('11001101 01') + lst = [1, 3, -2] + for b in lst, array.array('i', lst): + self.assertEqual(a[b], bitarray('100')) + lst[2] += len(a) + self.assertEqual(a[bytearray(lst)], bitarray('100')) + self.assertEqual(a[bytes(lst)], bitarray('100')) + + self.assertRaises(TypeError, a.__getitem__, [2, "B"]) + self.assertRaises(TypeError, a.__getitem__, [2, 1.2]) + self.assertRaises(TypeError, a.__getitem__, tuple(lst)) + + def test_random(self): + for a in self.randombitarrays(): + n = len(a) + lst = choices(range(n), k=n//2) + b = a[lst] + self.assertEqual(b, bitarray(a[i] for i in lst)) + self.assertEqual(b.endian, a.endian) + + def test_range(self): + for n in range(100): + s = self.random_slice(n) + r = range(n)[s] + a = urandom_2(n) + self.assertEQUAL(a[r], a[s]) + +class SetSequenceIndexTests(unittest.TestCase, Util): + + def test_bool_basic(self): + a = zeros(10) + a[[2, 3, 5, 7]] = 1 + self.assertEqual(a, bitarray('00110101 00')) + a[[]] = 1 + self.assertEqual(a, bitarray('00110101 00')) + a[[-1]] = True + self.assertEqual(a, bitarray('00110101 01')) + a[[3, -1]] = 0 + self.assertEqual(a, bitarray('00100101 00')) + self.assertRaises(IndexError, a.__setitem__, [1, 10], 0) + self.assertRaises(ValueError, a.__setitem__, [1], 2) + self.assertRaises(TypeError, a.__setitem__, [1], "A") + self.assertRaises(TypeError, a.__setitem__, (3, -1)) + self.assertRaises(TypeError, a.__setitem__, a) + + def test_bool_random(self): + for a in self.randombitarrays(): + n = len(a) + lst = choices(range(n), k=n//2) + b = a.copy() + v = getrandbits(1) + a[lst] = v + for i in lst: + b[i] = v + self.assertEqual(a, b) + + def test_bool_range(self): + for n in range(100): + s = self.random_slice(n) + r = range(n)[s] + a = urandom_2(n) + b = a.copy() + a[s] = b[r] = getrandbits(1) + self.assertEQUAL(a, b) + + def test_bitarray_basic(self): + a = zeros(10) + a[[2, 3, 5, 7]] = bitarray('1101') + self.assertEqual(a, bitarray('00110001 00')) + a[[]] = bitarray() + self.assertEqual(a, bitarray('00110001 00')) + a[[5, -1]] = bitarray('11') + self.assertEqual(a, bitarray('00110101 01')) + self.assertRaises(IndexError, a.__setitem__, [1, 10], bitarray('11')) + self.assertRaises(ValueError, a.__setitem__, [1], bitarray()) + msg = "attempt to assign sequence of size 2 to bitarray of size 3" + self.assertRaisesMessage(ValueError, msg, + a.__setitem__, [1, 2], bitarray('001')) + + def test_bitarray_random(self): + for a in self.randombitarrays(): + n = len(a) + lst = choices(range(n), k=n//2) + c = urandom_2(len(lst)) + b = a.copy() + + a[lst] = c + for i, j in enumerate(lst): + b[j] = c[i] + self.assertEqual(a, b) + + def test_bitarray_range(self): + for n in range(100): + s = self.random_slice(n) + r = range(n)[s] + a = urandom_2(n) + b = a.copy() + # note that len(r) is slicelength + a[s] = b[r] = urandom_2(len(r)) + self.assertEQUAL(a, b) + + def test_bitarray_random_self(self): + for a in self.randombitarrays(): + lst = list(range(len(a))) + shuffle(lst) + b = a.copy() + c = a.copy() + + a[lst] = a + for i, j in enumerate(lst): + b[j] = c[i] + self.assertEqual(a, b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3]) + b = bitarray(endian="big", buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b[range(0, 32, 8)] = 1 + self.assertEqual(a, bytearray([0x80, 0x81, 0x82, 0x83])) + b[range(0, 10)] = bitarray("00001111 01", "little") + self.assertEqual(a, bytearray([0x0f, 0x41, 0x82, 0x83])) + +class DelSequenceIndexTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('00110101 00') + # ^ ^ ^ ^ + del a[[2, 4, 7, 9]] + self.assertEqual(a, bitarray('001100')) + del a[[]] # delete nothing + self.assertEqual(a, bitarray('001100')) + del a[[2]] + self.assertEqual(a, bitarray('00100')) + a = bitarray('00110101 00') + # same as earlier, but list is not ordered and has repeated indices + del a[[7, 9, 2, 2, 4, 7]] + self.assertEqual(a, bitarray('001100')) + self.assertRaises(IndexError, a.__delitem__, [1, 10]) + self.assertRaises(IndexError, a.__delitem__, [10]) + self.assertRaises(TypeError, a.__delitem__, (1, 3)) + + def test_delete_one(self): + for a in self.randombitarrays(start=1): + b = a.copy() + i = randrange(len(a)) + del a[i], b[[i]] + self.assertEqual(a, b) + + def test_random(self): + for n in range(100): + a = urandom_2(n) + lst = choices(range(n), k=randint(0, n)) + b = a.copy() + del a[lst] + self.assertEqual(len(a), n - len(set(lst))) + for i in sorted(set(lst), reverse=True): + del b[i] + self.assertEqual(a, b) + + def test_shuffle(self): + for a in self.randombitarrays(): + lst = list(range(len(a))) + shuffle(lst) + del a[lst] + self.assertEqual(len(a), 0) + + def test_range(self): + for n in range(100): + s = self.random_slice(n) + r = range(n)[s] + a = urandom_2(n) + b = a.copy() + del a[s], b[r] + self.assertEQUAL(a, b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + self.assertRaises(BufferError, b.__delitem__, range(0, 32, 8)) + # even though we don't delete anything, raise error + self.assertRaises(BufferError, b.__delitem__, range(0)) + +# --------------------------------------------------------------------------- + +class MiscTests(unittest.TestCase, Util): + + def test_instancecheck(self): + a = bitarray('011') + self.assertIsInstance(a, bitarray) + self.assertFalse(isinstance(a, str)) + + def test_booleanness(self): + self.assertEqual(bool(bitarray('')), False) + self.assertEqual(bool(bitarray('0')), True) + self.assertEqual(bool(bitarray('1')), True) + + def test_iterate(self): + for lst in self.randomlists(): + acc = [] + for b in bitarray(lst): + acc.append(b) + self.assertEqual(acc, lst) + + def test_iter1(self): + it = iter(bitarray('011')) + self.assertIsType(it, 'bitarrayiterator') + for res in 0, 1, 1: + item = next(it) + self.assertEqual(type(item), int) + self.assertEqual(item, res) + self.assertRaises(StopIteration, next, it) + + def test_iter2(self): + for a in self.randombitarrays(): + aa = a.tolist() + self.assertEqual(list(a), aa) + self.assertEqual(list(iter(a)), aa) + + def test_assignment(self): + a = bitarray('00110111001') + a[1:3] = a[7:9] + a[-1:] = a[:1] + b = bitarray('01010111000') + self.assertEqual(a, b) + + def test_subclassing(self): + class ExaggeratingBitarray(bitarray): + + def __new__(cls, data, offset): + return bitarray.__new__(cls, data) + + def __init__(self, data, offset): + self.offset = offset + + def __getitem__(self, i): + return bitarray.__getitem__(self, i - self.offset) + + for a in self.randombitarrays(): + b = ExaggeratingBitarray(a, 1234) + for i in range(len(a)): + self.assertEqual(a[i], b[i + 1234]) + + @skipIf(is_pypy) + def test_overflow(self): + a = bitarray(1) + for i in 0, 1: + n = (1 << 63) + i + self.assertRaises(OverflowError, a.__imul__, n) + self.assertRaises(OverflowError, bitarray, n) + + a = bitarray(1 << 10) + self.assertRaises(OverflowError, a.__imul__, 1 << 53) + + @skipIf(PTRSIZE != 4 or is_pypy) + def test_overflow_32bit(self): + a = bitarray(1000_000) + self.assertRaises(OverflowError, a.__imul__, 17180) + for i in 0, 1: + self.assertRaises(OverflowError, bitarray, (1 << 31) + i) + try: + a = bitarray((1 << 31) - 1); + except MemoryError: + return + self.assertRaises(OverflowError, bitarray.append, a, True) + + def test_unhashable(self): + a = bitarray() + self.assertRaises(TypeError, hash, a) + self.assertRaises(TypeError, dict, [(a, 'foo')]) + + def test_abc(self): + from collections import abc + + a = bitarray('001') + self.assertIsInstance(a, abc.Iterable) + self.assertIsInstance(a, abc.Sized) + self.assertIsInstance(a, abc.Sequence) + self.assertIsInstance(a, abc.MutableSequence) + if sys.version_info[:2] >= (3, 12): + self.assertIsInstance(a, abc.Buffer) + if sys.platform != "win32": + self.assertFalse(isinstance(a, abc.Hashable)) + +# --------------------------------------------------------------------------- + +class PickleTests(unittest.TestCase, Util): + + def test_attributes(self): + a = frozenbitarray("00110") + # as a is a subclass of bitarray, we can have attributes + a.x = "bar" + a.y = "baz" + + b = pickle.loads(pickle.dumps(a)) + self.assertEqual(b, a) + self.assertEqual(b.x, "bar") + self.assertEqual(b.y, "baz") + + def test_readonly(self): + a = bitarray(buffer=b'A') + # readonly (because buffer is readonly), but not frozenbitarray + self.assertTrue(a.readonly) + self.assertEqual(type(a), bitarray) + + b = pickle.loads(pickle.dumps(a)) + self.assertTrue(b.readonly) + self.assertEqual(type(b), bitarray) + + def test_endian(self): + for endian in 'little', 'big': + a = bitarray(endian=endian) + b = pickle.loads(pickle.dumps(a)) + self.assertEqual(b.endian, endian) + + def test_reduce_explicit(self): + a = frozenbitarray('11001111 01001', 'little') + a.quux = 12 + res = (_bitarray_reconstructor, + (frozenbitarray, b'\xf3\x12', 'little', 3, 1), + {'quux': 12}) + self.assertEqual(a.__reduce__(), res) + + def check_reduce(self, a): + try: + attrs = a.__dict__ + except AttributeError: + attrs = None + + res = ( + _bitarray_reconstructor, + ( + type(a), # type object + a.tobytes(), # buffer + a.endian, # endianness + a.padbits, # number of pad bits + int(a.readonly) # readonly + ), + attrs) # __dict__ or None + self.assertEqual(a.__reduce__(), res) + + b = _bitarray_reconstructor(*res[1]) + self.assertEqual(a, b) + self.assertEqual(type(a), type(b)) + self.assertEqual(a.endian, b.endian) + self.assertEqual(a.readonly, b.readonly) + self.check_obj(b) + + @skipIf(is_pypy) + def test_reduce_random(self): + for a in self.randombitarrays(): + self.check_reduce(a) + b = frozenbitarray(a) + self.check_reduce(b) + b.foo = 42 + self.check_reduce(b) + + def test_reconstructor_explicit(self): + a = _bitarray_reconstructor(bitarray, b'', 'little', 0, 0) + self.assertEqual(len(a), 0) + self.assertEqual(a.endian, 'little') + self.check_obj(a) + + a = _bitarray_reconstructor(bitarray, b'\x0f', 'big', 1, 0) + self.assertEqual(a, bitarray("0000111")) + self.assertEqual(a.endian, 'big') + self.check_obj(a) + + def test_reconstructor_invalid_args(self): + # argument 1 - type object + self.assertRaisesMessage( + TypeError, "first argument must be a type object, got 'str'", + _bitarray_reconstructor, "foo", b'', 'big', 0, 0) + + self.assertRaisesMessage( + TypeError, "'list' is not a subtype of bitarray", + _bitarray_reconstructor, list, b'', 'big', 0, 0) + + # argument 2 - buffer + self.assertRaisesMessage( + TypeError, "second argument must be bytes, got 'int'", + _bitarray_reconstructor, bitarray, 123, 'big', 0, 0) + + # argument 3 - bit-endianness + self.assertRaises(TypeError, _bitarray_reconstructor, + bitarray, b'\x0f', 123, 1, 0) + self.assertRaisesMessage( + ValueError, + "bit-endianness must be either 'little' or 'big', not 'small'", + _bitarray_reconstructor, bitarray, b"", "small", 0, 0) + + # argument 4 - number of pad bits + self.assertRaises(TypeError, _bitarray_reconstructor, + bitarray, b'\x0f', 'big', 0.0, 0) + self.assertRaisesMessage( + ValueError, "invalid number of pad bits: 8", + _bitarray_reconstructor, bitarray, b"A", "big", 8, 0) + self.assertRaisesMessage( + # the number of bytes is 0 zero, so pad bits cannot be 1 + ValueError, "invalid number of pad bits: 1", + _bitarray_reconstructor, bitarray, b"", "big", 1, 0) + + # argument 5 - readonly + self.assertRaises(TypeError, _bitarray_reconstructor, + bitarray, b'\x0f', 'big', 1, 'foo') + + def check_file(self, fn): + path = os.path.join(os.path.dirname(__file__), fn) + with open(path, 'rb') as fi: + d = pickle.load(fi) + + for i, (s, end) in enumerate([ + # 0x03 + ('110', 'little'), + # 0x60 + ('011', 'big'), + # 0x07 0x12 0x00 0x40 + ('1110000001001000000000000000001', 'little'), + # 0x27 0x80 0x00 0x02 + ('0010011110000000000000000000001', 'big'), + ]): + b = d['b%d' % i] + self.assertEqual(b.to01(), s) + self.assertEqual(b.endian, end) + self.assertEqual(type(b), bitarray) + self.assertFalse(b.readonly) + self.check_obj(b) + + f = d['f%d' % i] + self.assertEqual(f.to01(), s) + self.assertEqual(f.endian, end) + self.assertEqual(type(f), frozenbitarray) + self.assertTrue(f.readonly) + self.check_obj(f) + + def test_load(self): + # using bitarray 2.8.1 / Python 3.5.5 (_bitarray_reconstructor) + self.check_file('test_281.pickle') + + def test_random(self): + for a in self.randombitarrays(): + b = pickle.loads(pickle.dumps(a)) + self.assertFalse(b.readonly) + self.assertFalse(b is a) + self.assertEQUAL(a, b) + self.check_obj(b) + +# ---------------------------- Richcompare tests ---------------------------- + +class RichCompareTests(unittest.TestCase, Util): + + def test_wrong_types(self): + a = bitarray() + for x in None, 7, 'A': + self.assertEqual(a.__eq__(x), NotImplemented) + self.assertEqual(a.__ne__(x), NotImplemented) + self.assertEqual(a.__ge__(x), NotImplemented) + self.assertEqual(a.__gt__(x), NotImplemented) + self.assertEqual(a.__le__(x), NotImplemented) + self.assertEqual(a.__lt__(x), NotImplemented) + + def test_explicit(self): + for sa, sb, res in [ + ('', '', '101010'), + ('0', '0', '101010'), + ('1', '1', '101010'), + ('0', '', '011100'), + ('1', '', '011100'), + ('1', '0', '011100'), + ('11', '10', '011100'), + ('01', '00', '011100'), + ('0', '1', '010011'), + ('', '0', '010011'), + ('', '1', '010011'), + ]: + a = bitarray(sa, self.random_endian()) + b = bitarray(sb, self.random_endian()) + r = bitarray(res) + self.assertEqual(a == b, r[0]) + self.assertEqual(a != b, r[1]) + self.assertEqual(a >= b, r[2]) + self.assertEqual(a > b, r[3]) + self.assertEqual(a <= b, r[4]) + self.assertEqual(a < b, r[5]) + + def test_eq_ne(self): + for _ in range(5): + self.assertTrue(urandom_2(0) == urandom_2(0)) + self.assertFalse(urandom_2(0) != urandom_2(0)) + + for n in range(1, 20): + a = ones(n, self.random_endian()) + b = bitarray(a, self.random_endian()) + self.assertTrue(a == b) + self.assertFalse(a != b) + b[-1] = 0 + self.assertTrue(a != b) + self.assertFalse(a == b) + + def test_eq_ne_random(self): + for a in self.randombitarrays(start=1): + b = bitarray(a, self.random_endian()) + self.assertTrue(a == b) + self.assertFalse(a != b) + b.invert(randrange(len(a))) + self.assertTrue(a != b) + self.assertFalse(a == b) + + def check(self, a, b, c, d): + self.assertEqual(a == b, c == d) + self.assertEqual(a != b, c != d) + self.assertEqual(a <= b, c <= d) + self.assertEqual(a < b, c < d) + self.assertEqual(a >= b, c >= d) + self.assertEqual(a > b, c > d) + + def test_invert_random_element(self): + for a in self.randombitarrays(start=1): + n = len(a) + b = bitarray(a, self.random_endian()) + i = randrange(n) + b.invert(i) + self.check(a, b, a[i], b[i]) + + def test_size(self): + for _ in range(10): + a = bitarray(randrange(20), self.random_endian()) + b = bitarray(randrange(20), self.random_endian()) + self.check(a, b, len(a), len(b)) + + def test_random(self): + for a in self.randombitarrays(): + aa = a.tolist() + if getrandbits(1): + a = frozenbitarray(a) + for b in self.randombitarrays(): + bb = b.tolist() + if getrandbits(1): + b = frozenbitarray(b) + self.check(a, b, aa, bb) + self.check(a, b, aa, bb) + +# --------------------------------------------------------------------------- + +class SpecialMethodTests(unittest.TestCase, Util): + + def test_repr(self): + r = repr(bitarray()) + self.assertEqual(r, "bitarray()") + self.assertEqual(type(r), str) + + r = repr(bitarray('10111')) + self.assertEqual(r, "bitarray('10111')") + self.assertEqual(type(r), str) + + for a in self.randombitarrays(): + self.assertEqual(repr(a), str(a)) + b = eval(repr(a)) + self.assertFalse(b is a) + self.assertEqual(a, b) + self.check_obj(b) + + def test_copy(self): + for a in self.randombitarrays(): + b = a.copy() + self.assertFalse(b is a) + self.assertEQUAL(a, b) + + b = copy.copy(a) + self.assertFalse(b is a) + self.assertEQUAL(a, b) + + b = copy.deepcopy(a) + self.assertFalse(b is a) + self.assertEQUAL(a, b) + + @skipIf(is_pypy) + def test_sizeof(self): + a = bitarray() + size = sys.getsizeof(a) + self.assertEqual(size, a.__sizeof__()) + self.assertEqual(type(size), int) + self.assertTrue(size < 200) + a = bitarray(8000) + self.assertTrue(sys.getsizeof(a) > 1000) + +# -------------------------- Sequence methods tests ------------------------- + +class SequenceTests(unittest.TestCase, Util): + + def test_len(self): + for n in range(100): + a = bitarray(n) + self.assertEqual(len(a), n) + + def test_concat(self): + a = bitarray('001') + b = a + bitarray('110') + self.assertEQUAL(b, bitarray('001110')) + b = a + [0, 1, True] + self.assertEQUAL(b, bitarray('001011')) + b = a + '100' + self.assertEQUAL(b, bitarray('001100')) + b = a + (1, 0, True) + self.assertEQUAL(b, bitarray('001101')) + self.assertRaises(ValueError, a.__add__, (0, 1, 2)) + self.assertEQUAL(a, bitarray('001')) + + self.assertRaises(TypeError, a.__add__, 42) + self.assertRaises(ValueError, a.__add__, b'1101') + + for a in self.randombitarrays(): + aa = a.copy() + for b in self.randombitarrays(): + bb = b.copy() + c = a + b + self.assertEqual(c, bitarray(a.tolist() + b.tolist())) + self.assertEqual(c.endian, a.endian) + self.check_obj(c) + + self.assertEQUAL(a, aa) + self.assertEQUAL(b, bb) + + def test_inplace_concat(self): + a = bitarray('001') + a += bitarray('110') + self.assertEqual(a, bitarray('001110')) + a += [0, 1, True] + self.assertEqual(a, bitarray('001110011')) + a += '100' + self.assertEqual(a, bitarray('001110011100')) + a += (1, 0, True) + self.assertEqual(a, bitarray('001110011100101')) + + a = bitarray('110') + self.assertRaises(ValueError, a.__iadd__, [0, 1, 2]) + self.assertEqual(a, bitarray('110')) + + self.assertRaises(TypeError, a.__iadd__, 42) + self.assertRaises(ValueError, a.__iadd__, b'101') + + for a in self.randombitarrays(): + for b in self.randombitarrays(): + c = bitarray(a) + d = c + d += b + self.assertEqual(d, a + b) + self.assertTrue(c is d) + self.assertEQUAL(c, d) + self.assertEqual(d.endian, a.endian) + self.check_obj(d) + + def test_repeat_explicit(self): + for m, s, r in [ + ( 0, '', ''), + ( 0, '1001111', ''), + (-1, '100110', ''), + (11, '', ''), + ( 1, '110', '110'), + ( 2, '01', '0101'), + ( 5, '1', '11111'), + ]: + a = bitarray(s) + self.assertEqual(a * m, bitarray(r)) + self.assertEqual(m * a, bitarray(r)) + c = a.copy() + c *= m + self.assertEqual(c, bitarray(r)) + + def test_repeat_wrong_args(self): + a = bitarray() + self.assertRaises(TypeError, a.__mul__, None) + self.assertRaises(TypeError, a.__mul__, 2.0) + self.assertRaises(TypeError, a.__imul__, None) + self.assertRaises(TypeError, a.__imul__, 3.0) + + def test_repeat_random(self): + for a in self.randombitarrays(): + b = a.copy() + for m in list(range(-3, 5)) + [randint(5, 200)]: + res = bitarray(m * a.to01(), endian=a.endian) + self.assertEqual(len(res), len(a) * max(0, m)) + + self.assertEQUAL(a * m, res) + self.assertEQUAL(m * a, res) + + c = a.copy() + c *= m + self.assertEQUAL(c, res) + self.check_obj(c) + + self.assertEQUAL(a, b) + + def test_contains_simple(self): + a = bitarray() + self.assertFalse(0 in a) + self.assertFalse(1 in a) + self.assertTrue(bitarray() in a) + a.append(1) + self.assertTrue(1 in a) + self.assertFalse(0 in a) + a = bitarray([0]) + self.assertTrue(0 in a) + self.assertFalse(1 in a) + a.append(1) + self.assertTrue(0 in a) + self.assertTrue(1 in a) + + def test_contains_errors(self): + a = bitarray() + self.assertEqual(a.__contains__(1), False) + a.append(1) + self.assertEqual(a.__contains__(1), True) + a = bitarray('0011') + self.assertEqual(a.__contains__(bitarray('01')), True) + self.assertEqual(a.__contains__(bitarray('10')), False) + self.assertRaises(TypeError, a.__contains__, 'asdf') + self.assertRaises(ValueError, a.__contains__, 2) + self.assertRaises(ValueError, a.__contains__, -1) + + def test_contains_range(self): + for n in range(2, 50): + a = zeros(n) + self.assertTrue(0 in a) + self.assertFalse(1 in a) + a[randrange(n)] = 1 + self.assertTrue(1 in a) + self.assertTrue(0 in a) + a.setall(1) + self.assertTrue(True in a) + self.assertFalse(False in a) + a[randrange(n)] = 0 + self.assertTrue(True in a) + self.assertTrue(False in a) + + def test_contains_explicit(self): + a = bitarray('011010000001') + for s, r in [('', True), # every bitarray contains an empty one + ('1', True), ('11', True), ('111', False), + ('011', True), ('0001', True), ('00011', False)]: + c = bitarray(s) in a + self.assertTrue(c is r) + +# -------------------------- Number methods tests --------------------------- + +class NumberTests(unittest.TestCase, Util): + + def test_misc(self): + for a in self.randombitarrays(): + b = ~a + c = a & b + self.assertEqual(c.any(), False) + self.assertEqual(a, a ^ c) + d = a ^ b + self.assertEqual(d.all(), True) + b &= d + self.assertEqual(~b, a) + + def test_bool(self): + a = bitarray() + self.assertTrue(bool(a) is False) + a.append(0) + self.assertTrue(bool(a) is True) + a.append(1) + self.assertTrue(bool(a) is True) + + def test_size_error(self): + a = bitarray('11001') + b = bitarray('100111') + self.assertRaises(ValueError, lambda: a & b) + self.assertRaises(ValueError, lambda: a | b) + self.assertRaises(ValueError, lambda: a ^ b) + for x in (a.__and__, a.__or__, a.__xor__, + a.__iand__, a.__ior__, a.__ixor__): + self.assertRaises(ValueError, x, b) + + def test_endianness_error(self): + a = bitarray('11001', 'big') + b = bitarray('10011', 'little') + self.assertRaises(ValueError, lambda: a & b) + self.assertRaises(ValueError, lambda: a | b) + self.assertRaises(ValueError, lambda: a ^ b) + for x in (a.__and__, a.__or__, a.__xor__, + a.__iand__, a.__ior__, a.__ixor__): + self.assertRaises(ValueError, x, b) + + def test_and(self): + a = bitarray('11001') + b = bitarray('10011') + c = a & b + self.assertEqual(c, bitarray('10001')) + self.check_obj(c) + + self.assertRaises(TypeError, lambda: a & 1) + self.assertRaises(TypeError, lambda: 1 & a) + self.assertEqual(a, bitarray('11001')) + self.assertEqual(b, bitarray('10011')) + + def test_or(self): + a = bitarray('11001') + b = bitarray('10011') + c = a | b + self.assertEqual(c, bitarray('11011')) + self.check_obj(c) + + self.assertRaises(TypeError, lambda: a | 1) + self.assertRaises(TypeError, lambda: 1 | a) + self.assertEqual(a, bitarray('11001')) + self.assertEqual(b, bitarray('10011')) + + def test_xor(self): + a = bitarray('11001') + b = bitarray('10011') + c = a ^ b + self.assertEQUAL(c, bitarray('01010')) + self.check_obj(c) + + self.assertRaises(TypeError, lambda: a ^ 1) + self.assertRaises(TypeError, lambda: 1 ^ a) + self.assertEqual(a, bitarray('11001')) + self.assertEqual(b, bitarray('10011')) + + def test_iand(self): + a = bitarray('110010110') + b = bitarray('100110011') + a &= b + self.assertEqual(a, bitarray('100010010')) + self.assertEqual(b, bitarray('100110011')) + self.check_obj(a) + self.check_obj(b) + try: + a &= 1 + except TypeError: + error = 1 + self.assertEqual(error, 1) + + def test_ior(self): + a = bitarray('110010110') + b = bitarray('100110011') + a |= b + self.assertEQUAL(a, bitarray('110110111')) + self.assertEQUAL(b, bitarray('100110011')) + try: + a |= 1 + except TypeError: + error = 1 + self.assertEqual(error, 1) + + def test_ixor(self): + a = bitarray('110010110') + b = bitarray('100110011') + a ^= b + self.assertEQUAL(a, bitarray('010100101')) + self.assertEQUAL(b, bitarray('100110011')) + try: + a ^= 1 + except TypeError: + error = 1 + self.assertEqual(error, 1) + + def test_bitwise_self(self): + for a in self.randombitarrays(): + aa = a.copy() + self.assertEQUAL(a & a, aa) + self.assertEQUAL(a | a, aa) + self.assertEQUAL(a ^ a, zeros(len(aa), aa.endian)) + self.assertEQUAL(a, aa) + + def test_bitwise_inplace_self(self): + for a in self.randombitarrays(): + aa = a.copy() + a &= a + self.assertEQUAL(a, aa) + a |= a + self.assertEQUAL(a, aa) + a ^= a + self.assertEqual(a, zeros(len(aa), aa.endian)) + + def test_invert(self): + a = bitarray('11011') + b = ~a + self.assertEQUAL(b, bitarray('00100')) + self.assertEQUAL(a, bitarray('11011')) + self.assertFalse(a is b) + self.check_obj(b) + + for a in self.randombitarrays(): + b = bitarray(a) + b.invert() + for i in range(len(a)): + self.assertEqual(b[i], not a[i]) + self.check_obj(b) + self.assertEQUAL(~a, b) + + @staticmethod + def shift(a, n, direction): + if n >= len(a): + return zeros(len(a), a.endian) + + if direction == 'right': + return zeros(n, a.endian) + a[:len(a)-n] + elif direction == 'left': + return a[n:] + zeros(n, a.endian) + else: + raise ValueError("invalid direction: %s" % direction) + + def test_lshift(self): + a = bitarray('11011') + b = a << 2 + self.assertEQUAL(b, bitarray('01100')) + self.assertRaises(TypeError, lambda: a << 1.2) + self.assertRaises(TypeError, a.__lshift__, 1.2) + self.assertRaises(ValueError, lambda: a << -1) + self.assertRaises(OverflowError, a.__lshift__, 1 << 63) + + for a in self.randombitarrays(): + c = a.copy() + n = randrange(len(a) + 4) + b = a << n + self.assertEqual(len(b), len(a)) + self.assertEQUAL(b, self.shift(a, n, 'left')) + self.assertEQUAL(a, c) + + def test_rshift(self): + a = bitarray('1101101') + b = a >> 1 + self.assertEQUAL(b, bitarray('0110110')) + self.assertRaises(TypeError, lambda: a >> 1.2) + self.assertRaises(TypeError, a.__rshift__, 1.2) + self.assertRaises(ValueError, lambda: a >> -1) + + for a in self.randombitarrays(): + c = a.copy() + n = randrange(len(a) + 4) + b = a >> n + self.assertEqual(len(b), len(a)) + self.assertEQUAL(b, self.shift(a, n, 'right')) + self.assertEQUAL(a, c) + + def test_ilshift(self): + a = bitarray('110110101') + a <<= 7 + self.assertEQUAL(a, bitarray('010000000')) + self.assertRaises(TypeError, a.__ilshift__, 1.2) + self.assertRaises(ValueError, a.__ilshift__, -3) + + for a in self.randombitarrays(): + b = a.copy() + n = randrange(len(a) + 4) + b <<= n + self.assertEqual(len(b), len(a)) + self.assertEQUAL(b, self.shift(a, n, 'left')) + + def test_irshift(self): + a = bitarray('110110111') + a >>= 3 + self.assertEQUAL(a, bitarray('000110110')) + self.assertRaises(TypeError, a.__irshift__, 1.2) + self.assertRaises(ValueError, a.__irshift__, -4) + + for a in self.randombitarrays(): + b = a.copy() + n = randrange(len(a) + 4) + b >>= n + self.assertEqual(len(b), len(a)) + self.assertEQUAL(b, self.shift(a, n, 'right')) + + def check_random(self, n, endian, n_shift, direction): + a = urandom_2(n, endian) + self.assertEqual(len(a), n) + + b = a.copy() + if direction == 'left': + b <<= n_shift + else: + b >>= n_shift + self.assertEQUAL(b, self.shift(a, n_shift, direction)) + + def test_shift_range(self): + for endian in 'little', 'big': + for direction in 'left', 'right': + for n in range(0, 200): + self.check_random(n, endian, 1, direction) + self.check_random(n, endian, randint(0, n), direction) + for n_shift in range(0, 100): + self.check_random(100, endian, n_shift, direction) + + def test_zero_shift(self): + for a in self.randombitarrays(): + aa = a.copy() + self.assertEQUAL(a << 0, aa) + self.assertEQUAL(a >> 0, aa) + a <<= 0 + self.assertEQUAL(a, aa) + a >>= 0 + self.assertEQUAL(a, aa) + + def test_len_or_larger_shift(self): + # ensure shifts with len(a) (or larger) result in all zero bitarrays + for a in self.randombitarrays(): + c = a.copy() + z = zeros(len(a), a.endian) + n = randint(len(a), len(a) + 10) + self.assertEQUAL(a << n, z) + self.assertEQUAL(a >> n, z) + self.assertEQUAL(a, c) + a <<= n + self.assertEQUAL(a, z) + a = bitarray(c) + a >>= n + self.assertEQUAL(a, z) + + def test_shift_example(self): + a = bitarray('0010011') + self.assertEqual(a << 3, bitarray('0011000')) + a >>= 4 + self.assertEqual(a, bitarray('0000001')) + + def test_frozenbitarray(self): + a = frozenbitarray('0010011') + b = a << 3 + self.assertEqual(b, bitarray('0011000')) + self.assertEqual(type(b), frozenbitarray) + self.assertRaises(TypeError, a.__ilshift__, 4) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0xf0, 0x01, 0x02, 0x0f]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b[8:24] <<= 3 + self.assertEqual(a, bytearray([0xf0, 0x08, 0x10, 0x0f])) + b[0:9] |= bitarray("0000 1100 1") + self.assertEqual(a, bytearray([0xfc, 0x88, 0x10, 0x0f])) + b[23:] ^= bitarray("1 1110 1110") + self.assertEqual(a, bytearray([0xfc, 0x88, 0x11, 0xe1])) + b[16:] &= bitarray("1111 0000 1111 0000") + self.assertEqual(a, bytearray([0xfc, 0x88, 0x10, 0xe0])) + b >>= 8 + self.assertEqual(a, bytearray([0x00, 0xfc, 0x88, 0x10])) + +# -------------------------------- .extend() ---------------------------- + +class ExtendTests(unittest.TestCase, Util): + + def test_wrong_args(self): + a = bitarray() + self.assertRaises(TypeError, a.extend) + for x in None, 1, True, 24, 1.0: + self.assertRaises(TypeError, a.extend, x) + self.assertEqual(len(a), 0) + self.check_obj(a) + + def test_bitarray(self): + a = bitarray() + a.extend(bitarray()) + self.assertEqual(a, bitarray()) + a.extend(bitarray('110')) + self.assertEqual(a, bitarray('110')) + a.extend(bitarray('1110')) + self.assertEqual(a, bitarray('110 1110')) + + a = bitarray('00001111', endian='little') + a.extend(bitarray('00100111', endian='big')) + self.assertEqual(a, bitarray('00001111 00100111')) + + def test_bitarray_random(self): + for a in self.randombitarrays(): + sa = a.to01() + for b in self.randombitarrays(): + bb = b.copy() + c = bitarray(a) + c.extend(b) + self.assertEqual(c.to01(), sa + bb.to01()) + self.assertEqual(c.endian, a.endian) + self.assertEqual(len(c), len(a) + len(b)) + self.check_obj(c) + # ensure b hasn't changed + self.assertEQUAL(b, bb) + + def test_list(self): + a = bitarray() + a.extend([]) + self.assertEqual(a, bitarray()) + a.extend([0, 1, True, False]) + self.assertEqual(a, bitarray('0110')) + self.assertRaises(ValueError, a.extend, [0, 1, 2]) + self.assertRaises(TypeError, a.extend, [0, 1, 'a']) + self.assertEqual(a, bitarray('0110')) + + for a in self.randomlists(): + for b in self.randomlists(): + c = bitarray(a) + c.extend(b) + self.assertEqual(c.tolist(), a + b) + self.check_obj(c) + + def test_range(self): + a = bitarray() + a.extend(range(2)) + self.assertEqual(a, bitarray('01')) + self.check_obj(a) + + def test_sequence(self): + lst = [0, 1, 0, 1, 1] + for x in [lst, tuple(lst), bytes(lst), bytearray(lst), + array.array('b', lst)]: + self.assertEqual(len(x), 5) # sequences have len, iterables not + a = bitarray() + a.extend(x) + self.assertEqual(a, bitarray("01011")) + self.check_obj(a) + + lst.append(2) # will raise ValueError + for x in [lst, tuple(lst), bytes(lst), bytearray(lst), + array.array('b', lst)]: + self.assertEqual(len(x), 6) + a = bitarray() + self.assertRaises(ValueError, a.extend, x) + self.assertEqual(len(a), 0) + self.check_obj(a) + + def test_generator_1(self): + def gen(lst): + for x in lst: + yield x + a = bitarray('0011') + a.extend(gen([0, 1, False, True, 0])) + self.assertEqual(a, bitarray('0011 01010')) + self.assertRaises(ValueError, a.extend, gen([0, 1, 2])) + self.assertRaises(TypeError, a.extend, gen([1, 0, None])) + self.assertEqual(a, bitarray('0011 01010')) + + a = bytearray() + a.extend(gen([0, 1, 255])) + self.assertEqual(a, b'\x00\x01\xff') + self.assertRaises(ValueError, a.extend, gen([0, 1, 256])) + self.assertRaises(TypeError, a.extend, gen([1, 0, None])) + self.assertEqual(a, b'\x00\x01\xff') + + for a in self.randomlists(): + def foo(): + for e in a: + yield e + b = bitarray() + b.extend(foo()) + self.assertEqual(b.tolist(), a) + self.check_obj(b) + + def test_generator_2(self): + def gen(): + for i in range(10): + if i == 4: + raise KeyError + yield i % 2 + + for a in bitarray(), []: + self.assertRaises(KeyError, a.extend, gen()) + self.assertEqual(list(a), [0, 1, 0, 1]) + + def test_iterator_1(self): + a = bitarray() + a.extend(iter([])) + self.assertEqual(a, bitarray()) + a.extend(iter([1, 1, 0, True, False])) + self.assertEqual(a, bitarray('11010')) + self.assertRaises(ValueError, a.extend, iter([1, 1, 0, 0, 2])) + self.assertEqual(a, bitarray('11010')) + + for a in self.randomlists(): + for b in self.randomlists(): + c = bitarray(a) + c.extend(iter(b)) + self.assertEqual(c.tolist(), a + b) + self.check_obj(c) + + def test_iterator_2(self): + a = bitarray() + a.extend(itertools.repeat(True, 23)) + self.assertEqual(a, bitarray(23 * '1')) + self.check_obj(a) + + def test_iterator_change(self): + a = bitarray(1000) + c = 0 + for i, x in enumerate(a): + if i == 10: + a.clear() + c += 1 + self.assertEqual(c, 11) + self.check_obj(a) + + def test_string01(self): + a = bitarray() + a.extend(str()) + a.extend('') + self.assertEqual(a, bitarray()) + a.extend('0110111') + self.assertEqual(a, bitarray('0110111')) + self.assertRaises(ValueError, a.extend, '0011201') + # ensure no bits got added after error was raised + self.assertEqual(a, bitarray('0110111')) + + a = bitarray() + self.assertRaises(ValueError, a.extend, 100 * '01' + '.') + self.assertRaises(ValueError, a.extend, 100 * '01' + '\0') + self.assertEqual(a, bitarray()) + + for a in self.randomlists(): + for b in self.randomlists(): + c = bitarray(a) + c.extend(''.join(str(x) for x in b)) + self.assertEqual(c, bitarray(a + b)) + self.check_obj(c) + + def test_string01_whitespace(self): + a = bitarray() + a.extend(whitespace) + self.assertEqual(len(a), 0) + a.extend('0 1\n0\r1\t0\v1_') + self.assertEqual(a, bitarray('010101')) + a += '_ 1\n0\r1\t0\v' + self.assertEqual(a, bitarray('010101 1010')) + self.check_obj(a) + + def test_self(self): + for s in '', '1', '110', '00110111': + a = bitarray(s) + a.extend(a) + self.assertEqual(a, bitarray(2 * s)) + + for a in self.randombitarrays(): + endian = a.endian + s = a.to01() + a.extend(a) + self.assertEqual(a.to01(), 2 * s) + self.assertEqual(a.endian, endian) + self.assertEqual(len(a), 2 * len(s)) + self.check_obj(a) + +# ------------------------ Tests for bitarray methods ----------------------- + +class AllAnyTests(unittest.TestCase, Util): + + def test_all(self): + a = bitarray() + self.assertTrue(a.all()) + for s, r in ('0', False), ('1', True), ('01', False): + self.assertTrue(bitarray(s).all() is r) + + for a in self.randombitarrays(): + self.assertTrue(a.all() is all(a)) + + N = randint(1000, 2000) + a = ones(N) + self.assertTrue(a.all()) + a[N - 1] = 0 + self.assertFalse(a.all()) + + def test_any(self): + a = bitarray() + self.assertFalse(a.any()) + for s, r in ('0', False), ('1', True), ('01', True): + self.assertTrue(bitarray(s).any() is r) + + for a in self.randombitarrays(): + self.assertTrue(a.any() is any(a)) + + N = randint(1000, 2000) + a = zeros(N) + self.assertFalse(a.any()) + a[N - 1] = 1 + self.assertTrue(a.any()) + +class AppendTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray() + a.append(True) + a.append(False) + a.append(False) + self.assertEQUAL(a, bitarray('100')) + a.append(0) + a.append(1) + self.assertEQUAL(a, bitarray('10001')) + self.check_obj(a) + + def test_wrong_args(self): + a = bitarray("10001") + self.assertRaises(ValueError, a.append, 2) + self.assertRaises(TypeError, a.append, None) + self.assertRaises(TypeError, a.append, '') + self.assertEQUAL(a, bitarray('10001')) + self.check_obj(a) + + def test_random(self): + a = urandom_2(1000) + b = bitarray(endian=a.endian) + for i in range(len(a)): + b.append(a[i]) + self.assertEQUAL(b, a[:i+1]) + self.check_obj(b) + +class BufferInfoTests(unittest.TestCase): + + def test_values(self): + for a, views, res in [ + + (bitarray(11, endian='little'), 0, + (2, 'little', 5, 2, False, False, 0)), + + (bitarray(endian='big', buffer=b"ABC"), 2, + (3, 'big', 0, 0, True, True, 2)), + + (frozenbitarray("00100", 'big'), 5, + (1, 'big', 3, 1, True, False, 5)), + ]: + d = {} + for i in range(views): + d[i] = memoryview(a) + self.assertEqual(len(d), views) + + info = a.buffer_info() + self.assertEqual(info[1:8], res) + self.assertEqual(info.nbytes, a.nbytes) + self.assertEqual(info.endian, a.endian) + self.assertEqual(info.padbits, a.padbits) + self.assertEqual(info.readonly, a.readonly) + self.assertEqual(info.exports, views) + + def test_types(self): + a = urandom_2(57) + info = a.buffer_info() + self.assertTrue(isinstance(info, tuple)) + self.assertEqual(type(info), BufferInfo) + self.assertEqual(len(info), 8) + + for i, (item, tp) in enumerate([ + (info.address, int), + (info.nbytes, int), + (info.endian, str), + (info.padbits, int), + (info.alloc, int), + (info.readonly, bool), + (info.imported, bool), + (info.exports, int), + ]): + self.assertEqual(type(item), tp) + self.assertTrue(info[i] is item) + +class InsertTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('00111') + a.insert(0, 1) + self.assertEqual(a, bitarray('1 00111')) + a.insert(0, 0) + self.assertEqual(a, bitarray('01 00111')) + a.insert(2, 1) + self.assertEqual(a, bitarray('011 00111')) + + def test_errors(self): + a = bitarray('111100') + self.assertRaises(ValueError, a.insert, 0, 2) + self.assertRaises(TypeError, a.insert, 0, None) + self.assertRaises(TypeError, a.insert) + self.assertRaises(TypeError, a.insert, None) + self.assertEqual(a, bitarray('111100')) + self.check_obj(a) + + def test_random(self): + for a in self.randombitarrays(): + aa = a.tolist() + for _ in range(20): + item = getrandbits(1) + pos = randint(-len(a) - 5, len(a) + 5) + a.insert(pos, item) + aa.insert(pos, item) + self.assertEqual(a.tolist(), aa) + self.check_obj(a) + +class FillTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray(endian=self.random_endian()) + self.assertEqual(a.fill(), 0) + self.assertEqual(len(a), 0) + + a = bitarray('101', self.random_endian()) + self.assertEqual(a.fill(), 5) + self.assertEqual(a, bitarray('10100000')) + self.assertEqual(a.fill(), 0) + self.assertEqual(a, bitarray('10100000')) + self.check_obj(a) + + def test_exported(self): + a = bitarray('11101') + b = bitarray(buffer=a) + v = memoryview(a) + self.assertEqual(a.fill(), 3) + self.assertEqual(a, b) + self.assertEqual(v.nbytes, 1) + + def test_random(self): + for a in self.randombitarrays(): + b = a.copy() + res = b.fill() + self.assertTrue(0 <= res < 8) + self.assertTrue(b.padbits == 0) + self.assertEqual(len(b) % 8, 0) + self.assertEqual(b, a + zeros(res)) + self.assertEqual(b.endian, a.endian) + self.check_obj(b) + +class InvertTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray() + a.invert() + self.assertEQUAL(a, bitarray()) + self.check_obj(a) + + a = bitarray('11011') + a.invert() + self.assertEQUAL(a, bitarray('00100')) + for i, res in [( 0, '10100'), + ( 4, '10101'), + ( 2, '10001'), + (-1, '10000'), + (-5, '00000')]: + a.invert(i) + self.assertEqual(a.to01(), res) + + def test_errors(self): + a = bitarray(5) + self.assertRaises(IndexError, a.invert, 5) + self.assertRaises(IndexError, a.invert, -6) + self.assertRaises(TypeError, a.invert, "A") + self.assertRaises(TypeError, a.invert, 0, 1) + self.assertFalse(a.any()) + self.check_obj(a) + + def test_random(self): + for a in self.randombitarrays(start=1): + n = len(a) + b = a.copy() + i = randint(-n, n - 1) + a[i] = not a[i] + b.invert(i) + self.assertEQUAL(b, a) + self.check_obj(b) + + def test_all(self): + for a in self.randombitarrays(): + b = a.copy() + a.invert() + self.assertEqual(a, bitarray([not v for v in b])) + self.assertEqual(a.endian, b.endian) + self.check_obj(a) + self.assertEQUAL(b, ~a) + + def test_span(self): + for a in self.randombitarrays(): + n = len(a) + b = a.copy() + for _ in range(10): + i = randint(0, n) + j = randint(i, n) + a.invert(slice(i, j)) + b[i:j] = ~b[i:j] + self.assertEqual(a, b) + + def test_random_slice(self): + for a in self.randombitarrays(): + n = len(a) + b = a.copy() + for _ in range(10): + s = self.random_slice(n) + a.invert(s) + b[s] = ~b[s] + self.assertEQUAL(a, b) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3, 32, 255]) + b = bitarray(buffer=a) + # operate on imported (writable) buffer + self.assertFalse(b.readonly) + b.invert() + self.assertEqual(a, bytearray([255, 254, 253, 252, 223, 0])) + +class SortTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray('1101000') + a.sort() + self.assertEqual(a, bitarray('0000111')) + self.check_obj(a) + + a = bitarray('1101000') + a.sort(reverse=True) + self.assertEqual(a, bitarray('1110000')) + a.sort(reverse=False) + self.assertEqual(a, bitarray('0000111')) + a.sort(True) + self.assertEqual(a, bitarray('1110000')) + a.sort(False) + self.assertEqual(a, bitarray('0000111')) + + self.assertRaises(TypeError, a.sort, 'A') + + def test_random(self): + for rev in False, True, 0, 1, 7, -1, -7, None: + for a in self.randombitarrays(): + lst = a.tolist() + if rev is None: + lst.sort() + a.sort() + else: + lst.sort(reverse=rev) + a.sort(reverse=rev) + self.assertEqual(a, bitarray(lst)) + self.check_obj(a) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0x6f, 0xa5]) + b = bitarray(endian="big", buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b.sort() + self.assertEqual(b.count(), 10) + self.assertEqual(a, bytearray([0x03, 0xff])) + +# ----------------------- .pack() .unpack() --------------------------- + +class PackTests(unittest.TestCase, Util): + + def test_pack_simple(self): + a = bitarray() + a.pack(bytes()) + self.assertEQUAL(a, bitarray()) + a.pack(b'\x00') + self.assertEQUAL(a, bitarray('0')) + a.pack(b'\xff') + self.assertEQUAL(a, bitarray('01')) + a.pack(b'\x01\x00\x7a') + self.assertEQUAL(a, bitarray('01101')) + a.pack(bytearray([0x01, 0x00, 0xff, 0xa7])) + self.assertEQUAL(a, bitarray('01101 1011')) + self.check_obj(a) + + def test_pack_types(self): + a = bitarray() + a.pack(b'\0\x01') # bytes + self.assertEqual(a, bitarray('01')) + a.pack(bytearray([0, 2])) # bytearray + self.assertEqual(a, bitarray('01 01')) + a.pack(memoryview(b'\x02\0')) # memoryview + self.assertEqual(a, bitarray('01 01 10')) + + a.pack(array.array('B', [0, 255, 192])) + self.assertEqual(a, bitarray('01 01 10 011')) + self.check_obj(a) + + def test_pack_bitarray(self): + b = bitarray("00000000 00000001 10000000 11111111 00000000") + a = bitarray() + a.pack(bitarray(b)) + self.assertEqual(a, bitarray('01110')) + self.check_obj(a) + + def test_pack_self(self): + a = bitarray() + self.assertRaisesMessage( + BufferError, + "cannot resize bitarray that is exporting buffers", + a.pack, a) + + def test_pack_allbytes(self): + a = bitarray() + a.pack(bytearray(range(256))) + self.assertEqual(a.to01(), '0' + 255 * '1') + self.check_obj(a) + + def test_pack_errors(self): + a = bitarray() + self.assertRaises(TypeError, a.pack, 0) + self.assertRaises(TypeError, a.pack, '1') + self.assertRaises(TypeError, a.pack, [1, 3]) + + def test_unpack_simple(self): + a = bitarray('01') + self.assertEqual(type(a.unpack()), bytes) + self.assertEqual(a.unpack(), b'\x00\x01') + self.assertEqual(a.unpack(b'A'), b'A\x01') + self.assertEqual(a.unpack(b'0', b'1'), b'01') + self.assertEqual(a.unpack(one=b'\xff'), b'\x00\xff') + self.assertEqual(a.unpack(zero=b'A'), b'A\x01') + self.assertEqual(a.unpack(one=b't', zero=b'f'), b'ft') + + def test_unpack_random(self): + for a in self.randombitarrays(): + self.assertEqual(a.unpack(b'0', b'1'), a.to01().encode()) + # round trip + b = bitarray() + b.pack(a.unpack()) + self.assertEqual(b, a) + # round trip with invert + b = bitarray() + b.pack(a.unpack(b'\x01', b'\x00')) + b.invert() + self.assertEqual(b, a) + # use .extend() to pack + b = bitarray() + b.extend(a.unpack()) + self.assertEqual(b, a) + + def test_unpack_errors(self): + a = bitarray('01') + self.assertRaises(TypeError, a.unpack, b'') + self.assertRaises(TypeError, a.unpack, b'0', b'') + self.assertRaises(TypeError, a.unpack, b'a', zero=b'b') + self.assertRaises(TypeError, a.unpack, foo=b'b') + self.assertRaises(TypeError, a.unpack, one=b'aa', zero=b'b') + self.assertRaises(TypeError, a.unpack, '0') + self.assertRaises(TypeError, a.unpack, one='a') + self.assertRaises(TypeError, a.unpack, b'0', '1') + +class PopTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('01') + self.assertRaisesMessage(IndexError, "pop index out of range", + a.pop, 2) + self.assertEqual(a.pop(), True) + self.assertEqual(a.pop(), False) + self.assertEqual(a, bitarray()) + # pop from empty bitarray + self.assertRaisesMessage(IndexError, "pop from empty bitarray", a.pop) + + def test_simple(self): + for x, n, r, y in [('1', 0, 1, ''), + ('0', -1, 0, ''), + ('0011100', 3, 1, '001100')]: + a = bitarray(x) + self.assertTrue(a.pop(n) is r) + self.assertEqual(a, bitarray(y)) + self.check_obj(a) + + def test_reverse(self): + for a in self.randombitarrays(): + c = a.copy() + b = bitarray() + while a: + b.append(a.pop()) + self.assertEqual(a, bitarray()) + b.reverse() + self.assertEqual(b, c) + + def test_random_1(self): + for a in self.randombitarrays(): + self.assertRaises(IndexError, a.pop, len(a)) + self.assertRaises(IndexError, a.pop, -len(a) - 1) + if len(a) == 0: + continue + aa = a.tolist() + enda = a.endian + self.assertEqual(a.pop(), aa[-1]) + self.check_obj(a) + self.assertEqual(a.endian, enda) + + def test_random_2(self): + for a in self.randombitarrays(start=1): + n = randrange(-len(a), len(a)) + aa = a.tolist() + x = a.pop(n) + self.assertEqual(x, aa[n]) + self.assertEqual(type(x), int) + y = aa.pop(n) + self.assertEqual(a, bitarray(aa)) + self.assertEqual(x, y) + self.check_obj(a) + +class ReverseTests(unittest.TestCase, Util): + + def test_explicit(self): + for x, y in [('', ''), ('1', '1'), ('10', '01'), ('001', '100'), + ('1110', '0111'), ('11100', '00111'), + ('011000', '000110'), ('1101100', '0011011'), + ('11110000', '00001111'), + ('11111000011', '11000011111')]: + a = bitarray(x) + a.reverse() + self.assertEQUAL(a, bitarray(y)) + self.check_obj(a) + + def test_argument(self): + a = bitarray(3) + self.assertRaises(TypeError, a.reverse, 42) + + def test_random(self): + for a in self.randombitarrays(): + b = a.copy() + a.reverse() + self.assertEqual(a.to01(), b.to01()[::-1]) + self.assertEQUAL(a, bitarray(reversed(b), endian=a.endian)) + self.assertEQUAL(a, b[::-1]) + self.check_obj(a) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3, 255]) + b = bitarray(buffer=a) + # reversing an imported (writable) buffer + self.assertFalse(b.readonly) + b.reverse() + self.assertEqual(a, bytearray([255, 192, 64, 128, 0])) + +class RemoveTests(unittest.TestCase, Util): + + def test_explicit(self): + a = bitarray('1010110') + for val, res in [(False, '110110'), (True, '10110'), + (1, '0110'), (1, '010'), (0, '10'), + (0, '1'), (1, '')]: + a.remove(val) + self.assertEQUAL(a, bitarray(res)) + self.check_obj(a) + + def test_errors(self): + a = bitarray('0010011') + a.remove(1) + self.assertEQUAL(a, bitarray('000011')) + self.assertRaises(TypeError, a.remove, 'A') + self.assertRaises(ValueError, a.remove, 21) + self.assertEQUAL(a, bitarray('000011')) + + a = bitarray() + for i in (True, False, 1, 0): + self.assertRaises(ValueError, a.remove, i) + + a = zeros(21) + self.assertRaises(ValueError, a.remove, 1) + a.setall(1) + self.assertRaises(ValueError, a.remove, 0) + + def test_random(self): + for a in self.randombitarrays(): + b = a.tolist() + v = getrandbits(1) + if v not in a: + continue + a.remove(v) + b.remove(v) + self.assertEqual(a.tolist(), b) + self.check_obj(a) + +class SetAllTests(unittest.TestCase, Util): + + def test_explicit(self): + a = urandom_2(5) + a.setall(True) + self.assertRaises(ValueError, a.setall, -1) + self.assertRaises(TypeError, a.setall, None) + self.assertEqual(a.to01(), '11111') + a.setall(0) + self.assertEqual(a.to01(), '00000') + self.check_obj(a) + + def test_empty(self): + a = bitarray() + for v in 0, 1: + a.setall(v) + self.assertEqual(len(a), 0) + self.check_obj(a) + + def test_random(self): + for a in self.randombitarrays(): + endian = a.endian + val = getrandbits(1) + a.setall(val) + self.assertEqual(a.to01(), len(a) * str(val)) + self.assertEqual(a.endian, endian) + self.check_obj(a) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3]) + b = bitarray(buffer=a) + self.assertFalse(b.readonly) + # operate on imported (writable) buffer + b.setall(1) + self.assertEqual(a, bytearray([0xff, 0xff, 0xff, 0xff])) + +class To01Tests(unittest.TestCase, Util): + + def test_no_grouping(self): + a = bitarray() + self.assertEqual(a.to01(1), "") + + a = bitarray("100011110") + for s in [a.to01(), a.to01(0), a.to01(0, "X"), a.to01(1, ""), + a.to01(group=0), a.to01(sep="X"), a.to01(group=2, sep="")]: + self.assertEqual(type(s), str) + self.assertEqual(len(s), len(a)) + self.assertEqual(s, "100011110") + + def test_examples(self): + a = bitarray("0000 1111 0011 0101") + self.assertEqual(a.to01(1, "-"), "0-0-0-0-1-1-1-1-0-0-1-1-0-1-0-1") + self.assertEqual(a.to01(2, sep='+'), "00+00+11+11+00+11+01+01") + self.assertEqual(a.to01(3), "000 011 110 011 010 1") + self.assertEqual(a.to01(group=4, sep="_"), "0000_1111_0011_0101") + self.assertEqual(a.to01(group=5, sep='.'), "00001.11100.11010.1") + self.assertEqual(a.to01(group=6), "000011 110011 0101") + self.assertEqual(a.to01(7), "0000111 1001101 01") + self.assertEqual(a.to01(8, ", "), "00001111, 00110101") + self.assertEqual(a.to01(9, "ABC"), "000011110ABC0110101") + + def test_wrong_args(self): + a = bitarray("1101100") + self.assertRaises(TypeError, a.to01, None) + self.assertRaises(ValueError, a.to01, -1) + self.assertRaises(TypeError, a.to01, foo=4) + self.assertRaises(TypeError, a.to01, 2, None) + self.assertRaises(TypeError, a.to01, 4, b"_") + + def test_sep(self): + for a in self.randombitarrays(): + sep = "".join(chr(randint(32, 126)) + for _ in range(randrange(10))) + self.assertEqual(a.to01(1, sep), sep.join(str(v) for v in a)) + + a = bitarray("11100111") + # use unicode character black star as separator + s = a.to01(3, "\u2605") + self.assertEqual(s, "111\u2605001\u260511") + + def test_random(self): + for a in self.randombitarrays(): + n = len(a) + group = randrange(10) + nsep = randrange(6) + s = a.to01(group, nsep * " ") + self.assertEqual(a, bitarray(s)) + nspace = s.count(" ") + self.assertEqual(len(s), n + nspace) + self.assertEqual(nspace, + nsep * ((n - 1) // group) if group and n else 0) + +class ByteReverseTests(unittest.TestCase, Util): + + def test_explicit_all(self): + for x, y in [('', ''), + ('11101101', '10110111'), + ('00000001', '10000000'), + ('11011111 00100000 00011111', + '11111011 00000100 11111000')]: + a = bitarray(x) + a.bytereverse() + self.assertEqual(a, bitarray(y)) + + def test_explicit_range(self): + a = bitarray('11100000 00000011 00111111 11111000') + a.bytereverse(0, 1) # reverse byte 0 + self.assertEqual(a, bitarray('00000111 00000011 00111111 11111000')) + a.bytereverse(1, -1) # reverse bytes 1 and 2 + self.assertEqual(a, bitarray('00000111 11000000 11111100 11111000')) + a.bytereverse(2) # reverse bytes 2 till end of buffer + self.assertEqual(a, bitarray('00000111 11000000 00111111 00011111')) + a.bytereverse(-1) # reverse last byte + self.assertEqual(a, bitarray('00000111 11000000 00111111 11111000')) + a.bytereverse(3, 1) # start > stop (nothing to reverse) + self.assertEqual(a, bitarray('00000111 11000000 00111111 11111000')) + a.bytereverse(0, 4) # reverse all bytes + self.assertEqual(a, bitarray('11100000 00000011 11111100 00011111')) + a.bytereverse(-2) # last two bytes + self.assertEqual(a, bitarray('11100000 00000011 00111111 11111000')) + + self.assertRaises(IndexError, a.bytereverse, -5) + self.assertRaises(IndexError, a.bytereverse, 0, -5) + self.assertRaises(IndexError, a.bytereverse, 5) + self.assertRaises(IndexError, a.bytereverse, 0, 5) + + def test_byte(self): + for i in range(256): + a = bitarray(bytearray([i])) + self.assertEqual(len(a), 8) + b = a.copy() + b.bytereverse() + self.assertEqual(b, a[::-1]) + a.reverse() + self.assertEqual(b, a) + self.check_obj(b) + + def test_consecutive(self): + for a in self.randombitarrays(): + b = a.copy() + # two consecutive calls to .bytereverse() leave the bitarray + # unchanged (even when the length is not a multiple of 8). + a.bytereverse() + a.bytereverse() + self.assertEQUAL(a, b) + + def test_random(self): + t = bitarray(bytearray(range(256)), self.random_endian()) + t.bytereverse() + table = t.tobytes() # translation table + self.assertEqual(table[:9], b'\x00\x80\x40\xc0\x20\xa0\x60\xe0\x10') + + for n in range(100): + a = urandom_2(8 * n) + i = randint(0, n) # start + j = randint(0, n) # stop + b = a.copy() + memoryview(b)[i:j] = b.tobytes()[i:j].translate(table) + a.bytereverse(i, j) + self.assertEQUAL(a, b) + self.check_obj(a) + + def test_endian(self): + for n in range(20): + a = urandom_2(8 * n) + b = a.copy() + a.bytereverse() + a = bitarray(a, self.opposite_endian(a.endian)) + self.assertEqual(a.tobytes(), b.tobytes()) + + @skipIf(is_pypy) + def test_imported(self): + a = bytearray([0, 1, 2, 3, 255]) + b = bitarray(buffer=a) + # operate on imported (writable) buffer + self.assertFalse(b.readonly) + b.bytereverse() + self.assertEqual(a, bytearray([0, 128, 64, 192, 255])) + +class ToListTests(unittest.TestCase, Util): + + def test_empty(self): + a = bitarray() + self.assertEqual(a.tolist(), []) + + def test_simple(self): + a = bitarray('110') + lst = a.tolist() + self.assertEqual(type(lst), list) + self.assertEqual(lst, [1, 1, 0]) + for item in lst: + self.assertEqual(type(item), int) + + def test_random(self): + for a in self.randombitarrays(): + res = a.tolist() + self.assertEqual(res, list(a)) + self.assertEqual(res, [int(v) for v in a.to01()]) + +class ClearTests(unittest.TestCase, Util): + + def test_simple(self): + a = bitarray("1110000001001000011111") + a.clear() + self.assertEqual(len(a), 0) + + def test_random(self): + for a in self.randombitarrays(): + endian = a.endian + a.clear() + self.assertFalse(a) + self.assertEqual(len(a), 0) + self.assertEqual(a.endian, endian) + self.check_obj(a) + +# -------------------------------- .count() --------------------------------- + +class CountTests(unittest.TestCase, Util): + + def test_basic(self): + a = bitarray('10011') + self.assertEqual(a.count(), 3) + self.assertEqual(a.count(True), 3) + self.assertEqual(a.count(False), 2) + self.assertEqual(a.count(1), 3) + self.assertEqual(a.count(0), 2) + self.assertEqual(a.count(0, 5, 0, -1), 2) + self.assertEqual(a.count(bitarray('0')), 2) + self.assertEqual(a.count(bitarray('00')), 1) + self.assertRaises(ValueError, a.count, 2) + self.assertRaises(ValueError, a.count, 1, 0, 5, 0) + self.assertRaises(TypeError, a.count, '') + self.assertRaises(TypeError, a.count, 'A') + self.assertRaises(TypeError, a.count, 1, 2.0) + self.assertRaises(TypeError, a.count, 1, 2, 4.0) + self.assertRaises(TypeError, a.count, 0, 'A') + self.assertRaises(TypeError, a.count, 0, 0, 'A') + + def test_sub(self): + a = bitarray('10011000 1110000') + self.assertEqual(len(a), 15) + self.assertEqual(a.count(bitarray('')), 16) + self.assertEqual(a.count(bitarray('00')), 4) + self.assertEqual(a.count(bitarray('11')), 2) + self.assertEqual(a.count(bitarray('000')), 2) + self.assertEqual(a.count(bitarray('000'), 8), 1) + self.assertEqual(a.count(bitarray('000'), -3), 1) + self.assertEqual(a.count(bitarray('000'), -4), 1) + self.assertEqual(a.count(bitarray('000'), 4, -1), 2) + self.assertEqual(a.count(bitarray('00'), -3), 1) + self.assertEqual(a.count(bitarray('00'), -4), 2) + self.assertRaises(ValueError, a.count, bitarray(''), 0, 15, 2) + self.assertRaises(ValueError, a.count, bitarray('11'), 0, 15, 2) + self.assertRaises(ValueError, a.count, bitarray('11'), 15, 0, -1) + + def test_random_sub(self): + for _ in range(1000): + n = randrange(100) + a = urandom_2(n) + s = a.to01() + b = urandom_2(randrange(8)) + t = b.to01() + i = randint(-n - 10, n + 10) + j = randint(-n - 10, n + 10) + self.assertEqual(a.count(b, i, j), s.count(t, i, j)) + + def test_byte(self): + for i in range(256): + a = bitarray(bytearray([i])) + self.assertEqual(len(a), 8) + self.assertEqual(a.count(), bin(i)[2:].count('1')) + + def test_whole_range(self): + for n in range(500): + a = urandom_2(n) + s = a.to01() + for v in 0, 1: + ref = s.count(str(v)) + self.assertEqual(a.count(v), ref) + self.assertEqual(a.count(v, n, -n - 1, -1), ref) + + def test_sparse(self): + n = 65536 + a = bitarray(n) + indices = set(choices(range(n), k=256)) + a[list(indices)] = 1 + self.assertEqual(a.count(1), len(indices)) + self.assertEqual(a.count(0), n - len(indices)) + + for _ in range(100): + i = randrange(n) + j = randrange(i, n) + cnt = sum(1 for k in indices if i <= k < j) + self.assertEqual(a.count(1, i, j), cnt) + self.assertEqual(a.count(0, i, j), j - i - cnt) + + def test_step1(self): + n = 300 + a = urandom_2(n) + s = a.to01() + for _ in range(1000): + i = randrange(n) + j = randrange(i, n) + + t = s[i:j] + c0 = t.count('0') + c1 = t.count('1') + self.assertEqual(c0 + c1, j - i) + + self.assertEqual(a.count(0, i, j), c0) + self.assertEqual(a.count(1, i, j), c1) + + b = a[i:j] + self.assertEqual(b.count(0), c0) + self.assertEqual(b.count(1), c1) + + def test_explicit(self): + a = bitarray('01001100 01110011 01') + self.assertEqual(a.count(), 9) + self.assertEqual(a.count(0, 12), 3) + self.assertEqual(a.count(1, 1, 18, 2), 6) + self.assertEqual(a.count(1, 0, 18, 3), 2) + self.assertEqual(a.count(1, 15, 4, -3), 2) + self.assertEqual(a.count(1, -5), 3) + self.assertEqual(a.count(1, 2, 17), 7) + self.assertEqual(a.count(1, 6, 11), 2) + self.assertEqual(a.count(0, 7, -3), 4) + self.assertEqual(a.count(1, 1, -1), 8) + self.assertEqual(a.count(1, 17, 14), 0) + + def test_random_slice(self): + for n in range(500): + a = urandom_2(n) + v = randrange(2) + s = self.random_slice(n) + self.assertEqual(a.count(v, s.start, s.stop, s.step), + a[s].count(v)) + + def test_offest_buffer(self): + # this tests if words are aligned in popcnt_words() + N = 1 << 16 + for i in range(20): + a = urandom_2(N, 'little') + b = bitarray(buffer=memoryview(a)[i:], endian='little') + self.assertEqual(b.count(), a.count(1, 8 * i)) + +# -------------------------- .find() and .index() --------------------------- + +class IndexTests(unittest.TestCase, Util): + + def test_errors(self): + a = bitarray() + for i in True, False, 1, 0: + self.assertEqual(a.find(i), -1) + self.assertRaises(ValueError, a.index, i) + + a = zeros(100) + self.assertRaises(TypeError, a.find) + self.assertRaises(TypeError, a.find, 1, 'a') + self.assertRaises(TypeError, a.find, 1, 0, 'a') + self.assertRaises(TypeError, a.find, 1, 0, 100, 'a') + self.assertEqual(a.find(1, right=True), -1) + + self.assertRaises(ValueError, a.index, True) + self.assertRaises(TypeError, a.index) + self.assertRaises(TypeError, a.index, 1, 'a') + self.assertRaises(TypeError, a.index, 1, 0, 'a') + self.assertRaises(TypeError, a.index, 1, 0, 100, 'a') + + def test_explicit(self): + a = bitarray('10011000 101000') + for sub, start, stop, right, res in [ + ('', 7, 13, 0, 7), + ('', 15, 99, 0, -1), + ('0', 0, 99, 0, 1), + ('1', 8, 12, 1, 10), + ('1', -99, -4, 1, 8), + ('11', 0, 99, 0, 3), + ('11', 4, 99, 0, -1), + ('111', 0, 99, 1, -1), + ('101', 0, 99, 1, 8), + (a.to01(), 0, 99, 0, 0), + ]: + b = bitarray(sub, self.random_endian()) + self.assertEqual(a.find(b, start, stop, right), res) + if res >= 0: + self.assertEqual(a.index(b, start, stop, right), res) + else: + self.assertRaises(ValueError, a.index, start, stop, right) + + if len(b) == 1: + self.assertEqual(a.find(b[0], start, stop, right), res) + + @staticmethod + def find_empty(n, start=0, stop=sys.maxsize, right=0): + """ + Return first (or rightmost (right=1)) index of an empty sequence + inside a sequence S of length n with S[start:stop], or -1 when no + empty sequence is found. + """ + if start > n: + return -1 + s = slice(start, stop, 1) + start, stop, stride = s.indices(n) + if start > stop: + return -1 + return stop if right else start + + def test_find_empty(self): + # test staticmethod .find_empty() against Python builtins + for x in bytearray([0]), b"\0", "A": + empty = 0 * x # empty sequence + self.assertEqual(len(empty), 0) + for _ in range(50): + n = randint(0, 5) + z = n * x # sequence of length n + self.assertEqual(len(z), n) + self.assertTrue(type(x) == type(empty) == type(z)) + + self.assertEqual(z.find(empty), self.find_empty(n)) + self.assertEqual(z.rfind(empty), self.find_empty(n, right=1)) + + start = randint(-5, 5) + self.assertEqual(z.find(empty, start), + self.find_empty(n, start)) + self.assertEqual(z.rfind(empty, start), + self.find_empty(n, start, right=1)) + + stop = randint(-5, 5) + self.assertEqual(z.find(empty, start, stop), + self.find_empty(n, start, stop)) + self.assertEqual(z.rfind(empty, start, stop), + self.find_empty(n, start, stop, 1)) + + def test_empty(self): + # now that we have the established .find_empty(), we use it to + # test .find() with an empty bitarray + empty = bitarray() + for _ in range(50): + n = randint(0, 5) + z = bitarray(n) + right = getrandbits(1) + self.assertEqual(z.find(empty, right=right), + self.find_empty(n, right=right)) + + start = randint(-5, 5) + self.assertEqual(z.find(empty, start, right=right), + self.find_empty(n, start, right=right)) + + stop = randint(-5, 5) + self.assertEqual(z.find(empty, start, stop, right), + self.find_empty(n, start, stop, right)) + + def test_range_explicit(self): + n = 150 + a = bitarray(n) + for m in range(n): + a.setall(0) + self.assertRaises(ValueError, a.index, 1) + self.assertEqual(a.find(1), -1) + a[m] = 1 + self.assertEqual(a.index(1), m) + self.assertEqual(a.find(1), m) + + a.setall(1) + self.assertRaises(ValueError, a.index, 0) + self.assertEqual(a.find(0), -1) + a[m] = 0 + self.assertEqual(a.index(0), m) + self.assertEqual(a.find(0), m) + + def test_random_start_stop(self): + for _ in range(500): + n = randrange(1, 200) + a = zeros(n) + plst = sorted(choices(range(n), k=9)) + a[plst] = 1 + # test without start and stop + self.assertEqual(a.find(1, right=0), plst[0]) + self.assertEqual(a.find(1, right=1), plst[-1]) + start = randint(0, n) + stop = randint(0, n) + + plst2 = [i for i in plst if start <= i < stop] + if plst2: + self.assertEqual(a.find(1, start, stop, 0), plst2[0]) + self.assertEqual(a.find(1, start, stop, 1), plst2[-1]) + else: + right = getrandbits(1) + self.assertEqual(a.find(1, start, stop, right), -1) + + def test_random_sub(self): # test finding sub_bitarray + for _ in range(200): + n = randrange(1, 100) + a = urandom_2(n) + s = a.to01() + self.assertEqual(a.find(a), 0) + + n = len(a) + b = bitarray(randrange(10), self.random_endian()) + t = b.to01() + self.assertEqual(a.find(b), s.find(t)) + + i = randint(-n - 5, n + 5) + j = randint(-n - 5, n + 5) + ref_l = s.find(t, i, j) + ref_r = s.rfind(t, i, j) + + self.assertEqual(ref_l == -1, ref_r == -1) + self.assertEqual(a.find(b, i, j, 0), ref_l) + self.assertEqual(a.find(b, i, j, 1), ref_r) + + if len(b) == 1: # test finding int + v = b[0] + self.assertTrue(v in range(2)) + self.assertEqual(a.find(v, i, j, 0), ref_l) + self.assertEqual(a.find(v, i, j, 1), ref_r) + +# ----------------------------- .search() ----------------------------------- + +class SearchTests(unittest.TestCase, Util): + + def test_no_itersearch(self): + a = bitarray() + # removed in bitarray 3.0 + self.assertRaises(AttributeError, a.__getattribute__, 'itersearch') + + def test_simple(self): + a = bitarray() + for s in 0, 1, False, True, bitarray('0'), bitarray('1'): + self.assertEqual(list(a.search(s)), []) + + a = bitarray('00100') + for s in 1, True, bitarray('1'), bitarray('10'): + self.assertEqual(list(a.search(s)), [2]) + + a = 100 * bitarray('1') + self.assertEqual(list(a.search(0)), []) + self.assertEqual(list(a.search(1)), list(range(100))) + + self.assertRaises(TypeError, a.search, '010') + + def test_search_next(self): + a = bitarray('10011') + self.assertRaises(TypeError, a.search, '') + it = a.search(1) + self.assertIsType(it, 'searchiterator') + self.assertEqual(next(it), 0) + self.assertEqual(next(it), 3) + self.assertEqual(next(it), 4) + self.assertRaises(StopIteration, next, it) + x = bitarray('11') + it = a.search(x) + del a, x + self.assertEqual(next(it), 3) + + def test_search_empty(self): + a = bitarray('10011') + empty = bitarray() + self.assertEqual(list(a.search(empty)), [0, 1, 2, 3, 4, 5]) + for start, stop, right, res in [ + (-9, 9, 0, [0, 1, 2, 3, 4, 5]), + ( 1, 4, 0, [1, 2, 3, 4]), + (-3, -2, 0, [2, 3]), + (-1, 0, 1, []), + ( 3, 3, 0, [3]), + ( 4, 3, 0, []), + ( 2, 2, 1, [2]), + ( 2, 1, 1, []), + ]: + self.assertEqual(list(a.search(empty, start, stop, right)), + res) + + def test_explicit_1(self): + a = bitarray('10011', self.random_endian()) + for s, res in [('0', [1, 2]), ('1', [0, 3, 4]), + ('01', [2]), ('11', [3]), + ('000', []), ('1001', [0]), + ('011', [2]), ('0011', [1]), + ('10011', [0]), ('100111', [])]: + b = bitarray(s, self.random_endian()) + self.assertEqual(list(a.search(b)), res) + + def test_explicit_2(self): + a = bitarray('10010101 11001111 1001011') + for s, res in [('011', [6, 11, 20]), + ('111', [7, 12, 13, 14]), # note the overlap + ('1011', [5, 19]), + ('100', [0, 9, 16])]: + b = bitarray(s) + self.assertEqual(list(a.search(b)), res) + + def test_bool_random(self): + for a in self.randombitarrays(): + b = a.copy() + b.setall(0) + b[list(a.search(1))] = 1 + self.assertEQUAL(b, a) + + b.setall(1) + b[list(a.search(0))] = 0 + self.assertEQUAL(b, a) + + s = set(a.search(0)) | set(a.search(1)) + self.assertEqual(len(s), len(a)) + + def test_random(self): + for a in self.randombitarrays(): + if a: + # search for a in itself + self.assertEqual(list(a.search(a)), [0]) + self.assertEqual(list(a.search(a, right=1)), [0]) + + for sub in '0', '1', '01', '01', '11', '101', '1101', '01100': + b = bitarray(sub, self.random_endian()) + plst = [i for i in range(len(a)) if a[i:i + len(b)] == b] + self.assertEqual(list(a.search(b)), plst) + + for p in a.search(b): + self.assertEqual(a[p:p + len(b)], b) + self.assertEqual(list(a.search(b)), plst) + + for p in a.search(b, right=1): + self.assertEqual(a[p:p + len(b)], b) + self.assertEqual(list(a.search(b, right=1)), plst[::-1]) + + def test_search_random(self): + for _ in range(500): + n = randrange(1, 50) + a = urandom_2(n) + b = urandom_2(randrange(10)) + i = randrange(n) + j = randrange(n) + aa = a[i:j] + # list of positions + if b: + plst = [i + k for k in range(len(aa)) + if aa[k:k + len(b)] == b] + else: # empty sub-bitarray + plst = list(range(i, j + 1)) + + self.assertEqual(sorted(plst), plst) + self.assertEqual(list(a.search(b, i, j)), plst) + + if len(b) == 1: # test sub-bitarray being int + self.assertEqual(list(a.search(b[0], i, j)), plst) + + if plst: # test first and last using .find() + self.assertEqual(a.find(b, i, j, 0), plst[0]) + self.assertEqual(a.find(b, i, j, 1), plst[-1]) + + plst.reverse() + self.assertEqual(list(a.search(b, i, j, 1)), plst) + + if len(b) == 1: # test sub-bitarray being int + self.assertEqual(list(a.search(b[0], i, j, 1)), plst) + + # test contains + self.assertEqual(b in aa, bool(plst) if b else True) + + if not plst: # test .find() not found + right = getrandbits(1) + self.assertEqual(a.find(b, i, j, right), -1) + + def test_iterator_change(self): + for right in 0, 1: + a = zeros(100) + b = zeros(10) + c = 0 + for i, x in enumerate(a.search(b, right=right)): + if i == 40: + a.clear() + c += 1 + self.assertEqual(c, 41) + + def test_iterator_change_sub(self): + for right in 0, 1: + a = zeros(100) + b = zeros(0) + c = 0 + for i, x in enumerate(a.search(b, right=right)): + if i == 20: + b.append(1) + c += 1 + self.assertEqual(c, 21) + +# ------------------------ .frombytes() and .tobytes() ---------------------- + +class BytesTests(unittest.TestCase, Util): + + def test_frombytes_simple(self): + a = bitarray("110", "big") + a.frombytes(b'A') + self.assertEqual(a, bitarray('110 01000001')) + + a.frombytes(b'BC') + self.assertEQUAL(a, bitarray('110 01000001 01000010 01000011', + endian='big')) + + def test_frombytes_types(self): + a = bitarray(endian='big') + a.frombytes(b'A') # bytes + self.assertEqual(a, bitarray('01000001')) + a.frombytes(bytearray([254])) # bytearray + self.assertEqual(a, bitarray('01000001 11111110')) + a.frombytes(memoryview(b'C')) # memoryview + self.assertEqual(a, bitarray('01000001 11111110 01000011')) + + a.clear() + arr = array.array('H', [0x010f, 0xff]) # array + self.assertEqual(arr.itemsize, 2) + if sys.byteorder == "big": + arr.byteswap() + a.frombytes(arr) + self.assertEqual(a, bitarray("00001111 00000001 11111111 00000000")) + self.check_obj(a) + + for x in '', 0, 1, False, True, None, []: + self.assertRaises(TypeError, a.frombytes, x) + + def test_frombytes_bitarray(self): + # endianness doesn't matter here as we're writting the buffer + # from bytes, and then extend from buffer bytes again + b = bitarray(0, self.random_endian()) + b.frombytes(b'ABC') + + a = bitarray(0, 'big') + a.frombytes(bitarray(b)) # get bytes from bitarray buffer + self.assertEqual(a.endian, 'big') + self.assertEqual(a.tobytes(), b'ABC') + self.check_obj(a) + + def test_frombytes_self(self): + a = bitarray() + self.assertRaisesMessage( + BufferError, "cannot resize bitarray that is exporting buffers", + a.frombytes, a) + + def test_frombytes_empty(self): + for a in self.randombitarrays(): + b = a.copy() + a.frombytes(b'') + a.frombytes(bytearray()) + self.assertEQUAL(a, b) + self.assertFalse(a is b) + self.check_obj(a) + + def test_frombytes_errors(self): + a = bitarray() + self.assertRaises(TypeError, a.frombytes) + self.assertRaises(TypeError, a.frombytes, b'', b'') + self.assertRaises(TypeError, a.frombytes, 1) + self.check_obj(a) + + def test_frombytes_random(self): + for n in range(20): + s = os.urandom(n) + b = bitarray(0, self.random_endian()) + b.frombytes(s) + self.assertEqual(len(b), 8 * n) + for a in self.randombitarrays(): + c = bitarray(a, b.endian) + c.frombytes(s) + self.assertEqual(len(c), len(a) + 8 * n) + self.assertEqual(c, a + b) + self.check_obj(c) + + def test_tobytes_empty(self): + a = bitarray() + self.assertEqual(a.tobytes(), b'') + + def test_tobytes_endian(self): + a = bitarray(endian=self.random_endian()) + a.frombytes(b'foo') + self.assertEqual(a.tobytes(), b'foo') + + for n in range(20): + s = os.urandom(n) + a = bitarray(s, endian=self.random_endian()) + self.assertEqual(len(a), 8 * n) + self.assertEqual(a.tobytes(), s) + self.check_obj(a) + + def test_tobytes_explicit_ones(self): + for n, s in [(1, b'\x01'), (2, b'\x03'), (3, b'\x07'), (4, b'\x0f'), + (5, b'\x1f'), (6, b'\x3f'), (7, b'\x7f'), (8, b'\xff'), + (12, b'\xff\x0f'), (15, b'\xff\x7f'), (16, b'\xff\xff'), + (17, b'\xff\xff\x01'), (24, b'\xff\xff\xff')]: + a = ones(n, endian='little') + self.assertEqual(a.tobytes(), s) + +# -------------------------- test attributes -------------------------------- + +class DescriptorTests(unittest.TestCase, Util): + + def test_endian(self): + for endian in "little", "big": + a = bitarray('1101100', endian) + self.assertEqual(a.endian, endian) + self.assertEqual(type(a.endian), str) + + def test_nbytes_padbits(self): + for n in range(50): + a = bitarray(n) + # .nbytes + self.assertEqual(a.nbytes, bits2bytes(n)) + self.assertEqual(type(a.nbytes), int) + # .padbits + self.assertEqual(a.padbits, 8 * a.nbytes - n) + self.assertTrue(0 <= a.padbits < 8) + self.assertEqual(type(a.padbits), int) + + def test_readonly(self): + a = bitarray('110') + self.assertFalse(a.readonly) + self.assertEqual(type(a.readonly), bool) + + b = frozenbitarray(a) + self.assertTrue(b.readonly) + self.assertEqual(type(b.readonly), bool) + +# --------------------------------------------------------------------------- + +class FileTests(unittest.TestCase, Util): + + def setUp(self): + self.tmpdir = tempfile.mkdtemp() + self.tmpfname = os.path.join(self.tmpdir, 'testfile') + + def tearDown(self): + shutil.rmtree(self.tmpdir) + + def read_file(self): + with open(self.tmpfname, 'rb') as fi: + return fi.read() + + def assertFileSize(self, size): + self.assertEqual(os.path.getsize(self.tmpfname), size) + + def test_pickle(self): + d1 = {i: a for i, a in enumerate(self.randombitarrays())} + with open(self.tmpfname, 'wb') as fo: + pickle.dump(d1, fo) + with open(self.tmpfname, 'rb') as fi: + d2 = pickle.load(fi) + for key in d1.keys(): + self.assertEQUAL(d1[key], d2[key]) + + # pyodide has no dbm module + @skipIf(pyodide) + def test_shelve(self): + d1 = shelve.open(self.tmpfname) + stored = [] + for i, a in enumerate(self.randombitarrays()): + key = str(i) + d1[key] = a + stored.append((key, a)) + d1.close() + + d2 = shelve.open(self.tmpfname) + for k, v in stored: + self.assertEQUAL(d2[k], v) + d2.close() + + def test_fromfile_empty(self): + with open(self.tmpfname, 'wb') as fo: + pass + self.assertFileSize(0) + + a = bitarray() + with open(self.tmpfname, 'rb') as fi: + a.fromfile(fi) + self.assertEqual(a, bitarray()) + self.check_obj(a) + + def test_fromfile_Foo(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(b'Foo') + self.assertFileSize(3) + + a = bitarray(endian='big') + with open(self.tmpfname, 'rb') as fi: + a.fromfile(fi) + self.assertEqual(a, bitarray('01000110 01101111 01101111')) + + a = bitarray(endian='little') + with open(self.tmpfname, 'rb') as fi: + a.fromfile(fi) + self.assertEqual(a, bitarray('01100010 11110110 11110110')) + + def test_fromfile_wrong_args(self): + a = bitarray() + self.assertRaises(TypeError, a.fromfile) + self.assertRaises(AttributeError, a.fromfile, 42) + self.assertRaises(AttributeError, a.fromfile, 'bar') + + with open(self.tmpfname, 'wb') as fo: + fo.write(b"ABC") + with open(self.tmpfname, 'rb') as fi: + self.assertRaises(TypeError, a.fromfile, fi, None) + + def test_fromfile_erros(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(b'0123456789') + self.assertFileSize(10) + + a = bitarray() + with open(self.tmpfname, 'wb') as fi: + self.assertRaisesMessage(UnsupportedOperation, "read", + a.fromfile, fi) + + with open(self.tmpfname, 'r') as fi: + self.assertRaisesMessage(TypeError, ".read() did not return " + "'bytes', got 'str'", a.fromfile, fi) + + def test_frombytes_invalid_reader(self): + class Reader: + def read(self, n): + return 12 + a = bitarray() + f = Reader() + self.assertRaisesMessage(TypeError, ".read() did not return " + "'bytes', got 'int'", a.fromfile, f) + + def test_from_large_files(self): + for N in range(65534, 65538): + data = os.urandom(N) + with open(self.tmpfname, 'wb') as fo: + fo.write(data) + + a = bitarray() + with open(self.tmpfname, 'rb') as fi: + a.fromfile(fi) + self.assertEqual(len(a), 8 * N) + self.assertEqual(a.nbytes, N) + self.assertEqual(a.tobytes(), data) + self.check_obj(a) + + def test_fromfile_extend_existing(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(b'Foo') + + foo_le = '01100010 11110110 11110110' + + for n in range(20): + a = bitarray(n * '1', endian='little') + with open(self.tmpfname, 'rb') as fi: + a.fromfile(fi) + self.assertEqual(a, bitarray(n * '1' + foo_le)) + self.check_obj(a) + + def test_fromfile_n(self): + a = bitarray(b'ABCDEFGHIJ') + with open(self.tmpfname, 'wb') as fo: + a.tofile(fo) + self.assertFileSize(10) + + with open(self.tmpfname, 'rb') as f: + a = bitarray() + a.fromfile(f, 0); self.assertEqual(a.tobytes(), b'') + a.fromfile(f, 1); self.assertEqual(a.tobytes(), b'A') + f.read(1) # skip B + a.fromfile(f, 1); self.assertEqual(a.tobytes(), b'AC') + a = bitarray() + a.fromfile(f, 2); self.assertEqual(a.tobytes(), b'DE') + a.fromfile(f, 1); self.assertEqual(a.tobytes(), b'DEF') + a.fromfile(f, 0); self.assertEqual(a.tobytes(), b'DEF') + a.fromfile(f); self.assertEqual(a.tobytes(), b'DEFGHIJ') + a.fromfile(f); self.assertEqual(a.tobytes(), b'DEFGHIJ') + self.check_obj(a) + + a = bitarray() + with open(self.tmpfname, 'rb') as f: + f.read(1) + self.assertRaises(EOFError, a.fromfile, f, 10) + # check that although we received an EOFError, the bytes were read + self.assertEqual(a.tobytes(), b'BCDEFGHIJ') + + a = bitarray() + with open(self.tmpfname, 'rb') as f: + # negative values - like ommiting the argument + a.fromfile(f, -1) + self.assertEqual(a.tobytes(), b'ABCDEFGHIJ') + self.assertRaises(EOFError, a.fromfile, f, 1) + + def test_fromfile_BytesIO(self): + f = BytesIO(b'somedata') + a = bitarray() + a.fromfile(f, 4) + self.assertEqual(len(a), 32) + self.assertEqual(a.tobytes(), b'some') + a.fromfile(f) + self.assertEqual(len(a), 64) + self.assertEqual(a.tobytes(), b'somedata') + self.check_obj(a) + + def test_tofile_empty(self): + a = bitarray() + with open(self.tmpfname, 'wb') as f: + a.tofile(f) + + self.assertFileSize(0) + + def test_tofile_Foo(self): + a = bitarray('0100011 001101111 01101111', endian='big') + b = a.copy() + with open(self.tmpfname, 'wb') as f: + a.tofile(f) + self.assertEQUAL(a, b) + + self.assertFileSize(3) + self.assertEqual(self.read_file(), b'Foo') + + def test_tofile_random(self): + for a in self.randombitarrays(): + with open(self.tmpfname, 'wb') as fo: + a.tofile(fo) + n = a.nbytes + self.assertFileSize(n) + raw = self.read_file() + self.assertEqual(len(raw), n) + self.assertEqual(raw, a.tobytes()) + + def test_tofile_errors(self): + n = 100 + a = bitarray(8 * n) + self.assertRaises(TypeError, a.tofile) + + with open(self.tmpfname, 'wb') as f: + a.tofile(f) + self.assertFileSize(n) + # write to closed file + self.assertRaises(ValueError, a.tofile, f) + + with open(self.tmpfname, 'w') as f: + self.assertRaises(TypeError, a.tofile, f) + + with open(self.tmpfname, 'rb') as f: + self.assertRaises(Exception, a.tofile, f) + + def test_tofile_large(self): + n = 100_000 + a = zeros(8 * n) + a[2::37] = 1 + with open(self.tmpfname, 'wb') as f: + a.tofile(f) + self.assertFileSize(n) + + raw = self.read_file() + self.assertEqual(len(raw), n) + self.assertEqual(raw, a.tobytes()) + + def test_tofile_ones(self): + for n in range(20): + a = n * bitarray('1', endian='little') + with open(self.tmpfname, 'wb') as fo: + a.tofile(fo) + + raw = self.read_file() + self.assertEqual(len(raw), a.nbytes) + # when we fill the pad bits in a, we can compare + a.fill() + b = bitarray(raw, endian='little') + self.assertEqual(a, b) + + def test_tofile_BytesIO(self): + for n in list(range(10)) + list(range(65534, 65538)): + data = os.urandom(n) + a = bitarray(data, 'big') + self.assertEqual(a.nbytes, n) + f = BytesIO() + a.tofile(f) + self.assertEqual(f.getvalue(), data) + + @skipIf(is_pypy) + def test_mmap(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(1000 * b'\0') + + with open(self.tmpfname, 'r+b') as f: # see issue #141 + with mmap.mmap(f.fileno(), 0) as mapping: + a = bitarray(buffer=mapping, endian='little') + info = a.buffer_info() + self.assertFalse(info.readonly) + self.assertTrue(info.imported) + self.assertEqual(a, zeros(8000)) + a[::2] = True + # not sure this is necessary, without 'del a', I get: + # BufferError: cannot close exported pointers exist + del a + + self.assertEqual(self.read_file(), 1000 * b'\x55') + + # pyodide hits emscripten mmap bug + @skipIf(pyodide or is_pypy) + def test_mmap_2(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(1000 * b'\x22') + + with open(self.tmpfname, 'r+b') as f: + a = bitarray(buffer=mmap.mmap(f.fileno(), 0), endian='little') + info = a.buffer_info() + self.assertFalse(info.readonly) + self.assertTrue(info.imported) + self.assertEqual(a, 1000 * bitarray('0100 0100')) + a[::4] = 1 + + self.assertEqual(self.read_file(), 1000 * b'\x33') + + @skipIf(is_pypy) + def test_mmap_readonly(self): + with open(self.tmpfname, 'wb') as fo: + fo.write(994 * b'\x89' + b'Veedon') + + with open(self.tmpfname, 'rb') as fi: # readonly + m = mmap.mmap(fi.fileno(), 0, access=mmap.ACCESS_READ) + a = bitarray(buffer=m, endian='big') + info = a.buffer_info() + self.assertTrue(info.readonly) + self.assertTrue(info.imported) + self.assertRaisesMessage(TypeError, + "cannot modify read-only memory", + a.__setitem__, 0, 1) + self.assertEqual(a[:8 * 994], 994 * bitarray('1000 1001')) + self.assertEqual(a[8 * 994:].tobytes(), b'Veedon') + +# ----------------------------- Decode Tree --------------------------------- + +alphabet_code = { + ' ': bitarray('001'), '.': bitarray('0101010'), + 'a': bitarray('0110'), 'b': bitarray('0001100'), + 'c': bitarray('000011'), 'd': bitarray('01011'), + 'e': bitarray('111'), 'f': bitarray('010100'), + 'g': bitarray('101000'), 'h': bitarray('00000'), + 'i': bitarray('1011'), 'j': bitarray('0111101111'), + 'k': bitarray('00011010'), 'l': bitarray('01110'), + 'm': bitarray('000111'), 'n': bitarray('1001'), + 'o': bitarray('1000'), 'p': bitarray('101001'), + 'q': bitarray('00001001101'), 'r': bitarray('1101'), + 's': bitarray('1100'), 't': bitarray('0100'), + 'u': bitarray('000100'), 'v': bitarray('0111100'), + 'w': bitarray('011111'), 'x': bitarray('0000100011'), + 'y': bitarray('101010'), 'z': bitarray('00011011110') +} + +class DecodeTreeTests(unittest.TestCase, Util): + + def test_create(self): + dt = decodetree(alphabet_code) + self.assertEqual(type(dt), decodetree) + self.assertRaises(TypeError, decodetree, None) + self.assertRaises(TypeError, decodetree, 'foo') + d = dict(alphabet_code) + d['-'] = bitarray() + self.assertRaises(ValueError, decodetree, d) + + def test_ambiguous_code(self): + for d in [ + {'a': bitarray('0'), 'b': bitarray('0'), 'c': bitarray('1')}, + {'a': bitarray('01'), 'b': bitarray('01'), 'c': bitarray('1')}, + {'a': bitarray('0'), 'b': bitarray('01')}, + {'a': bitarray('0'), 'b': bitarray('11'), 'c': bitarray('111')}, + ]: + self.assertRaises(ValueError, decodetree, d) + + @skipIf(is_pypy) + def test_sizeof(self): + dt = decodetree({'.': bitarray('1')}) + self.assertTrue(0 < sys.getsizeof(dt) < 100) + + dt = decodetree({'a': zeros(20)}) + self.assertTrue(sys.getsizeof(dt) > 200) + + def test_nodes(self): + for n in range(1, 20): + dt = decodetree({'a': zeros(n)}) + self.assertEqual(dt.nodes(), n + 1) + self.assertFalse(dt.complete()) + + dt = decodetree({'I': bitarray('1'), 'l': bitarray('01'), + 'a': bitarray('001'), 'n': bitarray('000')}) + self.assertEqual(dt.nodes(), 7) + dt = decodetree(alphabet_code) + self.assertEqual(dt.nodes(), 70) + + def test_complete(self): + dt = decodetree({'.': bitarray('1')}) + self.assertEqual(type(dt.complete()), bool) + self.assertFalse(dt.complete()) + + dt = decodetree({'a': bitarray('0'), + 'b': bitarray('1')}) + self.assertTrue(dt.complete()) + + dt = decodetree({'a': bitarray('0'), + 'b': bitarray('11')}) + self.assertFalse(dt.complete()) + + dt = decodetree({'a': bitarray('0'), + 'b': bitarray('11'), + 'c': bitarray('10')}) + self.assertTrue(dt.complete()) + + def test_todict(self): + t = decodetree(alphabet_code) + d = t.todict() + self.assertEqual(type(d), dict) + self.assertEqual(d, alphabet_code) + + def test_decode(self): + t = decodetree(alphabet_code) + a = bitarray('1011 01110 0110 1001') + self.assertEqual(list(a.decode(t)), ['i', 'l', 'a', 'n']) + self.assertEqual(''.join(a.decode(t)), 'ilan') + a = bitarray() + self.assertEqual(list(a.decode(t)), []) + self.check_obj(a) + + @skipIf(is_pypy) + def test_large(self): + d = {i: bitarray(bool((1 << j) & i) for j in range(10)) + for i in range(1024)} + t = decodetree(d) + self.assertEqual(t.todict(), d) + self.assertEqual(t.nodes(), 2047) + self.assertTrue(t.complete()) + self.assertTrue(sys.getsizeof(t) > 10000) + +# ------------------ variable length encoding and decoding ------------------ + +class PrefixCodeTests(unittest.TestCase, Util): + + def test_encode_string(self): + a = bitarray() + a.encode(alphabet_code, '') + self.assertEqual(a, bitarray()) + a.encode(alphabet_code, 'a') + self.assertEqual(a, bitarray('0110')) + + def test_encode_list(self): + a = bitarray() + a.encode(alphabet_code, []) + self.assertEqual(a, bitarray()) + a.encode(alphabet_code, ['e']) + self.assertEqual(a, bitarray('111')) + + def test_encode_iter(self): + a = bitarray() + d = {0: bitarray('0'), 1: bitarray('1')} + a.encode(d, iter([0, 1, 1, 0])) + self.assertEqual(a, bitarray('0110')) + + def foo(): + for c in 1, 1, 0, 0, 1, 1: + yield c + + a.clear() + a.encode(d, foo()) + a.encode(d, range(2)) + self.assertEqual(a, bitarray('11001101')) + self.assertEqual(d, {0: bitarray('0'), 1: bitarray('1')}) + + def test_encode_symbol_not_in_code(self): + d = dict(alphabet_code) + a = bitarray() + a.encode(d, 'is') + self.assertEqual(a, bitarray('1011 1100')) + self.assertRaises(ValueError, a.encode, d, 'ilAn') + msg = "symbol not defined in prefix code: None" + self.assertRaisesMessage(ValueError, msg, a.encode, d, [None, 2]) + + def test_encode_not_iterable(self): + d = {'a': bitarray('0'), 'b': bitarray('1')} + a = bitarray() + a.encode(d, 'abba') + self.assertRaises(TypeError, a.encode, d, 42) + self.assertRaises(TypeError, a.encode, d, 1.3) + self.assertRaises(TypeError, a.encode, d, None) + self.assertEqual(a, bitarray('0110')) + + def test_check_codedict_encode(self): + a = bitarray() + self.assertRaises(TypeError, a.encode, None, '') + self.assertRaises(ValueError, a.encode, {}, '') + self.assertRaises(TypeError, a.encode, {'a': 'b'}, 'a') + self.assertRaises(ValueError, a.encode, {'a': bitarray()}, 'a') + self.assertEqual(len(a), 0) + + def test_check_codedict_decode(self): + a = bitarray('1100101') + self.assertRaises(TypeError, a.decode, 0) + self.assertRaises(ValueError, a.decode, {}) + self.assertRaises(TypeError, a.decode, {'a': 42}) + self.assertRaises(TypeError, a.decode, {'a': []}) + self.assertRaises(ValueError, a.decode, {'a': bitarray()}) + self.assertEqual(a, bitarray('1100101')) + + def test_no_iterdecode(self): + a = bitarray() + # removed in bitarray 3.0 + self.assertRaises(AttributeError, a.__getattribute__, 'iterdecode') + + def test_decode_simple(self): + d = {'I': bitarray('1'), 'l': bitarray('01'), + 'a': bitarray('001'), 'n': bitarray('000')} + dcopy = dict(d) + a = bitarray('101001000') + res = list("Ilan") + self.assertEqual(list(a.decode(d)), res) + self.assertEqual(d, dcopy) + self.assertEqual(a, bitarray('101001000')) + + def test_decode_type(self): + a = bitarray('0110') + it = a.decode(alphabet_code) + self.assertIsType(it, 'decodeiterator') + self.assertEqual(list(it), ['a']) + + def test_decode_remove(self): + d = {'I': bitarray('1'), 'l': bitarray('01'), + 'a': bitarray('001'), 'n': bitarray('000')} + t = decodetree(d) + a = bitarray('101001000') + it = a.decode(t) + del t # remove tree + self.assertEqual(''.join(it), "Ilan") + + it = a.decode(d) + del a + self.assertEqual(''.join(it), "Ilan") + + def test_decode_empty(self): + d = {'a': bitarray('1')} + a = bitarray() + self.assertEqual(list(a.decode(d)), []) + self.assertEqual(d, {'a': bitarray('1')}) + self.assertEqual(len(a), 0) + + def test_decode_incomplete(self): + d = {'a': bitarray('0'), 'b': bitarray('111')} + a = bitarray('00011') + msg = "incomplete prefix code at position 3" + self.assertRaisesMessage(ValueError, msg, list, a.decode(d)) + it = a.decode(d) + self.assertIsType(it, 'decodeiterator') + self.assertRaisesMessage(ValueError, msg, list, it) + t = decodetree(d) + self.assertRaisesMessage(ValueError, msg, list, a.decode(t)) + + self.assertEqual(a, bitarray('00011')) + self.assertEqual(d, {'a': bitarray('0'), 'b': bitarray('111')}) + self.assertEqual(t.todict(), d) + + def test_decode_incomplete_2(self): + a = bitarray() + a.encode(alphabet_code, "now we rise") + x = len(a) + a.extend('00') + msg = "incomplete prefix code at position %d" % x + self.assertRaisesMessage(ValueError, msg, + list, a.decode(alphabet_code)) + + def test_decode_no_term(self): + d = {'a': bitarray('0'), 'b': bitarray('111')} + a = bitarray('011') + it = a.decode(d) + self.assertEqual(next(it), 'a') + self.assertRaisesMessage(ValueError, + "incomplete prefix code at position 1", + next, it) + self.assertEqual(a, bitarray('011')) + + def test_decode_buggybitarray(self): + d = dict(alphabet_code) + # i s t + a = bitarray('1011 1100 0100 011110111001101001') + msg = "prefix code unrecognized in bitarray at position 12 .. 21" + self.assertRaisesMessage(ValueError, msg, list, a.decode(d)) + t = decodetree(d) + self.assertRaisesMessage(ValueError, msg, list, a.decode(t)) + + self.check_obj(a) + self.assertEqual(t.todict(), d) + + def test_decode_buggybitarray2(self): + d = {'a': bitarray('0')} + a = bitarray('1') + it = a.decode(d) + self.assertRaises(ValueError, next, it) + self.assertEqual(a, bitarray('1')) + self.assertEqual(d, {'a': bitarray('0')}) + + def test_decode_buggybitarray3(self): + d = {'a': bitarray('00'), 'b': bitarray('01')} + a = bitarray('1') + self.assertRaises(ValueError, next, a.decode(d)) + + t = decodetree(d) + self.assertRaises(ValueError, next, a.decode(t)) + + self.assertEqual(a, bitarray('1')) + self.assertEqual(d, {'a': bitarray('00'), 'b': bitarray('01')}) + self.assertEqual(t.todict(), d) + + def test_decode_random(self): + pat1 = re.compile(r'incomplete prefix code.+\s(\d+)') + pat2 = re.compile(r'prefix code unrecognized.+\s(\d+)\s*\.\.\s*(\d+)') + t = decodetree(alphabet_code) + for a in self.randombitarrays(): + try: + a.decode(t) + except ValueError as e: + msg = str(e) + m1 = pat1.match(msg) + m2 = pat2.match(msg) + self.assertFalse(m1 and m2) + if m1: + i = int(m1.group(1)) + if m2: + i, j = int(m2.group(1)), int(m2.group(2)) + self.assertFalse(a[i:j] in alphabet_code.values()) + a[:i].decode(t) + + def test_decode_ambiguous_code(self): + for d in [ + {'a': bitarray('0'), 'b': bitarray('0'), 'c': bitarray('1')}, + {'a': bitarray('01'), 'b': bitarray('01'), 'c': bitarray('1')}, + {'a': bitarray('0'), 'b': bitarray('01')}, + {'a': bitarray('0'), 'b': bitarray('11'), 'c': bitarray('111')}, + ]: + a = bitarray() + self.assertRaises(ValueError, a.decode, d) + self.check_obj(a) + + def test_miscitems(self): + d = {None : bitarray('00'), + 0 : bitarray('110'), + 1 : bitarray('111'), + '' : bitarray('010'), + 2 : bitarray('011')} + a = bitarray() + a.encode(d, [None, 0, 1, '', 2]) + self.assertEqual(a, bitarray('00110111010011')) + self.assertEqual(list(a.decode(d)), [None, 0, 1, '', 2]) + # iterator + it = a.decode(d) + self.assertTrue(next(it) is None) + self.assertEqual(next(it), 0) + self.assertEqual(next(it), 1) + self.assertEqual(next(it), '') + self.assertEqual(next(it), 2) + self.assertRaises(StopIteration, next, it) + + def test_quick_example(self): + a = bitarray() + message = 'the quick brown fox jumps over the lazy dog.' + a.encode(alphabet_code, message) + self.assertEqual(a, bitarray( + # t h e q u i c k + '0100 00000 111 001 00001001101 000100 1011 000011 00011010 001' + # b r o w n f o x + '0001100 1101 1000 011111 1001 001 010100 1000 0000100011 001' + # j u m p s o v e r + '0111101111 000100 000111 101001 1100 001 1000 0111100 111 1101' + # t h e l a z y + '001 0100 00000 111 001 01110 0110 00011011110 101010 001' + # d o g . + '01011 1000 101000 0101010')) + self.assertEqual(''.join(a.decode(alphabet_code)), message) + t = decodetree(alphabet_code) + self.assertEqual(''.join(a.decode(t)), message) + self.check_obj(a) + +# --------------------------- Buffer Import --------------------------------- + +class BufferImportTests(unittest.TestCase, Util): + + def test_bytes(self): + b = 100 * b'\0' + a = bitarray(buffer=b) + + info = a.buffer_info() + self.assertEqual(info.alloc, 0) + self.assertTrue(info.readonly) + self.assertTrue(info.imported) + + self.assertRaises(TypeError, a.setall, 1) + self.assertRaises(TypeError, a.clear) + self.assertEqual(a, zeros(800)) + self.check_obj(a) + + @skipIf(is_pypy) + def test_bytearray(self): + b = bytearray(100 * [0]) + a = bitarray(buffer=b, endian='little') + + info = a.buffer_info() + self.assertEqual(info.alloc, 0) + self.assertFalse(info.readonly) + self.assertTrue(info.imported) + + a[0] = 1 + self.assertEqual(b[0], 1) + a[7] = 1 + self.assertEqual(b[0], 129) + a[:] = 1 + self.assertEqual(b, bytearray(100 * [255])) + self.assertRaises(BufferError, a.pop) + a[8:16] = bitarray('10000010', endian='big') + self.assertEqual(b, bytearray([255, 65] + 98 * [255])) + self.assertEqual(a.tobytes(), b) + for n in 7, 9: + self.assertRaises(BufferError, a.__setitem__, slice(8, 16), + bitarray(n)) + b[1] = b[2] = 255 + self.assertEqual(b, bytearray(100 * [255])) + self.assertEqual(a, 800 * bitarray('1')) + self.check_obj(a) + + @skipIf(is_pypy) + def test_array(self): + a = array.array('B', [0, 255, 64]) + b = bitarray(None, 'little', a) + self.assertEqual(b, bitarray('00000000 11111111 00000010')) + a[1] = 32 + self.assertEqual(b, bitarray('00000000 00000100 00000010')) + b[3] = 1 + self.assertEqual(a.tolist(), [8, 32, 64]) + self.check_obj(b) + + def test_bitarray(self): + a = urandom_2(10000, 'little') + b = bitarray(endian='little', buffer=a) + # a and b are two distinct bitarrays that share the same buffer now + self.assertFalse(a is b) + + a_info = a.buffer_info() + self.assertFalse(a_info.imported) + self.assertEqual(a_info.exports, 1) + b_info = b.buffer_info() + self.assertTrue(b_info.imported) + self.assertEqual(b_info.exports, 0) + # buffer address is the same + self.assertEqual(a_info.address, b_info.address) + + self.assertFalse(a is b) + self.assertEqual(a, b) + b[437:461] = 0 + self.assertEqual(a, b) + a[327:350] = 1 + self.assertEqual(a, b) + b[101:1187] <<= 79 + self.assertEqual(a, b) + a[100:9800:5] = 1 + self.assertEqual(a, b) + + self.assertRaisesMessage( + BufferError, "cannot resize bitarray that is exporting buffers", + a.pop) + self.assertRaisesMessage( + BufferError, "cannot resize imported buffer", + b.pop) + self.check_obj(a) + self.check_obj(b) + + def test_copy(self): + a = bitarray(buffer=b'XA') + self.assertTrue(a.readonly) + for b in [a.copy(), 3 * a, 5 * a, a & bitarray(16), + a >> 2, ~a, a + bitarray(8*'1'), + a[:], a[::2], a[[0, 1]], a[bitarray(16)]]: + self.assertFalse(b.readonly) + self.check_obj(b) + + @skipIf(is_pypy) + def test_bitarray_shared_sections(self): + a = urandom_2(0x2000, 'big') + b = bitarray(buffer=memoryview(a)[0x100:0x300]) + self.assertEqual(b.buffer_info().address, + a.buffer_info().address + 0x100) + c = bitarray(buffer=memoryview(a)[0x200:0x800]) + self.assertEqual(c.buffer_info().address, + a.buffer_info().address + 0x200) + self.assertEqual(a[8 * 0x100 : 8 * 0x300], b) + self.assertEqual(a[8 * 0x200 : 8 * 0x800], c) + a.setall(0) + b.setall(1) + c.setall(0) + + d = bitarray(0x2000) + d.setall(0) + d[8 * 0x100 : 8 * 0x200] = 1 + self.assertEqual(a, d) + + def test_bitarray_range(self): + for n in range(100): + a = urandom_2(n) + b = bitarray(buffer=a, endian=a.endian) + # an imported buffer will never have any pad bits + self.assertEqual(b.padbits, 0) + self.assertEqual(len(b) % 8, 0) + self.assertEQUAL(b[:n], a) + self.check_obj(a) + self.check_obj(b) + + def test_bitarray_chain(self): + d = [urandom_2(64, 'big')] + for n in range(1, 100): + d.append(bitarray(endian='big', buffer=d[n - 1])) + + self.assertEqual(d[99], d[0]) + d[0].setall(1) + for a in d: + self.assertEqual(len(a), 64) + self.assertTrue(a.all()) + self.check_obj(a) + + def test_frozenbitarray(self): + a = frozenbitarray('10011011 011') + self.assertTrue(a.readonly) + self.check_obj(a) + + b = bitarray(buffer=a) + self.assertTrue(b.readonly) # also readonly + self.assertRaises(TypeError, b.__setitem__, 1, 0) + self.check_obj(b) + + def test_invalid_buffer(self): + # these objects do not expose a buffer + for arg in (123, 1.23, [1, 2, 3], (1, 2, 3), {1: 2}, + set([1, 2, 3]),): + self.assertRaises(TypeError, bitarray, buffer=arg) + + @skipIf(is_pypy) + def test_del_import_object(self): + b = bytearray(100 * [0]) + a = bitarray(buffer=b) + del b + self.assertEqual(a, zeros(800)) + a.setall(1) + self.assertTrue(a.all()) + self.check_obj(a) + + @skipIf(is_pypy) + def test_readonly_errors(self): + a = bitarray(buffer=b'A') + info = a.buffer_info() + self.assertTrue(info.readonly) + self.assertTrue(info.imported) + + self.assertRaises(TypeError, a.append, True) + self.assertRaises(TypeError, a.bytereverse) + self.assertRaises(TypeError, a.clear) + self.assertRaises(TypeError, a.encode, {'a': bitarray('0')}, 'aa') + self.assertRaises(TypeError, a.extend, [0, 1, 0]) + self.assertRaises(TypeError, a.fill) + self.assertRaises(TypeError, a.frombytes, b'') + self.assertRaises(TypeError, a.insert, 0, 1) + self.assertRaises(TypeError, a.invert) + self.assertRaises(TypeError, a.pack, b'\0\0\xff') + self.assertRaises(TypeError, a.pop) + self.assertRaises(TypeError, a.remove, 1) + self.assertRaises(TypeError, a.reverse) + self.assertRaises(TypeError, a.setall, 0) + self.assertRaises(TypeError, a.sort) + self.assertRaises(TypeError, a.__delitem__, 0) + self.assertRaises(TypeError, a.__delitem__, slice(None, None, 2)) + self.assertRaises(TypeError, a.__setitem__, 0, 0) + self.assertRaises(TypeError, a.__iadd__, bitarray(8)) + self.assertRaises(TypeError, a.__ior__, bitarray(8)) + self.assertRaises(TypeError, a.__ixor__, bitarray(8)) + self.assertRaises(TypeError, a.__irshift__, 1) + self.assertRaises(TypeError, a.__ilshift__, 1) + self.check_obj(a) + + @skipIf(is_pypy) + def test_resize_errors(self): + a = bitarray(buffer=bytearray([123])) + info = a.buffer_info() + self.assertFalse(info.readonly) + self.assertTrue(info.imported) + + self.assertRaises(BufferError, a.append, True) + self.assertRaises(BufferError, a.clear) + self.assertRaises(BufferError, a.encode, {'a': bitarray('0')}, 'aa') + self.assertRaises(BufferError, a.extend, [0, 1, 0]) + self.assertRaises(BufferError, a.frombytes, b'a') + self.assertRaises(BufferError, a.insert, 0, 1) + self.assertRaises(BufferError, a.pack, b'\0\0\xff') + self.assertRaises(BufferError, a.pop) + self.assertRaises(BufferError, a.remove, 1) + self.assertRaises(BufferError, a.__delitem__, 0) + self.check_obj(a) + +# --------------------------- Buffer Export --------------------------------- + +class BufferExportTests(unittest.TestCase, Util): + + def test_read_simple(self): + a = bitarray('01000001 01000010 01000011', endian='big') + v = memoryview(a) + self.assertFalse(v.readonly) + self.assertEqual(a.buffer_info().exports, 1) + self.assertEqual(len(v), 3) + self.assertEqual(v[0], 65) + self.assertEqual(v.tobytes(), b'ABC') + a[13] = 1 + self.assertEqual(v.tobytes(), b'AFC') + + w = memoryview(a) # a second buffer export + self.assertFalse(w.readonly) + self.assertEqual(a.buffer_info().exports, 2) + self.check_obj(a) + + def test_many_exports(self): + a = bitarray('01000111 01011111') + d = {} # put bitarrays in dict to key object around + for n in range(1, 20): + d[n] = bitarray(buffer=a) + self.assertEqual(a.buffer_info().exports, n) + self.assertEqual(len(d[n]), 16) + self.check_obj(a) + + def test_range(self): + for n in range(100): + a = bitarray(n) + v = memoryview(a) + self.assertEqual(len(v), a.nbytes) + info = a.buffer_info() + self.assertFalse(info.readonly) + self.assertFalse(info.imported) + self.assertEqual(info.exports, 1) + self.check_obj(a) + + def test_read_random(self): + a = bitarray(os.urandom(100)) + v = memoryview(a) + self.assertEqual(len(v), 100) + b = a[34 * 8 : 67 * 8] + self.assertEqual(v[34:67].tobytes(), b.tobytes()) + self.assertEqual(v.tobytes(), a.tobytes()) + self.check_obj(a) + + def test_resize(self): + a = bitarray('011', endian='big') + v = memoryview(a) + self.assertFalse(v.readonly) + self.assertRaises(BufferError, a.append, 1) + self.assertRaises(BufferError, a.clear) + self.assertRaises(BufferError, a.encode, {'a': bitarray('0')}, 'aa') + self.assertRaises(BufferError, a.extend, '0') + self.assertRaises(BufferError, a.frombytes, b'\0') + self.assertRaises(BufferError, a.insert, 0, 1) + self.assertRaises(BufferError, a.pack, b'\0') + self.assertRaises(BufferError, a.pop) + self.assertRaises(BufferError, a.remove, 1) + self.assertRaises(BufferError, a.__delitem__, slice(0, 8)) + a.fill() + self.assertEqual(v.tobytes(), a.tobytes()) + self.check_obj(a) + + def test_frozenbitarray(self): + a = frozenbitarray(40) + v = memoryview(a) + self.assertTrue(v.readonly) + self.assertEqual(len(v), 5) + self.assertEqual(v.tobytes(), a.tobytes()) + self.check_obj(a) + + def test_write(self): + a = zeros(8000) + v = memoryview(a) + self.assertFalse(v.readonly) + v[500] = 255 + self.assertEqual(a[3999:4009], bitarray('0111111110')) + a[4003] = 0 + self.assertEqual(a[3999:4009], bitarray('0111011110')) + v[301:304] = b'ABC' + self.assertEqual(a[300 * 8 : 305 * 8].tobytes(), b'\x00ABC\x00') + self.check_obj(a) + + def test_write_memoryview_slice(self): + a = zeros(40) + m = memoryview(a) + v = m[1:4] + v[0] = 65 + v[1] = 66 + v[2] = 67 + self.assertEqual(a.tobytes(), b'\x00ABC\x00') + m[1:4] = b'XYZ' + self.assertEqual(a.tobytes(), b'\x00XYZ\x00') + self.check_obj(a) + +# --------------------------------------------------------------------------- + +class FrozenbitarrayTests(unittest.TestCase, Util): + + def test_init(self): + a = frozenbitarray('110') + self.assertEqual(a, bitarray('110')) + self.assertEqual(a.to01(), '110') + self.assertIsInstance(a, bitarray) + self.assertEqual(type(a), frozenbitarray) + self.assertTrue(a.readonly) + self.check_obj(a) + + a = frozenbitarray(bitarray()) + self.assertEQUAL(a, frozenbitarray()) + self.assertEqual(type(a), frozenbitarray) + + for endian in 'big', 'little': + a = frozenbitarray(0, endian) + self.assertEqual(a.endian, endian) + self.assertEqual(type(a), frozenbitarray) + + a = frozenbitarray(bitarray(0, endian)) + self.assertEqual(a.endian, endian) + self.assertEqual(type(a), frozenbitarray) + + def test_methods(self): + # test a few methods which do not raise the TypeError + a = frozenbitarray('1101100') + self.assertEqual(a[2], 0) + self.assertEqual(a[:4].to01(), '1101') + self.assertEqual(a.count(), 4) + self.assertEqual(a.index(0), 2) + b = a.copy() + self.assertEqual(b, a) + self.assertEqual(type(b), frozenbitarray) + self.assertEqual(len(b), 7) + self.assertFalse(b.all()) + self.assertTrue(b.any()) + self.check_obj(a) + + def test_init_from_bitarray(self): + for a in self.randombitarrays(): + b = frozenbitarray(a) + self.assertFalse(b is a) + self.assertEQUAL(b, a) + c = frozenbitarray(b) + self.assertFalse(c is b) + self.assertEQUAL(c, b) + self.assertEqual(hash(c), hash(b)) + self.check_obj(b) + + def test_init_from_misc(self): + tup = 0, 1, 0, 1, 1, False, True + for obj in list(tup), tup, iter(tup), bitarray(tup): + a = frozenbitarray(obj) + self.assertEqual(type(a), frozenbitarray) + self.assertEqual(a, bitarray(tup)) + a = frozenbitarray(b'AB', "big") + self.assertEqual(a.to01(), "0100000101000010") + self.assertEqual(a.endian, "big") + + def test_init_bytes_bytearray(self): + for x in b'\x80ABCD', bytearray(b'\x80ABCD'): + a = frozenbitarray(x, 'little') + self.assertEqual(type(a), frozenbitarray) + self.assertEqual(len(a), 8 * len(x)) + self.assertEqual(a.tobytes(), x) + self.assertEqual(a[:8].to01(), '00000001') + self.check_obj(a) + + def test_repr(self): + a = frozenbitarray() + self.assertEqual(repr(a), "frozenbitarray()") + self.assertEqual(str(a), "frozenbitarray()") + a = frozenbitarray('10111') + self.assertEqual(repr(a), "frozenbitarray('10111')") + self.assertEqual(str(a), "frozenbitarray('10111')") + + def test_immutable(self): + a = frozenbitarray('111') + self.assertRaises(TypeError, a.append, True) + self.assertRaises(TypeError, a.bytereverse) + self.assertRaises(TypeError, a.clear) + self.assertRaises(TypeError, a.encode, {'a': bitarray('0')}, 'aa') + self.assertRaises(TypeError, a.extend, [0, 1, 0]) + self.assertRaises(TypeError, a.fill) + self.assertRaises(TypeError, a.frombytes, b'') + self.assertRaises(TypeError, a.insert, 0, 1) + self.assertRaises(TypeError, a.invert) + self.assertRaises(TypeError, a.pack, b'\0\0\xff') + self.assertRaises(TypeError, a.pop) + self.assertRaises(TypeError, a.remove, 1) + self.assertRaises(TypeError, a.reverse) + self.assertRaises(TypeError, a.setall, 0) + self.assertRaises(TypeError, a.sort) + self.assertRaises(TypeError, a.__delitem__, 0) + self.assertRaises(TypeError, a.__delitem__, slice(None, None, 2)) + self.assertRaises(TypeError, a.__setitem__, 0, 0) + self.assertRaises(TypeError, a.__iadd__, bitarray('010')) + self.assertRaises(TypeError, a.__ior__, bitarray('100')) + self.assertRaises(TypeError, a.__ixor__, bitarray('110')) + self.assertRaises(TypeError, a.__irshift__, 1) + self.assertRaises(TypeError, a.__ilshift__, 1) + self.check_obj(a) + + def test_copy(self): + a = frozenbitarray('101') + # not only .copy() creates new frozenbitarray which are read-only + for b in [a, a.copy(), 3 * a, 5 * a, a & bitarray('110'), + a >> 2, ~a, a + bitarray(8*'1'), + a[:], a[::2], a[[0, 1]], a[bitarray('011')]]: + self.assertEqual(type(b), frozenbitarray) + self.assertTrue(b.readonly) + self.check_obj(b) + + def test_freeze(self): + # not so much a test for frozenbitarray, but how it is initialized + a = bitarray(78) + self.assertFalse(a.readonly) # not readonly + a._freeze() + self.assertTrue(a.readonly) # readonly + + def test_memoryview(self): + a = frozenbitarray('01000001 01000010', 'big') + v = memoryview(a) + self.assertEqual(v.tobytes(), b'AB') + self.assertRaises(TypeError, v.__setitem__, 0, 0x7c) + + def test_buffer_import_readonly(self): + b = bytes([15, 95, 128]) + a = frozenbitarray(buffer=b, endian='big') + self.assertEQUAL(a, bitarray('00001111 01011111 10000000', 'big')) + info = a.buffer_info() + self.assertTrue(info.readonly) + self.assertTrue(info.imported) + + @skipIf(is_pypy) + def test_buffer_import_writable(self): + c = bytearray([15, 95]) + self.assertRaisesMessage( + TypeError, + "cannot import writable buffer into frozenbitarray", + frozenbitarray, buffer=c) + + def test_as_set(self): + a = frozenbitarray('1') + b = frozenbitarray('11') + c = frozenbitarray('01') + d = frozenbitarray('011') + s = set([a, b, c, d]) + self.assertEqual(len(s), 4) + self.assertTrue(d in s) + self.assertFalse(frozenbitarray('0') in s) + + def test_as_dictkey(self): + a = frozenbitarray('01') + b = frozenbitarray('1001') + d = {a: 123, b: 345} + self.assertEqual(d[frozenbitarray('01')], 123) + self.assertEqual(d[frozenbitarray(b)], 345) + + def test_as_dictkey2(self): # taken slightly modified from issue #74 + a1 = frozenbitarray("10") + a2 = frozenbitarray("00") + dct = {a1: "one", a2: "two"} + a3 = frozenbitarray("10") + self.assertEqual(a3, a1) + self.assertEqual(dct[a3], 'one') + + def test_mix(self): + a = bitarray('110') + b = frozenbitarray('0011') + self.assertEqual(a + b, bitarray('1100011')) + a.extend(b) + self.assertEqual(a, bitarray('1100011')) + + def test_hash_endianness_simple(self): + a = frozenbitarray('1', 'big') + b = frozenbitarray('1', 'little') + self.assertEqual(a, b) + self.assertEqual(hash(a), hash(b)) + d = {a: 'value'} + self.assertEqual(d[b], 'value') + self.assertEqual(len(set([a, b])), 1) + + def test_hash_endianness_random(self): + for a in self.randombitarrays(): + a = frozenbitarray(a) + b = frozenbitarray(a, self.opposite_endian(a.endian)) + self.assertEqual(a, b) + self.assertNotEqual(a.endian, b.endian) + self.assertEqual(hash(a), hash(b)) + d = {a: 1, b: 2} + self.assertEqual(len(d), 1) + + def test_pickle(self): + for a in self.randombitarrays(): + f = frozenbitarray(a) + f.foo = 42 # unlike bitarray itself, we can have attributes + g = pickle.loads(pickle.dumps(f)) + self.assertEqual(f, g) + self.assertEqual(f.endian, g.endian) + self.assertTrue(str(g).startswith('frozenbitarray')) + self.assertTrue(g.readonly) + self.check_obj(a) + self.check_obj(f) + self.check_obj(g) + self.assertEqual(g.foo, 42) + + def test_bytes_bytearray(self): + for a in self.randombitarrays(): + a = frozenbitarray(a) + self.assertEqual(bytes(a), a.tobytes()) + self.assertEqual(bytearray(a), a.tobytes()) + self.check_obj(a) + +# --------------------------------------------------------------------------- + +def run(verbosity=1): + import bitarray.test_util + + print('bitarray is installed in: %s' % os.path.dirname(__file__)) + print('bitarray version: %s' % __version__) + print('sys.version: %s' % sys.version) + print('sys.prefix: %s' % sys.prefix) + if sys.version_info[:2] >= (3, 14): + print('sys._is_gil_enabled(): %s' % sys._is_gil_enabled()) + print('pointer size: %d bit' % (8 * PTRSIZE)) + print('sizeof(size_t): %d' % sysinfo("size_t")); + print('sizeof(bitarrayobject): %d' % sysinfo("bitarrayobject")) + print('HAVE_BUILTIN_BSWAP64: %d' % sysinfo("HAVE_BUILTIN_BSWAP64")) + print('default bit-endianness: %s' % get_default_endian()) + print('machine byte-order: %s' % sys.byteorder) + print('Py_GIL_DISABLED: %s' % sysinfo("Py_GIL_DISABLED")) + print('Py_DEBUG: %s' % sysinfo("Py_DEBUG")) + print('DEBUG: %s' % sysinfo("DEBUG")) + loader = unittest.TestLoader() + suite = unittest.TestSuite() + suite.addTests(loader.loadTestsFromModule(sys.modules[__name__])) + suite.addTests(loader.loadTestsFromModule(bitarray.test_util)) + + runner = unittest.TextTestRunner(verbosity=verbosity) + result = runner.run(suite) + return result + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.12/site-packages/bitarray/test_util.py b/venv/lib/python3.12/site-packages/bitarray/test_util.py new file mode 100644 index 0000000..d2423ea --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/test_util.py @@ -0,0 +1,2894 @@ +# Copyright (c) 2019 - 2025, Ilan Schnell; All Rights Reserved +# bitarray is published under the PSF license. +# +# Author: Ilan Schnell +""" +Tests for bitarray.util module +""" +import os +import sys +import math +import array +import base64 +import binascii +import operator +import struct +import shutil +import tempfile +import unittest +from io import StringIO +from functools import reduce +from random import (choice, choices, getrandbits, randrange, randint, random, + sample, seed) +from string import hexdigits, whitespace +from collections import Counter + +from bitarray import (bitarray, frozenbitarray, decodetree, bits2bytes, + get_default_endian) +from bitarray.test_bitarray import Util, skipIf, is_pypy, urandom_2, PTRSIZE + +from bitarray.util import ( + zeros, ones, urandom, random_k, random_p, pprint, strip, count_n, + parity, gen_primes, sum_indices, xor_indices, + count_and, count_or, count_xor, any_and, subset, + correspond_all, byteswap, intervals, + serialize, deserialize, ba2hex, hex2ba, ba2base, base2ba, + ba2int, int2ba, + sc_encode, sc_decode, vl_encode, vl_decode, + _huffman_tree, huffman_code, canonical_huffman, canonical_decode, +) + +from bitarray.util import _Random, _ssqi # type: ignore + +# --------------------------- zeros() ones() ----------------------------- + +class ZerosOnesTests(unittest.TestCase): + + def test_basic(self): + for _ in range(50): + a = choice([zeros(0), zeros(0, None), zeros(0, endian=None), + ones(0), ones(0, None), ones(0, endian=None)]) + self.assertEqual(a, bitarray()) + self.assertEqual(a.endian, get_default_endian()) + self.assertEqual(type(a), bitarray) + + endian = choice(['little', 'big', None]) + n = randrange(100) + + a = choice([zeros(n, endian), zeros(n, endian=endian)]) + self.assertEqual(a.to01(), n * "0") + self.assertEqual(a.endian, endian or get_default_endian()) + + b = choice([ones(n, endian), ones(n, endian=endian)]) + self.assertEqual(b.to01(), n * "1") + self.assertEqual(b.endian, endian or get_default_endian()) + + def test_errors(self): + for f in zeros, ones: + self.assertRaises(TypeError, f) # no argument + self.assertRaises(TypeError, f, '') + self.assertRaises(TypeError, f, bitarray()) + self.assertRaises(TypeError, f, []) + self.assertRaises(TypeError, f, 1.0) + self.assertRaises(ValueError, f, -1) + + # endian not string + for x in 0, 1, {}, [], False, True: + self.assertRaises(TypeError, f, 0, x) + # endian wrong string + self.assertRaises(ValueError, f, 0, 'foo') + +# ----------------------------- urandom() --------------------------------- + +class URandomTests(unittest.TestCase): + + def test_basic(self): + for _ in range(20): + a = choice([urandom(0), urandom(0, endian=None)]) + self.assertEqual(a, bitarray()) + self.assertEqual(a.endian, get_default_endian()) + + endian = choice(['little', 'big', None]) + n = randrange(100) + + a = choice([urandom(n, endian), urandom(n, endian=endian)]) + self.assertEqual(len(a), n) + self.assertEqual(a.endian, endian or get_default_endian()) + self.assertEqual(type(a), bitarray) + + def test_errors(self): + U = urandom + self.assertRaises(TypeError, U) + self.assertRaises(TypeError, U, '') + self.assertRaises(TypeError, U, bitarray()) + self.assertRaises(TypeError, U, []) + self.assertRaises(TypeError, U, 1.0) + self.assertRaises(ValueError, U, -1) + self.assertRaises(TypeError, U, 0, 1) + self.assertRaises(ValueError, U, 0, 'foo') + + def test_count(self): + a = urandom(10_000_000) + # see if population is within expectation + self.assertTrue(abs(a.count() - 5_000_000) <= 15_811) + +# ---------------------------- random_k() --------------------------------- + +class Random_K_Tests(unittest.TestCase): + + def test_basic(self): + for _ in range(250): + endian = choice(['little', 'big', None]) + n = randrange(120) + k = randint(0, n) + a = random_k(n, k, endian) + self.assertTrue(type(a), bitarray) + self.assertEqual(len(a), n) + self.assertEqual(a.count(), k) + self.assertEqual(a.endian, endian or get_default_endian()) + + def test_inputs_and_edge_cases(self): + R = random_k + self.assertRaises(TypeError, R) + self.assertRaises(TypeError, R, 4) + self.assertRaises(TypeError, R, 1, "0.5") + self.assertRaises(TypeError, R, 1, p=1) + self.assertRaises(TypeError, R, 11, 5.5) # see issue #239 + self.assertRaises(ValueError, R, -1, 0) + for k in -1, 11: # k is not 0 <= k <= n + self.assertRaises(ValueError, R, 10, k) + self.assertRaises(ValueError, R, 10, 7, 'foo') + self.assertRaises(ValueError, R, 10, 7, endian='foo') + for n in range(20): + self.assertEqual(R(n, k=0), zeros(n)) + self.assertEqual(R(n, k=n), ones(n)) + + def test_count(self): + for n in range(10): # test explicitly for small n + for k in range(n + 1): + a = random_k(n, k) + self.assertEqual(len(a), n) + self.assertEqual(a.count(), k) + + for _ in range(100): + n = randrange(10_000) + k = randint(0, n) + a = random_k(n, k) + self.assertEqual(len(a), n) + self.assertEqual(a.count(), k) + + def test_active_bits(self): + # test if all bits are active + n = 240 + cum = zeros(n) + for _ in range(1000): + k = randint(30, 40) + a = random_k(n, k) + self.assertEqual(a.count(), k) + cum |= a + if cum.all(): + break + else: + self.fail() + + # test uses math.comb, added in 3.8 + @skipIf(sys.version_info[:2] < (3, 8)) + def test_combinations(self): + # for entire range of 0 <= k <= n, validate that random_k() + # generates all possible combinations + n = 7 + total = 0 + for k in range(n + 1): + expected = math.comb(n, k) + combs = set() + for _ in range(10_000): + combs.add(frozenbitarray(random_k(n, k))) + if len(combs) == expected: + total += expected + break + else: + self.fail() + self.assertEqual(total, 2 ** n) + + def collect_code_branches(self): + # return list of bitarrays from all code branches of random_k() + res = [] + # test small k (no .combine_half()) + res.append(random_k(300, 10)) + # general cases + for k in 100, 500, 2_500, 4_000: + res.append(random_k(5_000, k)) + return res + + def test_seed(self): + # We ensure that after setting a seed value, random_k() will + # always return the same random bitarrays. However, we do not ensure + # that these results will not change in future versions of bitarray. + a = [] + for val in 654321, 654322, 654321, 654322: + seed(val) + a.append(self.collect_code_branches()) + self.assertEqual(a[0], a[2]) + self.assertEqual(a[1], a[3]) + for item0, item1 in zip(a[0], a[1]): + self.assertNotEqual(item0, item1) + # initialize seed with current system time again + seed() + + # ---------------- tests for internal _Random methods ------------------- + + def test_op_seq(self): + r = _Random() + G = r.op_seq + K = r.K + M = r.M + + # special cases + self.assertRaises(ValueError, G, 0) + self.assertEqual(G(1), zeros(M - 1)) + self.assertEqual(G(K // 2), bitarray()) + self.assertEqual(G(K - 1), ones(M - 1)) + self.assertRaises(ValueError, G, K) + + # examples + for p, s in [ + (0.15625, '0100'), + (0.25, '0'), # 1/2 AND -> 1/4 + (0.375, '10'), # 1/2 OR -> 3/4 AND -> 3/8 + (0.5, ''), + (0.625, '01'), # 1/2 AND -> 1/4 OR -> 5/8 + (0.6875, '101'), + (0.75, '1'), # 1/2 OR -> 3/4 + ]: + seq = G(int(p * K)) + self.assertEqual(seq.to01(), s) + + for i in range(1, K): + seq = G(i) + self.assertTrue(0 <= len(s) < M) + q = 0.5 # a = random_half() + for k in seq: + # k=0: AND k=1: OR + if k: + q += 0.5 * (1.0 - q) # a |= random_half() + else: + q *= 0.5 # a &= random_half() + self.assertEqual(q, i / K) + + def test_combine_half(self): + r = _Random(1_000_000) + for seq, mean in [ + ([], 500_000), # .random_half() itself + ([0], 250_000), # AND + ([1], 750_000), # OR + ([1, 0], 375_000), # OR followed by AND + ]: + a = r.combine_half(seq) + self.assertTrue(abs(a.count() - mean) < 5_000) + +# ---------------------------- random_p() --------------------------------- + +HAVE_BINOMIALVARIATE = sys.version_info[:2] >= (3, 12) + +@skipIf(HAVE_BINOMIALVARIATE) +class Random_P_Not_Implemented(unittest.TestCase): + + def test_not_implemented(self): + self.assertRaises(NotImplementedError, random_p, 100, 0.25) + + +@skipIf(not HAVE_BINOMIALVARIATE) +class Random_P_Tests(unittest.TestCase): + + def test_basic(self): + for _ in range(250): + endian = choice(['little', 'big', None]) + n = randrange(120) + p = choice([0.0, 0.0001, 0.2, 0.5, 0.9, 1.0]) + a = random_p(n, p, endian) + self.assertTrue(type(a), bitarray) + self.assertEqual(len(a), n) + self.assertEqual(a.endian, endian or get_default_endian()) + + def test_inputs_and_edge_cases(self): + R = random_p + self.assertRaises(TypeError, R) + self.assertRaises(TypeError, R, 0.25) + self.assertRaises(TypeError, R, 1, "0.5") + self.assertRaises(ValueError, R, -1) + self.assertRaises(ValueError, R, 1, -0.5) + self.assertRaises(ValueError, R, 1, p=1.5) + self.assertRaises(ValueError, R, 1, 0.15, 'foo') + self.assertRaises(ValueError, R, 10, 0.5, endian='foo') + self.assertEqual(R(0), bitarray()) + for n in range(20): + self.assertEqual(R(n, 0), zeros(n)) + self.assertEqual(len(R(n, 0.5)), n) + self.assertEqual(R(n, p=1), ones(n)) + + def test_default(self): + a = random_p(10_000_000) # p defaults to 0.5 + # see if population is within expectation + self.assertTrue(abs(a.count() - 5_000_000) <= 15_811) + + def test_count(self): + for _ in range(500): + n = choice([randrange(4, 120), randrange(100, 1000)]) + p = choice([0.0001, 0.001, 0.01, 0.1, 0.25, 0.5, 0.9]) + sigma = math.sqrt(n * p * (1.0 - p)) + a = random_p(n, p) + self.assertEqual(len(a), n) + self.assertTrue(abs(a.count() - n * p) < max(4, 10 * sigma)) + + def collect_code_branches(self): + # return list of bitarrays from all code branches of random_p() + res = [] + # for default p=0.5, random_p uses getrandbits + res.append(random_p(32)) + # test small p + res.append(random_p(5_000, 0.002)) + # small n (note that p=0.4 will call the "literal definition" case) + res.append(random_p(15, 0.4)) + # general cases + for p in 0.1, 0.2, 0.375, 0.4999, 0.7: + res.append(random_p(150, p)) + return res + + def test_seed(self): + # We ensure that after setting a seed value, random_p() will always + # return the same random bitarrays. However, we do not ensure that + # these results will not change in future versions of bitarray. + a = [] + for val in 123456, 123457, 123456, 123457: + seed(val) + a.append(self.collect_code_branches()) + self.assertEqual(a[0], a[2]) + self.assertEqual(a[1], a[3]) + for item0, item1 in zip(a[0], a[1]): + self.assertNotEqual(item0, item1) + # initialize seed with current system time again + seed() + + def test_small_p_limit(self): + # For understanding how the algorithm works, see ./doc/random_p.rst + # Also, see VerificationTests in devel/test_random.py + r = _Random() + limit = 1.0 / (r.K + 1) # lower limit for p + self.assertTrue(r.SMALL_P > limit) + +# ---------------------------- gen_primes() ------------------------------- + +class PrimeTests(unittest.TestCase): + + primes = [ + 2, 3, 5, 7, 11, 13, 17, 19, 23, 29, 31, 37, 41, 43, 47, 53, 59, 61, + 67, 71, 73, 79, 83, 89, 97, 101, 103, 107, 109, 113, 127, 131, 137, + 139, 149, 151, 157, 163, 167, 173, 179, 181, 191, 193, 197, 199, 211, + 223, 227, 229, 233, 239, 241, 251, 257, 263, 269, 271, 277, 281, 283, + 293, 307, 311, 313, 317, 331, 337, 347, 349, 353, 359, 367, 373, 379, + 383, 389, 397, 401, 409, 419, 421, 431, 433, 439, 443, 449, 457, 461, + ] + + def test_errors(self): + P = gen_primes + self.assertRaises(TypeError, P, 3, 1) + self.assertRaises(ValueError, P, "1.0") + self.assertRaises(ValueError, P, -1) + self.assertRaises(TypeError, P, 8, 4) + self.assertRaises(TypeError, P, 8, foo="big") + self.assertRaises(ValueError, P, 8, "foo") + self.assertRaises(ValueError, P, 8, endian="foo") + + def test_explitcit(self): + for n in range(230): + endian = choice(["little", "big", None]) + odd = getrandbits(1) + a = gen_primes(n, endian, odd) + self.assertEqual(len(a), n) + self.assertEqual(a.endian, endian or get_default_endian()) + if odd: + lst = [2] + [2 * i + 1 for i in a.search(1)] + else: + lst = [i for i in a.search(1)] + self.assertEqual(lst, self.primes[:len(lst)]) + + def test_cmp(self): + N = 10_000 + c = ones(N) + c[:2] = 0 + for i in range(int(math.sqrt(N) + 1.0)): + if c[i]: + c[i * i :: i] = 0 + self.assertEqual(list(c.search(1, 0, 462)), self.primes) + + for _ in range(20): + n = randrange(N) + endian = choice(["little", "big"]) + a = gen_primes(n, endian=endian) + self.assertEqual(a, c[:n]) + self.assertEqual(a.endian, endian) + + b = gen_primes(n // 2, endian, odd=True) + self.assertEqual(b, a[1::2]) + self.assertEqual(b, c[1:n:2]) + + for _ in range(20): + i = randrange(10, 100) + x = randint(-1, 1) + n = i * i + x + self.assertEqual(gen_primes(n), c[:n]) + self.assertEqual(gen_primes(n // 2, odd=1), c[1:n:2]) + + self.assertEqual(gen_primes(N), c) + self.assertEqual(gen_primes(N // 2, odd=1), c[1::2]) + + def test_count(self): + for n, count, sum_p, sum_sqr_p in [ + ( 10, 4, 17, 87), + ( 100, 25, 1_060, 65_796), + ( 1_000, 168, 76_127, 49_345_379), + (10_000, 1229, 5_736_396, 37_546_387_960), + ]: + a = gen_primes(n) + self.assertEqual(len(a), n) + self.assertEqual(a.count(), count) + self.assertEqual(sum_indices(a), sum_p) + self.assertEqual(sum_indices(a, 2), sum_sqr_p) + b = gen_primes(n // 2, odd=1) + self.assertEqual(len(b), n // 2) + self.assertEqual(b.count() + 1, count) # +1 because of prime 2 + self.assertEqual(b, a[1::2]) + +# ----------------------------- pprint() ---------------------------------- + +class PPrintTests(unittest.TestCase): + + @staticmethod + def get_code_string(a): + f = StringIO() + pprint(a, stream=f) + return f.getvalue() + + def round_trip(self, a): + b = eval(self.get_code_string(a)) + self.assertEqual(b, a) + self.assertEqual(type(b), type(a)) + + def test_bitarray(self): + a = bitarray('110') + self.assertEqual(self.get_code_string(a), "bitarray('110')\n") + self.round_trip(a) + + def test_frozenbitarray(self): + a = frozenbitarray('01') + self.assertEqual(self.get_code_string(a), "frozenbitarray('01')\n") + self.round_trip(a) + + def test_formatting(self): + a = bitarray(200) + for width in range(40, 130, 10): + for n in range(1, 10): + f = StringIO() + pprint(a, stream=f, group=n, width=width) + r = f.getvalue() + self.assertEqual(eval(r), a) + s = r.strip("bitary(')\n") + for group in s.split()[:-1]: + self.assertEqual(len(group), n) + for line in s.split('\n'): + self.assertTrue(len(line) < width) + + def test_fallback(self): + for a in None, 'asd', [1, 2], bitarray(), frozenbitarray('1'): + self.round_trip(a) + + def test_subclass(self): + class Foo(bitarray): + pass + + a = Foo() + code = self.get_code_string(a) + self.assertEqual(code, "Foo()\n") + b = eval(code) + self.assertEqual(b, a) + self.assertEqual(type(b), type(a)) + + def test_random(self): + for n in range(150): + self.round_trip(urandom(n)) + + def test_file(self): + tmpdir = tempfile.mkdtemp() + tmpfile = os.path.join(tmpdir, 'testfile') + a = urandom_2(1000) + try: + with open(tmpfile, 'w') as fo: + pprint(a, fo) + with open(tmpfile, 'r') as fi: + b = eval(fi.read()) + self.assertEqual(a, b) + finally: + shutil.rmtree(tmpdir) + +# ----------------------------- strip() ----------------------------------- + +class StripTests(unittest.TestCase, Util): + + def test_simple(self): + self.assertRaises(TypeError, strip, '0110') + self.assertRaises(TypeError, strip, bitarray(), 123) + self.assertRaises(ValueError, strip, bitarray(), 'up') + + a = bitarray('00010110000') + self.assertEQUAL(strip(a), bitarray('0001011')) + self.assertEQUAL(strip(a, 'left'), bitarray('10110000')) + self.assertEQUAL(strip(a, 'both'), bitarray('1011')) + b = frozenbitarray('00010110000') + c = strip(b, 'both') + self.assertEqual(c, bitarray('1011')) + self.assertEqual(type(c), frozenbitarray) + + def test_zeros_ones(self): + for _ in range(50): + n = randrange(10) + mode = choice(['left', 'right', 'both']) + a = zeros(n) + c = strip(a, mode) + self.assertEqual(type(c), bitarray) + self.assertEqual(len(c), 0) + self.assertEqual(a, zeros(n)) + + b = frozenbitarray(a) + c = strip(b, mode) + self.assertEqual(type(c), frozenbitarray) + self.assertEqual(len(c), 0) + + a.setall(1) + c = strip(a, mode) + self.assertEqual(c, ones(n)) + + def test_random(self): + for a in self.randombitarrays(): + b = a.copy() + f = frozenbitarray(a) + s = a.to01() + for mode, res in [ + ('left', bitarray(s.lstrip('0'), a.endian)), + ('right', bitarray(s.rstrip('0'), a.endian)), + ('both', bitarray(s.strip('0'), a.endian)), + ]: + c = strip(a, mode) + self.assertEQUAL(c, res) + self.assertEqual(type(c), bitarray) + self.assertEQUAL(a, b) + + c = strip(f, mode) + self.assertEQUAL(c, res) + self.assertEqual(type(c), frozenbitarray) + self.assertEQUAL(f, b) + + def test_one_set(self): + for _ in range(10): + n = randint(1, 10000) + a = bitarray(n) + a.setall(0) + a[randrange(n)] = 1 + self.assertEqual(strip(a, 'both'), bitarray('1')) + self.assertEqual(len(a), n) + +# ----------------------------- count_n() --------------------------------- + +class CountN_Tests(unittest.TestCase, Util): + + @staticmethod + def count_n(a, n): + "return lowest index i for which a[:i].count() == n" + i, j = n, a.count(1, 0, n) + while j < n: + j += a[i] + i += 1 + return i + + def check_result(self, a, n, i, v=1): + self.assertEqual(a.count(v, 0, i), n) + if i == 0: + self.assertEqual(n, 0) + else: + self.assertEqual(a[i - 1], v) + + def test_empty(self): + a = bitarray() + self.assertEqual(count_n(a, 0), 0) + self.assertEqual(count_n(a, 0, 0), 0) + self.assertEqual(count_n(a, 0, 1), 0) + self.assertRaises(ValueError, count_n, a, 1) + self.assertRaises(TypeError, count_n, '', 0) + self.assertRaises(TypeError, count_n, a, 7.0) + self.assertRaises(ValueError, count_n, a, 0, 2) + self.assertRaisesMessage(ValueError, "n = 1 larger than bitarray " + "length 0", count_n, a, 1) + + def test_simple(self): + a = bitarray('111110111110111110111110011110111110111110111000') + b = a.copy() + self.assertEqual(len(a), 48) + self.assertEqual(a.count(), 37) + self.assertEqual(a.count(0), 11) + + self.assertEqual(count_n(a, 0), 0) + self.assertEqual(count_n(a, 0, 0), 0) + self.assertEqual(count_n(a, 2, 0), 12) + self.assertEqual(count_n(a, 10, 0), 47) + self.assertEqual(count_n(a, 20), 23) + self.assertEqual(count_n(a, 20, 1), 23) + self.assertEqual(count_n(a, 37), 45) + # n < 0 + self.assertRaisesMessage(ValueError, "non-negative integer expected", + count_n, a, -1) + # n > len(a) + self.assertRaisesMessage(ValueError, "n = 49 larger than bitarray " + "length 48", count_n, a, 49) + # n > a.count(0) + self.assertRaisesMessage(ValueError, "n = 12 exceeds total count " + "(a.count(0) = 11)", count_n, a, 12, 0) + # n > a.count(1) + self.assertRaisesMessage(ValueError, "n = 38 exceeds total count " + "(a.count(1) = 37)", count_n, a, 38, 1) + + for v in 0, 1: + for n in range(a.count(v) + 1): + i = count_n(a, n, v) + self.check_result(a, n, i, v) + self.assertEqual(a[:i].count(v), n) + self.assertEqual(i, self.count_n(a if v else ~a, n)) + self.assertEQUAL(a, b) + + def test_frozenbitarray(self): + a = frozenbitarray('001111101111101111101111100111100') + self.assertEqual(len(a), 33) + self.assertEqual(a.count(), 24) + self.assertEqual(count_n(a, 0), 0) + self.assertEqual(count_n(a, 10), 13) + self.assertEqual(count_n(a, 24), 31) + self.assertRaises(ValueError, count_n, a, -1) # n < 0 + self.assertRaises(ValueError, count_n, a, 25) # n > a.count() + self.assertRaises(ValueError, count_n, a, 34) # n > len(a) + for n in range(25): + self.check_result(a, n, count_n(a, n)) + + def test_ones(self): + n = randint(1, 100_000) + a = ones(n) + self.assertEqual(count_n(a, n), n) + self.assertRaises(ValueError, count_n, a, 1, 0) + self.assertRaises(ValueError, count_n, a, n + 1) + for _ in range(20): + i = randint(0, n) + self.assertEqual(count_n(a, i), i) + + def test_one_set(self): + n = randint(1, 100_000) + a = zeros(n) + self.assertEqual(count_n(a, 0), 0) + self.assertRaises(ValueError, count_n, a, 1) + for _ in range(20): + a.setall(0) + i = randrange(n) + a[i] = 1 + self.assertEqual(count_n(a, 1), i + 1) + self.assertRaises(ValueError, count_n, a, 2) + + def test_last(self): + for N in range(1, 1000): + a = zeros(N) + a[-1] = 1 + self.assertEqual(count_n(a, 1), N) + if N == 1: + msg = "n = 2 larger than bitarray length 1" + else: + msg = "n = 2 exceeds total count (a.count(1) = 1)" + self.assertRaisesMessage(ValueError, msg, count_n, a, 2) + + def test_primes(self): + a = gen_primes(10_000) + # there are 1229 primes below 10,000 + self.assertEqual(a.count(), 1229) + for n, p in [( 10, 29), # the 10th prime number is 29 + ( 100, 541), # the 100th prime number is 541 + (1000, 7919)]: # the 1000th prime number is 7919 + self.assertEqual(count_n(a, n) - 1, p) + + def test_large(self): + for _ in range(100): + N = randint(100_000, 250_000) + a = bitarray(N) + v = getrandbits(1) + a.setall(not v) + for _ in range(randrange(100)): + a[randrange(N)] = v + tc = a.count(v) # total count + i = count_n(a, tc, v) + self.check_result(a, tc, i, v) + n = tc + 1 + self.assertRaisesMessage(ValueError, "n = %d exceeds total count " + "(a.count(%d) = %d)" % (n, v, tc), + count_n, a, n, v) + for _ in range(20): + n = randint(0, tc) + i = count_n(a, n, v) + self.check_result(a, n, i, v) + +# --------------------------------------------------------------------------- + +class BitwiseCountTests(unittest.TestCase, Util): + + def test_count_byte(self): + for i in range(256): + a = bitarray(bytearray([i])) + cnt = a.count() + self.assertEqual(count_and(a, zeros(8)), 0) + self.assertEqual(count_and(a, ones(8)), cnt) + self.assertEqual(count_and(a, a), cnt) + self.assertEqual(count_or(a, zeros(8)), cnt) + self.assertEqual(count_or(a, ones(8)), 8) + self.assertEqual(count_or(a, a), cnt) + self.assertEqual(count_xor(a, zeros(8)), cnt) + self.assertEqual(count_xor(a, ones(8)), 8 - cnt) + self.assertEqual(count_xor(a, a), 0) + + def test_1(self): + a = bitarray('001111') + aa = a.copy() + b = bitarray('010011') + bb = b.copy() + self.assertEqual(count_and(a, b), 2) + self.assertEqual(count_or(a, b), 5) + self.assertEqual(count_xor(a, b), 3) + for f in count_and, count_or, count_xor: + # not two arguments + self.assertRaises(TypeError, f) + self.assertRaises(TypeError, f, a) + self.assertRaises(TypeError, f, a, b, 3) + # wrong argument types + self.assertRaises(TypeError, f, a, '') + self.assertRaises(TypeError, f, '1', b) + self.assertRaises(TypeError, f, a, 4) + self.assertEQUAL(a, aa) + self.assertEQUAL(b, bb) + + b.append(1) + for f in count_and, count_or, count_xor: + self.assertRaises(ValueError, f, a, b) + self.assertRaises(ValueError, f, + bitarray('110', 'big'), + bitarray('101', 'little')) + + def test_frozen(self): + a = frozenbitarray('001111') + b = frozenbitarray('010011') + self.assertEqual(count_and(a, b), 2) + self.assertEqual(count_or(a, b), 5) + self.assertEqual(count_xor(a, b), 3) + + def test_random(self): + for _ in range(100): + n = randrange(1000) + a = urandom_2(n) + b = urandom(n, a.endian) + self.assertEqual(count_and(a, b), (a & b).count()) + self.assertEqual(count_or(a, b), (a | b).count()) + self.assertEqual(count_xor(a, b), (a ^ b).count()) + + def test_misc(self): + for a in self.randombitarrays(): + n = len(a) + b = urandom(n, a.endian) + # any and + self.assertEqual(any(a & b), count_and(a, b) > 0) + self.assertEqual(any_and(a, b), any(a & b)) + # any or + self.assertEqual(any(a | b), count_or(a, b) > 0) + self.assertEqual(any(a | b), any(a) or any(b)) + # any xor + self.assertEqual(any(a ^ b), count_xor(a, b) > 0) + self.assertEqual(any(a ^ b), a != b) + + # all and + self.assertEqual(all(a & b), count_and(a, b) == n) + self.assertEqual(all(a & b), all(a) and all(b)) + # all or + self.assertEqual(all(a | b), count_or(a, b) == n) + # all xor + self.assertEqual(all(a ^ b), count_xor(a, b) == n) + self.assertEqual(all(a ^ b), a == ~b) + +# --------------------------- any_and() ----------------------------------- + +class BitwiseAnyTests(unittest.TestCase, Util): + + def test_basic(self): + a = frozenbitarray('0101') + b = bitarray('0111') + self.assertTrue(any_and(a, b)) + self.assertRaises(TypeError, any_and) + self.assertRaises(TypeError, any_and, a, 4) + b.append(1) + self.assertRaises(ValueError, any_and, a, b) + self.assertRaises(ValueError, any_and, + bitarray('01', 'little'), + bitarray('11', 'big')) + + def test_overlap(self): + n = 100 + for _ in range(500): + i1 = randint(0, n) + j1 = randint(i1, n) + r1 = range(i1, j1) + + i2 = randint(0, n) + j2 = randint(i2, n) + r2 = range(i2, j2) + + # test if ranges r1 and r2 overlap + res1 = bool(r1) and bool(r2) and (i2 in r1 or i1 in r2) + res2 = bool(set(r1) & set(r2)) + self.assertEqual(res1, res2) + + a1, a2 = bitarray(n), bitarray(n) + a1[i1:j1] = a2[i2:j2] = 1 + self.assertEqual(any_and(a1, a2), res1) + + def test_common(self): + n = 100 + for _ in range(500): + s1 = self.random_slice(n) + s2 = self.random_slice(n) + r1 = range(n)[s1] + r2 = range(n)[s2] + # test if ranges r1 and r2 have common items + a1, a2 = bitarray(n), bitarray(n) + a1[s1] = a2[s2] = 1 + self.assertEqual(any_and(a1, a2), bool(set(r1) & set(r2))) + + def check(self, a, b): + r = any_and(a, b) + self.assertEqual(type(r), bool) + self.assertEqual(r, any_and(b, a)) # symmetry + self.assertEqual(r, any(a & b)) + self.assertEqual(r, (a & b).any()) + self.assertEqual(r, count_and(a, b) > 0) + + def test_explitcit(self): + for a, b , res in [ + ('', '', False), + ('0', '1', False), + ('0', '0', False), + ('1', '1', True), + ('00011', '11100', False), + ('00001011 1', '01000100 1', True)]: + a = bitarray(a) + b = bitarray(b) + self.assertTrue(any_and(a, b) is res) + self.check(a, b) + + def test_random(self): + for a in self.randombitarrays(): + n = len(a) + b = urandom(n, a.endian) + self.check(a, b) + + def test_one(self): + for n in range(1, 300): + a = zeros(n) + b = urandom(n) + i = randrange(n) + a[i] = 1 + self.assertEqual(b[i], any_and(a, b)) + +# ---------------------------- subset() ----------------------------------- + +class SubsetTests(unittest.TestCase, Util): + + def test_basic(self): + a = frozenbitarray('0101') + b = bitarray('0111') + self.assertTrue(subset(a, b)) + self.assertFalse(subset(b, a)) + self.assertRaises(TypeError, subset) + self.assertRaises(TypeError, subset, a, '') + self.assertRaises(TypeError, subset, '1', b) + self.assertRaises(TypeError, subset, a, 4) + b.append(1) + self.assertRaises(ValueError, subset, a, b) + self.assertRaises(ValueError, subset, + bitarray('01', 'little'), + bitarray('11', 'big')) + + def check(self, a, b, res): + r = subset(a, b) + self.assertEqual(type(r), bool) + self.assertEqual(r, res) + self.assertEqual(a | b == b, res) + self.assertEqual(a & b == a, res) + + def test_True(self): + for a, b in [('', ''), ('0', '1'), ('0', '0'), ('1', '1'), + ('000', '111'), ('0101', '0111'), + ('000010111', '010011111')]: + self.check(bitarray(a), bitarray(b), True) + + def test_False(self): + for a, b in [('1', '0'), ('1101', '0111'), + ('0000101111', '0100111011')]: + self.check(bitarray(a), bitarray(b), False) + + def test_random(self): + for a in self.randombitarrays(start=1): + b = a.copy() + # we set one random bit in b to 1, so a is always a subset of b + b[randrange(len(a))] = 1 + self.check(a, b, True) + # but b is only a subset when they are equal + self.check(b, a, a == b) + # we set all bits in a, which ensures that b is a subset of a + a.setall(1) + self.check(b, a, True) + +# ------------------------- correspond_all() ------------------------------ + +class CorrespondAllTests(unittest.TestCase): + + def test_basic(self): + a = frozenbitarray('0101') + b = bitarray('0111') + self.assertTrue(correspond_all(a, b), (1, 1, 1, 1)) + self.assertRaises(TypeError, correspond_all) + b.append(1) + self.assertRaises(ValueError, correspond_all, a, b) + self.assertRaises(ValueError, correspond_all, + bitarray('01', 'little'), + bitarray('11', 'big')) + + def test_explitcit(self): + for a, b, res in [ + ('', '', (0, 0, 0, 0)), + ('0000011111', + '0000100111', (4, 1, 2, 3)), + ]: + self.assertEqual(correspond_all(bitarray(a), bitarray(b)), res) + + def test_random(self): + for _ in range(100): + n = randrange(3000) + a = urandom_2(n) + b = urandom(n, a.endian) + res = correspond_all(a, b) + self.assertEqual(res[0], count_and(~a, ~b)) + self.assertEqual(res[1], count_and(~a, b)) + self.assertEqual(res[2], count_and(a, ~b)) + self.assertEqual(res[3], count_and(a, b)) + + self.assertEqual(res[0], n - count_or(a, b)) + self.assertEqual(res[1] + res[2], count_xor(a, b)) + self.assertEqual(sum(res), n) + +# ----------------------------- byteswap() -------------------------------- + +@skipIf(is_pypy) +class ByteSwapTests(unittest.TestCase): + + def test_basic_bytearray(self): + a = bytearray(b"ABCD") + byteswap(a, 2) + self.assertEqual(a, bytearray(b"BADC")) + byteswap(a) + self.assertEqual(a, bytearray(b"CDAB")) + + a = bytearray(b"ABCDEF") + byteswap(a, 3) + self.assertEqual(a, bytearray(b"CBAFED")) + byteswap(a, 1) + self.assertEqual(a, bytearray(b"CBAFED")) + + def test_basic_bitarray(self): + a = bitarray("11110000 01010101") + byteswap(a) + self.assertEqual(a, bitarray("01010101 11110000")) + + a = bitarray("01111000 1001") + b = a.copy() + a.tobytes() # clear padbits + byteswap(a) + self.assertEqual(a, bitarray("10010000 0111")) + byteswap(a) + self.assertEqual(a, b) + + def test_basic_array(self): + r = os.urandom(64) + for typecode in array.typecodes: + # type code 'u' is deprecated and will be removed in Python 3.16 + if typecode == 'u': + continue + a = array.array(typecode, r) + self.assertEqual(len(a) * a.itemsize, 64) + a.byteswap() + byteswap(a, a.itemsize) + self.assertEqual(a.tobytes(), r) + + def test_empty(self): + a = bytearray() + byteswap(a) + self.assertEqual(a, bytearray()) + for n in range(10): + byteswap(a, n) + self.assertEqual(a, bytearray()) + + def test_one_byte(self): + a = bytearray(b'\xab') + byteswap(a) + self.assertEqual(a, bytearray(b'\xab')) + for n in range(2): + byteswap(a, n) + self.assertEqual(a, bytearray(b'\xab')) + + def test_errors(self): + # buffer not writable + for a in b"AB", frozenbitarray(16): + self.assertRaises(BufferError, byteswap, a) + + a = bytearray(b"ABCD") + b = bitarray(32) + for n in -1, 3, 5, 6: + # byte size not multiple of n + self.assertRaises(ValueError, byteswap, a, n) + self.assertRaises(ValueError, byteswap, b, n) + + def test_range(self): + for n in range(20): + for m in range(20): + r = os.urandom(m * n) + a = bytearray(r) + byteswap(a, n) + lst = [] + for i in range(m): + x = r[i * n:i * n + n] + lst.extend(x[::-1]) + self.assertEqual(a, bytearray(lst)) + + def test_reverse_bytearray(self): + for n in range(100): + r = os.urandom(n) + a = bytearray(r) + byteswap(a) + self.assertEqual(a, bytearray(r[::-1])) + + def test_reverse_bitarray(self): + for n in range(100): + a = urandom(8 * n) + b = a.copy() + byteswap(a) + a.bytereverse() + self.assertEqual(a, b[::-1]) + +# ------------------------------ parity() --------------------------------- + +class ParityTests(unittest.TestCase): + + def test_explitcit(self): + for s, res in [('', 0), ('1', 1), ('0010011', 1), ('10100110', 0)]: + self.assertTrue(parity(bitarray(s)) is res) + self.assertTrue(parity(frozenbitarray(s)) is res) + + def test_zeros_ones(self): + for n in range(2000): + self.assertEqual(parity(zeros(n)), 0) + self.assertEqual(parity(ones(n)), n % 2) + + def test_random(self): + endian = choice(["little", "big"]) + a = bitarray(endian=endian) + par = 0 + for i in range(2000): + self.assertEqual(parity(a), par) + self.assertEqual(par, a.count() % 2) + self.assertEqual(a.endian, endian) + self.assertEqual(len(a), i) + v = getrandbits(1) + a.append(v) + par ^= v + + def test_wrong_args(self): + self.assertRaises(TypeError, parity, '') + self.assertRaises(TypeError, parity, 1) + self.assertRaises(TypeError, parity) + self.assertRaises(TypeError, parity, bitarray("110"), 1) + +# ---------------------------- sum_indices() ------------------------------ + +class SumIndicesUtil(unittest.TestCase): + + def check_explicit(self, S): + for s, r1, r2 in [ + ("", 0, 0), ("0", 0, 0), ("1", 0, 0), ("11", 1, 1), + ("011", 3, 5), ("001", 2, 4), ("0001100", 7, 25), + ("00001111", 22, 126), ("01100111 1101", 49, 381), + ]: + for a in [bitarray(s, choice(['little', 'big'])), + frozenbitarray(s, choice(['little', 'big']))]: + self.assertEqual(S(a, 1), r1) + self.assertEqual(S(a, 2), r2) + self.assertEqual(a, bitarray(s)) + + def check_wrong_args(self, S): + self.assertRaises(TypeError, S, '') + self.assertRaises(TypeError, S, 1.0) + self.assertRaises(TypeError, S) + for mode in -1, 0, 3, 4: + self.assertRaises(ValueError, S, bitarray("110"), mode) + + def check_urandom(self, S, n): + a = urandom_2(n) + self.assertEqual(S(a, 1), sum(i for i, v in enumerate(a) if v)) + self.assertEqual(S(a, 2), sum(i * i for i, v in enumerate(a) if v)) + + def check_sparse(self, S, n, k, mode=1, freeze=False, inv=False): + a = zeros(n, choice(['little', 'big'])) + self.assertEqual(S(a, mode), 0) + self.assertFalse(a.any()) + + indices = sample(range(n), k) + a[indices] = 1 + res = sum(indices) if mode == 1 else sum(i * i for i in indices) + + if inv: + a.invert() + sum_ones = 3 if mode == 1 else 2 * n - 1 + sum_ones *= n * (n - 1) + sum_ones //= 6 + res = sum_ones - res + + if freeze: + a = frozenbitarray(a) + + c = a.copy() + self.assertEqual(a.count(), n - k if inv else k) + self.assertEqual(S(a, mode), res) + self.assertEqual(a, c) + + +class SSQI_Tests(SumIndicesUtil): + + # Additional tests for _ssqi() in: devel/test_sum_indices.py + + def test_explicit(self): + self.check_explicit(_ssqi) + + def test_wrong_args(self): + self.check_wrong_args(_ssqi) + + def test_small(self): + a = bitarray() + sm1 = sm2 = 0 + for i in range(100): + v = getrandbits(1) + a.append(v) + if v: + sm1 += i + sm2 += i * i + self.assertEqual(_ssqi(a, 1), sm1) + self.assertEqual(_ssqi(a, 2), sm2) + + def test_urandom(self): + self.check_urandom(_ssqi, 10_037) + + def test_sparse(self): + for _ in range(5): + mode = randint(1, 2) + freeze = getrandbits(1) + inv = getrandbits(1) + self.check_sparse(_ssqi, n=1_000_003, k=400, + mode=mode, freeze=freeze, inv=inv) + + +class SumIndicesTests(SumIndicesUtil): + + # Additional tests in: devel/test_sum_indices.py + + def test_explicit(self): + self.check_explicit(sum_indices) + a = gen_primes(100) + self.assertEqual(sum_indices(a, mode=1), 1_060) + self.assertEqual(sum_indices(a, mode=2), 65_796) + + def test_wrong_args(self): + self.check_wrong_args(sum_indices) + + def test_ones(self): + for mode in 1, 2: + self.check_sparse(sum_indices, n=1_600_037, k=0, + mode=mode, freeze=True, inv=True) + + def test_sparse(self): + for _ in range(20): + n = choice([500_029, 600_011]) # below and above block size + k = randrange(1_000) + mode = randint(1, 2) + freeze = getrandbits(1) + inv = getrandbits(1) + self.check_sparse(sum_indices, n, k, mode, freeze, inv) + +# --------------------------------------------------------------------------- + +class XoredIndicesTests(unittest.TestCase, Util): + + def test_explicit(self): + for s, r in [("", 0), ("0", 0), ("1", 0), ("11", 1), + ("011", 3), ("001", 2), ("0001100", 7), + ("01100111 1101", 13)]: + for a in [bitarray(s, self.random_endian()), + frozenbitarray(s, self.random_endian())]: + self.assertEqual(xor_indices(a), r) + + def test_wrong_args(self): + X = xor_indices + self.assertRaises(TypeError, X, '') + self.assertRaises(TypeError, X, 1) + self.assertRaises(TypeError, X) + self.assertRaises(TypeError, X, bitarray("110"), 1) + + def test_ones(self): + # OEIS A003815 + lst = [0, 1, 3, 0, 4, 1, 7, 0, 8, 1, 11, 0, 12, 1, 15, 0, 16, 1, 19] + self.assertEqual([xor_indices(ones(i)) for i in range(1, 20)], lst) + a = bitarray() + x = 0 + for i in range(1000): + a.append(1) + x ^= i + self.assertEqual(xor_indices(a), x) + if i < 19: + self.assertEqual(lst[i], x) + + def test_primes(self): + # OEIS A126084 + lst = [0, 2, 1, 4, 3, 8, 5, 20, 7, 16, 13, 18, 55, 30, 53, 26, 47] + primes = gen_primes(1000) + x = 0 + for i, p in enumerate(primes.search(1)): + self.assertEqual(xor_indices(primes[:p]), x) + if i < 17: + self.assertEqual(lst[i], x) + x ^= p + + def test_large_random(self): + n = 10_037 + for a in [urandom_2(n), frozenbitarray(urandom_2(n))]: + res = reduce(operator.xor, (i for i, v in enumerate(a) if v)) + b = a.copy() + self.assertEqual(xor_indices(a), res) + self.assertEqual(a, b) + + def test_random(self): + for a in self.randombitarrays(): + c = 0 + for i, v in enumerate(a): + c ^= i * v + self.assertEqual(xor_indices(a), c) + + def test_flips(self): + a = bitarray(128) + c = 0 + for _ in range(1000): + self.assertEqual(xor_indices(a), c) + i = randrange(len(a)) + a.invert(i) + c ^= i + + def test_error_correct(self): + parity_bits = [1, 2, 4, 8, 16, 32, 64, 128] # parity bit positions + a = urandom(256) + a[parity_bits] = 0 + c = xor_indices(a) + # set parity bits such that block is well prepared + a[parity_bits] = int2ba(c, length=8, endian="little") + for i in range(0, 256): + self.assertEqual(xor_indices(a), 0) # ensure well prepared + a.invert(i) + self.assertEqual(xor_indices(a), i) # index of the flipped bit! + a.invert(i) + +# ------------------ intervals of uninterrupted runs -------------------- + +def runs(a): + "return number of uninterrupted intervals of 1s and 0s" + n = len(a) + if n < 2: + return n + return 1 + count_xor(a[:-1], a[1:]) + +class IntervalsTests(unittest.TestCase, Util): + + def test_explicit(self): + for s, lst in [ + ('', []), + ('0', [(0, 0, 1)]), + ('1', [(1, 0, 1)]), + ('00111100 0000011', + [(0, 0, 2), (1, 2, 6), (0, 6, 13), (1, 13, 15)]), + ]: + a = bitarray(s) + self.assertEqual(list(intervals(a)), lst) + self.assertEqual(runs(a), len(lst)) + + def test_uniform(self): + for n in range(1, 100): + for v in 0, 1: + a = n * bitarray([v], self.random_endian()) + self.assertEqual(list(intervals(a)), [(v, 0, n)]) + self.assertEqual(runs(a), 1) + + def test_random(self): + for a in self.randombitarrays(): + n = len(a) + b = urandom(n) + for value, start, stop in intervals(a): + self.assertFalse(isinstance(value, bool)) + self.assertTrue(0 <= start < stop <= n) + b[start:stop] = value + self.assertEqual(a, b) + + def test_list_runs(self): + for a in self.randombitarrays(): + # list of length of runs of alternating bits + alt_runs = [stop - start for _, start, stop in intervals(a)] + self.assertEqual(len(alt_runs), runs(a)) + + b = bitarray() + v = a[0] if a else None # value of first run + for length in alt_runs: + self.assertTrue(length > 0) + b.extend(length * bitarray([v])) + v = not v + self.assertEqual(a, b) + +# -------------------------- ba2hex() hex2ba() --------------------------- + +class HexlifyTests(unittest.TestCase, Util): + + def test_explicit(self): + data = [ # little big + ('', '', ''), + ('1000', '1', '8'), + ('0101 0110', 'a6', '56'), + ('0100 1001 1101', '29b', '49d'), + ('0000 1100 1110 1111', '037f', '0cef'), + ] + for bs, hex_le, hex_be in data: + a_be = bitarray(bs, 'big') + a_le = bitarray(bs, 'little') + self.assertEQUAL(hex2ba(hex_be, 'big'), a_be) + self.assertEQUAL(hex2ba(hex_le, 'little'), a_le) + self.assertEqual(ba2hex(a_be), hex_be) + self.assertEqual(ba2hex(a_le), hex_le) + + def test_ba2hex_group(self): + a = bitarray('1000 0000 0101 1111', 'little') + self.assertEqual(ba2hex(a), "10af") + self.assertEqual(ba2hex(a, 0), "10af") + self.assertEqual(ba2hex(a, 1, ""), "10af") + self.assertEqual(ba2hex(a, 1), "1 0 a f") + self.assertEqual(ba2hex(a, group=2), "10 af") + self.assertEqual(ba2hex(a, 2, "-"), "10-af") + self.assertEqual(ba2hex(a, group=3, sep="_"), "10a_f") + self.assertEqual(ba2hex(a, 3, sep=", "), "10a, f") + + def test_ba2hex_errors(self): + self.assertRaises(TypeError, ba2hex) + self.assertRaises(TypeError, ba2hex, None) + self.assertRaises(TypeError, ba2hex, '101') + + # length not multiple of 4 + self.assertRaises(ValueError, ba2hex, bitarray('10')) + + a = bitarray('1000 0000 0101 1111', 'little') + self.assertRaises(ValueError, ba2hex, a, -1) + self.assertRaises(ValueError, ba2hex, a, group=-1) + # sep not str + self.assertRaises(TypeError, ba2hex, a, 1, b" ") + # embedded null character in sep + self.assertRaises(ValueError, ba2hex, a, 2, " \0") + + def test_hex2ba_whitespace(self): + self.assertEqual(hex2ba("F1 FA %s f3 c0" % whitespace), + bitarray("11110001 11111010 11110011 11000000")) + self.assertEQUAL(hex2ba(b' a F ', 'big'), + bitarray('1010 1111', 'big')) + self.assertEQUAL(hex2ba(860 * " " + '0 1D' + 590 * " ", 'little'), + bitarray('0000 1000 1011', 'little')) + + def test_hex2ba_errors(self): + self.assertRaises(TypeError, hex2ba, 0) + self.assertRaises(TypeError, hex2ba, "F", 1) + self.assertRaises(ValueError, hex2ba, "F", "foo") + + for s in '01a7g89', '0\u20ac', '0 \0', b'\x00': + self.assertRaises(ValueError, hex2ba, s) + + for s in 'g', 'ag', 'aag' 'aaaga', 'ag': + msg = "invalid digit found for base16, got 'g' (0x67)" + self.assertRaisesMessage(ValueError, msg, hex2ba, s, 'big') + + def test_hex2ba_types(self): + for c in 'e', 'E', b'e', b'E', bytearray(b'e'), bytearray(b'E'): + a = hex2ba(c, "big") + self.assertEqual(a.to01(), '1110') + self.assertEqual(a.endian, 'big') + self.assertEqual(type(a), bitarray) + + def test_random(self): + for _ in range(100): + endian = choice(["little", "big", None]) + a = urandom_2(4 * randrange(100), endian) + s = ba2hex(a, group=randrange(10), sep=choice(whitespace)) + b = hex2ba(s, endian) + self.assertEqual(b.endian, endian or get_default_endian()) + self.assertEqual(a, b) + self.check_obj(b) + + def test_hexdigits(self): + a = hex2ba(hexdigits) + self.assertEqual(len(a), 4 * len(hexdigits)) + self.assertEqual(type(a), bitarray) + self.check_obj(a) + + t = ba2hex(a) + self.assertEqual(t, hexdigits.lower()) + self.assertEqual(type(t), str) + self.assertEQUAL(a, hex2ba(t)) + + def test_binascii(self): + a = urandom(80, 'big') + s = binascii.hexlify(a.tobytes()).decode() + self.assertEqual(ba2hex(a), s) + b = bitarray(binascii.unhexlify(s), endian='big') + self.assertEQUAL(hex2ba(s, 'big'), b) + +# -------------------------- ba2base() base2ba() ------------------------- + +class BaseTests(unittest.TestCase, Util): + + def test_explicit(self): + data = [ # n little big + ('', 2, '', ''), + ('1 0 1', 2, '101', '101'), + ('11 01 00', 4, '320', '310'), + ('111 001', 8, '74', '71'), + ('1111 0001', 16, 'f8', 'f1'), + ('11111 00001', 32, '7Q', '7B'), + ('111111 000001', 64, '/g', '/B'), + ] + for bs, n, s_le, s_be in data: + a_le = bitarray(bs, 'little') + a_be = bitarray(bs, 'big') + self.assertEQUAL(base2ba(n, s_le, 'little'), a_le) + self.assertEQUAL(base2ba(n, s_be, 'big'), a_be) + self.assertEqual(ba2base(n, a_le), s_le) + self.assertEqual(ba2base(n, a_be), s_be) + + def test_base2ba_types(self): + for c in '7', b'7', bytearray(b'7'): + a = base2ba(32, c) + self.assertEqual(a.to01(), '11111') + self.assertEqual(type(a), bitarray) + + def test_base2ba_whitespace(self): + self.assertEqual(base2ba(8, bytearray(b"17 0"), "little"), + bitarray("100 111 000")) + self.assertEqual(base2ba(32, "7 A"), bitarray("11111 00000")) + self.assertEqual(base2ba(64, b"A /"), bitarray("000000 111111")) + for n in 2, 4, 8, 16, 32, 64: + a = base2ba(n, whitespace) + self.assertEqual(a, bitarray()) + a = urandom(60) + c = list(ba2base(n, a)) + for _ in range(randrange(80)): + c.insert(randint(0, len(c)), choice(whitespace)) + s = ''.join(c) + self.assertEqual(base2ba(n, s), a) + + def test_ba2base_group(self): + a = bitarray("001 011 100 111", "little") + self.assertEqual(ba2base(8, a, 3), "461 7") + self.assertEqual(ba2base(8, a, group=2), "46 17") + self.assertEqual(ba2base(8, a, sep="_", group=2), "46_17") + self.assertEqual(ba2base(8, a, 2, sep="."), "46.17") + for n, s, group, sep, res in [ + (2, '10100', 2, '-', '10-10-0'), + (4, '10 11 00 01', 1, "_", "2_3_0_1"), + (8, "101 100 011 101 001 010", 3, " ", "543 512"), + (8, "101 100 011 101 001 010", 3, "", "543512"), + (16, '1011 0001 1101 1010 1111', 4, "+", "b1da+f"), + (32, "10110 00111 01101 01111", 2, ", ", "WH, NP"), + (64, "101100 011101 101011 111110 101110", 2, ".", "sd.r+.u"), + ]: + a = bitarray(s, "big") + s = ba2base(n, a, group, sep) + self.assertEqual(type(s), str) + self.assertEqual(s, res) + + def test_empty(self): + for n in 2, 4, 8, 16, 32, 64: + a = base2ba(n, '') + self.assertEqual(a, bitarray()) + self.assertEqual(ba2base(n, a), '') + + def test_invalid_characters(self): + for n, s in ((2, '2'), (4, '4'), (8, '8'), (16, 'g'), (32, '8'), + (32, '1'), (32, 'a'), (64, '-'), (64, '_')): + msg = ("invalid digit found for base%d, " + "got '%s' (0x%02x)" % (n, s, ord(s))) + self.assertRaisesMessage(ValueError, msg, base2ba, n, s) + + for n in 2, 4, 8, 16, 32, 64: + for s in '_', '@', '[', '\u20ac', '\0', b'\0', b'\x80', b'\xff': + self.assertRaises(ValueError, base2ba, n, s) + msg = "invalid digit found for base%d, got '{' (0x7b)" % n + self.assertRaisesMessage(ValueError, msg, base2ba, n, '{') + + def test_invalid_args(self): + a = bitarray() + self.assertRaises(TypeError, ba2base, None, a) + self.assertRaises(TypeError, base2ba, None, '') + self.assertRaises(TypeError, ba2base, 16.0, a) + self.assertRaises(TypeError, base2ba, 16.0, '') + self.assertRaises(TypeError, ba2base, 32, None) + self.assertRaises(TypeError, base2ba, 32, None) + + for values, msg in [ + ([-1023, -16, -1, 0, 3, 5, 31, 48, 63, 129, 511, 4123], + "base must be a power of 2"), + ([1, 128, 256, 512, 1024, 2048, 4096, 8192], + "base must be 2, 4, 8, 16, 32 or 64")]: + for i in values: + self.assertRaisesMessage(ValueError, msg, ba2base, i, a) + self.assertRaisesMessage(ValueError, msg, base2ba, i, '') + + a = bitarray(29) + for m in range(2, 7): + msg = "bitarray length 29 not multiple of %d" % m + self.assertRaisesMessage(ValueError, msg, ba2base, 1 << m, a) + + def test_hexadecimal(self): + a = base2ba(16, 'F61', 'big') + self.assertEqual(a, bitarray('1111 0110 0001')) + self.assertEqual(ba2base(16, a), 'f61') + + for n in range(50): + s = ''.join(choices(hexdigits, k=n)) + endian = self.random_endian() + a = base2ba(16, s, endian) + self.assertEQUAL(a, hex2ba(s, endian)) + self.assertEqual(ba2base(16, a), ba2hex(a)) + + def test_base32(self): + msg = os.urandom(randint(10, 100) * 5) + s = base64.b32encode(msg).decode() + a = base2ba(32, s, 'big') + self.assertEqual(a.tobytes(), msg) + self.assertEqual(ba2base(32, a), s) + self.assertEqual(base64.b32decode(s), msg) + + def test_base64(self): + msg = os.urandom(randint(10, 100) * 3) + s = base64.standard_b64encode(msg).decode() + a = base2ba(64, s, 'big') + self.assertEqual(a.tobytes(), msg) + self.assertEqual(ba2base(64, a), s) + self.assertEqual(base64.standard_b64decode(s), msg) + + def test_primes(self): + primes = gen_primes(60, odd=True) + base_2 = primes.to01() + for n, endian, rep in [ + ( 2, "little", base_2), + ( 2, "big", base_2), + ( 4, "little", "232132030132012122122010132110"), + ( 4, "big", "131231030231021211211020231220"), + ( 8, "little", "65554155441515405550"), + ( 8, "big", "35551455114545105550"), + (16, "little", "e6bc4b46a921d61"), + (16, "big", "76d32d265948b68"), + (32, "little", "O3SJLSJTSI3C"), + (32, "big", "O3JS2JSZJC3I"), + (64, "little", "utMtkppEtF"), + (64, "big", "dtMtJllIto"), + ]: + a = bitarray(primes, endian) + s = ba2base(n, a) + self.assertEqual(type(s), str) + self.assertEqual(s, rep) + b = base2ba(n, rep, endian) + self.assertEqual(b, a) + self.assertEqual(type(b), bitarray) + self.assertEqual(b.endian, endian) + + alphabets = [ + # m n alphabet + (1, 2, '01'), + (2, 4, '0123'), + (3, 8, '01234567'), + (4, 16, '0123456789abcdef'), + (4, 16, '0123456789ABCDEF'), + (5, 32, 'ABCDEFGHIJKLMNOPQRSTUVWXYZ234567'), + (6, 64, 'ABCDEFGHIJKLMNOPQRSTUVWXYZabcdef' + 'ghijklmnopqrstuvwxyz0123456789+/'), + ] + + def test_alphabets(self): + for m, n, alphabet in self.alphabets: + self.assertEqual(1 << m, n) + self.assertEqual(len(alphabet), n) + for i, c in enumerate(alphabet): + endian = self.random_endian() + self.assertEqual(ba2int(base2ba(n, c, endian)), i) + if m == 4 and c in "ABCDEF": + c = chr(ord(c) + 32) + self.assertEqual(ba2base(n, int2ba(i, m, endian)), c) + + def test_not_alphabets(self): + for m, n, alphabet in self.alphabets: + for i in range(256): + c = chr(i) + if c in alphabet or c.isspace(): + continue + if n == 16 and c in hexdigits: + continue + self.assertRaises(ValueError, base2ba, n, c) + + def test_random(self): + for _ in range(100): + m = randint(1, 6) + a = urandom_2(m * randrange(100)) + n = 1 << m + s = ba2base(n, a, group=randrange(10), sep=randrange(5) * " ") + if m == 4 and getrandbits(1): + s = s.upper() + if getrandbits(1): + s = s.encode() + b = base2ba(n, s, a.endian) + self.assertEQUAL(a, b) + self.check_obj(b) + +# --------------------------- sparse compression ---------------------------- + +class SC_Tests(unittest.TestCase, Util): + + def test_explicit(self): + for b, bits, endian in [ + (b'\x00\0', '', 'little'), + (b'\x01\x03\x01\x03\0', '110', 'little'), + (b'\x01\x07\x01\x40\0', '0000001', 'little'), + (b'\x11\x07\x01\x02\0', '0000001', 'big'), + (b'\x01\x10\x02\xf0\x0f\0', '00001111 11110000', 'little'), + (b'\x11\x10\xa1\x0c\0', '00000000 00001000', 'big'), + (b'\x11\x09\xa1\x08\0', '00000000 1', 'big'), + (b'\x01g\xa4abde\0', 97 * '0' + '110110', 'little'), + ]: + a = bitarray(bits, endian) + self.assertEqual(sc_encode(a), b) + self.assertEQUAL(sc_decode(b), a) + + def test_encode_types(self): + for a in bitarray('1', 'big'), frozenbitarray('1', 'big'): + b = sc_encode(a) + self.assertEqual(type(b), bytes) + self.assertEqual(b, b'\x11\x01\x01\x80\0') + + for a in None, [], 0, 123, b'', b'\x00', 3.14: + self.assertRaises(TypeError, sc_encode, a) + + def test_decode_types(self): + blob = b'\x11\x03\x01\x20\0' + for b in blob, bytearray(blob), list(blob), array.array('B', blob): + a = sc_decode(b) + self.assertEqual(type(a), bitarray) + self.assertEqual(a.endian, 'big') + self.assertEqual(a.to01(), '001') + + a = [17, 3, 1, 32, 0] + self.assertEqual(sc_decode(a), bitarray("001")) + for x in 256, -1: + a[-1] = x + self.assertRaises(ValueError, sc_decode, a) + + self.assertRaises(TypeError, sc_decode, [0x02, None]) + for x in None, 3, 3.2, Ellipsis, 'foo': + self.assertRaises(TypeError, sc_decode, x) + + def test_decode_header_nbits(self): + for b, n in [ + (b'\x00\0', 0), + (b'\x01\x00\0', 0), + (b'\x01\x01\0', 1), + (b'\x02\x00\x00\0', 0), + (b'\x02\x00\x01\0', 256), + (b'\x03\x00\x00\x00\0', 0), + (b'\x03\x00\x00\x01\0', 65536), + ]: + a = sc_decode(b) + self.assertEqual(len(a), n) + self.assertFalse(a.any()) + + def test_decode_untouch(self): + stream = iter(b'\x01\x03\x01\x03\0XYZ') + self.assertEqual(sc_decode(stream), bitarray('110')) + self.assertEqual(next(stream), ord('X')) + + stream = iter([0x11, 0x05, 0x01, 0xff, 0, None, 'foo']) + self.assertEqual(sc_decode(stream), bitarray('11111')) + self.assertTrue(next(stream) is None) + self.assertEqual(next(stream), 'foo') + + def test_decode_header_errors(self): + # invalid header + for c in 0x20, 0x21, 0x40, 0x80, 0xc0, 0xf0, 0xff: + self.assertRaisesMessage(ValueError, + "invalid header: 0x%02x" % c, + sc_decode, [c]) + # invalid block head + for c in 0xc0, 0xc1, 0xc5, 0xff: + self.assertRaisesMessage(ValueError, + "invalid block head: 0x%02x" % c, + sc_decode, [0x01, 0x10, c]) + + def test_decode_header_overflow(self): + self.assertRaisesMessage( + OverflowError, + "sizeof(Py_ssize_t) = %d: cannot read 9 bytes" % PTRSIZE, + sc_decode, b'\x09' + 9 * b'\x00') + + self.assertRaisesMessage( + ValueError, + "read %d bytes got negative value: -1" % PTRSIZE, + sc_decode, [PTRSIZE] + PTRSIZE * [0xff]) + + if PTRSIZE == 4: + self.assertRaisesMessage( + OverflowError, + "sizeof(Py_ssize_t) = 4: cannot read 5 bytes", + sc_decode, b'\x05' + 5 * b'\x00') + + self.assertRaisesMessage( + ValueError, + "read 4 bytes got negative value: -2147483648", + sc_decode, b'\x04\x00\x00\x00\x80') + + def test_decode_errors(self): + # too many raw bytes + self.assertRaisesMessage( + ValueError, "decode error (raw): 0 + 2 > 1", + sc_decode, b"\x01\x05\x02\xff\xff\0") + self.assertRaisesMessage( + ValueError, "decode error (raw): 32 + 3 > 34", + sc_decode, b"\x02\x0f\x01\xa0\x03\xff\xff\xff\0") + + # sparse index too high + self.assertRaisesMessage( + ValueError, "decode error (n=1): 128 >= 128", + sc_decode, b"\x01\x80\xa1\x80\0") + self.assertRaisesMessage( + ValueError, "decode error (n=2): 512 >= 512", + sc_decode, b"\x02\x00\x02\xc2\x01\x00\x02\0") + self.assertRaisesMessage( + ValueError, "decode error (n=3): 32768 >= 32768", + sc_decode, b"\x02\x00\x80\xc3\x01\x00\x80\x00\0") + + msg = {4: "read 4 bytes got negative value: -2147483648", + 8: "decode error (n=4): 2147483648 >= 16"} + self.assertRaisesMessage( + ValueError, msg[PTRSIZE], + sc_decode, b"\x01\x10\xc4\x01\x00\x00\x00\x80\0") + + msg = {4: "read 4 bytes got negative value: -1", + 8: "decode error (n=4): 4294967295 >= 16"} + self.assertRaisesMessage( + ValueError, msg[PTRSIZE], + sc_decode, b"\x01\x10\xc4\x01\xff\xff\xff\xff\0") + + def test_decode_end_of_stream(self): + for stream in [b'', b'\x00', b'\x01', b'\x02\x77', + b'\x01\x04\x01', b'\x01\x04\xa1', b'\x01\x04\xa0']: + self.assertRaises(StopIteration, sc_decode, stream) + + def test_decode_ambiguity(self): + for b in [ + # raw: + b'\x11\x03\x01\x20\0', # this is what sc_encode gives us + b'\x11\x03\x01\x3f\0', # but we can set the pad bits to 1 + # sparse: + b'\x11\x03\xa1\x02\0', # block type 1 + b'\x11\x03\xc2\x01\x02\x00\0', # block type 2 + b'\x11\x03\xc3\x01\x02\x00\x00\0', # block type 3 + b'\x11\x03\xc4\x01\x02\x00\x00\x00\0', # block type 4 + ]: + a = sc_decode(b) + self.assertEqual(a.to01(), '001') + + def test_block_type0(self): + for k in range(0x01, 0xa0): + nbytes = k if k <= 32 else 32 * (k - 31) + nbits = 8 * nbytes + a = ones(nbits, "little") + b = bytearray([0x01, nbits] if nbits < 256 else + [0x02, nbits % 256, nbits // 256]) + b.append(k) + b.extend(a.tobytes()) + b.append(0) # stop byte + + self.assertEqual(sc_decode(b), a) + self.assertEqual(sc_encode(a), b) + + def test_block_type1(self): + a = bitarray(256, 'little') + for n in range(1, 32): + a[getrandbits(8)] = 1 + + b = bytearray([0x02, 0x00, 0x01, 0xa0 + a.count()]) + b.extend(list(a.search(1))) # sorted indices with no duplicates + b.append(0) # stop byte + + self.assertEqual(sc_decode(b), a) + self.assertEqual(sc_encode(a), b) + + def test_block_type2(self): + a = bitarray(65536, 'little') + for n in range(1, 256): + a[getrandbits(16)] = 1 + + b = bytearray([0x03, 0x00, 0x00, 0x01, 0xc2, a.count()]) + for i in a.search(1): + b.extend(struct.pack("= 2 * 4) + indices = sorted(set(choices(range(len(a)), k=5))) + a[indices] = 1 + b = bytearray(b'\x04\x00\x00\x00\x04\xc4') + b.append(len(indices)) + for i in indices: + b.extend(struct.pack(" 9) # count byte and second index byte + m += bool(i > 16) # third index byte + m += bool(i > 24) # fourth index byte + self.check_blob_length(a, m) + + def test_encode_ones(self): + for _ in range(10): + nbits = randrange(100_000) + a = ones(nbits) + m = 2 # head byte and stop byte + m += bits2bytes(nbits.bit_length()) # size bytes + nbytes = bits2bytes(nbits) + m += nbytes # actual raw bytes + # number of head bytes, all of block type 0: + m += bool(nbytes % 32) # number in 0x01 .. 0x1f + m += (nbytes // 32 + 127) // 128 # number in 0x20 .. 0xbf + self.check_blob_length(a, m) + + def round_trip(self, a): + c = a.copy() + i = iter(sc_encode(a)) + b = sc_decode(i) + self.assertTrue(a == b == c) + self.assertTrue(a.endian == b.endian == c.endian) + self.assertEqual(list(i), []) + + def test_random(self): + for _ in range(10): + n = randrange(100_000) + endian = self.random_endian() + a = ones(n, endian) + while a.count(): + a &= urandom(n, endian) + self.round_trip(a) + +# --------------------------------------------------------------------------- + +class VLFTests(unittest.TestCase, Util): + + def test_explicit(self): + for blob, s in [ + (b'\x40', ''), + (b'\x30', '0'), + (b'\x38', '1'), + (b'\x00', '0000'), + (b'\x01', '0001'), + (b'\xd3\x20', '001101'), + (b'\xe0\x40', '0000 1'), + (b'\x90\x02', '0000 000001'), + (b'\xb5\xa7\x18', '0101 0100111 0011'), + (b'\x95\xb7\x1c', '0101 0110111 001110'), + ]: + a = bitarray(s) + self.assertEqual(vl_encode(a), blob) + c = vl_decode(blob) + self.assertEqual(c, a) + self.assertEqual(c.endian, get_default_endian()) + + for endian in 'big', 'little', None: + a = bitarray(s, endian) + c = vl_encode(a) + self.assertEqual(type(c), bytes) + self.assertEqual(c, blob) + + c = vl_decode(blob, endian) + self.assertEqual(c, a) + self.assertEqual(c.endian, endian or get_default_endian()) + + def test_encode_types(self): + s = "0011 01" + for a in bitarray(s), frozenbitarray(s): + b = vl_encode(a) + self.assertEqual(type(b), bytes) + self.assertEqual(b, b'\xd3\x20') + + for a in None, [], 0, 123, b'', b'\x00', 3.14: + self.assertRaises(TypeError, vl_encode, a) + + def test_decode_types(self): + blob = b'\xd3\x20' + for s in (blob, iter(blob), memoryview(blob), iter([0xd3, 0x20]), + bytearray(blob)): + a = vl_decode(s, endian=self.random_endian()) + self.assertEqual(type(a), bitarray) + self.assertEqual(a, bitarray('0011 01')) + + # these objects are not iterable + for arg in None, 0, 1, 0.0: + self.assertRaises(TypeError, vl_decode, arg) + # these items cannot be interpreted as ints + for item in None, 2.34, Ellipsis, 'foo': + self.assertRaises(TypeError, vl_decode, iter([0x95, item])) + + def test_decode_args(self): + # item not integer + self.assertRaises(TypeError, vl_decode, iter([b'\x40'])) + + self.assertRaises(TypeError, vl_decode, b'\x40', 'big', 3) + self.assertRaises(ValueError, vl_decode, b'\x40', 'foo') + + def test_decode_trailing(self): + for s, bits in [(b'\x40ABC', ''), + (b'\xe0\x40A', '00001')]: + stream = iter(s) + self.assertEqual(vl_decode(stream), bitarray(bits)) + self.assertEqual(next(stream), 65) + + def test_decode_ambiguity(self): + for s in b'\x40', b'\x4f', b'\x45': + self.assertEqual(vl_decode(s), bitarray()) + for s in b'\x1e', b'\x1f': + self.assertEqual(vl_decode(s), bitarray('111')) + + def test_decode_stream(self): + stream = iter(b'\x40\x30\x38\x40\x2c\xe0\x40\xd3\x20') + for bits in '', '0', '1', '', '11', '0000 1', '0011 01': + self.assertEqual(vl_decode(stream), bitarray(bits)) + + arrays = [urandom(randrange(30)) for _ in range(1000)] + stream = iter(b''.join(vl_encode(a) for a in arrays)) + for a in arrays: + self.assertEqual(vl_decode(stream), a) + + def test_decode_errors(self): + # decode empty bytes + self.assertRaises(StopIteration, vl_decode, b'') + # invalid head byte + for s in [ + b'\x70', b'\xf0', # padding = 7 + b'\x50', b'\x60', b'\x70', # no second byte, but padding > 4 + ]: + self.assertRaisesMessage(ValueError, + "invalid head byte: 0x%02x" % s[0], + vl_decode, s) + # high bit set, but no terminating byte + for s in b'\x80', b'\x80\x80': + self.assertRaises(StopIteration, vl_decode, s) + # decode list with out of range items + for i in -1, 256: + self.assertRaises(ValueError, vl_decode, [i]) + # wrong type + self.assertRaises(TypeError, vl_decode, [None]) + + def test_decode_invalid_stream(self): + N = 100 + s = iter(N * (3 * [0x80] + ['XX']) + ['end.']) + for _ in range(N): + a = None + try: + a = vl_decode(s) + except TypeError: + pass + self.assertTrue(a is None) + self.assertEqual(next(s), 'end.') + + def test_explicit_zeros(self): + for n in range(100): + a = zeros(4 + n * 7) + s = n * b'\x80' + b'\x00' + self.assertEqual(vl_encode(a), s) + self.assertEqual(vl_decode(s), a) + + def round_trip(self, a): + c = a.copy() + s = vl_encode(a) + b = vl_decode(s) + self.check_obj(b) + self.assertTrue(a == b == c) + LEN_PAD_BITS = 3 + self.assertEqual(len(s), (len(a) + LEN_PAD_BITS + 6) // 7) + + head = s[0] + padding = (head & 0x70) >> 4 + self.assertEqual(len(a) + padding, 7 * len(s) - LEN_PAD_BITS) + + def test_large(self): + for _ in range(10): + a = urandom(randrange(100_000)) + self.round_trip(a) + + def test_random(self): + for a in self.randombitarrays(): + self.round_trip(a) + +# --------------------------------------------------------------------------- + +class IntegerizationTests(unittest.TestCase, Util): + + def test_ba2int(self): + self.assertEqual(ba2int(bitarray('0')), 0) + self.assertEqual(ba2int(bitarray('1')), 1) + self.assertEqual(ba2int(bitarray('00101', 'big')), 5) + self.assertEqual(ba2int(bitarray('00101', 'little')), 20) + self.assertEqual(ba2int(frozenbitarray('11')), 3) + self.assertRaises(ValueError, ba2int, bitarray()) + self.assertRaises(ValueError, ba2int, frozenbitarray()) + self.assertRaises(TypeError, ba2int, '101') + a = bitarray('111') + b = a.copy() + self.assertEqual(ba2int(a), 7) + # ensure original object wasn't altered + self.assertEQUAL(a, b) + + def test_ba2int_frozen(self): + for a in self.randombitarrays(start=1): + b = frozenbitarray(a) + self.assertEqual(ba2int(b), ba2int(a)) + self.assertEQUAL(a, b) + + def test_ba2int_random(self): + for a in self.randombitarrays(start=1): + b = bitarray(a, 'big') + self.assertEqual(a, b) + self.assertEqual(ba2int(b), int(b.to01(), 2)) + + def test_ba2int_bytes(self): + for n in range(1, 50): + a = urandom_2(8 * n) + c = bytearray(a.tobytes()) + i = 0 + for x in (c if a.endian == 'big' else reversed(c)): + i <<= 8 + i |= x + self.assertEqual(ba2int(a), i) + + def test_int2ba(self): + self.assertEqual(int2ba(0), bitarray('0')) + self.assertEqual(int2ba(1), bitarray('1')) + self.assertEqual(int2ba(5), bitarray('101')) + self.assertEQUAL(int2ba(6, endian='big'), bitarray('110', 'big')) + self.assertEQUAL(int2ba(6, endian='little'), + bitarray('011', 'little')) + self.assertRaises(TypeError, int2ba, 1.0) + self.assertRaises(TypeError, int2ba, 1, 3.0) + self.assertRaises(ValueError, int2ba, 1, 0) + self.assertRaises(TypeError, int2ba, 1, 10, 123) + self.assertRaises(ValueError, int2ba, 1, 10, 'asd') + # signed integer requires length + self.assertRaises(TypeError, int2ba, 100, signed=True) + + def test_signed(self): + for s, i in [ + ('0', 0), + ('1', -1), + ('00', 0), + ('10', 1), + ('01', -2), + ('11', -1), + ('000', 0), + ('100', 1), + ('010', 2), + ('110', 3), + ('001', -4), + ('101', -3), + ('011', -2), + ('111', -1), + ('00000', 0), + ('11110', 15), + ('00001', -16), + ('11111', -1), + ('00000000 0', 0), + ('11111111 0', 255), + ('00000000 1', -256), + ('11111111 1', -1), + ]: + self.assertEqual(ba2int(bitarray(s, 'little'), signed=1), i) + self.assertEqual(ba2int(bitarray(s[::-1], 'big'), signed=1), i) + + len_s = len(bitarray(s)) + self.assertEQUAL(int2ba(i, len_s, 'little', signed=1), + bitarray(s, 'little')) + self.assertEQUAL(int2ba(i, len_s, 'big', signed=1), + bitarray(s[::-1], 'big')) + + def test_zero(self): + for endian in "little", "big": + a = int2ba(0, endian=endian) + self.assertEQUAL(a, bitarray('0', endian=endian)) + for n in range(1, 100): + a = int2ba(0, length=n, endian=endian, signed=True) + b = bitarray(n * '0', endian) + self.assertEQUAL(a, b) + for signed in 0, 1: + self.assertEqual(ba2int(b, signed=signed), 0) + + def test_negative_one(self): + for endian in "little", "big": + for n in range(1, 100): + a = int2ba(-1, length=n, endian=endian, signed=True) + b = bitarray(n * '1', endian) + self.assertEQUAL(a, b) + self.assertEqual(ba2int(b, signed=True), -1) + + def test_int2ba_overflow(self): + self.assertRaises(OverflowError, int2ba, -1) + self.assertRaises(OverflowError, int2ba, -1, 4) + + self.assertRaises(OverflowError, int2ba, 128, 7) + self.assertRaises(OverflowError, int2ba, 64, 7, signed=1) + self.assertRaises(OverflowError, int2ba, -65, 7, signed=1) + + for n in range(1, 20): + self.assertRaises(OverflowError, int2ba, 1 << n, n) + self.assertRaises(OverflowError, int2ba, 1 << (n - 1), n, + signed=1) + self.assertRaises(OverflowError, int2ba, -(1 << (n - 1)) - 1, n, + signed=1) + + def test_int2ba_length(self): + self.assertRaises(TypeError, int2ba, 0, 1.0) + self.assertRaises(ValueError, int2ba, 0, 0) + self.assertEqual(int2ba(5, length=6, endian='big'), + bitarray('000101')) + for n in range(1, 100): + ab = int2ba(1, n, 'big') + al = int2ba(1, n, 'little') + self.assertEqual(ab.endian, 'big') + self.assertEqual(al.endian, 'little') + self.assertEqual(len(ab), n), + self.assertEqual(len(al), n) + self.assertEqual(ab, bitarray((n - 1) * '0') + bitarray('1')) + self.assertEqual(al, bitarray('1') + bitarray((n - 1) * '0')) + + ab = int2ba(0, n, 'big') + al = int2ba(0, n, 'little') + self.assertEqual(len(ab), n) + self.assertEqual(len(al), n) + self.assertEqual(ab, bitarray(n * '0', 'big')) + self.assertEqual(al, bitarray(n * '0', 'little')) + + self.assertEqual(int2ba(2 ** n - 1), bitarray(n * '1')) + self.assertEqual(int2ba(2 ** n - 1, endian='little'), + bitarray(n * '1')) + + def test_explicit(self): + for i, sa in [( 0, '0'), (1, '1'), + ( 2, '10'), (3, '11'), + (25, '11001'), (265, '100001001'), + (3691038, '1110000101001000011110')]: + ab = bitarray(sa, 'big') + al = bitarray(sa[::-1], 'little') + self.assertEQUAL(int2ba(i), ab) + self.assertEQUAL(int2ba(i, endian='big'), ab) + self.assertEQUAL(int2ba(i, endian='little'), al) + self.assertEqual(ba2int(ab), ba2int(al), i) + + def check_round_trip(self, i): + for endian in 'big', 'little': + a = int2ba(i, endian=endian) + self.check_obj(a) + self.assertEqual(a.endian, endian) + self.assertTrue(len(a) > 0) + # ensure we have no leading zeros + if a.endian == 'big': + self.assertTrue(len(a) == 1 or a.index(1) == 0) + self.assertEqual(ba2int(a), i) + if i > 0: + self.assertEqual(i.bit_length(), len(a)) + # add a few trailing / leading zeros to bitarray + if endian == 'big': + a = zeros(randrange(4), endian) + a + else: + a = a + zeros(randrange(4), endian) + self.assertEqual(a.endian, endian) + self.assertEqual(ba2int(a), i) + + def test_many(self): + for _ in range(20): + self.check_round_trip(randrange(10 ** randint(3, 300))) + + @staticmethod + def twos_complement(i, num_bits): + # https://en.wikipedia.org/wiki/Two%27s_complement + mask = 2 ** (num_bits - 1) + return -(i & mask) + (i & ~mask) + + def test_random_signed(self): + for a in self.randombitarrays(start=1): + i = ba2int(a, signed=True) + b = int2ba(i, len(a), a.endian, signed=True) + self.assertEQUAL(a, b) + + j = ba2int(a, signed=False) # unsigned + if i >= 0: + self.assertEqual(i, j) + + self.assertEqual(i, self.twos_complement(j, len(a))) + +# --------------------------------------------------------------------------- + +class MixedTests(unittest.TestCase, Util): + + def test_bin(self): + for _ in range(20): + i = randrange(1000) + s = bin(i) + self.assertEqual(s[:2], '0b') + a = bitarray(s[2:], 'big') + self.assertEqual(ba2int(a), i) + t = a.to01() + self.assertEqual(t, s[2:]) + self.assertEqual(int(t, 2), i) + + def test_oct(self): + for _ in range(20): + i = randrange(1000) + s = oct(i) + self.assertEqual(s[:2], '0o') + a = base2ba(8, s[2:], 'big') + self.assertEqual(ba2int(a), i) + t = ba2base(8, a) + self.assertEqual(t, s[2:]) + self.assertEqual(int(t, 8), i) + + def test_hex(self): + for _ in range(20): + i = randrange(1000) + s = hex(i) + self.assertEqual(s[:2], '0x') + a = hex2ba(s[2:], 'big') + self.assertEqual(ba2int(a), i) + t = ba2hex(a) + self.assertEqual(t, s[2:]) + self.assertEqual(int(t, 16), i) + + def test_bitwise(self): + for a in self.randombitarrays(start=1): + b = urandom(len(a), a.endian) + aa = a.copy() + bb = b.copy() + i = ba2int(a) + j = ba2int(b) + self.assertEqual(ba2int(a & b), i & j) + self.assertEqual(ba2int(a | b), i | j) + self.assertEqual(ba2int(a ^ b), i ^ j) + + n = randint(0, len(a)) + if a.endian == 'big': + self.assertEqual(ba2int(a >> n), i >> n) + c = zeros(len(a), 'big') + a + self.assertEqual(ba2int(c << n), i << n) + + self.assertEQUAL(a, aa) + self.assertEQUAL(b, bb) + + def test_bitwise_inplace(self): + for a in self.randombitarrays(start=1): + b = urandom(len(a), a.endian) + bb = b.copy() + i = ba2int(a) + j = ba2int(b) + c = a.copy() + c &= b + self.assertEqual(ba2int(c), i & j) + c = a.copy() + c |= b + self.assertEqual(ba2int(c), i | j) + c = a.copy() + c ^= b + self.assertEqual(ba2int(c), i ^ j) + self.assertEQUAL(b, bb) + + n = randint(0, len(a)) + if a.endian == 'big': + c = a.copy() + c >>= n + self.assertEqual(ba2int(c), i >> n) + c = zeros(len(a), 'big') + a + c <<= n + self.assertEqual(ba2int(c), i << n) + +# ---------------------- serialize() deserialize() ----------------------- + +class SerializationTests(unittest.TestCase, Util): + + def test_explicit(self): + for blob, endian, bits in [ + (b'\x00', 'little', ''), + (b'\x07\x01', 'little', '1'), + (b'\x17\x80', 'big', '1'), + (b'\x13\xf8', 'big', '11111'), + (b'\x00\x0f', 'little', '11110000'), + (b'\x10\xf0', 'big', '11110000'), + (b'\x12\x87\xd8', 'big', '10000111 110110') + ]: + a = bitarray(bits, endian) + s = serialize(a) + self.assertEqual(blob, s) + self.assertEqual(type(s), bytes) + + b = deserialize(blob) + self.assertEqual(b, a) + self.assertEqual(b.endian, endian) + self.assertEqual(type(b), bitarray) + + def test_serialize_args(self): + for x in '0', 0, 1, b'\x00', 0.0, [0, 1], bytearray([0]): + self.assertRaises(TypeError, serialize, x) + # no arguments + self.assertRaises(TypeError, serialize) + # too many arguments + self.assertRaises(TypeError, serialize, bitarray(), 1) + + for a in bitarray('0111', 'big'), frozenbitarray('0111', 'big'): + self.assertEqual(serialize(a), b'\x14\x70') + + def test_deserialize_args(self): + for x in 0, 1, False, True, None, '', '01', 0.0, [0, 1]: + self.assertRaises(TypeError, deserialize, x) + # no arguments + self.assertRaises(TypeError, deserialize) + # too many arguments + self.assertRaises(TypeError, deserialize, b'\x00', 1) + + blob = b'\x03\x06' + x = bitarray(blob) + for s in blob, bytearray(blob), memoryview(blob), x: + a = deserialize(s) + self.assertEqual(a.to01(), '01100') + self.assertEqual(a.endian, 'little') + + def test_invalid_bytes(self): + self.assertRaises(ValueError, deserialize, b'') + + def check_msg(b): + msg = "invalid header byte: 0x%02x" % b[0] + self.assertRaisesMessage(ValueError, msg, deserialize, b) + + for i in range(256): + b = bytearray([i]) + if i == 0 or i == 16: + self.assertEqual(deserialize(b), bitarray()) + else: + self.assertRaises(ValueError, deserialize, b) + check_msg(b) + + b.append(0) + if i < 32 and i % 16 < 8: + self.assertEqual(deserialize(b), zeros(8 - i % 8)) + else: + self.assertRaises(ValueError, deserialize, b) + check_msg(b) + + def test_padbits_ignored(self): + for blob, endian in [ + (b'\x07\x01', 'little'), + (b'\x07\x03', 'little'), + (b'\x07\xff', 'little'), + (b'\x17\x80', 'big'), + (b'\x17\xc0', 'big'), + (b'\x17\xff', 'big'), + ]: + a = deserialize(blob) + self.assertEqual(a.to01(), '1') + self.assertEqual(a.endian, endian) + + def test_random(self): + for a in self.randombitarrays(): + b = serialize(a) + c = deserialize(b) + self.assertEqual(a, c) + self.assertEqual(a.endian, c.endian) + self.check_obj(c) + +# --------------------------------------------------------------------------- + +class HuffmanTreeTests(unittest.TestCase): # tests for _huffman_tree() + + def test_empty(self): + freq = {} + self.assertRaises(IndexError, _huffman_tree, freq) + + def test_one_symbol(self): + freq = {"A": 1} + tree = _huffman_tree(freq) + self.assertEqual(tree.symbol, "A") + self.assertEqual(tree.freq, 1) + self.assertRaises(AttributeError, getattr, tree, 'child') + + def test_two_symbols(self): + freq = {"A": 1, "B": 1} + tree = _huffman_tree(freq) + self.assertRaises(AttributeError, getattr, tree, 'symbol') + self.assertEqual(tree.freq, 2) + self.assertEqual(tree.child[0].symbol, "A") + self.assertEqual(tree.child[0].freq, 1) + self.assertEqual(tree.child[1].symbol, "B") + self.assertEqual(tree.child[1].freq, 1) + + +class HuffmanTests(unittest.TestCase): + + def test_simple(self): + freq = {0: 10, 'as': 2, None: 1.6} + code = huffman_code(freq) + self.assertEqual(len(code), 3) + self.assertEqual(len(code[0]), 1) + self.assertEqual(len(code['as']), 2) + self.assertEqual(len(code[None]), 2) + + def test_endianness(self): + freq = {'A': 10, 'B': 2, 'C': 5} + for endian in 'big', 'little': + code = huffman_code(freq, endian) + self.assertEqual(len(code), 3) + for v in code.values(): + self.assertEqual(v.endian, endian) + + def test_wrong_arg(self): + self.assertRaises(TypeError, huffman_code, [('a', 1)]) + self.assertRaises(TypeError, huffman_code, 123) + self.assertRaises(TypeError, huffman_code, None) + # cannot compare 'a' with 1 + self.assertRaises(TypeError, huffman_code, {'A': 'a', 'B': 1}) + # frequency map cannot be empty + self.assertRaises(ValueError, huffman_code, {}) + + def test_one_symbol(self): + cnt = {'a': 1} + code = huffman_code(cnt) + self.assertEqual(code, {'a': bitarray('0')}) + for n in range(4): + msg = n * ['a'] + a = bitarray() + a.encode(code, msg) + self.assertEqual(a.to01(), n * '0') + self.assertEqual(list(a.decode(code)), msg) + a.append(1) + self.assertRaises(ValueError, list, a.decode(code)) + + def check_tree(self, code): + n = len(code) + tree = decodetree(code) + self.assertEqual(tree.todict(), code) + # ensure tree has 2n-1 nodes (n symbol nodes and n-1 internal nodes) + self.assertEqual(tree.nodes(), 2 * n - 1) + # a proper Huffman tree is complete + self.assertTrue(tree.complete()) + + def test_balanced(self): + n = 6 + freq = {} + for i in range(1 << n): + freq[i] = 1 + code = huffman_code(freq) + self.assertEqual(len(code), 1 << n) + self.assertTrue(all(len(v) == n for v in code.values())) + self.check_tree(code) + + def test_unbalanced(self): + n = 27 + freq = {} + for i in range(n): + freq[i] = 1 << i + code = huffman_code(freq) + self.assertEqual(len(code), n) + for i in range(n): + self.assertEqual(len(code[i]), n - max(1, i)) + self.check_tree(code) + + def test_counter(self): + message = 'the quick brown fox jumps over the lazy dog.' + code = huffman_code(Counter(message)) + a = bitarray() + a.encode(code, message) + self.assertEqual(''.join(a.decode(code)), message) + self.check_tree(code) + + def test_random_list(self): + plain = choices(range(100), k=500) + code = huffman_code(Counter(plain)) + a = bitarray() + a.encode(code, plain) + self.assertEqual(list(a.decode(code)), plain) + self.check_tree(code) + + def test_random_freq(self): + for n in 2, 3, 4, randint(5, 200): + # create Huffman code for n symbols + code = huffman_code({i: random() for i in range(n)}) + self.check_tree(code) + +# --------------------------------------------------------------------------- + +class CanonicalHuffmanTests(unittest.TestCase, Util): + + def test_basic(self): + plain = bytearray(b'the quick brown fox jumps over the lazy dog.') + chc, count, symbol = canonical_huffman(Counter(plain)) + self.assertEqual(type(chc), dict) + self.assertEqual(type(count), list) + self.assertEqual(type(symbol), list) + a = bitarray() + a.encode(chc, plain) + self.assertEqual(bytearray(a.decode(chc)), plain) + self.assertEqual(bytearray(canonical_decode(a, count, symbol)), plain) + + def test_example(self): + cnt = {'a': 5, 'b': 3, 'c': 1, 'd': 1, 'r': 2} + codedict, count, symbol = canonical_huffman(cnt) + self.assertEqual(codedict, {'a': bitarray('0'), + 'b': bitarray('10'), + 'c': bitarray('1110'), + 'd': bitarray('1111'), + 'r': bitarray('110')}) + self.assertEqual(count, [0, 1, 1, 1, 2]) + self.assertEqual(symbol, ['a', 'b', 'r', 'c', 'd']) + a = bitarray('01011001110011110101100') + msg = "abracadabra" + self.assertEqual(''.join(a.decode(codedict)), msg) + self.assertEqual(''.join(canonical_decode(a, count, symbol)), msg) + + def test_canonical_huffman_errors(self): + self.assertRaises(TypeError, canonical_huffman, []) + # frequency map cannot be empty + self.assertRaises(ValueError, canonical_huffman, {}) + self.assertRaises(TypeError, canonical_huffman) + cnt = huffman_code(Counter('aabc')) + self.assertRaises(TypeError, canonical_huffman, cnt, 'a') + + def test_one_symbol(self): + cnt = {'a': 1} + chc, count, symbol = canonical_huffman(cnt) + self.assertEqual(chc, {'a': bitarray('0')}) + self.assertEqual(count, [0, 1]) + self.assertEqual(symbol, ['a']) + for n in range(4): + msg = n * ['a'] + a = bitarray() + a.encode(chc, msg) + self.assertEqual(a.to01(), n * '0') + self.assertEqual(list(canonical_decode(a, count, symbol)), msg) + a.append(1) + self.assertRaises(ValueError, list, + canonical_decode(a, count, symbol)) + + def test_canonical_decode_errors(self): + a = bitarray('1101') + s = ['a'] + # bitarray not of bitarray type + self.assertRaises(TypeError, canonical_decode, '11', [0, 1], s) + # count not sequence + self.assertRaises(TypeError, canonical_decode, a, {0, 1}, s) + # count element not an int + self.assertRaises(TypeError, canonical_decode, a, [0, 1.0], s) + # count element overflow + self.assertRaises(OverflowError, canonical_decode, a, [0, 1 << 65], s) + # symbol not sequence + self.assertRaises(TypeError, canonical_decode, a, [0, 1], 43) + + symbol = ['a', 'b', 'c', 'd'] + # sum(count) != len(symbol) + self.assertRaisesMessage(ValueError, + "sum(count) = 3, but len(symbol) = 4", + canonical_decode, a, [0, 1, 2], symbol) + # count list too long + self.assertRaisesMessage(ValueError, + "len(count) cannot be larger than 32", + canonical_decode, a, 33 * [0], symbol) + + def test_canonical_decode_count_range(self): + a = bitarray() + for i in range(1, 32): + count = 32 * [0] + # negative count + count[i] = -1 + self.assertRaisesMessage(ValueError, + "count[%d] not in [0..%d], got -1" % (i, 1 << i), + canonical_decode, a, count, []) + + maxbits = 1 << i + count[i] = maxbits + if i == 31 and PTRSIZE == 4: + self.assertRaises(OverflowError, + canonical_decode, a, count, []) + continue + self.assertRaisesMessage(ValueError, + "sum(count) = %d, but len(symbol) = 0" % maxbits, + canonical_decode, a, count, []) + + count[i] = maxbits + 1 + self.assertRaisesMessage(ValueError, + "count[%d] not in [0..%d], got %d" % (i, maxbits, count[i]), + canonical_decode, a, count, []) + + iter = canonical_decode(a, 32 * [0], []) + self.assertEqual(list(iter), []) + + def test_canonical_decode_simple(self): + # symbols can be anything, they do not even have to be hashable here + cnt = [0, 0, 4] + s = ['A', 42, [1.2-3.7j, 4j], {'B': 6}] + a = bitarray('00 01 10 11') + # count can be a list + self.assertEqual(list(canonical_decode(a, cnt, s)), s) + # count can also be a tuple (any sequence object in fact) + self.assertEqual(list(canonical_decode(a, (0, 0, 4), s)), s) + self.assertEqual(list(canonical_decode(7 * a, cnt, s)), 7 * s) + # the count list may have extra 0's at the end (but not too many) + count = [0, 0, 4, 0, 0, 0, 0, 0] + self.assertEqual(list(canonical_decode(a, count, s)), s) + # the element count[0] is unused + self.assertEqual(list(canonical_decode(a, [-47, 0, 4], s)), s) + # in fact it can be anything, as it is entirely ignored + self.assertEqual(list(canonical_decode(a, [None, 0, 4], s)), s) + + # the symbol argument can be any sequence object + s = [65, 66, 67, 98] + self.assertEqual(list(canonical_decode(a, cnt, s)), s) + self.assertEqual(list(canonical_decode(a, cnt, bytearray(s))), s) + self.assertEqual(list(canonical_decode(a, cnt, tuple(s))), s) + self.assertEqual(list(canonical_decode(a, cnt, bytes(s))), s) + # Implementation Note: + # The symbol can even be an iterable. This was done because we + # want to use PySequence_Fast in order to convert sequence + # objects (like bytes and bytearray) to a list. This is faster + # as all objects are now elements in an array of pointers (as + # opposed to having the object's __getitem__ method called on + # every iteration). + self.assertEqual(list(canonical_decode(a, cnt, iter(s))), s) + + def test_canonical_decode_empty(self): + a = bitarray() + # count and symbol are empty, ok because sum([]) == len([]) + self.assertEqual(list(canonical_decode(a, [], [])), []) + a.append(0) + self.assertRaisesMessage(ValueError, "reached end of bitarray", + list, canonical_decode(a, [], [])) + a = bitarray(31 * '0') + self.assertRaisesMessage(ValueError, "ran out of codes", + list, canonical_decode(a, [], [])) + + def test_canonical_decode_one_symbol(self): + symbols = ['A'] + count = [0, 1] + a = bitarray('000') + self.assertEqual(list(canonical_decode(a, count, symbols)), + 3 * symbols) + a.append(1) + a.extend(bitarray(10 * '0')) + iterator = canonical_decode(a, count, symbols) + self.assertRaisesMessage(ValueError, "reached end of bitarray", + list, iterator) + + a.extend(bitarray(20 * '0')) + iterator = canonical_decode(a, count, symbols) + self.assertRaisesMessage(ValueError, "ran out of codes", + list, iterator) + + def test_canonical_decode_large(self): + with open(__file__, 'rb') as f: + msg = bytearray(f.read()) + self.assertTrue(len(msg) > 50000) + codedict, count, symbol = canonical_huffman(Counter(msg)) + a = bitarray() + a.encode(codedict, msg) + self.assertEqual(bytearray(canonical_decode(a, count, symbol)), msg) + self.check_code(codedict, count, symbol) + + def test_canonical_decode_symbol_change(self): + msg = bytearray(b"Hello World!") + codedict, count, symbol = canonical_huffman(Counter(msg)) + self.check_code(codedict, count, symbol) + a = bitarray() + a.encode(codedict, 10 * msg) + + it = canonical_decode(a, count, symbol) + def decode_one_msg(): + return bytearray(next(it) for _ in range(len(msg))) + + self.assertEqual(decode_one_msg(), msg) + symbol[symbol.index(ord("l"))] = ord("k") + self.assertEqual(decode_one_msg(), bytearray(b"Hekko Workd!")) + del symbol[:] + self.assertRaises(IndexError, decode_one_msg) + + def ensure_sorted(self, chc, symbol): + # ensure codes are sorted + for i in range(len(symbol) - 1): + a = chc[symbol[i]] + b = chc[symbol[i + 1]] + self.assertTrue(ba2int(a) < ba2int(b)) + + def ensure_consecutive(self, chc, count, symbol): + start = 0 + for nbits, cnt in enumerate(count): + for i in range(start, start + cnt - 1): + # ensure two consecutive codes (with same bit length) have + # consecutive integer values + a = chc[symbol[i]] + b = chc[symbol[i + 1]] + self.assertTrue(len(a) == len(b) == nbits) + self.assertEqual(ba2int(a) + 1, ba2int(b)) + start += cnt + + def ensure_count(self, chc, count): + # ensure count list corresponds to length counts from codedict + maxbits = len(count) - 1 + self.assertEqual(maxbits, max(len(a) for a in chc.values())) + my_count = (maxbits + 1) * [0] + for a in chc.values(): + self.assertEqual(a.endian, 'big') + my_count[len(a)] += 1 + self.assertEqual(my_count, count) + + def ensure_complete(self, count): + # ensure code is complete and not oversubscribed + len_c = len(count) + x = sum(count[i] << (len_c - i) for i in range(1, len_c)) + self.assertEqual(x, 1 << len_c) + + def ensure_complete_2(self, chc): + # ensure code is complete + dt = decodetree(chc) + self.assertTrue(dt.complete()) + + def ensure_round_trip(self, chc, count, symbol): + # create a short test message, encode and decode + msg = choices(symbol, k=10) + a = bitarray() + a.encode(chc, msg) + it = canonical_decode(a, count, symbol) + # the iterator holds a reference to the bitarray and symbol list + del a, count, symbol + self.assertEqual(type(it).__name__, 'canonical_decodeiter') + self.assertEqual(list(it), msg) + + def check_code(self, chc, count, symbol): + self.assertTrue(len(chc) == len(symbol) == sum(count)) + self.assertEqual(count[0], 0) # no codes have length 0 + self.assertTrue(set(chc) == set(symbol)) + # the code of the last symbol has all 1 bits + self.assertTrue(chc[symbol[-1]].all()) + # the code of the first symbol starts with bit 0 + self.assertFalse(chc[symbol[0]][0]) + + self.ensure_sorted(chc, symbol) + self.ensure_consecutive(chc, count, symbol) + self.ensure_count(chc, count) + self.ensure_complete(count) + self.ensure_complete_2(chc) + self.ensure_round_trip(chc, count, symbol) + + def test_simple_counter(self): + plain = bytearray(b'the quick brown fox jumps over the lazy dog.') + cnt = Counter(plain) + self.check_code(*canonical_huffman(cnt)) + + def test_no_comp(self): + freq = {None: 1, "A": 1} # None and "A" are not comparable + self.check_code(*canonical_huffman(freq)) + + def test_balanced(self): + n = 7 + freq = {} + for i in range(1 << n): + freq[i] = 1 + code, count, sym = canonical_huffman(freq) + self.assertEqual(len(code), 1 << n) + self.assertTrue(all(len(v) == n for v in code.values())) + self.check_code(code, count, sym) + + def test_unbalanced(self): + n = 32 + freq = {} + for i in range(n): + freq[i] = 1 << i + code = canonical_huffman(freq)[0] + self.assertEqual(len(code), n) + for i in range(n): + self.assertEqual(len(code[i]), n - max(1, i)) + self.check_code(*canonical_huffman(freq)) + + def test_random_freq(self): + for n in 2, 3, 4, randint(5, 200): + freq = {i: random() for i in range(n)} + self.check_code(*canonical_huffman(freq)) + +# --------------------------------------------------------------------------- + +if __name__ == '__main__': + unittest.main() diff --git a/venv/lib/python3.12/site-packages/bitarray/util.py b/venv/lib/python3.12/site-packages/bitarray/util.py new file mode 100644 index 0000000..34fd311 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/util.py @@ -0,0 +1,632 @@ +# Copyright (c) 2019 - 2025, Ilan Schnell; All Rights Reserved +# bitarray is published under the PSF license. +# +# Author: Ilan Schnell +""" +Useful utilities for working with bitarrays. +""" +import os +import sys +import math +import random + +from bitarray import bitarray, bits2bytes + +from bitarray._util import ( + zeros, ones, count_n, parity, _ssqi, xor_indices, + count_and, count_or, count_xor, any_and, subset, + correspond_all, byteswap, + serialize, deserialize, + ba2hex, hex2ba, + ba2base, base2ba, + sc_encode, sc_decode, + vl_encode, vl_decode, + canonical_decode, +) + +__all__ = [ + 'zeros', 'ones', 'urandom', 'random_k', 'random_p', 'gen_primes', + 'pprint', 'strip', 'count_n', + 'parity', 'sum_indices', 'xor_indices', + 'count_and', 'count_or', 'count_xor', 'any_and', 'subset', + 'correspond_all', 'byteswap', 'intervals', + 'ba2hex', 'hex2ba', + 'ba2base', 'base2ba', + 'ba2int', 'int2ba', + 'serialize', 'deserialize', + 'sc_encode', 'sc_decode', + 'vl_encode', 'vl_decode', + 'huffman_code', 'canonical_huffman', 'canonical_decode', +] + + +def urandom(__length, endian=None): + """urandom(n, /, endian=None) -> bitarray + +Return random bitarray of length `n` (uses `os.urandom()`). +""" + a = bitarray(os.urandom(bits2bytes(__length)), endian) + del a[__length:] + return a + + +def random_k(__n, k, endian=None): + """random_k(n, /, k, endian=None) -> bitarray + +Return (pseudo-) random bitarray of length `n` with `k` elements +set to one. Mathematically equivalent to setting (in a bitarray of +length `n`) all bits at indices `random.sample(range(n), k)` to one. +The random bitarrays are reproducible when giving Python's `random.seed()` +a specific seed value. +""" + r = _Random(__n, endian) + if not isinstance(k, int): + raise TypeError("int expected, got '%s'" % type(k).__name__) + + return r.random_k(k) + + +def random_p(__n, p=0.5, endian=None): + """random_p(n, /, p=0.5, endian=None) -> bitarray + +Return (pseudo-) random bitarray of length `n`, where each bit has +probability `p` of being one (independent of any other bits). Mathematically +equivalent to `bitarray((random() < p for _ in range(n)), endian)`, but much +faster for large `n`. The random bitarrays are reproducible when giving +Python's `random.seed()` with a specific seed value. + +This function requires Python 3.12 or higher, as it depends on the standard +library function `random.binomialvariate()`. Raises `NotImplementedError` +when Python version is too low. +""" + if sys.version_info[:2] < (3, 12): + raise NotImplementedError("bitarray.util.random_p() requires " + "Python 3.12 or higher") + r = _Random(__n, endian) + return r.random_p(p) + + +class _Random: + + # The main reason for this class it to enable testing functionality + # individually in the test class Random_P_Tests in 'test_util.py'. + # The test class also contains many comments and explanations. + # To better understand how the algorithm works, see ./doc/random_p.rst + # See also, VerificationTests in devel/test_random.py + + # maximal number of calls to .random_half() in .combine() + M = 8 + + # number of resulting probability intervals + K = 1 << M + + # limit for setting individual bits randomly + SMALL_P = 0.01 + + def __init__(self, n=0, endian=None): + self.n = n + self.nbytes = bits2bytes(n) + self.endian = endian + + def random_half(self): + """ + Return bitarray with each bit having probability p = 1/2 of being 1. + """ + nbytes = self.nbytes + # use random module function for reproducibility (not urandom()) + b = random.getrandbits(8 * nbytes).to_bytes(nbytes, 'little') + a = bitarray(b, self.endian) + del a[self.n:] + return a + + def op_seq(self, i): + """ + Return bitarray containing operator sequence. + Each item represents a bitwise operation: 0: AND 1: OR + After applying the sequence (see .combine_half()), we + obtain a bitarray with probability q = i / K + """ + if not 0 < i < self.K: + raise ValueError("0 < i < %d, got i = %d" % (self.K, i)) + + # sequence of &, | operations - least significant operations first + a = bitarray(i.to_bytes(2, byteorder="little"), "little") + return a[a.index(1) + 1 : self.M] + + def combine_half(self, seq): + """ + Combine random bitarrays with probability 1/2 + according to given operator sequence. + """ + a = self.random_half() + for k in seq: + if k: + a |= self.random_half() + else: + a &= self.random_half() + return a + + def random_k(self, k): + n = self.n + # error check inputs and handle edge cases + if k <= 0 or k >= n: + if k == 0: + return zeros(n, self.endian) + if k == n: + return ones(n, self.endian) + raise ValueError("k must be in range 0 <= k <= n, got %s" % k) + + # exploit symmetry to establish: k <= n // 2 + if k > n // 2: + a = self.random_k(n - k) + a.invert() # use in-place to avoid copying + return a + + # decide on sequence, see VerificationTests devel/test_random.py + if k < 16 or k * self.K < 3 * n: + i = 0 + else: + p = k / n # p <= 0.5 + p -= (0.2 - 0.4 * p) / math.sqrt(n) + i = int(p * (self.K + 1)) + + # combine random bitarrays using bitwise AND and OR operations + if i < 3: + a = zeros(n, self.endian) + diff = -k + else: + a = self.combine_half(self.op_seq(i)) + diff = a.count() - k + + randrange = random.randrange + if diff < 0: # not enough bits 1 - increase count + for _ in range(-diff): + i = randrange(n) + while a[i]: + i = randrange(n) + a[i] = 1 + elif diff > 0: # too many bits 1 - decrease count + for _ in range(diff): + i = randrange(n) + while not a[i]: + i = randrange(n) + a[i] = 0 + + return a + + def random_p(self, p): + # error check inputs and handle edge cases + if p <= 0.0 or p == 0.5 or p >= 1.0: + if p == 0.0: + return zeros(self.n, self.endian) + if p == 0.5: + return self.random_half() + if p == 1.0: + return ones(self.n, self.endian) + raise ValueError("p must be in range 0.0 <= p <= 1.0, got %s" % p) + + # for small n, use literal definition + if self.n < 16: + return bitarray((random.random() < p for _ in range(self.n)), + self.endian) + + # exploit symmetry to establish: p < 0.5 + if p > 0.5: + a = self.random_p(1.0 - p) + a.invert() # use in-place to avoid copying + return a + + # for small p, set randomly individual bits + if p < self.SMALL_P: + return self.random_k(random.binomialvariate(self.n, p)) + + # calculate operator sequence + i = int(p * self.K) + if p * (self.K + 1) > i + 1: # see devel/test_random.py + i += 1 + seq = self.op_seq(i) + q = i / self.K + + # when n is small compared to number of operations, also use literal + if self.n < 100 and self.nbytes <= len(seq) + 3 * bool(q != p): + return bitarray((random.random() < p for _ in range(self.n)), + self.endian) + + # combine random bitarrays using bitwise AND and OR operations + a = self.combine_half(seq) + if q < p: + x = (p - q) / (1.0 - q) + a |= self.random_p(x) + elif q > p: + x = p / q + a &= self.random_p(x) + + return a + + +def gen_primes(__n, endian=None, odd=False): + """gen_primes(n, /, endian=None, odd=False) -> bitarray + +Generate a bitarray of length `n` in which active indices are prime numbers. +By default (`odd=False`), active indices correspond to prime numbers directly. +When `odd=True`, only odd prime numbers are represented in the resulting +bitarray `a`, and `a[i]` corresponds to `2*i+1` being prime or not. +""" + n = int(__n) + if n < 0: + raise ValueError("bitarray length must be >= 0") + + if odd: + a = ones(105, endian) # 105 = 3 * 5 * 7 + a[1::3] = 0 + a[2::5] = 0 + a[3::7] = 0 + f = "01110110" + else: + a = ones(210, endian) # 210 = 2 * 3 * 5 * 7 + for i in 2, 3, 5, 7: + a[::i] = 0 + f = "00110101" + + # repeating the array many times is faster than setting the multiples + # of the low primes to 0 + a *= (n + len(a) - 1) // len(a) + a[:8] = bitarray(f, endian) + del a[n:] + # perform sieve starting at 11 + if odd: + for i in a.search(1, 5, int(math.sqrt(n // 2) + 1.0)): # 11//2 = 5 + j = 2 * i + 1 + a[(j * j) // 2 :: j] = 0 + else: + # i*i is always odd, and even bits are already set to 0: use step 2*i + for i in a.search(1, 11, int(math.sqrt(n) + 1.0)): + a[i * i :: 2 * i] = 0 + return a + + +def sum_indices(__a, mode=1): + """sum_indices(a, /, mode=1) -> int + +Return sum of indices of all active bits in bitarray `a`. +Equivalent to `sum(i for i, v in enumerate(a) if v)`. +`mode=2` sums square of indices. +""" + if mode not in (1, 2): + raise ValueError("unexpected mode %r" % mode) + + # For details see: devel/test_sum_indices.py + n = 1 << 19 # block size 512 Kbits + if len(__a) <= n: # shortcut for single block + return _ssqi(__a, mode) + + # Constants + m = n // 8 # block size in bytes + o1 = n * (n - 1) // 2 + o2 = o1 * (2 * n - 1) // 3 + + nblocks = (len(__a) + n - 1) // n + padbits = __a.padbits + sm = 0 + for i in range(nblocks): + # use memoryview to avoid copying memory + v = memoryview(__a)[i * m : (i + 1) * m] + block = bitarray(None, __a.endian, buffer=v) + if padbits and i == nblocks - 1: + if block.readonly: + block = bitarray(block) + block[-padbits:] = 0 + + k = block.count() + if k: + y = n * i + z1 = o1 if k == n else _ssqi(block) + if mode == 1: + sm += k * y + z1 + else: + z2 = o2 if k == n else _ssqi(block, 2) + sm += (k * y + 2 * z1) * y + z2 + + return sm + + +def pprint(__a, stream=None, group=8, indent=4, width=80): + """pprint(bitarray, /, stream=None, group=8, indent=4, width=80) + +Pretty-print bitarray object to `stream`, defaults is `sys.stdout`. +By default, bits are grouped in bytes (8 bits), and 64 bits per line. +Non-bitarray objects are printed using `pprint.pprint()`. +""" + if stream is None: + stream = sys.stdout + + if not isinstance(__a, bitarray): + import pprint as _pprint + _pprint.pprint(__a, stream=stream, indent=indent, width=width) + return + + group = int(group) + if group < 1: + raise ValueError('group must be >= 1') + indent = int(indent) + if indent < 0: + raise ValueError('indent must be >= 0') + width = int(width) + if width <= indent: + raise ValueError('width must be > %d (indent)' % indent) + + gpl = (width - indent) // (group + 1) # groups per line + epl = group * gpl # elements per line + if epl == 0: + epl = width - indent - 2 + type_name = type(__a).__name__ + # here 4 is len("'()'") + multiline = len(type_name) + 4 + len(__a) + len(__a) // group >= width + if multiline: + quotes = "'''" + elif __a: + quotes = "'" + else: + quotes = "" + + stream.write("%s(%s" % (type_name, quotes)) + for i, b in enumerate(__a): + if multiline and i % epl == 0: + stream.write('\n%s' % (indent * ' ')) + if i % group == 0 and i % epl != 0: + stream.write(' ') + stream.write(str(b)) + + if multiline: + stream.write('\n') + + stream.write("%s)\n" % quotes) + stream.flush() + + +def strip(__a, mode='right'): + """strip(bitarray, /, mode='right') -> bitarray + +Return a new bitarray with zeros stripped from left, right or both ends. +Allowed values for mode are the strings: `left`, `right`, `both` +""" + if not isinstance(mode, str): + raise TypeError("str expected for mode, got '%s'" % + type(__a).__name__) + if mode not in ('left', 'right', 'both'): + raise ValueError("mode must be 'left', 'right' or 'both', got %r" % + mode) + + start = None if mode == 'right' else __a.find(1) + if start == -1: + return __a[:0] + stop = None if mode == 'left' else __a.find(1, right=1) + 1 + return __a[start:stop] + + +def intervals(__a): + """intervals(bitarray, /) -> iterator + +Compute all uninterrupted intervals of 1s and 0s, and return an +iterator over tuples `(value, start, stop)`. The intervals are guaranteed +to be in order, and their size is always non-zero (`stop - start > 0`). +""" + try: + value = __a[0] # value of current interval + except IndexError: + return + n = len(__a) + stop = 0 # "previous" stop - becomes next start + + while stop < n: + start = stop + # assert __a[start] == value + try: # find next occurrence of opposite value + stop = __a.index(not value, start) + except ValueError: + stop = n + yield int(value), start, stop + value = not value # next interval has opposite value + + +def ba2int(__a, signed=False): + """ba2int(bitarray, /, signed=False) -> int + +Convert the given bitarray to an integer. +The bit-endianness of the bitarray is respected. +`signed` indicates whether two's complement is used to represent the integer. +""" + if not isinstance(__a, bitarray): + raise TypeError("bitarray expected, got '%s'" % type(__a).__name__) + length = len(__a) + if length == 0: + raise ValueError("non-empty bitarray expected") + + if __a.padbits: + pad = zeros(__a.padbits, __a.endian) + __a = __a + pad if __a.endian == "little" else pad + __a + + res = int.from_bytes(__a.tobytes(), byteorder=__a.endian) + + if signed and res >> length - 1: + res -= 1 << length + return res + + +def int2ba(__i, length=None, endian=None, signed=False): + """int2ba(int, /, length=None, endian=None, signed=False) -> bitarray + +Convert the given integer to a bitarray (with given bit-endianness, +and no leading (big-endian) / trailing (little-endian) zeros), unless +the `length` of the bitarray is provided. An `OverflowError` is raised +if the integer is not representable with the given number of bits. +`signed` determines whether two's complement is used to represent the integer, +and requires `length` to be provided. +""" + if not isinstance(__i, int): + raise TypeError("int expected, got '%s'" % type(__i).__name__) + if length is not None: + if not isinstance(length, int): + raise TypeError("int expected for argument 'length'") + if length <= 0: + raise ValueError("length must be > 0") + + if signed: + if length is None: + raise TypeError("signed requires argument 'length'") + m = 1 << length - 1 + if not (-m <= __i < m): + raise OverflowError("signed integer not in range(%d, %d), " + "got %d" % (-m, m, __i)) + if __i < 0: + __i += 1 << length + else: # unsigned + if length and __i >> length: + raise OverflowError("unsigned integer not in range(0, %d), " + "got %d" % (1 << length, __i)) + + a = bitarray(0, endian) + b = __i.to_bytes(bits2bytes(__i.bit_length()), byteorder=a.endian) + a.frombytes(b) + le = a.endian == 'little' + if length is None: + return strip(a, 'right' if le else 'left') if a else a + '0' + + if len(a) > length: + return a[:length] if le else a[-length:] + if len(a) == length: + return a + # len(a) < length, we need padding + pad = zeros(length - len(a), a.endian) + return a + pad if le else pad + a + +# ------------------------------ Huffman coding ----------------------------- + +def _huffman_tree(__freq_map): + """_huffman_tree(dict, /) -> Node + +Given a dict mapping symbols to their frequency, construct a Huffman tree +and return its root node. +""" + from heapq import heappush, heappop + + class Node(object): + """ + There are to tyes of Node instances (both have 'freq' attribute): + * leaf node: has 'symbol' attribute + * parent node: has 'child' attribute (tuple with both children) + """ + def __lt__(self, other): + # heapq needs to be able to compare the nodes + return self.freq < other.freq + + minheap = [] + # create all leaf nodes and push them onto the queue + for sym, f in __freq_map.items(): + leaf = Node() + leaf.symbol = sym + leaf.freq = f + heappush(minheap, leaf) + + # repeat the process until only one node remains + while len(minheap) > 1: + # take the two nodes with lowest frequencies from the queue + # to construct a new parent node and push it onto the queue + parent = Node() + parent.child = heappop(minheap), heappop(minheap) + parent.freq = parent.child[0].freq + parent.child[1].freq + heappush(minheap, parent) + + # the single remaining node is the root of the Huffman tree + return minheap[0] + + +def huffman_code(__freq_map, endian=None): + """huffman_code(dict, /, endian=None) -> dict + +Given a frequency map, a dictionary mapping symbols to their frequency, +calculate the Huffman code, i.e. a dict mapping those symbols to +bitarrays (with given bit-endianness). Note that the symbols are not limited +to being strings. Symbols may be any hashable object. +""" + if not isinstance(__freq_map, dict): + raise TypeError("dict expected, got '%s'" % type(__freq_map).__name__) + + if len(__freq_map) < 2: + if len(__freq_map) == 0: + raise ValueError("cannot create Huffman code with no symbols") + # Only one symbol: Normally if only one symbol is given, the code + # could be represented with zero bits. However here, the code should + # be at least one bit for the .encode() and .decode() methods to work. + # So we represent the symbol by a single code of length one, in + # particular one 0 bit. This is an incomplete code, since if a 1 bit + # is received, it has no meaning and will result in an error. + sym = list(__freq_map)[0] + return {sym: bitarray('0', endian)} + + result = {} + + def traverse(nd, prefix=bitarray(0, endian)): + try: # leaf + result[nd.symbol] = prefix + except AttributeError: # parent, so traverse each child + traverse(nd.child[0], prefix + '0') + traverse(nd.child[1], prefix + '1') + + traverse(_huffman_tree(__freq_map)) + return result + + +def canonical_huffman(__freq_map): + """canonical_huffman(dict, /) -> tuple + +Given a frequency map, a dictionary mapping symbols to their frequency, +calculate the canonical Huffman code. Returns a tuple containing: + +0. the canonical Huffman code as a dict mapping symbols to bitarrays +1. a list containing the number of symbols of each code length +2. a list of symbols in canonical order + +Note: the two lists may be used as input for `canonical_decode()`. +""" + if not isinstance(__freq_map, dict): + raise TypeError("dict expected, got '%s'" % type(__freq_map).__name__) + + if len(__freq_map) < 2: + if len(__freq_map) == 0: + raise ValueError("cannot create Huffman code with no symbols") + # Only one symbol: see note above in huffman_code() + sym = list(__freq_map)[0] + return {sym: bitarray('0', 'big')}, [0, 1], [sym] + + code_length = {} # map symbols to their code length + + def traverse(nd, length=0): + # traverse the Huffman tree, but (unlike in huffman_code() above) we + # now just simply record the length for reaching each symbol + try: # leaf + code_length[nd.symbol] = length + except AttributeError: # parent, so traverse each child + traverse(nd.child[0], length + 1) + traverse(nd.child[1], length + 1) + + traverse(_huffman_tree(__freq_map)) + + # We now have a mapping of symbols to their code length, which is all we + # need to construct a list of tuples (symbol, code length) sorted by + # code length: + table = sorted(code_length.items(), key=lambda item: item[1]) + + maxbits = table[-1][1] + codedict = {} + count = (maxbits + 1) * [0] + + code = 0 + for i, (sym, length) in enumerate(table): + codedict[sym] = int2ba(code, length, 'big') + count[length] += 1 + if i + 1 < len(table): + code += 1 + code <<= table[i + 1][1] - length + + return codedict, count, [item[0] for item in table] diff --git a/venv/lib/python3.12/site-packages/bitarray/util.pyi b/venv/lib/python3.12/site-packages/bitarray/util.pyi new file mode 100644 index 0000000..1411e56 --- /dev/null +++ b/venv/lib/python3.12/site-packages/bitarray/util.pyi @@ -0,0 +1,84 @@ +# Copyright (c) 2021 - 2025, Ilan Schnell; All Rights Reserved + +from collections import Counter +from collections.abc import Iterable, Iterator, Sequence +from typing import Any, AnyStr, BinaryIO, Optional, Union + +from bitarray import bitarray, BytesLike, CodeDict + + +FreqMap = Union[Counter[int], dict[Any, Union[int, float]]] + + +def zeros(length: int, endian: Optional[str] = ...) -> bitarray: ... +def ones(length: int, endian: Optional[str] = ...) -> bitarray: ... + +def urandom(length: int, endian: Optional[str] = ...) -> bitarray: ... +def random_p(n: int, + p = ..., + endian: Optional[str] = ...) -> bitarray: ... +def random_k(n: int, + k: int, + endian: Optional[str] = ...) -> bitarray: ... +def gen_primes(n: int, + endian: Optional[str] = ..., + odd: Optional[bool] = ...) -> bitarray: ... + +def pprint(a: Any, stream: BinaryIO = ..., + group: int = ..., + indent: int = ..., + width: int = ...) -> None: ... + +def strip(a: bitarray, mode: str = ...) -> bitarray: ... + +def count_n(a: bitarray, + n: int, + value: int = ...) -> int: ... + +def parity(a: bitarray) -> int: ... +def sum_indices(a: bitarray, mode: int = ...) -> int: ... +def xor_indices(a: bitarray) -> int: ... +def count_and(a: bitarray, b: bitarray) -> int: ... +def count_or(a: bitarray, b: bitarray) -> int: ... +def count_xor(a: bitarray, b: bitarray) -> int: ... +def any_and(a: bitarray, b: bitarray) -> bool: ... +def subset(a: bitarray, b: bitarray) -> bool: ... +def correspond_all(a: bitarray, b: bitarray) -> tuple: ... +def byteswap(a: BytesLike, n: int) -> None: ... + +def intervals(a: bitarray) -> Iterator: ... + +def ba2hex(a: bitarray, + group: int = ..., + sep: str = ...) -> str: ... +def hex2ba(s: AnyStr, + endian: Optional[str] = ...) -> bitarray: ... +def ba2base(n: int, + a: bitarray, + group: int = ..., + sep: str = ...) -> str: ... +def base2ba(n: int, + s: AnyStr, + endian: Optional[str] = ...) -> bitarray: ... + +def ba2int(a: bitarray, signed: int = ...) -> int: ... +def int2ba(i: int, + length: int = ..., + endian: str = ..., + signed: int = ...) -> bitarray: ... + +def serialize(a: bitarray) -> bytes: ... +def deserialize(b: BytesLike) -> bitarray: ... +def sc_encode(a: bitarray) -> bytes: ... +def sc_decode(stream: Iterable[int]) -> bitarray: ... +def vl_encode(a: bitarray) -> bytes: ... +def vl_decode(stream: Iterable[int], + endian: Optional[str] = ...) -> bitarray: ... + +def _huffman_tree(freq_map: FreqMap) -> Any: ... +def huffman_code(freq_map: FreqMap, + endian: Optional[str] = ...) -> CodeDict: ... +def canonical_huffman(Freq_Map) -> tuple[CodeDict, list, list]: ... +def canonical_decode(a: bitarray, + count: Sequence[int], + symbol: Iterable[Any]) -> Iterator: ... diff --git a/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/METADATA b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/METADATA new file mode 100644 index 0000000..7c546a5 --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/METADATA @@ -0,0 +1,20 @@ +Metadata-Version: 2.3 +Name: easybits +Version: 0.1.4 +Summary: A friendly interface for exploring bits. +Author: Chris Proctor +Author-email: chris@chrisproctor.net +Requires-Python: >=3.9,<4.0 +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: 3.13 +Requires-Dist: bitarray (>=3.0.0,<4.0.0) +Description-Content-Type: text/markdown + +# Easybits + +A friendly interface for exploring bits. + diff --git a/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/RECORD b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/RECORD new file mode 100644 index 0000000..3631ec8 --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/RECORD @@ -0,0 +1,11 @@ +easybits-0.1.4.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +easybits-0.1.4.dist-info/METADATA,sha256=ZSqDCyY0XWhgZREZ_lMaTKSJiglvwBUdc9_3Qhq-pxI,627 +easybits-0.1.4.dist-info/RECORD,, +easybits-0.1.4.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +easybits-0.1.4.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88 +easybits/__init__.py,sha256=na58npOKL8pdkPpaG06rTvv8EX1BQaNYx_K0tisschA,3456 +easybits/__pycache__/__init__.cpython-312.pyc,, +easybits/__pycache__/errors.cpython-312.pyc,, +easybits/__pycache__/util.cpython-312.pyc,, +easybits/errors.py,sha256=MPQGCYUave-PCKP4IkfIS2NJzL2j2KH2W3rlPofsigo,478 +easybits/util.py,sha256=mPo6AyWfZrfz5m31sFylHsEdMQt0OixEgpN-U-ZPIuU,118 diff --git a/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/REQUESTED b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/WHEEL b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/WHEEL new file mode 100644 index 0000000..31eaa52 --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits-0.1.4.dist-info/WHEEL @@ -0,0 +1,4 @@ +Wheel-Version: 1.0 +Generator: poetry-core 2.0.0 +Root-Is-Purelib: true +Tag: py3-none-any diff --git a/venv/lib/python3.12/site-packages/easybits/__init__.py b/venv/lib/python3.12/site-packages/easybits/__init__.py new file mode 100644 index 0000000..fef11ff --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits/__init__.py @@ -0,0 +1,121 @@ +from bitarray import bitarray +from bitarray.util import ( + zeros, + ones, + int2ba, + ba2int, +) +from easybits.util import is_bit_string +from easybits.errors import ( + NotEnoughBits, + IntegersRequireLength, + IntegerAdditionRequiresSameLength, +) + +class Bits(bitarray): + """A wrapper around bitarray with a more idiomatic interface for beginners. + - Integers are always signed. + """ + + default_text_encoding = 'ascii' + + @classmethod + def zeros(cls, length): + return Bits(zeros(length)) + + @classmethod + def ones(cls, length): + return Bits(ones(length)) + + def __new__(cls, value=None, length=None, encoding=None): + if value is None: + bits = bitarray(length or 0) + elif isinstance(value, bytes): + bits = bitarray() + bits.frombytes(value) + elif isinstance(value, bool): + bits = bitarray([value]) + elif isinstance(value, int): + if not length: + raise IntegersRequireLength() + bits = int2ba(value, length=length, signed=True) + elif isinstance(value, str): + if encoding: + bits = bitarray() + bits.frombytes(value.encode(encoding)) + elif is_bit_string(value): + bits = bitarray(value) + else: + bits = bitarray() + bits.frombytes(value.encode(cls.default_text_encoding)) + elif isinstance(value, list): + bits = bitarray(value) + elif isinstance(value, bitarray): + bits = value + else: + raise ValueError(f"Can't create bits from {value}") + if length: + if length < len(bits): + raise NotEnoughBits(value, length) + else: + sized_bits = bitarray(length) + sized_bits[-len(bits):] = bits + else: + sized_bits = bits + return super().__new__(cls, sized_bits) + + def __str__(self): + return self.to01() + + def __repr__(self): + return self.to01() + + @property + def bool(self): + return [bool(b) for b in self.tolist()] + + @property + def int(self): + return ba2int(self, signed=True) + + @property + def bytes(self): + return self.tobytes() + + @property + def ascii(self): + return self.bytes.decode("ascii") + + def __add__(self, other): + """Performs bitwise addition on `self` and `other`. Does not + check for overflow. + """ + a, b = self, Bits(other) + if not len(a) == len(b): + raise IntegerAdditionRequiresSameLength() + result = Bits.zeros(len(a)) + carry = 0 + for i in reversed(range(len(a))): + result[i] = a[i] ^ b[i] ^ carry + carry = (a[i] & b[i]) | (a[i] & carry) | (b[i] & carry) + return result + + def __sub__(self, other): + """Performs bitwise subtraction on `self` and `other`. Does not + check for overflow. + """ + a, b = self, Bits(other) + if not len(a) == len(b): + raise IntegerAdditionRequiresSameLength() + return a + (-b) + + def __neg__(self): + """Treats `self` as an integer, and flips its sign. + """ + if self[0]: + return ~self + Bits(1, length=len(self)) + else: + return ~(self + Bits(-1, length=len(self))) + + def concat(self, other): + return super().__add__(other) diff --git a/venv/lib/python3.12/site-packages/easybits/__pycache__/__init__.cpython-312.pyc b/venv/lib/python3.12/site-packages/easybits/__pycache__/__init__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..e582a534efbe547268dba7398fca255eca0c089d GIT binary patch literal 5636 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 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/easybits/__pycache__/errors.cpython-312.pyc b/venv/lib/python3.12/site-packages/easybits/__pycache__/errors.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..49573983051c544b6368759e9fc02e87ae096c57 GIT binary patch literal 1400 zcmb7Dzi$&U6t?d!X;RwqyNFVd8E+sb%78$q2vAj3LK#3XL`bL0otqpazF<3ri!v0c z0}KeZRzl2BvGo67=~&&s!asnNuyo=*Us6h8!Nce0_nz(deb4?nJv~Waw61-MzfnTI z<6=AtBV+Icj7?&ZWfGAM5>ZaR*m+-nC~M`L^uE_iK(u88%5*9z)B z7hw{`qT#J^vF5eny4Oi{GZEJ+R~I}LYks8@gwNo3~1*=LY%_e+bY3cjD zlLw?KBbNhJs40MTvUmLSyZ)R0Zt21RNmSiJR`Pujw7KtRlfK_hqHYWADc^tI4O)3b z79m%b0k(<6X3G)+>S6$CnhQ3_-pt(k^1z{m`8*MG{@s~V5INi#=!%_MuANO+6TKvo zZlj4zLOfwSkO{5_mjIv}^aDJlz6EG~bo#^}=aH1ScC~ksg@F)>W~;GgvCs+Y6&dPQ zk@zrOTTZ}~*-8CrR%~(6&`pKMGsX-<)Fy`hfU2{96a~uWe$+vo0|05~E^eLOz2xl_ zKfl~r+da4V+Ic%=M5wxsJO()udmyI~&LGSn{Fd_sE)lROg|I;e7A@S)b1?F6B{6bX z$&rp{SA^ybF4Y76yca!Xbessql2w$*Y=D^A!E`gwEMU1b ztj<|SCTnrTqe^xAFHYu>9N~oDPa+`y5vRSGN3WK1P8j(wPM1fV?nF_HWsj(-hwy?& z{M>tiV2Nm@EQq4tlz^UYa;6}0#HUh~*tw%^IFCLAq;gR5jd95s!EaMudKvN#){y@L z(>+7i9PpEnE2wR?UqCGCa)OO*7i+b$DY+zhsKev;!Iesq{&K;iLPOhfOAdqmCB4@%X27ph!EzY4vac>R0&-s>ewc| zE_DshWNsfv)Qzysdf1PJ<++V&t&TYpbk8ToCFxU+DdDk<;W!k`uKICOV!W$z)q~uA zP>{hYobSjoLP>dZbn;awKeX;z_s5@w=JWOw9q+!zA6p00jpj7pOeKdpI%Jb?C@4xB fsE?j4A32^G+O!?4NvpnvtMi{60Hk>h4m0)_7cppI literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/easybits/errors.py b/venv/lib/python3.12/site-packages/easybits/errors.py new file mode 100644 index 0000000..1321f52 --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits/errors.py @@ -0,0 +1,15 @@ +class BitsError(Exception): + message = "Bits error" + + def __str__(self): + return self.message + +class NotEnoughBits(BitsError): + def __init__(self, obj, length): + self.message = f"{obj} cannot fit into {length} bits." + +class IntegersRequireLength(BitsError): + message = "Binary representations of integers require that a length be provided." + +class IntegerAdditionRequiresSameLength(BitsError): + message = "Can only add integers of the same length." diff --git a/venv/lib/python3.12/site-packages/easybits/util.py b/venv/lib/python3.12/site-packages/easybits/util.py new file mode 100644 index 0000000..a9ad008 --- /dev/null +++ b/venv/lib/python3.12/site-packages/easybits/util.py @@ -0,0 +1,5 @@ + +def is_bit_string(value): + bit_chars = {'1', '0', ' '} + return value.strip() and not (set(value) - bit_chars) + diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt new file mode 100644 index 0000000..0e63548 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/AUTHORS.txt @@ -0,0 +1,760 @@ +@Switch01 +A_Rog +Aakanksha Agrawal +Abhinav Sagar +ABHYUDAY PRATAP SINGH +abs51295 +AceGentile +Adam Chainz +Adam Tse +Adam Wentz +admin +Adrien Morison +ahayrapetyan +Ahilya +AinsworthK +Akash Srivastava +Alan Yee +Albert Tugushev +Albert-Guan +albertg +Alberto Sottile +Aleks Bunin +Ales Erjavec +Alethea Flowers +Alex Gaynor +Alex Grönholm +Alex Hedges +Alex Loosley +Alex Morega +Alex Stachowiak +Alexander Shtyrov +Alexandre Conrad +Alexey Popravka +Aleš Erjavec +Alli +Ami Fischman +Ananya Maiti +Anatoly Techtonik +Anders Kaseorg +Andre Aguiar +Andreas Lutro +Andrei Geacar +Andrew Gaul +Andrew Shymanel +Andrey Bienkowski +Andrey Bulgakov +Andrés Delfino +Andy Freeland +Andy Kluger +Ani Hayrapetyan +Aniruddha Basak +Anish Tambe +Anrs Hu +Anthony Sottile +Antoine Musso +Anton Ovchinnikov +Anton Patrushev +Antonio Alvarado Hernandez +Antony Lee +Antti Kaihola +Anubhav Patel +Anudit Nagar +Anuj Godase +AQNOUCH Mohammed +AraHaan +Arindam Choudhury +Armin Ronacher +Artem +Arun Babu Neelicattu +Ashley Manton +Ashwin Ramaswami +atse +Atsushi Odagiri +Avinash Karhana +Avner Cohen +Awit (Ah-Wit) Ghirmai +Baptiste Mispelon +Barney Gale +barneygale +Bartek Ogryczak +Bastian Venthur +Ben Bodenmiller +Ben Darnell +Ben Hoyt +Ben Mares +Ben Rosser +Bence Nagy +Benjamin Peterson +Benjamin VanEvery +Benoit Pierre +Berker Peksag +Bernard +Bernard Tyers +Bernardo B. Marques +Bernhard M. Wiedemann +Bertil Hatt +Bhavam Vidyarthi +Blazej Michalik +Bogdan Opanchuk +BorisZZZ +Brad Erickson +Bradley Ayers +Brandon L. Reiss +Brandt Bucher +Brett Randall +Brett Rosen +Brian Cristante +Brian Rosner +briantracy +BrownTruck +Bruno Oliveira +Bruno Renié +Bruno S +Bstrdsmkr +Buck Golemon +burrows +Bussonnier Matthias +bwoodsend +c22 +Caleb Martinez +Calvin Smith +Carl Meyer +Carlos Liam +Carol Willing +Carter Thayer +Cass +Chandrasekhar Atina +Chih-Hsuan Yen +Chris Brinker +Chris Hunt +Chris Jerdonek +Chris Kuehl +Chris McDonough +Chris Pawley +Chris Pryer +Chris Wolfe +Christian Clauss +Christian Heimes +Christian Oudard +Christoph Reiter +Christopher Hunt +Christopher Snyder +cjc7373 +Clark Boylan +Claudio Jolowicz +Clay McClure +Cody +Cody Soyland +Colin Watson +Collin Anderson +Connor Osborn +Cooper Lees +Cooper Ry Lees +Cory Benfield +Cory Wright +Craig Kerstiens +Cristian Sorinel +Cristina +Cristina Muñoz +Curtis Doty +cytolentino +Daan De Meyer +Dale +Damian +Damian Quiroga +Damian Shaw +Dan Black +Dan Savilonis +Dan Sully +Dane Hillard +daniel +Daniel Collins +Daniel Hahler +Daniel Holth +Daniel Jost +Daniel Katz +Daniel Shaulov +Daniele Esposti +Daniele Nicolodi +Daniele Procida +Daniil Konovalenko +Danny Hermes +Danny McClanahan +Darren Kavanagh +Dav Clark +Dave Abrahams +Dave Jones +David Aguilar +David Black +David Bordeynik +David Caro +David D Lowe +David Evans +David Hewitt +David Linke +David Poggi +David Pursehouse +David Runge +David Tucker +David Wales +Davidovich +ddelange +Deepak Sharma +Deepyaman Datta +Denise Yu +dependabot[bot] +derwolfe +Desetude +Devesh Kumar Singh +Diego Caraballo +Diego Ramirez +DiegoCaraballo +Dimitri Merejkowsky +Dimitri Papadopoulos +Dirk Stolle +Dmitry Gladkov +Dmitry Volodin +Domen Kožar +Dominic Davis-Foster +Donald Stufft +Dongweiming +doron zarhi +Dos Moonen +Douglas Thor +DrFeathers +Dustin Ingram +Dwayne Bailey +Ed Morley +Edgar Ramírez +Edgar Ramírez Mondragón +Ee Durbin +Efflam Lemaillet +efflamlemaillet +Eitan Adler +ekristina +elainechan +Eli Schwartz +Elisha Hollander +Ellen Marie Dash +Emil Burzo +Emil Styrke +Emmanuel Arias +Endoh Takanao +enoch +Erdinc Mutlu +Eric Cousineau +Eric Gillingham +Eric Hanchrow +Eric Hopper +Erik M. Bray +Erik Rose +Erwin Janssen +Eugene Vereshchagin +everdimension +Federico +Felipe Peter +Felix Yan +fiber-space +Filip Kokosiński +Filipe Laíns +Finn Womack +finnagin +Flavio Amurrio +Florian Briand +Florian Rathgeber +Francesco +Francesco Montesano +Frost Ming +Gabriel Curio +Gabriel de Perthuis +Garry Polley +gavin +gdanielson +Geoffrey Sneddon +George Song +Georgi Valkov +Georgy Pchelkin +ghost +Giftlin Rajaiah +gizmoguy1 +gkdoc +Godefroid Chapelle +Gopinath M +GOTO Hayato +gousaiyang +gpiks +Greg Roodt +Greg Ward +Guilherme Espada +Guillaume Seguin +gutsytechster +Guy Rozendorn +Guy Tuval +gzpan123 +Hanjun Kim +Hari Charan +Harsh Vardhan +harupy +Harutaka Kawamura +hauntsaninja +Henrich Hartzer +Henry Schreiner +Herbert Pfennig +Holly Stotelmyer +Honnix +Hsiaoming Yang +Hugo Lopes Tavares +Hugo van Kemenade +Hugues Bruant +Hynek Schlawack +Ian Bicking +Ian Cordasco +Ian Lee +Ian Stapleton Cordasco +Ian Wienand +Igor Kuzmitshov +Igor Sobreira +Ilan Schnell +Illia Volochii +Ilya Baryshev +Inada Naoki +Ionel Cristian Mărieș +Ionel Maries Cristian +Itamar Turner-Trauring +Ivan Pozdeev +J. Nick Koston +Jacob Kim +Jacob Walls +Jaime Sanz +jakirkham +Jakub Kuczys +Jakub Stasiak +Jakub Vysoky +Jakub Wilk +James Cleveland +James Curtin +James Firth +James Gerity +James Polley +Jan Pokorný +Jannis Leidel +Jarek Potiuk +jarondl +Jason Curtis +Jason R. Coombs +JasonMo +JasonMo1 +Jay Graves +Jean Abou Samra +Jean-Christophe Fillion-Robin +Jeff Barber +Jeff Dairiki +Jeff Widman +Jelmer Vernooij +jenix21 +Jeremy Stanley +Jeremy Zafran +Jesse Rittner +Jiashuo Li +Jim Fisher +Jim Garrison +Jiun Bae +Jivan Amara +Joe Bylund +Joe Michelini +John Paton +John T. Wodder II +John-Scott Atlakson +johnthagen +Jon Banafato +Jon Dufresne +Jon Parise +Jonas Nockert +Jonathan Herbert +Joonatan Partanen +Joost Molenaar +Jorge Niedbalski +Joseph Bylund +Joseph Long +Josh Bronson +Josh Hansen +Josh Schneier +Joshua +Juan Luis Cano Rodríguez +Juanjo Bazán +Judah Rand +Julian Berman +Julian Gethmann +Julien Demoor +Jussi Kukkonen +jwg4 +Jyrki Pulliainen +Kai Chen +Kai Mueller +Kamal Bin Mustafa +kasium +kaustav haldar +keanemind +Keith Maxwell +Kelsey Hightower +Kenneth Belitzky +Kenneth Reitz +Kevin Burke +Kevin Carter +Kevin Frommelt +Kevin R Patterson +Kexuan Sun +Kit Randel +Klaas van Schelven +KOLANICH +kpinc +Krishna Oza +Kumar McMillan +Kurt McKee +Kyle Persohn +lakshmanaram +Laszlo Kiss-Kollar +Laurent Bristiel +Laurent LAPORTE +Laurie O +Laurie Opperman +layday +Leon Sasson +Lev Givon +Lincoln de Sousa +Lipis +lorddavidiii +Loren Carvalho +Lucas Cimon +Ludovic Gasc +Lukas Geiger +Lukas Juhrich +Luke Macken +Luo Jiebin +luojiebin +luz.paz +László Kiss Kollár +M00nL1ght +Marc Abramowitz +Marc Tamlyn +Marcus Smith +Mariatta +Mark Kohler +Mark Williams +Markus Hametner +Martey Dodoo +Martin Fischer +Martin Häcker +Martin Pavlasek +Masaki +Masklinn +Matej Stuchlik +Mathew Jennings +Mathieu Bridon +Mathieu Kniewallner +Matt Bacchi +Matt Good +Matt Maker +Matt Robenolt +matthew +Matthew Einhorn +Matthew Feickert +Matthew Gilliard +Matthew Iversen +Matthew Treinish +Matthew Trumbell +Matthew Willson +Matthias Bussonnier +mattip +Maurits van Rees +Max W Chase +Maxim Kurnikov +Maxime Rouyrre +mayeut +mbaluna +mdebi +memoselyk +meowmeowcat +Michael +Michael Aquilina +Michael E. Karpeles +Michael Klich +Michael Mintz +Michael Williamson +michaelpacer +Michał Górny +Mickaël Schoentgen +Miguel Araujo Perez +Mihir Singh +Mike +Mike Hendricks +Min RK +MinRK +Miro Hrončok +Monica Baluna +montefra +Monty Taylor +Muha Ajjan‮ +Nadav Wexler +Nahuel Ambrosini +Nate Coraor +Nate Prewitt +Nathan Houghton +Nathaniel J. Smith +Nehal J Wani +Neil Botelho +Nguyễn Gia Phong +Nicholas Serra +Nick Coghlan +Nick Stenning +Nick Timkovich +Nicolas Bock +Nicole Harris +Nikhil Benesch +Nikhil Ladha +Nikita Chepanov +Nikolay Korolev +Nipunn Koorapati +Nitesh Sharma +Niyas Sait +Noah +Noah Gorny +Nowell Strite +NtaleGrey +nvdv +OBITORASU +Ofek Lev +ofrinevo +Oliver Freund +Oliver Jeeves +Oliver Mannion +Oliver Tonnhofer +Olivier Girardot +Olivier Grisel +Ollie Rutherfurd +OMOTO Kenji +Omry Yadan +onlinejudge95 +Oren Held +Oscar Benjamin +Oz N Tiram +Pachwenko +Patrick Dubroy +Patrick Jenkins +Patrick Lawson +patricktokeeffe +Patrik Kopkan +Paul Ganssle +Paul Kehrer +Paul Moore +Paul Nasrat +Paul Oswald +Paul van der Linden +Paulus Schoutsen +Pavel Safronov +Pavithra Eswaramoorthy +Pawel Jasinski +Paweł Szramowski +Pekka Klärck +Peter Gessler +Peter Lisák +Peter Waller +petr-tik +Phaneendra Chiruvella +Phil Elson +Phil Freo +Phil Pennock +Phil Whelan +Philip Jägenstedt +Philip Molloy +Philippe Ombredanne +Pi Delport +Pierre-Yves Rofes +Pieter Degroote +pip +Prabakaran Kumaresshan +Prabhjyotsing Surjit Singh Sodhi +Prabhu Marappan +Pradyun Gedam +Prashant Sharma +Pratik Mallya +pre-commit-ci[bot] +Preet Thakkar +Preston Holmes +Przemek Wrzos +Pulkit Goyal +q0w +Qiangning Hong +Qiming Xu +Quentin Lee +Quentin Pradet +R. David Murray +Rafael Caricio +Ralf Schmitt +Razzi Abuissa +rdb +Reece Dunham +Remi Rampin +Rene Dudfield +Riccardo Magliocchetti +Riccardo Schirone +Richard Jones +Richard Si +Ricky Ng-Adam +Rishi +RobberPhex +Robert Collins +Robert McGibbon +Robert Pollak +Robert T. McGibbon +robin elisha robinson +Roey Berman +Rohan Jain +Roman Bogorodskiy +Roman Donchenko +Romuald Brunet +ronaudinho +Ronny Pfannschmidt +Rory McCann +Ross Brattain +Roy Wellington Ⅳ +Ruairidh MacLeod +Russell Keith-Magee +Ryan Shepherd +Ryan Wooden +ryneeverett +Sachi King +Salvatore Rinchiera +sandeepkiran-js +Sander Van Balen +Savio Jomton +schlamar +Scott Kitterman +Sean +seanj +Sebastian Jordan +Sebastian Schaetz +Segev Finer +SeongSoo Cho +Sergey Vasilyev +Seth Michael Larson +Seth Woodworth +Shahar Epstein +Shantanu +shireenrao +Shivansh-007 +Shlomi Fish +Shovan Maity +Simeon Visser +Simon Cross +Simon Pichugin +sinoroc +sinscary +snook92 +socketubs +Sorin Sbarnea +Srinivas Nyayapati +Stavros Korokithakis +Stefan Scherfke +Stefano Rivera +Stephan Erb +Stephen Rosen +stepshal +Steve (Gadget) Barnes +Steve Barnes +Steve Dower +Steve Kowalik +Steven Myint +Steven Silvester +stonebig +studioj +Stéphane Bidoul +Stéphane Bidoul (ACSONE) +Stéphane Klein +Sumana Harihareswara +Surbhi Sharma +Sviatoslav Sydorenko +Swat009 +Sylvain +Takayuki SHIMIZUKAWA +Taneli Hukkinen +tbeswick +Thiago +Thijs Triemstra +Thomas Fenzl +Thomas Grainger +Thomas Guettler +Thomas Johansson +Thomas Kluyver +Thomas Smith +Thomas VINCENT +Tim D. Smith +Tim Gates +Tim Harder +Tim Heap +tim smith +tinruufu +Tobias Hermann +Tom Forbes +Tom Freudenheim +Tom V +Tomas Hrnciar +Tomas Orsava +Tomer Chachamu +Tommi Enenkel | AnB +Tomáš Hrnčiar +Tony Beswick +Tony Narlock +Tony Zhaocheng Tan +TonyBeswick +toonarmycaptain +Toshio Kuratomi +toxinu +Travis Swicegood +Tushar Sadhwani +Tzu-ping Chung +Valentin Haenel +Victor Stinner +victorvpaulo +Vikram - Google +Viktor Szépe +Ville Skyttä +Vinay Sajip +Vincent Philippon +Vinicyus Macedo +Vipul Kumar +Vitaly Babiy +Vladimir Fokow +Vladimir Rutsky +W. Trevor King +Wil Tan +Wilfred Hughes +William Edwards +William ML Leslie +William T Olson +William Woodruff +Wilson Mo +wim glenn +Winson Luk +Wolfgang Maier +Wu Zhenyu +XAMES3 +Xavier Fernandez +xoviat +xtreak +YAMAMOTO Takashi +Yen Chi Hsuan +Yeray Diaz Diaz +Yoval P +Yu Jian +Yuan Jing Vincent Yan +Yusuke Hayashi +Zearin +Zhiping Deng +ziebam +Zvezdan Petkovic +Łukasz Langa +Роман Донченко +Семён Марьясин +‮rekcäH nitraM‮ diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/INSTALLER @@ -0,0 +1 @@ +pip diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt new file mode 100644 index 0000000..8e7b65e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/LICENSE.txt @@ -0,0 +1,20 @@ +Copyright (c) 2008-present The pip developers (see AUTHORS.txt file) + +Permission is hereby granted, free of charge, to any person obtaining +a copy of this software and associated documentation files (the +"Software"), to deal in the Software without restriction, including +without limitation the rights to use, copy, modify, merge, publish, +distribute, sublicense, and/or sell copies of the Software, and to +permit persons to whom the Software is furnished to do so, subject to +the following conditions: + +The above copyright notice and this permission notice shall be +included in all copies or substantial portions of the Software. + +THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, +EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF +MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND +NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE +LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION +OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION +WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA new file mode 100644 index 0000000..e5b45bd --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/METADATA @@ -0,0 +1,88 @@ +Metadata-Version: 2.1 +Name: pip +Version: 24.0 +Summary: The PyPA recommended tool for installing Python packages. +Author-email: The pip developers +License: MIT +Project-URL: Homepage, https://pip.pypa.io/ +Project-URL: Documentation, https://pip.pypa.io +Project-URL: Source, https://github.com/pypa/pip +Project-URL: Changelog, https://pip.pypa.io/en/stable/news/ +Classifier: Development Status :: 5 - Production/Stable +Classifier: Intended Audience :: Developers +Classifier: License :: OSI Approved :: MIT License +Classifier: Topic :: Software Development :: Build Tools +Classifier: Programming Language :: Python +Classifier: Programming Language :: Python :: 3 +Classifier: Programming Language :: Python :: 3 :: Only +Classifier: Programming Language :: Python :: 3.7 +Classifier: Programming Language :: Python :: 3.8 +Classifier: Programming Language :: Python :: 3.9 +Classifier: Programming Language :: Python :: 3.10 +Classifier: Programming Language :: Python :: 3.11 +Classifier: Programming Language :: Python :: 3.12 +Classifier: Programming Language :: Python :: Implementation :: CPython +Classifier: Programming Language :: Python :: Implementation :: PyPy +Requires-Python: >=3.7 +Description-Content-Type: text/x-rst +License-File: LICENSE.txt +License-File: AUTHORS.txt + +pip - The Python Package Installer +================================== + +.. image:: https://img.shields.io/pypi/v/pip.svg + :target: https://pypi.org/project/pip/ + :alt: PyPI + +.. image:: https://img.shields.io/pypi/pyversions/pip + :target: https://pypi.org/project/pip + :alt: PyPI - Python Version + +.. image:: https://readthedocs.org/projects/pip/badge/?version=latest + :target: https://pip.pypa.io/en/latest + :alt: Documentation + +pip is the `package installer`_ for Python. You can use pip to install packages from the `Python Package Index`_ and other indexes. + +Please take a look at our documentation for how to install and use pip: + +* `Installation`_ +* `Usage`_ + +We release updates regularly, with a new version every 3 months. Find more details in our documentation: + +* `Release notes`_ +* `Release process`_ + +If you find bugs, need help, or want to talk to the developers, please use our mailing lists or chat rooms: + +* `Issue tracking`_ +* `Discourse channel`_ +* `User IRC`_ + +If you want to get involved head over to GitHub to get the source code, look at our development documentation and feel free to jump on the developer mailing lists and chat rooms: + +* `GitHub page`_ +* `Development documentation`_ +* `Development IRC`_ + +Code of Conduct +--------------- + +Everyone interacting in the pip project's codebases, issue trackers, chat +rooms, and mailing lists is expected to follow the `PSF Code of Conduct`_. + +.. _package installer: https://packaging.python.org/guides/tool-recommendations/ +.. _Python Package Index: https://pypi.org +.. _Installation: https://pip.pypa.io/en/stable/installation/ +.. _Usage: https://pip.pypa.io/en/stable/ +.. _Release notes: https://pip.pypa.io/en/stable/news.html +.. _Release process: https://pip.pypa.io/en/latest/development/release-process/ +.. _GitHub page: https://github.com/pypa/pip +.. _Development documentation: https://pip.pypa.io/en/latest/development +.. _Issue tracking: https://github.com/pypa/pip/issues +.. _Discourse channel: https://discuss.python.org/c/packaging +.. _User IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa +.. _Development IRC: https://kiwiirc.com/nextclient/#ircs://irc.libera.chat:+6697/pypa-dev +.. _PSF Code of Conduct: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD new file mode 100644 index 0000000..6806b7e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/RECORD @@ -0,0 +1,1005 @@ +../../../bin/pip,sha256=LVk-wA4YhrvhjQGkzfTvTmE6GsWy5FKQB2ZpNrA7ZIs,268 +../../../bin/pip3,sha256=LVk-wA4YhrvhjQGkzfTvTmE6GsWy5FKQB2ZpNrA7ZIs,268 +../../../bin/pip3.12,sha256=LVk-wA4YhrvhjQGkzfTvTmE6GsWy5FKQB2ZpNrA7ZIs,268 +pip-24.0.dist-info/AUTHORS.txt,sha256=SwXm4nkwRkmtnO1ZY-dLy7EPeoQNXMNLby5CN3GlNhY,10388 +pip-24.0.dist-info/INSTALLER,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip-24.0.dist-info/LICENSE.txt,sha256=Y0MApmnUmurmWxLGxIySTFGkzfPR_whtw0VtyLyqIQQ,1093 +pip-24.0.dist-info/METADATA,sha256=kNEfJ3_Vho2mee4lfJdlbd5RHIqsfQJSMUB-bOkIOeI,3581 +pip-24.0.dist-info/RECORD,, +pip-24.0.dist-info/REQUESTED,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip-24.0.dist-info/WHEEL,sha256=oiQVh_5PnQM0E3gPdiz09WCNmwiHDMaGer_elqB3coM,92 +pip-24.0.dist-info/entry_points.txt,sha256=Fa_c0b-xGFaYxagIruvpJD6qqXmNTA02vAVIkmMj-9o,125 +pip-24.0.dist-info/top_level.txt,sha256=zuuue4knoyJ-UwPPXg8fezS7VCrXJQrAP7zeNuwvFQg,4 +pip/__init__.py,sha256=oAk1nFpLmUVS5Ln7NxvNoGUn5Vkn6FGQjPaNDf8Q8pk,355 +pip/__main__.py,sha256=WzbhHXTbSE6gBY19mNN9m4s5o_365LOvTYSgqgbdBhE,854 +pip/__pip-runner__.py,sha256=EnrfKmKMzWAdqg_JicLCOP9Y95Ux7zHh4ObvqLtQcjo,1444 +pip/__pycache__/__init__.cpython-312.pyc,, +pip/__pycache__/__main__.cpython-312.pyc,, +pip/__pycache__/__pip-runner__.cpython-312.pyc,, +pip/_internal/__init__.py,sha256=iqZ5-YQsQV08tkUc7L806Reop6tguLFWf70ySF6be0Y,515 +pip/_internal/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/__pycache__/build_env.cpython-312.pyc,, +pip/_internal/__pycache__/cache.cpython-312.pyc,, +pip/_internal/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/__pycache__/exceptions.cpython-312.pyc,, +pip/_internal/__pycache__/main.cpython-312.pyc,, +pip/_internal/__pycache__/pyproject.cpython-312.pyc,, +pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc,, +pip/_internal/__pycache__/wheel_builder.cpython-312.pyc,, +pip/_internal/build_env.py,sha256=1ESpqw0iupS_K7phZK5zshVE5Czy9BtGLFU4W6Enva8,10243 +pip/_internal/cache.py,sha256=uiYD-9F0Bv1C8ZyWE85lpzDmQf7hcUkgL99GmI8I41Q,10370 +pip/_internal/cli/__init__.py,sha256=FkHBgpxxb-_gd6r1FjnNhfMOzAUYyXoXKJ6abijfcFU,132 +pip/_internal/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc,, +pip/_internal/cli/__pycache__/base_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc,, +pip/_internal/cli/__pycache__/command_context.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main.cpython-312.pyc,, +pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/parser.cpython-312.pyc,, +pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc,, +pip/_internal/cli/__pycache__/req_command.cpython-312.pyc,, +pip/_internal/cli/__pycache__/spinners.cpython-312.pyc,, +pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc,, +pip/_internal/cli/autocompletion.py,sha256=_br_5NgSxSuvPjMF0MLHzS5s6BpSkQAQHKrLK89VauM,6690 +pip/_internal/cli/base_command.py,sha256=iuVWGa2oTq7gBReo0er3Z0tXJ2oqBIC6QjDHcnDhKXY,8733 +pip/_internal/cli/cmdoptions.py,sha256=V8ggG6AtHpHKkH_6tRU0mhJaZTeqtrFpu75ghvMXXJk,30063 +pip/_internal/cli/command_context.py,sha256=RHgIPwtObh5KhMrd3YZTkl8zbVG-6Okml7YbFX4Ehg0,774 +pip/_internal/cli/main.py,sha256=Uzxt_YD1hIvB1AW5mxt6IVcht5G712AtMqdo51UMhmQ,2816 +pip/_internal/cli/main_parser.py,sha256=laDpsuBDl6kyfywp9eMMA9s84jfH2TJJn-vmL0GG90w,4338 +pip/_internal/cli/parser.py,sha256=KW6C3-7-4ErTNB0TfLTKwOdHcd-qefCeGnrOoE2r0RQ,10781 +pip/_internal/cli/progress_bars.py,sha256=So4mPoSjXkXiSHiTzzquH3VVyVD_njXlHJSExYPXAow,1968 +pip/_internal/cli/req_command.py,sha256=c7_XHABnXmD3_qlK9-r37KqdKBAcgmVKvQ2WcTrNLfc,18369 +pip/_internal/cli/spinners.py,sha256=hIJ83GerdFgFCdobIA23Jggetegl_uC4Sp586nzFbPE,5118 +pip/_internal/cli/status_codes.py,sha256=sEFHUaUJbqv8iArL3HAtcztWZmGOFX01hTesSytDEh0,116 +pip/_internal/commands/__init__.py,sha256=5oRO9O3dM2vGuh0bFw4HOVletryrz5HHMmmPWwJrH9U,3882 +pip/_internal/commands/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/commands/__pycache__/cache.cpython-312.pyc,, +pip/_internal/commands/__pycache__/check.cpython-312.pyc,, +pip/_internal/commands/__pycache__/completion.cpython-312.pyc,, +pip/_internal/commands/__pycache__/configuration.cpython-312.pyc,, +pip/_internal/commands/__pycache__/debug.cpython-312.pyc,, +pip/_internal/commands/__pycache__/download.cpython-312.pyc,, +pip/_internal/commands/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/commands/__pycache__/hash.cpython-312.pyc,, +pip/_internal/commands/__pycache__/help.cpython-312.pyc,, +pip/_internal/commands/__pycache__/index.cpython-312.pyc,, +pip/_internal/commands/__pycache__/inspect.cpython-312.pyc,, +pip/_internal/commands/__pycache__/install.cpython-312.pyc,, +pip/_internal/commands/__pycache__/list.cpython-312.pyc,, +pip/_internal/commands/__pycache__/search.cpython-312.pyc,, +pip/_internal/commands/__pycache__/show.cpython-312.pyc,, +pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc,, +pip/_internal/commands/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/commands/cache.py,sha256=xg76_ZFEBC6zoQ3gXLRfMZJft4z2a0RwH4GEFZC6nnU,7944 +pip/_internal/commands/check.py,sha256=Rb13Q28yoLh0j1gpx5SU0jlResNct21eQCRsnaO9xKA,1782 +pip/_internal/commands/completion.py,sha256=HT4lD0bgsflHq2IDgYfiEdp7IGGtE7s6MgI3xn0VQEw,4287 +pip/_internal/commands/configuration.py,sha256=n98enwp6y0b5G6fiRQjaZo43FlJKYve_daMhN-4BRNc,9766 +pip/_internal/commands/debug.py,sha256=63972uUCeMIGOdMMVeIUGrOjTOqTVWplFC82a-hcKyA,6777 +pip/_internal/commands/download.py,sha256=e4hw088zGo26WmJaMIRvCniLlLmoOjqolGyfHjsCkCQ,5335 +pip/_internal/commands/freeze.py,sha256=qrIHS_-c6JPrQ92hMhAv9kkl0bHgFpRLwYJDdbcYr1o,3243 +pip/_internal/commands/hash.py,sha256=EVVOuvGtoPEdFi8SNnmdqlCQrhCxV-kJsdwtdcCnXGQ,1703 +pip/_internal/commands/help.py,sha256=gcc6QDkcgHMOuAn5UxaZwAStsRBrnGSn_yxjS57JIoM,1132 +pip/_internal/commands/index.py,sha256=CNXQer_PeZKSJooURcCFCBEKGfwyNoUWYP_MWczAcOM,4775 +pip/_internal/commands/inspect.py,sha256=2wSPt9yfr3r6g-s2S5L6PvRtaHNVyb4TuodMStJ39cw,3188 +pip/_internal/commands/install.py,sha256=VxDd-BD3a27ApeE2OK34rfBXS6Zo2wtemK9-HCwPqxM,28782 +pip/_internal/commands/list.py,sha256=-QbpPuGDiGN1SdThsk2ml8beBnepliefbGhMAN8tkzU,12547 +pip/_internal/commands/search.py,sha256=sbBZiARRc050QquOKcCvOr2K3XLsoYebLKZGRi__iUI,5697 +pip/_internal/commands/show.py,sha256=t5jia4zcYJRJZy4U_Von7zMl03hJmmcofj6oDNTnj7Y,6419 +pip/_internal/commands/uninstall.py,sha256=OIqO9tqadY8kM4HwhFf1Q62fUIp7v8KDrTRo8yWMz7Y,3886 +pip/_internal/commands/wheel.py,sha256=CSnX8Pmf1oPCnd7j7bn1_f58G9KHNiAblvVJ5zykN-A,6476 +pip/_internal/configuration.py,sha256=XkAiBS0hpzsM-LF0Qu5hvPWO_Bs67-oQKRYFBuMbESs,14006 +pip/_internal/distributions/__init__.py,sha256=Hq6kt6gXBgjNit5hTTWLAzeCNOKoB-N0pGYSqehrli8,858 +pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/base.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/installed.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc,, +pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/distributions/base.py,sha256=oRSEvnv2ZjBnargamnv2fcJa1n6gUDKaW0g6CWSEpWs,1743 +pip/_internal/distributions/installed.py,sha256=QinHFbWAQ8oE0pbD8MFZWkwlnfU1QYTccA1vnhrlYOU,842 +pip/_internal/distributions/sdist.py,sha256=4K3V0VNMllHbBzCJibjwd_tylUKpmIdu2AQyhplvCQo,6709 +pip/_internal/distributions/wheel.py,sha256=-ma3sOtUQj0AxXCEb6_Fhmjl3nh4k3A0HC2taAb2N-4,1277 +pip/_internal/exceptions.py,sha256=TmF1iNFEneSWaemwlg6a5bpPuq2cMHK7d1-SvjsQHb0,23634 +pip/_internal/index/__init__.py,sha256=vpt-JeTZefh8a-FC22ZeBSXFVbuBcXSGiILhQZJaNpQ,30 +pip/_internal/index/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/index/__pycache__/collector.cpython-312.pyc,, +pip/_internal/index/__pycache__/package_finder.cpython-312.pyc,, +pip/_internal/index/__pycache__/sources.cpython-312.pyc,, +pip/_internal/index/collector.py,sha256=sH0tL_cOoCk6pLLfCSGVjFM4rPEJtllF-VobvAvLSH4,16590 +pip/_internal/index/package_finder.py,sha256=S_nC8gzVIMY6ikWfKoSOzRtoesUqnfNhAPl_BwSOusA,37843 +pip/_internal/index/sources.py,sha256=dJegiR9f86kslaAHcv9-R5L_XBf5Rzm_FkyPteDuPxI,8688 +pip/_internal/locations/__init__.py,sha256=Dh8LJWG8LRlDK4JIj9sfRF96TREzE--N_AIlx7Tqoe4,15365 +pip/_internal/locations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc,, +pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc,, +pip/_internal/locations/__pycache__/base.cpython-312.pyc,, +pip/_internal/locations/_distutils.py,sha256=H9ZHK_35rdDV1Qsmi4QeaBULjFT4Mbu6QuoVGkJ6QHI,6009 +pip/_internal/locations/_sysconfig.py,sha256=jyNVtUfMIf0mtyY-Xp1m9yQ8iwECozSVVFmjkN9a2yw,7680 +pip/_internal/locations/base.py,sha256=RQiPi1d4FVM2Bxk04dQhXZ2PqkeljEL2fZZ9SYqIQ78,2556 +pip/_internal/main.py,sha256=r-UnUe8HLo5XFJz8inTcOOTiu_sxNhgHb6VwlGUllOI,340 +pip/_internal/metadata/__init__.py,sha256=9pU3W3s-6HtjFuYhWcLTYVmSaziklPv7k2x8p7X1GmA,4339 +pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/_json.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/base.cpython-312.pyc,, +pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc,, +pip/_internal/metadata/_json.py,sha256=Rz5M5ciSNvITwaTQR6NfN8TgKgM5WfTws4D6CFknovE,2627 +pip/_internal/metadata/base.py,sha256=l3Wgku4xlgr8s4p6fS-3qQ4QKOpPbWLRwi5d9omEFG4,25907 +pip/_internal/metadata/importlib/__init__.py,sha256=jUUidoxnHcfITHHaAWG1G2i5fdBYklv_uJcjo2x7VYE,135 +pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc,, +pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc,, +pip/_internal/metadata/importlib/_compat.py,sha256=GAe_prIfCE4iUylrnr_2dJRlkkBVRUbOidEoID7LPoE,1882 +pip/_internal/metadata/importlib/_dists.py,sha256=UPl1wUujFqiwiltRJ1tMF42WRINO1sSpNNlYQ2mX0mk,8297 +pip/_internal/metadata/importlib/_envs.py,sha256=XTaFIYERP2JF0QUZuPx2ETiugXbPEcZ8q8ZKeht6Lpc,7456 +pip/_internal/metadata/pkg_resources.py,sha256=opjw4IBSqHvie6sXJ_cbT42meygoPEUfNURJuWZY7sk,10035 +pip/_internal/models/__init__.py,sha256=3DHUd_qxpPozfzouoqa9g9ts1Czr5qaHfFxbnxriepM,63 +pip/_internal/models/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/models/__pycache__/candidate.cpython-312.pyc,, +pip/_internal/models/__pycache__/direct_url.cpython-312.pyc,, +pip/_internal/models/__pycache__/format_control.cpython-312.pyc,, +pip/_internal/models/__pycache__/index.cpython-312.pyc,, +pip/_internal/models/__pycache__/installation_report.cpython-312.pyc,, +pip/_internal/models/__pycache__/link.cpython-312.pyc,, +pip/_internal/models/__pycache__/scheme.cpython-312.pyc,, +pip/_internal/models/__pycache__/search_scope.cpython-312.pyc,, +pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc,, +pip/_internal/models/__pycache__/target_python.cpython-312.pyc,, +pip/_internal/models/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/models/candidate.py,sha256=hEPu8VdGE5qVASv6vLz-R-Rgh5-7LMbai1jgthMCd8M,931 +pip/_internal/models/direct_url.py,sha256=FwouYBKcqckh7B-k2H3HVgRhhFTukFwqiS3kfvtFLSk,6889 +pip/_internal/models/format_control.py,sha256=wtsQqSK9HaUiNxQEuB-C62eVimw6G4_VQFxV9-_KDBE,2486 +pip/_internal/models/index.py,sha256=tYnL8oxGi4aSNWur0mG8DAP7rC6yuha_MwJO8xw0crI,1030 +pip/_internal/models/installation_report.py,sha256=zRVZoaz-2vsrezj_H3hLOhMZCK9c7TbzWgC-jOalD00,2818 +pip/_internal/models/link.py,sha256=XirOAGv1jgMu7vu87kuPbohGj7VHpwVrd2q3KUgVQNg,20777 +pip/_internal/models/scheme.py,sha256=3EFQp_ICu_shH1-TBqhl0QAusKCPDFOlgHFeN4XowWs,738 +pip/_internal/models/search_scope.py,sha256=ASVyyZxiJILw7bTIVVpJx8J293M3Hk5F33ilGn0e80c,4643 +pip/_internal/models/selection_prefs.py,sha256=KZdi66gsR-_RUXUr9uejssk3rmTHrQVJWeNA2sV-VSY,1907 +pip/_internal/models/target_python.py,sha256=34EkorrMuRvRp-bjqHKJ-bOO71m9xdjN2b8WWFEC2HU,4272 +pip/_internal/models/wheel.py,sha256=YqazoIZyma_Q1ejFa1C7NHKQRRWlvWkdK96VRKmDBeI,3600 +pip/_internal/network/__init__.py,sha256=jf6Tt5nV_7zkARBrKojIXItgejvoegVJVKUbhAa5Ioc,50 +pip/_internal/network/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/network/__pycache__/auth.cpython-312.pyc,, +pip/_internal/network/__pycache__/cache.cpython-312.pyc,, +pip/_internal/network/__pycache__/download.cpython-312.pyc,, +pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc,, +pip/_internal/network/__pycache__/session.cpython-312.pyc,, +pip/_internal/network/__pycache__/utils.cpython-312.pyc,, +pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc,, +pip/_internal/network/auth.py,sha256=TC-OcW2KU4W6R1hU4qPgQXvVH54adACpZz6sWq-R9NA,20541 +pip/_internal/network/cache.py,sha256=48A971qCzKNFvkb57uGEk7-0xaqPS0HWj2711QNTxkU,3935 +pip/_internal/network/download.py,sha256=i0Tn55CD5D7XYEFY3TxiYaCf0OaaTQ6SScNgCsSeV14,6086 +pip/_internal/network/lazy_wheel.py,sha256=2PXVduYZPCPZkkQFe1J1GbfHJWeCU--FXonGyIfw9eU,7638 +pip/_internal/network/session.py,sha256=9tqEDD8JiVaFdplOEXJxNo9cjRfBZ6RIa0yQQ_qBNiM,18698 +pip/_internal/network/utils.py,sha256=6A5SrUJEEUHxbGtbscwU2NpCyz-3ztiDlGWHpRRhsJ8,4073 +pip/_internal/network/xmlrpc.py,sha256=sAxzOacJ-N1NXGPvap9jC3zuYWSnnv3GXtgR2-E2APA,1838 +pip/_internal/operations/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/__pycache__/check.cpython-312.pyc,, +pip/_internal/operations/__pycache__/freeze.cpython-312.pyc,, +pip/_internal/operations/__pycache__/prepare.cpython-312.pyc,, +pip/_internal/operations/build/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc,, +pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc,, +pip/_internal/operations/build/build_tracker.py,sha256=z-H5DOknZdBa3dh2Vq6VBMY5qLYIKmlj2p6CGZK5Lc8,4832 +pip/_internal/operations/build/metadata.py,sha256=9S0CUD8U3QqZeXp-Zyt8HxwU90lE4QrnYDgrqZDzBnc,1422 +pip/_internal/operations/build/metadata_editable.py,sha256=VLL7LvntKE8qxdhUdEJhcotFzUsOSI8NNS043xULKew,1474 +pip/_internal/operations/build/metadata_legacy.py,sha256=o-eU21As175hDC7dluM1fJJ_FqokTIShyWpjKaIpHZw,2198 +pip/_internal/operations/build/wheel.py,sha256=sT12FBLAxDC6wyrDorh8kvcZ1jG5qInCRWzzP-UkJiQ,1075 +pip/_internal/operations/build/wheel_editable.py,sha256=yOtoH6zpAkoKYEUtr8FhzrYnkNHQaQBjWQ2HYae1MQg,1417 +pip/_internal/operations/build/wheel_legacy.py,sha256=C9j6rukgQI1n_JeQLoZGuDdfUwzCXShyIdPTp6edbMQ,3064 +pip/_internal/operations/check.py,sha256=fsqA88iGaqftCr2tlP3sSU202CSkoODRtW0O-JU9M4Y,6806 +pip/_internal/operations/freeze.py,sha256=uqoeTAf6HOYVMR2UgAT8N85UZoGEVEoQdan_Ao6SOfk,9816 +pip/_internal/operations/install/__init__.py,sha256=mX7hyD2GNBO2mFGokDQ30r_GXv7Y_PLdtxcUv144e-s,51 +pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc,, +pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/operations/install/editable_legacy.py,sha256=YeR0KadWXw_ZheC1NtAG1qVIEkOgRGHc23x-YtGW7NU,1282 +pip/_internal/operations/install/wheel.py,sha256=9hGb1c4bRnPIb2FG7CtUSPfPxqprmHQBtwIAlWPNTtE,27311 +pip/_internal/operations/prepare.py,sha256=57Oq87HfunX3Rbqp47FdaJr9cHbAKUm_3gv7WhBAqbE,28128 +pip/_internal/pyproject.py,sha256=4Xszp11xgr126yzG6BbJA0oaQ9WXuhb0jyUb-y_6lPQ,7152 +pip/_internal/req/__init__.py,sha256=TELFgZOof3lhMmaICVWL9U7PlhXo9OufokbMAJ6J2GI,2738 +pip/_internal/req/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/req/__pycache__/constructors.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_file.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_install.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_set.cpython-312.pyc,, +pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc,, +pip/_internal/req/constructors.py,sha256=8hlY56imEthLORRwmloyKz3YOyXymIaKsNB6P9ewvNI,19018 +pip/_internal/req/req_file.py,sha256=M8ttOZL-PwAj7scPElhW3ZD2hiD9mm_6FJAGIbwAzEI,17790 +pip/_internal/req/req_install.py,sha256=wtOPxkyRSM8comTks8oL1Gp2oyGqbH7JwIDRci2QiPk,35460 +pip/_internal/req/req_set.py,sha256=iMYDUToSgkxFyrP_OrTtPSgw4dwjRyGRDpGooTqeA4Y,4704 +pip/_internal/req/req_uninstall.py,sha256=nmvTQaRCC0iu-5Tw0djlXJhSj6WmqHRvT3qkkEdC35E,24551 +pip/_internal/resolution/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/base.py,sha256=qlmh325SBVfvG6Me9gc5Nsh5sdwHBwzHBq6aEXtKsLA,583 +pip/_internal/resolution/legacy/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/legacy/resolver.py,sha256=Xk24jQ62GvLr4Mc7IjN_qiO88qp0BImzVmPIFz9QLOE,24025 +pip/_internal/resolution/resolvelib/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc,, +pip/_internal/resolution/resolvelib/base.py,sha256=jg5COmHLhmBIKOR-4spdJD3jyULYa1BdsqiBu2YJnJ4,5173 +pip/_internal/resolution/resolvelib/candidates.py,sha256=19Ki91Po-MSxBknGIfOGkaWkFdOznN0W_nKv7jL28L0,21052 +pip/_internal/resolution/resolvelib/factory.py,sha256=vqqk-hjchdhShwWVdeW2_A-5ZblLhE_nC_v3Mhz4Svc,32292 +pip/_internal/resolution/resolvelib/found_candidates.py,sha256=hvL3Hoa9VaYo-qEOZkBi2Iqw251UDxPz-uMHVaWmLpE,5705 +pip/_internal/resolution/resolvelib/provider.py,sha256=4t23ivjruqM6hKBX1KpGiTt-M4HGhRcZnGLV0c01K7U,9824 +pip/_internal/resolution/resolvelib/reporter.py,sha256=YFm9hQvz4DFCbjZeFTQ56hTz3Ac-mDBnHkeNRVvMHLY,3100 +pip/_internal/resolution/resolvelib/requirements.py,sha256=-kJONP0WjDfdTvBAs2vUXPgAnOyNIBEAXY4b72ogtPE,5696 +pip/_internal/resolution/resolvelib/resolver.py,sha256=nLJOsVMEVi2gQUVJoUFKMZAeu2f7GRMjGMvNSWyz0Bc,12592 +pip/_internal/self_outdated_check.py,sha256=saxQLB8UzIFtMScquytG10TOTsYVFJQ_mkW1NY-46wE,8378 +pip/_internal/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_internal/utils/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc,, +pip/_internal/utils/__pycache__/_log.cpython-312.pyc,, +pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compat.cpython-312.pyc,, +pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc,, +pip/_internal/utils/__pycache__/datetime.cpython-312.pyc,, +pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc,, +pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc,, +pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc,, +pip/_internal/utils/__pycache__/encoding.cpython-312.pyc,, +pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc,, +pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/glibc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/hashes.cpython-312.pyc,, +pip/_internal/utils/__pycache__/logging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/misc.cpython-312.pyc,, +pip/_internal/utils/__pycache__/models.cpython-312.pyc,, +pip/_internal/utils/__pycache__/packaging.cpython-312.pyc,, +pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc,, +pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc,, +pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc,, +pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc,, +pip/_internal/utils/__pycache__/urls.cpython-312.pyc,, +pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc,, +pip/_internal/utils/__pycache__/wheel.cpython-312.pyc,, +pip/_internal/utils/_jaraco_text.py,sha256=yvDGelTVugRayPaOF2k4ab0Ky4d3uOkAfuOQjASjImY,3351 +pip/_internal/utils/_log.py,sha256=-jHLOE_THaZz5BFcCnoSL9EYAtJ0nXem49s9of4jvKw,1015 +pip/_internal/utils/appdirs.py,sha256=swgcTKOm3daLeXTW6v5BUS2Ti2RvEnGRQYH_yDXklAo,1665 +pip/_internal/utils/compat.py,sha256=ACyBfLgj3_XG-iA5omEDrXqDM0cQKzi8h8HRBInzG6Q,1884 +pip/_internal/utils/compatibility_tags.py,sha256=ydin8QG8BHqYRsPY4OL6cmb44CbqXl1T0xxS97VhHkk,5377 +pip/_internal/utils/datetime.py,sha256=m21Y3wAtQc-ji6Veb6k_M5g6A0ZyFI4egchTdnwh-pQ,242 +pip/_internal/utils/deprecation.py,sha256=NKo8VqLioJ4nnXXGmW4KdasxF90EFHkZaHeX1fT08C8,3627 +pip/_internal/utils/direct_url_helpers.py,sha256=6F1tc2rcKaCZmgfVwsE6ObIe_Pux23mUVYA-2D9wCFc,3206 +pip/_internal/utils/egg_link.py,sha256=0FePZoUYKv4RGQ2t6x7w5Z427wbA_Uo3WZnAkrgsuqo,2463 +pip/_internal/utils/encoding.py,sha256=qqsXDtiwMIjXMEiIVSaOjwH5YmirCaK-dIzb6-XJsL0,1169 +pip/_internal/utils/entrypoints.py,sha256=YlhLTRl2oHBAuqhc-zmL7USS67TPWVHImjeAQHreZTQ,3064 +pip/_internal/utils/filesystem.py,sha256=RhMIXUaNVMGjc3rhsDahWQ4MavvEQDdqXqgq-F6fpw8,5122 +pip/_internal/utils/filetypes.py,sha256=i8XAQ0eFCog26Fw9yV0Yb1ygAqKYB1w9Cz9n0fj8gZU,716 +pip/_internal/utils/glibc.py,sha256=Mesxxgg3BLxheLZx-dSf30b6gKpOgdVXw6W--uHSszQ,3113 +pip/_internal/utils/hashes.py,sha256=MjOigC75z6qoRMkgHiHqot7eqxfwDZSrEflJMPm-bHE,5118 +pip/_internal/utils/logging.py,sha256=fdtuZJ-AKkqwDTANDvGcBEpssL8el7T1jnwk1CnZl3Y,11603 +pip/_internal/utils/misc.py,sha256=fNXwaeeikvnUt4CPMFIL4-IQbZDxxjj4jDpzCi4ZsOw,23623 +pip/_internal/utils/models.py,sha256=5GoYU586SrxURMvDn_jBMJInitviJg4O5-iOU-6I0WY,1193 +pip/_internal/utils/packaging.py,sha256=5Wm6_x7lKrlqVjPI5MBN_RurcRHwVYoQ7Ksrs84de7s,2108 +pip/_internal/utils/setuptools_build.py,sha256=ouXpud-jeS8xPyTPsXJ-m34NPvK5os45otAzdSV_IJE,4435 +pip/_internal/utils/subprocess.py,sha256=zzdimb75jVLE1GU4WlTZ055gczhD7n1y1xTcNc7vNZQ,9207 +pip/_internal/utils/temp_dir.py,sha256=DUAw22uFruQdK43i2L2K53C-CDjRCPeAsBKJpu-rHQ4,9312 +pip/_internal/utils/unpacking.py,sha256=SBb2iV1crb89MDRTEKY86R4A_UOWApTQn9VQVcMDOlE,8821 +pip/_internal/utils/urls.py,sha256=AhaesUGl-9it6uvG6fsFPOr9ynFpGaTMk4t5XTX7Z_Q,1759 +pip/_internal/utils/virtualenv.py,sha256=S6f7csYorRpiD6cvn3jISZYc3I8PJC43H5iMFpRAEDU,3456 +pip/_internal/utils/wheel.py,sha256=i4BwUNHattzN0ixy3HBAF04tZPRh2CcxaT6t86viwkE,4499 +pip/_internal/vcs/__init__.py,sha256=UAqvzpbi0VbZo3Ub6skEeZAw-ooIZR-zX_WpCbxyCoU,596 +pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/git.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc,, +pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc,, +pip/_internal/vcs/bazaar.py,sha256=j0oin0fpGRHcCFCxEcpPCQoFEvA-DMLULKdGP8Nv76o,3519 +pip/_internal/vcs/git.py,sha256=CeKBGJnl6uskvvjkAUXrJVxbHJrpS_B_pyfFdjL3CRc,18121 +pip/_internal/vcs/mercurial.py,sha256=oULOhzJ2Uie-06d1omkL-_Gc6meGaUkyogvqG9ZCyPs,5249 +pip/_internal/vcs/subversion.py,sha256=vhZs8L-TNggXqM1bbhl-FpbxE3TrIB6Tgnx8fh3S2HE,11729 +pip/_internal/vcs/versioncontrol.py,sha256=3eIjtOMYvOY5qP6BMYIYDZ375CSuec6kSEB0bOo1cSs,22787 +pip/_internal/wheel_builder.py,sha256=qTTzQV8F6b1jNsFCda1TRQC8J7gK-m7iuRNgKo7Dj68,11801 +pip/_vendor/__init__.py,sha256=U51NPwXdA-wXOiANIQncYjcMp6txgeOL5nHxksJeyas,4993 +pip/_vendor/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/__pycache__/six.cpython-312.pyc,, +pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc,, +pip/_vendor/cachecontrol/__init__.py,sha256=ctHagMhQXuvQDdm4TirZrwDOT5H8oBNAJqzdKI6sovk,676 +pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc,, +pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc,, +pip/_vendor/cachecontrol/_cmd.py,sha256=iist2EpzJvDVIhMAxXq8iFnTBsiZAd6iplxfmNboNyk,1737 +pip/_vendor/cachecontrol/adapter.py,sha256=_CcWvUP9048qAZjsNqViaHbdcLs9mmFNixVfpO7oebE,6392 +pip/_vendor/cachecontrol/cache.py,sha256=OTQj72tUf8C1uEgczdl3Gc8vkldSzsTITKtDGKMx4z8,1952 +pip/_vendor/cachecontrol/caches/__init__.py,sha256=dtrrroK5BnADR1GWjCZ19aZ0tFsMfvFBtLQQU1sp_ag,303 +pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc,, +pip/_vendor/cachecontrol/caches/file_cache.py,sha256=3z8AWKD-vfKeiJqIzLmJyIYtR2yd6Tsh3u1TyLRQoIQ,5352 +pip/_vendor/cachecontrol/caches/redis_cache.py,sha256=9rmqwtYu_ljVkW6_oLqbC7EaX_a8YT_yLuna-eS0dgo,1386 +pip/_vendor/cachecontrol/controller.py,sha256=keCFA3ZaNVaWTwHd6F1zqWhb4vyvNx_UvZuo5iIYMfo,18384 +pip/_vendor/cachecontrol/filewrapper.py,sha256=STttGmIPBvZzt2b51dUOwoWX5crcMCpKZOisM3f5BNc,4292 +pip/_vendor/cachecontrol/heuristics.py,sha256=fdFbk9W8IeLrjteIz_fK4mj2HD_Y7COXF2Uc8TgjT1c,4828 +pip/_vendor/cachecontrol/serialize.py,sha256=0dHeMaDwysVAAnGVlhMOP4tDliohgNK0Jxk_zsOiWxw,7173 +pip/_vendor/cachecontrol/wrapper.py,sha256=hsGc7g8QGQTT-4f8tgz3AM5qwScg6FO0BSdLSRdEvpU,1417 +pip/_vendor/certifi/__init__.py,sha256=L_j-d0kYuA_MzA2_2hraF1ovf6KT6DTquRdV3paQwOk,94 +pip/_vendor/certifi/__main__.py,sha256=1k3Cr95vCxxGRGDljrW3wMdpZdL3Nhf0u1n-k2qdsCY,255 +pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/certifi/__pycache__/core.cpython-312.pyc,, +pip/_vendor/certifi/cacert.pem,sha256=eU0Dn_3yd8BH4m8sfVj4Glhl2KDrcCSg-sEWT-pNJ88,281617 +pip/_vendor/certifi/core.py,sha256=DNTl8b_B6C4vO3Vc9_q2uvwHpNnBQoy5onDC4McImxc,4531 +pip/_vendor/chardet/__init__.py,sha256=57R-HSxj0PWmILMN0GFmUNqEMfrEVSamXyjD-W6_fbs,4797 +pip/_vendor/chardet/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/big5prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/chardistribution.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/charsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachine.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/codingstatemachinedict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/cp949prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/enums.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/escsm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/eucjpprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euckrprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/euctwprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312freq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/gb2312prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/hebrewprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jisfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabfreq.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/johabprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/jpcntx.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langbulgarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langgreekmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhebrewmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langhungarianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langrussianmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langthaimodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/langturkishmodel.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/latin1prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/macromanprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/mbcssm.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/resultdict.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcharsetprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sbcsgroupprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/sjisprober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/universaldetector.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf1632prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/utf8prober.cpython-312.pyc,, +pip/_vendor/chardet/__pycache__/version.cpython-312.pyc,, +pip/_vendor/chardet/big5freq.py,sha256=ltcfP-3PjlNHCoo5e4a7C4z-2DhBTXRfY6jbMbB7P30,31274 +pip/_vendor/chardet/big5prober.py,sha256=lPMfwCX6v2AaPgvFh_cSWZcgLDbWiFCHLZ_p9RQ9uxE,1763 +pip/_vendor/chardet/chardistribution.py,sha256=13B8XUG4oXDuLdXvfbIWwLFeR-ZU21AqTS1zcdON8bU,10032 +pip/_vendor/chardet/charsetgroupprober.py,sha256=UKK3SaIZB2PCdKSIS0gnvMtLR9JJX62M-fZJu3OlWyg,3915 +pip/_vendor/chardet/charsetprober.py,sha256=L3t8_wIOov8em-vZWOcbkdsrwe43N6_gqNh5pH7WPd4,5420 +pip/_vendor/chardet/cli/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/cli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/cli/__pycache__/chardetect.cpython-312.pyc,, +pip/_vendor/chardet/cli/chardetect.py,sha256=zibMVg5RpKb-ME9_7EYG4ZM2Sf07NHcQzZ12U-rYJho,3242 +pip/_vendor/chardet/codingstatemachine.py,sha256=K7k69sw3jY5DmTXoSJQVsUtFIQKYPQVOSJJhBuGv_yE,3732 +pip/_vendor/chardet/codingstatemachinedict.py,sha256=0GY3Hi2qIZvDrOOJ3AtqppM1RsYxr_66ER4EHjuMiMc,542 +pip/_vendor/chardet/cp949prober.py,sha256=0jKRV7fECuWI16rNnks0ZECKA1iZYCIEaP8A1ZvjUSI,1860 +pip/_vendor/chardet/enums.py,sha256=TzECiZoCKNMqgwU76cPCeKWFBqaWvAdLMev5_bCkhY8,1683 +pip/_vendor/chardet/escprober.py,sha256=Kho48X65xE0scFylIdeJjM2bcbvRvv0h0WUbMWrJD3A,4006 +pip/_vendor/chardet/escsm.py,sha256=AqyXpA2FQFD7k-buBty_7itGEYkhmVa8X09NLRul3QM,12176 +pip/_vendor/chardet/eucjpprober.py,sha256=5KYaM9fsxkRYzw1b5k0fL-j_-ezIw-ij9r97a9MHxLY,3934 +pip/_vendor/chardet/euckrfreq.py,sha256=3mHuRvXfsq_QcQysDQFb8qSudvTiol71C6Ic2w57tKM,13566 +pip/_vendor/chardet/euckrprober.py,sha256=hiFT6wM174GIwRvqDsIcuOc-dDsq2uPKMKbyV8-1Xnc,1753 +pip/_vendor/chardet/euctwfreq.py,sha256=2alILE1Lh5eqiFJZjzRkMQXolNJRHY5oBQd-vmZYFFM,36913 +pip/_vendor/chardet/euctwprober.py,sha256=NxbpNdBtU0VFI0bKfGfDkpP7S2_8_6FlO87dVH0ogws,1753 +pip/_vendor/chardet/gb2312freq.py,sha256=49OrdXzD-HXqwavkqjo8Z7gvs58hONNzDhAyMENNkvY,20735 +pip/_vendor/chardet/gb2312prober.py,sha256=KPEBueaSLSvBpFeINMu0D6TgHcR90e5PaQawifzF4o0,1759 +pip/_vendor/chardet/hebrewprober.py,sha256=96T_Lj_OmW-fK7JrSHojYjyG3fsGgbzkoTNleZ3kfYE,14537 +pip/_vendor/chardet/jisfreq.py,sha256=mm8tfrwqhpOd3wzZKS4NJqkYBQVcDfTM2JiQ5aW932E,25796 +pip/_vendor/chardet/johabfreq.py,sha256=dBpOYG34GRX6SL8k_LbS9rxZPMjLjoMlgZ03Pz5Hmqc,42498 +pip/_vendor/chardet/johabprober.py,sha256=O1Qw9nVzRnun7vZp4UZM7wvJSv9W941mEU9uDMnY3DU,1752 +pip/_vendor/chardet/jpcntx.py,sha256=uhHrYWkLxE_rF5OkHKInm0HUsrjgKHHVQvtt3UcvotA,27055 +pip/_vendor/chardet/langbulgarianmodel.py,sha256=vmbvYFP8SZkSxoBvLkFqKiH1sjma5ihk3PTpdy71Rr4,104562 +pip/_vendor/chardet/langgreekmodel.py,sha256=JfB7bupjjJH2w3X_mYnQr9cJA_7EuITC2cRW13fUjeI,98484 +pip/_vendor/chardet/langhebrewmodel.py,sha256=3HXHaLQPNAGcXnJjkIJfozNZLTvTJmf4W5Awi6zRRKc,98196 +pip/_vendor/chardet/langhungarianmodel.py,sha256=WxbeQIxkv8YtApiNqxQcvj-tMycsoI4Xy-fwkDHpP_Y,101363 +pip/_vendor/chardet/langrussianmodel.py,sha256=s395bTZ87ESTrZCOdgXbEjZ9P1iGPwCl_8xSsac_DLY,128035 +pip/_vendor/chardet/langthaimodel.py,sha256=7bJlQitRpTnVGABmbSznHnJwOHDy3InkTvtFUx13WQI,102774 +pip/_vendor/chardet/langturkishmodel.py,sha256=XY0eGdTIy4eQ9Xg1LVPZacb-UBhHBR-cq0IpPVHowKc,95372 +pip/_vendor/chardet/latin1prober.py,sha256=p15EEmFbmQUwbKLC7lOJVGHEZwcG45ubEZYTGu01J5g,5380 +pip/_vendor/chardet/macromanprober.py,sha256=9anfzmY6TBfUPDyBDOdY07kqmTHpZ1tK0jL-p1JWcOY,6077 +pip/_vendor/chardet/mbcharsetprober.py,sha256=Wr04WNI4F3X_VxEverNG-H25g7u-MDDKlNt-JGj-_uU,3715 +pip/_vendor/chardet/mbcsgroupprober.py,sha256=iRpaNBjV0DNwYPu_z6TiHgRpwYahiM7ztI_4kZ4Uz9A,2131 +pip/_vendor/chardet/mbcssm.py,sha256=hUtPvDYgWDaA2dWdgLsshbwRfm3Q5YRlRogdmeRUNQw,30391 +pip/_vendor/chardet/metadata/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/chardet/metadata/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/chardet/metadata/__pycache__/languages.cpython-312.pyc,, +pip/_vendor/chardet/metadata/languages.py,sha256=FhvBIdZFxRQ-dTwkb_0madRKgVBCaUMQz9I5xqjE5iQ,13560 +pip/_vendor/chardet/resultdict.py,sha256=ez4FRvN5KaSosJeJ2WzUyKdDdg35HDy_SSLPXKCdt5M,402 +pip/_vendor/chardet/sbcharsetprober.py,sha256=-nd3F90i7GpXLjehLVHqVBE0KlWzGvQUPETLBNn4o6U,6400 +pip/_vendor/chardet/sbcsgroupprober.py,sha256=gcgI0fOfgw_3YTClpbra_MNxwyEyJ3eUXraoLHYb59E,4137 +pip/_vendor/chardet/sjisprober.py,sha256=aqQufMzRw46ZpFlzmYaYeT2-nzmKb-hmcrApppJ862k,4007 +pip/_vendor/chardet/universaldetector.py,sha256=xYBrg4x0dd9WnT8qclfADVD9ondrUNkqPmvte1pa520,14848 +pip/_vendor/chardet/utf1632prober.py,sha256=pw1epGdMj1hDGiCu1AHqqzOEfjX8MVdiW7O1BlT8-eQ,8505 +pip/_vendor/chardet/utf8prober.py,sha256=8m08Ub5490H4jQ6LYXvFysGtgKoKsHUd2zH_i8_TnVw,2812 +pip/_vendor/chardet/version.py,sha256=lGtJcxGM44Qz4Cbk4rbbmrKxnNr1-97U25TameLehZw,244 +pip/_vendor/colorama/__init__.py,sha256=wePQA4U20tKgYARySLEC047ucNX-g8pRLpYBuiHlLb8,266 +pip/_vendor/colorama/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/ansitowin32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/initialise.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/win32.cpython-312.pyc,, +pip/_vendor/colorama/__pycache__/winterm.cpython-312.pyc,, +pip/_vendor/colorama/ansi.py,sha256=Top4EeEuaQdBWdteKMEcGOTeKeF19Q-Wo_6_Cj5kOzQ,2522 +pip/_vendor/colorama/ansitowin32.py,sha256=vPNYa3OZbxjbuFyaVo0Tmhmy1FZ1lKMWCnT7odXpItk,11128 +pip/_vendor/colorama/initialise.py,sha256=-hIny86ClXo39ixh5iSCfUIa2f_h_bgKRDW7gqs-KLU,3325 +pip/_vendor/colorama/tests/__init__.py,sha256=MkgPAEzGQd-Rq0w0PZXSX2LadRWhUECcisJY8lSrm4Q,75 +pip/_vendor/colorama/tests/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansi_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/ansitowin32_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/initialise_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/isatty_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/utils.cpython-312.pyc,, +pip/_vendor/colorama/tests/__pycache__/winterm_test.cpython-312.pyc,, +pip/_vendor/colorama/tests/ansi_test.py,sha256=FeViDrUINIZcr505PAxvU4AjXz1asEiALs9GXMhwRaE,2839 +pip/_vendor/colorama/tests/ansitowin32_test.py,sha256=RN7AIhMJ5EqDsYaCjVo-o4u8JzDD4ukJbmevWKS70rY,10678 +pip/_vendor/colorama/tests/initialise_test.py,sha256=BbPy-XfyHwJ6zKozuQOvNvQZzsx9vdb_0bYXn7hsBTc,6741 +pip/_vendor/colorama/tests/isatty_test.py,sha256=Pg26LRpv0yQDB5Ac-sxgVXG7hsA1NYvapFgApZfYzZg,1866 +pip/_vendor/colorama/tests/utils.py,sha256=1IIRylG39z5-dzq09R_ngufxyPZxgldNbrxKxUGwGKE,1079 +pip/_vendor/colorama/tests/winterm_test.py,sha256=qoWFPEjym5gm2RuMwpf3pOis3a5r_PJZFCzK254JL8A,3709 +pip/_vendor/colorama/win32.py,sha256=YQOKwMTwtGBbsY4dL5HYTvwTeP9wIQra5MvPNddpxZs,6181 +pip/_vendor/colorama/winterm.py,sha256=XCQFDHjPi6AHYNdZwy0tA02H-Jh48Jp-HvCjeLeLp3U,7134 +pip/_vendor/distlib/__init__.py,sha256=hJKF7FHoqbmGckncDuEINWo_OYkDNiHODtYXSMcvjcc,625 +pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/database.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/index.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/util.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/version.cpython-312.pyc,, +pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc,, +pip/_vendor/distlib/compat.py,sha256=Un-uIBvy02w-D267OG4VEhuddqWgKj9nNkxVltAb75w,41487 +pip/_vendor/distlib/database.py,sha256=0V9Qvs0Vrxa2F_-hLWitIyVyRifJ0pCxyOI-kEOBwsA,51965 +pip/_vendor/distlib/index.py,sha256=lTbw268rRhj8dw1sib3VZ_0EhSGgoJO3FKJzSFMOaeA,20797 +pip/_vendor/distlib/locators.py,sha256=o1r_M86_bRLafSpetmyfX8KRtFu-_Q58abvQrnOSnbA,51767 +pip/_vendor/distlib/manifest.py,sha256=3qfmAmVwxRqU1o23AlfXrQGZzh6g_GGzTAP_Hb9C5zQ,14168 +pip/_vendor/distlib/markers.py,sha256=n3DfOh1yvZ_8EW7atMyoYeZFXjYla0Nz0itQlojCd0A,5268 +pip/_vendor/distlib/metadata.py,sha256=pB9WZ9mBfmQxc9OVIldLS5CjOoQRvKAvUwwQyKwKQtQ,39693 +pip/_vendor/distlib/resources.py,sha256=LwbPksc0A1JMbi6XnuPdMBUn83X7BPuFNWqPGEKI698,10820 +pip/_vendor/distlib/scripts.py,sha256=nQFXN6G7nOWNDUyxirUep-3WOlJhB7McvCs9zOnkGTI,18315 +pip/_vendor/distlib/util.py,sha256=XSznxEi_i3T20UJuaVc0qXHz5ksGUCW1khYlBprN_QE,67530 +pip/_vendor/distlib/version.py,sha256=9pXkduchve_aN7JG6iL9VTYV_kqNSGoc2Dwl8JuySnQ,23747 +pip/_vendor/distlib/wheel.py,sha256=FVQCve8u-L0QYk5-YTZc7s4WmNQdvjRWTK08KXzZVX4,43958 +pip/_vendor/distro/__init__.py,sha256=2fHjF-SfgPvjyNZ1iHh_wjqWdR_Yo5ODHwZC0jLBPhc,981 +pip/_vendor/distro/__main__.py,sha256=bu9d3TifoKciZFcqRBuygV3GSuThnVD_m2IK4cz96Vs,64 +pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/distro/__pycache__/distro.cpython-312.pyc,, +pip/_vendor/distro/distro.py,sha256=UZO1LjIhtFCMdlbiz39gj3raV-Amf3SBwzGzfApiMHw,49330 +pip/_vendor/idna/__init__.py,sha256=KJQN1eQBr8iIK5SKrJ47lXvxG0BJ7Lm38W4zT0v_8lk,849 +pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/codec.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/compat.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/core.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc,, +pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc,, +pip/_vendor/idna/codec.py,sha256=6ly5odKfqrytKT9_7UrlGklHnf1DSK2r9C6cSM4sa28,3374 +pip/_vendor/idna/compat.py,sha256=0_sOEUMT4CVw9doD3vyRhX80X19PwqFoUBs7gWsFME4,321 +pip/_vendor/idna/core.py,sha256=kkCFNJOrE6I3WwBTXcGNuc24V_QZQ8AULE6EYe1iHlU,12813 +pip/_vendor/idna/idnadata.py,sha256=9NIhTqC2piUpeIMOGZ9Bu_7eAFQ-Ic8TkP_hOzUpnDc,78344 +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=BvQDKkLuXCSaVfSW_1blUN0IzJSfNC8njNr8vhKj76Y,33189 +pip/_vendor/resolvelib/__init__.py,sha256=h509TdEcpb5-44JonaU3ex2TM15GVBLjM9CNCPwnTTs,537 +pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc,, +pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0 +pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc,, +pip/_vendor/resolvelib/compat/collections_abc.py,sha256=uy8xUZ-NDEw916tugUXm8HgwCGiMO0f-RcdnpkfXfOs,156 +pip/_vendor/resolvelib/providers.py,sha256=fuuvVrCetu5gsxPB43ERyjfO8aReS3rFQHpDgiItbs4,5871 +pip/_vendor/resolvelib/reporters.py,sha256=TSbRmWzTc26w0ggsV1bxVpeWDB8QNIre6twYl7GIZBE,1601 +pip/_vendor/resolvelib/resolvers.py,sha256=G8rsLZSq64g5VmIq-lB7UcIJ1gjAxIQJmTF4REZleQ0,20511 +pip/_vendor/resolvelib/structs.py,sha256=0_1_XO8z_CLhegP3Vpf9VJ3zJcfLm0NOHRM-i0Ykz3o,4963 +pip/_vendor/rich/__init__.py,sha256=dRxjIL-SbFVY0q3IjSMrfgBTHrm1LZDgLOygVBwiYZc,6090 +pip/_vendor/rich/__main__.py,sha256=TT8sb9PTnsnKhhrGuHkLN0jdN0dtKhtPkEr9CidDbPM,8478 +pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/abc.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/align.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/box.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/cells.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/columns.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/console.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/containers.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/control.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/errors.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/json.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/layout.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/logging.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/markup.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/measure.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/padding.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pager.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/palette.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/panel.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/region.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/repr.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/rule.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/scope.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/screen.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/segment.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/status.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/style.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/styled.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/table.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/text.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/theme.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/themes.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc,, +pip/_vendor/rich/__pycache__/tree.cpython-312.pyc,, +pip/_vendor/rich/_cell_widths.py,sha256=2n4EiJi3X9sqIq0O16kUZ_zy6UYMd3xFfChlKfnW1Hc,10096 +pip/_vendor/rich/_emoji_codes.py,sha256=hu1VL9nbVdppJrVoijVshRlcRRe_v3dju3Mmd2sKZdY,140235 +pip/_vendor/rich/_emoji_replace.py,sha256=n-kcetsEUx2ZUmhQrfeMNc-teeGhpuSQ5F8VPBsyvDo,1064 +pip/_vendor/rich/_export_format.py,sha256=qxgV3nKnXQu1hfbnRVswPYy-AwIg1X0LSC47cK5s8jk,2100 +pip/_vendor/rich/_extension.py,sha256=Xt47QacCKwYruzjDi-gOBq724JReDj9Cm9xUi5fr-34,265 +pip/_vendor/rich/_fileno.py,sha256=HWZxP5C2ajMbHryvAQZseflVfQoGzsKOHzKGsLD8ynQ,799 +pip/_vendor/rich/_inspect.py,sha256=oZJGw31e64dwXSCmrDnvZbwVb1ZKhWfU8wI3VWohjJk,9695 +pip/_vendor/rich/_log_render.py,sha256=1ByI0PA1ZpxZY3CGJOK54hjlq4X-Bz_boIjIqCd8Kns,3225 +pip/_vendor/rich/_loop.py,sha256=hV_6CLdoPm0va22Wpw4zKqM0RYsz3TZxXj0PoS-9eDQ,1236 +pip/_vendor/rich/_null_file.py,sha256=tGSXk_v-IZmbj1GAzHit8A3kYIQMiCpVsCFfsC-_KJ4,1387 +pip/_vendor/rich/_palettes.py,sha256=cdev1JQKZ0JvlguV9ipHgznTdnvlIzUFDBb0It2PzjI,7063 +pip/_vendor/rich/_pick.py,sha256=evDt8QN4lF5CiwrUIXlOJCntitBCOsI3ZLPEIAVRLJU,423 +pip/_vendor/rich/_ratio.py,sha256=2lLSliL025Y-YMfdfGbutkQDevhcyDqc-DtUYW9mU70,5472 +pip/_vendor/rich/_spinners.py,sha256=U2r1_g_1zSjsjiUdAESc2iAMc3i4ri_S8PYP6kQ5z1I,19919 +pip/_vendor/rich/_stack.py,sha256=-C8OK7rxn3sIUdVwxZBBpeHhIzX0eI-VM3MemYfaXm0,351 +pip/_vendor/rich/_timer.py,sha256=zelxbT6oPFZnNrwWPpc1ktUeAT-Vc4fuFcRZLQGLtMI,417 +pip/_vendor/rich/_win32_console.py,sha256=P0vxI2fcndym1UU1S37XAzQzQnkyY7YqAKmxm24_gug,22820 +pip/_vendor/rich/_windows.py,sha256=dvNl9TmfPzNVxiKk5WDFihErZ5796g2UC9-KGGyfXmk,1926 +pip/_vendor/rich/_windows_renderer.py,sha256=t74ZL3xuDCP3nmTp9pH1L5LiI2cakJuQRQleHCJerlk,2783 +pip/_vendor/rich/_wrap.py,sha256=xfV_9t0Sg6rzimmrDru8fCVmUlalYAcHLDfrJZnbbwQ,1840 +pip/_vendor/rich/abc.py,sha256=ON-E-ZqSSheZ88VrKX2M3PXpFbGEUUZPMa_Af0l-4f0,890 +pip/_vendor/rich/align.py,sha256=Ji-Yokfkhnfe_xMmr4ISjZB07TJXggBCOYoYa-HDAr8,10368 +pip/_vendor/rich/ansi.py,sha256=iD6532QYqnBm6hADulKjrV8l8kFJ-9fEVooHJHH3hMg,6906 +pip/_vendor/rich/bar.py,sha256=a7UD303BccRCrEhGjfMElpv5RFYIinaAhAuqYqhUvmw,3264 +pip/_vendor/rich/box.py,sha256=FJ6nI3jD7h2XNFU138bJUt2HYmWOlRbltoCEuIAZhew,9842 +pip/_vendor/rich/cells.py,sha256=627ztJs9zOL-38HJ7kXBerR-gT8KBfYC8UzEwMJDYYo,4509 +pip/_vendor/rich/color.py,sha256=9Gh958U3f75WVdLTeC0U9nkGTn2n0wnojKpJ6jQEkIE,18224 +pip/_vendor/rich/color_triplet.py,sha256=3lhQkdJbvWPoLDO-AnYImAWmJvV5dlgYNCVZ97ORaN4,1054 +pip/_vendor/rich/columns.py,sha256=HUX0KcMm9dsKNi11fTbiM_h2iDtl8ySCaVcxlalEzq8,7131 +pip/_vendor/rich/console.py,sha256=pDvkbLkvtZIMIwQx_jkZ-seyNl4zGBLviXoWXte9fwg,99218 +pip/_vendor/rich/constrain.py,sha256=1VIPuC8AgtKWrcncQrjBdYqA3JVWysu6jZo1rrh7c7Q,1288 +pip/_vendor/rich/containers.py,sha256=aKgm5UDHn5Nmui6IJaKdsZhbHClh_X7D-_Wg8Ehrr7s,5497 +pip/_vendor/rich/control.py,sha256=DSkHTUQLorfSERAKE_oTAEUFefZnZp4bQb4q8rHbKws,6630 +pip/_vendor/rich/default_styles.py,sha256=-Fe318kMVI_IwciK5POpThcO0-9DYJ67TZAN6DlmlmM,8082 +pip/_vendor/rich/diagnose.py,sha256=an6uouwhKPAlvQhYpNNpGq9EJysfMIOvvCbO3oSoR24,972 +pip/_vendor/rich/emoji.py,sha256=omTF9asaAnsM4yLY94eR_9dgRRSm1lHUszX20D1yYCQ,2501 +pip/_vendor/rich/errors.py,sha256=5pP3Kc5d4QJ_c0KFsxrfyhjiPVe7J1zOqSFbFAzcV-Y,642 +pip/_vendor/rich/file_proxy.py,sha256=Tl9THMDZ-Pk5Wm8sI1gGg_U5DhusmxD-FZ0fUbcU0W0,1683 +pip/_vendor/rich/filesize.py,sha256=9fTLAPCAwHmBXdRv7KZU194jSgNrRb6Wx7RIoBgqeKY,2508 +pip/_vendor/rich/highlighter.py,sha256=p3C1g4QYzezFKdR7NF9EhPbzQDvdPUhGRgSyGGEmPko,9584 +pip/_vendor/rich/json.py,sha256=EYp9ucj-nDjYDkHCV6Mk1ve8nUOpuFLaW76X50Mis2M,5032 +pip/_vendor/rich/jupyter.py,sha256=QyoKoE_8IdCbrtiSHp9TsTSNyTHY0FO5whE7jOTd9UE,3252 +pip/_vendor/rich/layout.py,sha256=RFYL6HdCFsHf9WRpcvi3w-fpj-8O5dMZ8W96VdKNdbI,14007 +pip/_vendor/rich/live.py,sha256=vZzYvu7fqwlv3Gthl2xiw1Dc_O80VlGcCV0DOHwCyDM,14273 +pip/_vendor/rich/live_render.py,sha256=zElm3PrfSIvjOce28zETHMIUf9pFYSUA5o0AflgUP64,3667 +pip/_vendor/rich/logging.py,sha256=uB-cB-3Q4bmXDLLpbOWkmFviw-Fde39zyMV6tKJ2WHQ,11903 +pip/_vendor/rich/markup.py,sha256=xzF4uAafiEeEYDJYt_vUnJOGoTU8RrH-PH7WcWYXjCg,8198 +pip/_vendor/rich/measure.py,sha256=HmrIJX8sWRTHbgh8MxEay_83VkqNW_70s8aKP5ZcYI8,5305 +pip/_vendor/rich/padding.py,sha256=kTFGsdGe0os7tXLnHKpwTI90CXEvrceeZGCshmJy5zw,4970 +pip/_vendor/rich/pager.py,sha256=SO_ETBFKbg3n_AgOzXm41Sv36YxXAyI3_R-KOY2_uSc,828 +pip/_vendor/rich/palette.py,sha256=lInvR1ODDT2f3UZMfL1grq7dY_pDdKHw4bdUgOGaM4Y,3396 +pip/_vendor/rich/panel.py,sha256=wGMe40J8KCGgQoM0LyjRErmGIkv2bsYA71RCXThD0xE,10574 +pip/_vendor/rich/pretty.py,sha256=eLEYN9xVaMNuA6EJVYm4li7HdOHxCqmVKvnOqJpyFt0,35852 +pip/_vendor/rich/progress.py,sha256=n4KF9vky8_5iYeXcyZPEvzyLplWlDvFLkM5JI0Bs08A,59706 +pip/_vendor/rich/progress_bar.py,sha256=cEoBfkc3lLwqba4XKsUpy4vSQKDh2QQ5J2J94-ACFoo,8165 +pip/_vendor/rich/prompt.py,sha256=x0mW-pIPodJM4ry6grgmmLrl8VZp99kqcmdnBe70YYA,11303 +pip/_vendor/rich/protocol.py,sha256=5hHHDDNHckdk8iWH5zEbi-zuIVSF5hbU2jIo47R7lTE,1391 +pip/_vendor/rich/region.py,sha256=rNT9xZrVZTYIXZC0NYn41CJQwYNbR-KecPOxTgQvB8Y,166 +pip/_vendor/rich/repr.py,sha256=9Z8otOmM-tyxnyTodvXlectP60lwahjGiDTrbrxPSTg,4431 +pip/_vendor/rich/rule.py,sha256=0fNaS_aERa3UMRc3T5WMpN_sumtDxfaor2y3of1ftBk,4602 +pip/_vendor/rich/scope.py,sha256=TMUU8qo17thyqQCPqjDLYpg_UU1k5qVd-WwiJvnJVas,2843 +pip/_vendor/rich/screen.py,sha256=YoeReESUhx74grqb0mSSb9lghhysWmFHYhsbMVQjXO8,1591 +pip/_vendor/rich/segment.py,sha256=XLnJEFvcV3bjaVzMNUJiem3n8lvvI9TJ5PTu-IG2uTg,24247 +pip/_vendor/rich/spinner.py,sha256=15koCmF0DQeD8-k28Lpt6X_zJQUlzEhgo_6A6uy47lc,4339 +pip/_vendor/rich/status.py,sha256=gJsIXIZeSo3urOyxRUjs6VrhX5CZrA0NxIQ-dxhCnwo,4425 +pip/_vendor/rich/style.py,sha256=3hiocH_4N8vwRm3-8yFWzM7tSwjjEven69XqWasSQwM,27073 +pip/_vendor/rich/styled.py,sha256=eZNnzGrI4ki_54pgY3Oj0T-x3lxdXTYh4_ryDB24wBU,1258 +pip/_vendor/rich/syntax.py,sha256=jgDiVCK6cpR0NmBOpZmIu-Ud4eaW7fHvjJZkDbjpcSA,35173 +pip/_vendor/rich/table.py,sha256=-WzesL-VJKsaiDU3uyczpJMHy6VCaSewBYJwx8RudI8,39684 +pip/_vendor/rich/terminal_theme.py,sha256=1j5-ufJfnvlAo5Qsi_ACZiXDmwMXzqgmFByObT9-yJY,3370 +pip/_vendor/rich/text.py,sha256=_8JBlSau0c2z8ENOZMi1hJ7M1ZGY408E4-hXjHyyg1A,45525 +pip/_vendor/rich/theme.py,sha256=belFJogzA0W0HysQabKaHOc3RWH2ko3fQAJhoN-AFdo,3777 +pip/_vendor/rich/themes.py,sha256=0xgTLozfabebYtcJtDdC5QkX5IVUEaviqDUJJh4YVFk,102 +pip/_vendor/rich/traceback.py,sha256=yCLVrCtyoFNENd9mkm2xeG3KmqkTwH9xpFOO7p2Bq0A,29604 +pip/_vendor/rich/tree.py,sha256=BMbUYNjS9uodNPfvtY_odmU09GA5QzcMbQ5cJZhllQI,9169 +pip/_vendor/six.py,sha256=TOOfQi7nFGfMrIvtdr6wX4wyHH8M7aknmuLfo2cBBrM,34549 +pip/_vendor/tenacity/__init__.py,sha256=3kvAL6KClq8GFo2KFhmOzskRKSDQI-ubrlfZ8AQEEI0,20493 +pip/_vendor/tenacity/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_asyncio.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/_utils.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/after.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/before_sleep.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/nap.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/stop.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/tornadoweb.cpython-312.pyc,, +pip/_vendor/tenacity/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/tenacity/_asyncio.py,sha256=Qi6wgQsGa9MQibYRy3OXqcDQswIZZ00dLOoSUGN-6o8,3551 +pip/_vendor/tenacity/_utils.py,sha256=ubs6a7sxj3JDNRKWCyCU2j5r1CB7rgyONgZzYZq6D_4,2179 +pip/_vendor/tenacity/after.py,sha256=S5NCISScPeIrKwIeXRwdJl3kV9Q4nqZfnNPDx6Hf__g,1682 +pip/_vendor/tenacity/before.py,sha256=dIZE9gmBTffisfwNkK0F1xFwGPV41u5GK70UY4Pi5Kc,1562 +pip/_vendor/tenacity/before_sleep.py,sha256=YmpgN9Y7HGlH97U24vvq_YWb5deaK4_DbiD8ZuFmy-E,2372 +pip/_vendor/tenacity/nap.py,sha256=fRWvnz1aIzbIq9Ap3gAkAZgDH6oo5zxMrU6ZOVByq0I,1383 +pip/_vendor/tenacity/retry.py,sha256=jrzD_mxA5mSTUEdiYB7SHpxltjhPSYZSnSRATb-ggRc,8746 +pip/_vendor/tenacity/stop.py,sha256=YMJs7ZgZfND65PRLqlGB_agpfGXlemx_5Hm4PKnBqpQ,3086 +pip/_vendor/tenacity/tornadoweb.py,sha256=po29_F1Mt8qZpsFjX7EVwAT0ydC_NbVia9gVi7R_wXA,2142 +pip/_vendor/tenacity/wait.py,sha256=3FcBJoCDgym12_dN6xfK8C1gROY0Hn4NSI2u8xv50uE,8024 +pip/_vendor/tomli/__init__.py,sha256=JhUwV66DB1g4Hvt1UQCVMdfCu-IgAV8FXmvDU9onxd4,396 +pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc,, +pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc,, +pip/_vendor/tomli/_parser.py,sha256=g9-ENaALS-B8dokYpCuzUFalWlog7T-SIYMjLZSWrtM,22633 +pip/_vendor/tomli/_re.py,sha256=dbjg5ChZT23Ka9z9DHOXfdtSpPwUfdgMXnj8NOoly-w,2943 +pip/_vendor/tomli/_types.py,sha256=-GTG2VUqkpxwMqzmVO4F7ybKddIbAnuAHXfmWQcTi3Q,254 +pip/_vendor/truststore/__init__.py,sha256=qzTLSH8PvAkY1fr6QQ2vV-KwE_M83wdXugtpJaP_AbM,403 +pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc,, +pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc,, +pip/_vendor/truststore/_api.py,sha256=xjuEu_rlH4hcdJTROImEyOEqdw-F8t5vO2H2BToY0Ro,9893 +pip/_vendor/truststore/_macos.py,sha256=BjvAKoAjXhdIPuxpY124HJIFswDb0pq8DjynzJOVwqc,17694 +pip/_vendor/truststore/_openssl.py,sha256=LLUZ7ZGaio-i5dpKKjKCSeSufmn6T8pi9lDcFnvSyq0,2324 +pip/_vendor/truststore/_ssl_constants.py,sha256=NUD4fVKdSD02ri7-db0tnO0VqLP9aHuzmStcW7tAl08,1130 +pip/_vendor/truststore/_windows.py,sha256=1x_EhROeJ9QK1sMAjfnZC7awYI8UnBJYL-TjACUYI4A,17468 +pip/_vendor/typing_extensions.py,sha256=EWpcpyQnVmc48E9fSyPGs-vXgHcAk9tQABQIxmMsCGk,111130 +pip/_vendor/urllib3/__init__.py,sha256=iXLcYiJySn0GNbWOOZDDApgBL1JgP44EZ8i1760S8Mc,3333 +pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/_collections.py,sha256=pyASJJhW7wdOpqJj9QJA8FyGRfr8E8uUUhqUvhF0728,11372 +pip/_vendor/urllib3/_version.py,sha256=azoM7M7BUADl2kBhMVR6PPf2GhBDI90me1fcnzTwdcw,64 +pip/_vendor/urllib3/connection.py,sha256=92k9td_y4PEiTIjNufCUa1NzMB3J3w0LEdyokYgXnW8,20300 +pip/_vendor/urllib3/connectionpool.py,sha256=Be6q65SR9laoikg-h_jmc_p8OWtEmwgq_Om_Xtig-2M,40285 +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=mJmZWy_Mb4-dHbmNCKbDqv3fZS9UF_2bVDuiECHyPaI,20943 +pip/_vendor/urllib3/request.py,sha256=YTWFNr7QIwh7E1W9dde9LM77v2VWTJ5V78XuTTw7D1A,6691 +pip/_vendor/urllib3/response.py,sha256=fmDJAFkG71uFTn-sVSTh2Iw0WmcXQYqkbRjihvwBjU8,30641 +pip/_vendor/urllib3/util/__init__.py,sha256=JEmSmmqqLyaw8P51gUImZh8Gwg9i1zSe-DoqAitn2nc,1155 +pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc,, +pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc,, +pip/_vendor/urllib3/util/connection.py,sha256=5Lx2B1PW29KxBn2T0xkN1CBgRBa3gGVJBKoQoRogEVk,4901 +pip/_vendor/urllib3/util/proxy.py,sha256=zUvPPCJrp6dOF0N4GAVbOcl6o-4uXKSrGiTkkr5vUS4,1605 +pip/_vendor/urllib3/util/queue.py,sha256=nRgX8_eX-_VkvxoX096QWoz8Ps0QHUAExILCY_7PncM,498 +pip/_vendor/urllib3/util/request.py,sha256=C0OUt2tcU6LRiQJ7YYNP9GvPrSvl7ziIBekQ-5nlBZk,3997 +pip/_vendor/urllib3/util/response.py,sha256=GJpg3Egi9qaJXRwBh5wv-MNuRWan5BIu40oReoxWP28,3510 +pip/_vendor/urllib3/util/retry.py,sha256=6ENvOZ8PBDzh8kgixpql9lIrb2dxH-k7ZmBanJF2Ng4,22050 +pip/_vendor/urllib3/util/ssl_.py,sha256=X4-AqW91aYPhPx6-xbf66yHFQKbqqfC_5Zt4WkLX1Hc,17177 +pip/_vendor/urllib3/util/ssl_match_hostname.py,sha256=Ir4cZVEjmAk8gUAIHWSi7wtOO83UCYABY2xFD1Ql_WA,5758 +pip/_vendor/urllib3/util/ssltransport.py,sha256=NA-u5rMTrDFDFC8QzRKUEKMG0561hOD4qBTr3Z4pv6E,6895 +pip/_vendor/urllib3/util/timeout.py,sha256=cwq4dMk87mJHSBktK1miYJ-85G-3T3RmT20v7SFCpno,10168 +pip/_vendor/urllib3/util/url.py,sha256=lCAE7M5myA8EDdW0sJuyyZhVB9K_j38ljWhHAnFaWoE,14296 +pip/_vendor/urllib3/util/wait.py,sha256=fOX0_faozG2P7iVojQoE1mbydweNyTcm-hXEfFrTtLI,5403 +pip/_vendor/vendor.txt,sha256=4NKk7fQhVsZw0U-0zmm9Q2LgGyaPXacFbnJAaS0Q6EY,493 +pip/_vendor/webencodings/__init__.py,sha256=qOBJIuPy_4ByYH6W_bNgJF-qYQ2DoU-dKsDu5yRWCXg,10579 +pip/_vendor/webencodings/__pycache__/__init__.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/labels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/mklabels.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/tests.cpython-312.pyc,, +pip/_vendor/webencodings/__pycache__/x_user_defined.cpython-312.pyc,, +pip/_vendor/webencodings/labels.py,sha256=4AO_KxTddqGtrL9ns7kAPjb0CcN6xsCIxbK37HY9r3E,8979 +pip/_vendor/webencodings/mklabels.py,sha256=GYIeywnpaLnP0GSic8LFWgd0UVvO_l1Nc6YoF-87R_4,1305 +pip/_vendor/webencodings/tests.py,sha256=OtGLyjhNY1fvkW1GvLJ_FV9ZoqC9Anyjr7q3kxTbzNs,6563 +pip/_vendor/webencodings/x_user_defined.py,sha256=yOqWSdmpytGfUgh_Z6JYgDNhoc-BAHyyeeT15Fr42tM,4307 +pip/py.typed,sha256=EBVvvPRTn_eIpz5e5QztSCdrMX7Qwd7VP93RSoIlZ2I,286 diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/REQUESTED new file mode 100644 index 0000000..e69de29 diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL new file mode 100644 index 0000000..98c0d20 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/WHEEL @@ -0,0 +1,5 @@ +Wheel-Version: 1.0 +Generator: bdist_wheel (0.42.0) +Root-Is-Purelib: true +Tag: py3-none-any + diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt new file mode 100644 index 0000000..26fa361 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/entry_points.txt @@ -0,0 +1,4 @@ +[console_scripts] +pip = pip._internal.cli.main:main +pip3 = pip._internal.cli.main:main +pip3.12 = pip._internal.cli.main:main diff --git a/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt b/venv/lib/python3.12/site-packages/pip-24.0.dist-info/top_level.txt new file mode 100644 index 0000000..a1b589e --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip-24.0.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..be0e3ed --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/__init__.py @@ -0,0 +1,13 @@ +from typing import List, Optional + +__version__ = "24.0" + + +def main(args: Optional[List[str]] = None) -> int: + """This is an internal API only meant for use by pip's own console scripts. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/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..9315ddea6c67dfab00c2bfc37b984d6f285cfc9e GIT binary patch literal 702 zcmX|9J#Q2-5Vd#rKDZ-9d^Di|LxWC&HC!Sf2t`6dNJuC_3e`1>Z|&S!?0PNRd&fpW zN3$JRIs zW;Y?&LmY9Op&Soz9t;AEcrXZgi$@|5SVT)uP^%O zxA&fmr6sVKB2qbFpa;44_#r7&R*_sV<;YfHNNEKbRzypE#gbyGNLnacWP;e#NbPLg z=@767P|7%$|HKk59Fv*7N~{oM?3}iDC>=>RE{Abi% zsPEyrolFhWS{QhWi%=OS$13B}0d*{tGnFpj)S9;cCNTc}=dtx9gd9Gl<02O{XU_3s zoTh!6dnlE3eVVahB2-#%sYY}n)P!bo2>RT(P|NX+KDE+`Ynr9c*a(Dr%?U`6E=git z)ltr*GF@ob1h=OFcF~^>YOH?mo_%xw_1foXX$FUIrS)E`Zn{cCBje{}B7nM^BokpQ z%s5Hv&^l9xaHTop2V_qAI{(8Rw(sTzFEg=b&OquXX?p+%A;$PCy7cYTx!vxsW(%Kx Z^?X0t-+X)G%i`q&1o`{)x8LSee*t9kz3l)1 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..0bb57a77e60aa880c1d30a241988fa3fc46b679b GIT binary patch literal 858 zcmb7C&ubGw6n?Wi`JGfMwa`{P*o!%s#k7)uVkmm(p%^bJ7 z4Ia88SbOSGC4Y(+Z53pTQ1Ij}&|6Q=G+9z;JvfK=zIpS_`@VV1ms~Cld{yT@vL`aY zZ?TD1YzU5DA%GnqK#&f#K}I!1Q42@ZQ6@0OH$;+vLMuM1N2oUhD^eSrnTvb0QW1NU z3G}!Nu@KN0kydX2IFGo-1s+H!T~?SbN^xeo)bT_`obbw|&Fq58 zOpkJ|Ua0G=Aaoq@AHvwFdWh+B=6!}^;p*g>(zFb!7@FsiD6ZFwiXp<9$-JVXYs)G% z>lR^VLupg9t>|o7v3;*;nRA6(Ma5+vy*V`MD%^n*y|ZBZC&{~pMb>nB&za%V*X_44dDdG;qiTRU z67Z$q`o28TPeXQWyVNahSGtuC#l6yQX|J+d`BXlbnLo(f-gpq*tahrwLg0PJSC8b( h){A|4>KC3r!r6`cqH*`}o2NhUm3{*7v@^l2{RL{}yE*^> 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..a4bd1b6b4cc51d04c7097e7a76b29e6cebb25d99 GIT binary patch literal 2221 zcmaJ>O-vg{6n?Y2{>RvfArR6u8zoI~W$Z#yC8`Linv#S>0s`bvOVw)Q9m9gX>+G%x zCPtzNsi{<{9I8TZ9I7@Et<+a@F>?M}^=l8nZ%lDVpt-191Yi{uNP|KYE=STt;nSQVEJK>7WZLgK9Lx%* zc)EacGaP`?%K`N$-s$jx-Cd#Oe-SqDWHuW6I9J<1R5o0Fi8SK!rF}U2a{hcE9Uv@L ze=e90r9*`IhuBA3TpxE%hdHqgVyA`qZQ zl+a8!fa$vlN{ee>V!M6QXa5B!tb~--?;;z#VD`1`zOLmU)>fKbKWKHSX`DAZj%2X}dQ;;(= z@+37=_(~~BLfK;!HH{jQlq{6?1O1a!qjLpgVE*-4YM837Nf=MEKc{EpoH>wuX^&!H zW*dq>;IBp4j3w6YeQ|Y-tX`|e5`UX4w@d9EcqLny)>RE>UlY${nGlT-N;`Du3@z!1EW%Ex_47-gUP8F_>szrzEtIGTi8`8KmnCKXN`pa7fF|!mMW@In-4e}Wfzd;B z?k_%A5W5X}uc#VmAGrKrA)dsLf}^rEbxqY2YOnwm)nG)-uru7j2*O64Ro*I4z%~PE zj`9kR)F3V`(n5*E1-olhEethyIYtqUW-NRR=YZi1%ZWR%t2x}8!UeJfd&SH}>`J5r z2TYl6b`;l%&1GV}#F->z-mT09p)8o;n{Z$)lPu?kw?xVUGL{>*d3^CWZyZG^JCMbz zOJ;#)?C9vws5CxuXYA_WxHL90G7*me0kyIOCo+k@bR zk{xrJB{qa)Ud~`+rbfx(fKNA*>|Kpm^Fpj8OOkOM)kZGt0H#ZpoVQmslNy$BitP=u zxSMx5!*;W`Xe4sq-|ze%FfQOfR_|s7#U4)xdCmz$s7HZ>_Ph`~z8HDoC8TH14}x!- zk5&2D%KIy~D}2XVYLkyY3AXL{hqnErRsZOdmX0-kyR*C6+5PC~qtlhnM6IRg@q-_) z)Ka(VJQoPoc_HN81Ht319|aPA3U57y6Til~zPh-6sdge!i}h3>`lr`V+MWZ7y<4PVPW-(X$QFDnwV>*SmhO Keu4hRjsF34ttu)2 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__init__.py b/venv/lib/python3.12/site-packages/pip/_internal/__init__.py new file mode 100644 index 0000000..96c6b88 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/__init__.py @@ -0,0 +1,18 @@ +from typing import List, Optional + +from pip._internal.utils import _log + +# init_logging() must be called before any call to logging.getLogger() +# which happens at import of most modules. +_log.init_logging() + + +def main(args: (Optional[List[str]]) = None) -> int: + """This is preserved for old console scripts that may still be referencing + it. + + For additional details, see https://github.com/pypa/pip/issues/7498. + """ + from pip._internal.utils.entrypoints import _wrapper + + return _wrapper(args) diff --git a/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..124e0472a5ca0329bd1e2f27625cb1a23af6ef59 GIT binary patch literal 804 zcmZuvJ8u**5Vm*sE}NG`NSaW95i}>kT1k*X5K4upP*Om3&Ei{6?i}`E*}g=Ff|P=e zCLN)nMJNsbgN8^*NZTNUDCmL$O)AEl3l$^#n;C07^Nl?pXJ@Af%I3;D6$XTS_s)g1 z#>VMWG+q-)B+W@dyR-|*qUj359C?L|EETee_g zE0XP(t!_LDJMm8++X?FEk+QCiH?>n$De?}jqcpGj8+9a1-_~sdZfMGk`tY%YsQo^@ zihxWhGDD^>sAslE_sG#W`Z4K*&)+^7D9dnZ0~X8Er86U4 z;i)x~{!U=ps2bb)B#fPH^FdVrFNAaQ0(Y}zUU(Rm$}RI;^ipi7lGqa8fpUlEs)zjC zpek3ArDblFgWFnU&qN=Idd~lt@Dxqu(lpVdIx2)J%?uXylVIl%_Q{_a(pvjAJ%8}v z)%vGs@e~iSxsA?b-F735C5`_$6Cu>||LM~BDXeFjDmVpwyiteNnL5P2n_};Yne{2A z5zgZKMJ0zhteXXN{jb|qgp-g``juS&L2jPJgkIi{zL2?NGWVIx|7yqd%0Ya%aG1SW RJic_}grNT+{Owhf_%A$Y)f)f+ 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..2cfb77435bd963cfb41fa73646a2deac67c27a6c GIT binary patch literal 14311 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 X+I4h;L)~w8j|zM*|Bz!DTd)5I-@V<* 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..b6998fd7330e1e5d083fc2c5499ce9beaaf1f13c GIT binary patch literal 33301 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 I5eBILA2JSyj{pDw literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..433c35c3b7671ed42ccd223f645470cfb0019908 GIT binary patch literal 687 zcmX|9zi-qq6ty=#8d__h~*@R#T5yPP$$HM+M%6pIr-vu7mFmeZ0AZ)kr)_| zSlB2FD$o0VCXh@M*?HL+b(&~!?pGifL~Zg|Ip6knj90o6 z#dezrJ9BN5`kq2yT?&%DEaGzk6r%Ub-Z*5f(9^ZEw79g)v~U z7gup-I#!hji>*j&RO3>pylsreS!a9UOk_jzm)Hdo#*U{v*Cp^$crQ=mem3M~2z90W zkQZVy#)7oOlK32|IWN=%_4!;^8|m#Kcgn*pBeExAhC+kpGbKo=s?;=X5`bO7qzSsa zh~WkKyGlBnKUOZidH8zkYqGw;Ni1x8&~3ZEF__MVOS9ob8#`~?7;9OQd?I!=EQM!w z+W50k^)cjv!dxPC-%{4x6zeoK~rswcUs literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..030b48daa1e608783f9b9557633ac64b2fce150f GIT binary patch literal 4988 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 jQf2JXv3}?6+K{)LP!>g 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 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..acd178e710bdee51aa827e0a5ed8a1c6facbc9f3 GIT binary patch literal 13666 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 Hih2JBlnzJ( literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/build_env.py b/venv/lib/python3.12/site-packages/pip/_internal/build_env.py new file mode 100644 index 0000000..4f704a3 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/build_env.py @@ -0,0 +1,311 @@ +"""Build Environment used for isolation during sdist building +""" + +import logging +import os +import pathlib +import site +import sys +import textwrap +from collections import OrderedDict +from types import TracebackType +from typing import TYPE_CHECKING, Iterable, List, Optional, Set, Tuple, Type, Union + +from pip._vendor.certifi import where +from pip._vendor.packaging.requirements import Requirement +from pip._vendor.packaging.version import Version + +from pip import __file__ as pip_location +from pip._internal.cli.spinners import open_spinner +from pip._internal.locations import get_platlib, get_purelib, get_scheme +from pip._internal.metadata import get_default_environment, get_environment +from pip._internal.utils.subprocess import call_subprocess +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds + +if TYPE_CHECKING: + from pip._internal.index.package_finder import PackageFinder + +logger = logging.getLogger(__name__) + + +def _dedup(a: str, b: str) -> Union[Tuple[str], Tuple[str, str]]: + return (a, b) if a != b else (a,) + + +class _Prefix: + def __init__(self, path: str) -> None: + self.path = path + self.setup = False + scheme = get_scheme("", prefix=path) + self.bin_dir = scheme.scripts + self.lib_dirs = _dedup(scheme.purelib, scheme.platlib) + + +def get_runnable_pip() -> str: + """Get a file to pass to a Python executable, to run the currently-running pip. + + This is used to run a pip subprocess, for installing requirements into the build + environment. + """ + source = pathlib.Path(pip_location).resolve().parent + + if not source.is_dir(): + # This would happen if someone is using pip from inside a zip file. In that + # case, we can use that directly. + return str(source) + + return os.fsdecode(source / "__pip-runner__.py") + + +def _get_system_sitepackages() -> Set[str]: + """Get system site packages + + Usually from site.getsitepackages, + but fallback on `get_purelib()/get_platlib()` if unavailable + (e.g. in a virtualenv created by virtualenv<20) + + Returns normalized set of strings. + """ + if hasattr(site, "getsitepackages"): + system_sites = site.getsitepackages() + else: + # virtualenv < 20 overwrites site.py without getsitepackages + # fallback on get_purelib/get_platlib. + # this is known to miss things, but shouldn't in the cases + # where getsitepackages() has been removed (inside a virtualenv) + system_sites = [get_purelib(), get_platlib()] + return {os.path.normcase(path) for path in system_sites} + + +class BuildEnvironment: + """Creates and manages an isolated environment to install build deps""" + + def __init__(self) -> None: + temp_dir = TempDirectory(kind=tempdir_kinds.BUILD_ENV, globally_managed=True) + + self._prefixes = OrderedDict( + (name, _Prefix(os.path.join(temp_dir.path, name))) + for name in ("normal", "overlay") + ) + + self._bin_dirs: List[str] = [] + self._lib_dirs: List[str] = [] + for prefix in reversed(list(self._prefixes.values())): + self._bin_dirs.append(prefix.bin_dir) + self._lib_dirs.extend(prefix.lib_dirs) + + # Customize site to: + # - ensure .pth files are honored + # - prevent access to system site packages + system_sites = _get_system_sitepackages() + + self._site_dir = os.path.join(temp_dir.path, "site") + if not os.path.exists(self._site_dir): + os.mkdir(self._site_dir) + with open( + os.path.join(self._site_dir, "sitecustomize.py"), "w", encoding="utf-8" + ) as fp: + fp.write( + textwrap.dedent( + """ + import os, site, sys + + # First, drop system-sites related paths. + original_sys_path = sys.path[:] + known_paths = set() + for path in {system_sites!r}: + site.addsitedir(path, known_paths=known_paths) + system_paths = set( + os.path.normcase(path) + for path in sys.path[len(original_sys_path):] + ) + original_sys_path = [ + path for path in original_sys_path + if os.path.normcase(path) not in system_paths + ] + sys.path = original_sys_path + + # Second, add lib directories. + # ensuring .pth file are processed. + for path in {lib_dirs!r}: + assert not path in sys.path + site.addsitedir(path) + """ + ).format(system_sites=system_sites, lib_dirs=self._lib_dirs) + ) + + def __enter__(self) -> None: + self._save_env = { + name: os.environ.get(name, None) + for name in ("PATH", "PYTHONNOUSERSITE", "PYTHONPATH") + } + + path = self._bin_dirs[:] + old_path = self._save_env["PATH"] + if old_path: + path.extend(old_path.split(os.pathsep)) + + pythonpath = [self._site_dir] + + os.environ.update( + { + "PATH": os.pathsep.join(path), + "PYTHONNOUSERSITE": "1", + "PYTHONPATH": os.pathsep.join(pythonpath), + } + ) + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + for varname, old_value in self._save_env.items(): + if old_value is None: + os.environ.pop(varname, None) + else: + os.environ[varname] = old_value + + def check_requirements( + self, reqs: Iterable[str] + ) -> Tuple[Set[Tuple[str, str]], Set[str]]: + """Return 2 sets: + - conflicting requirements: set of (installed, wanted) reqs tuples + - missing requirements: set of reqs + """ + missing = set() + conflicting = set() + if reqs: + env = ( + get_environment(self._lib_dirs) + if hasattr(self, "_lib_dirs") + else get_default_environment() + ) + for req_str in reqs: + req = Requirement(req_str) + # We're explicitly evaluating with an empty extra value, since build + # environments are not provided any mechanism to select specific extras. + if req.marker is not None and not req.marker.evaluate({"extra": ""}): + continue + dist = env.get_distribution(req.name) + if not dist: + missing.add(req_str) + continue + if isinstance(dist.version, Version): + installed_req_str = f"{req.name}=={dist.version}" + else: + installed_req_str = f"{req.name}==={dist.version}" + if not req.specifier.contains(dist.version, prereleases=True): + conflicting.add((installed_req_str, req_str)) + # FIXME: Consider direct URL? + return conflicting, missing + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + prefix = self._prefixes[prefix_as_string] + assert not prefix.setup + prefix.setup = True + if not requirements: + return + self._install_requirements( + get_runnable_pip(), + finder, + requirements, + prefix, + kind=kind, + ) + + @staticmethod + def _install_requirements( + pip_runnable: str, + finder: "PackageFinder", + requirements: Iterable[str], + prefix: _Prefix, + *, + kind: str, + ) -> None: + args: List[str] = [ + sys.executable, + pip_runnable, + "install", + "--ignore-installed", + "--no-user", + "--prefix", + prefix.path, + "--no-warn-script-location", + ] + if logger.getEffectiveLevel() <= logging.DEBUG: + args.append("-v") + for format_control in ("no_binary", "only_binary"): + formats = getattr(finder.format_control, format_control) + args.extend( + ( + "--" + format_control.replace("_", "-"), + ",".join(sorted(formats or {":none:"})), + ) + ) + + index_urls = finder.index_urls + if index_urls: + args.extend(["-i", index_urls[0]]) + for extra_index in index_urls[1:]: + args.extend(["--extra-index-url", extra_index]) + else: + args.append("--no-index") + for link in finder.find_links: + args.extend(["--find-links", link]) + + for host in finder.trusted_hosts: + args.extend(["--trusted-host", host]) + if finder.allow_all_prereleases: + args.append("--pre") + if finder.prefer_binary: + args.append("--prefer-binary") + args.append("--") + args.extend(requirements) + extra_environ = {"_PIP_STANDALONE_CERT": where()} + with open_spinner(f"Installing {kind}") as spinner: + call_subprocess( + args, + command_desc=f"pip subprocess to install {kind}", + spinner=spinner, + extra_environ=extra_environ, + ) + + +class NoOpBuildEnvironment(BuildEnvironment): + """A no-op drop-in replacement for BuildEnvironment""" + + def __init__(self) -> None: + pass + + def __enter__(self) -> None: + pass + + def __exit__( + self, + exc_type: Optional[Type[BaseException]], + exc_val: Optional[BaseException], + exc_tb: Optional[TracebackType], + ) -> None: + pass + + def cleanup(self) -> None: + pass + + def install_requirements( + self, + finder: "PackageFinder", + requirements: Iterable[str], + prefix_as_string: str, + *, + kind: str, + ) -> None: + raise NotImplementedError() diff --git a/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..f45ac23 --- /dev/null +++ b/venv/lib/python3.12/site-packages/pip/_internal/cache.py @@ -0,0 +1,290 @@ +"""Cache Management +""" + +import hashlib +import json +import logging +import os +from pathlib import Path +from typing import Any, Dict, List, Optional + +from pip._vendor.packaging.tags import Tag, interpreter_name, interpreter_version +from pip._vendor.packaging.utils import canonicalize_name + +from pip._internal.exceptions import InvalidWheelFilename +from pip._internal.models.direct_url import DirectUrl +from pip._internal.models.link import Link +from pip._internal.models.wheel import Wheel +from pip._internal.utils.temp_dir import TempDirectory, tempdir_kinds +from pip._internal.utils.urls import path_to_url + +logger = logging.getLogger(__name__) + +ORIGIN_JSON_NAME = "origin.json" + + +def _hash_dict(d: Dict[str, str]) -> str: + """Return a stable sha224 of a dictionary.""" + s = json.dumps(d, sort_keys=True, separators=(",", ":"), ensure_ascii=True) + return hashlib.sha224(s.encode("ascii")).hexdigest() + + +class Cache: + """An abstract class - provides cache directories for data from links + + :param cache_dir: The root of the cache. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__() + assert not cache_dir or os.path.isabs(cache_dir) + self.cache_dir = cache_dir or None + + def _get_cache_path_parts(self, link: Link) -> List[str]: + """Get parts of part that must be os.path.joined with cache_dir""" + + # We want to generate an url to use as our cache key, we don't want to + # just re-use the URL because it might have other items in the fragment + # and we don't care about those. + key_parts = {"url": link.url_without_fragment} + if link.hash_name is not None and link.hash is not None: + key_parts[link.hash_name] = link.hash + if link.subdirectory_fragment: + key_parts["subdirectory"] = link.subdirectory_fragment + + # Include interpreter name, major and minor version in cache key + # to cope with ill-behaved sdists that build a different wheel + # depending on the python version their setup.py is being run on, + # and don't encode the difference in compatibility tags. + # https://github.com/pypa/pip/issues/7296 + key_parts["interpreter_name"] = interpreter_name() + key_parts["interpreter_version"] = interpreter_version() + + # Encode our key url with sha224, we'll use this because it has similar + # security properties to sha256, but with a shorter total output (and + # thus less secure). However the differences don't make a lot of + # difference for our use case here. + hashed = _hash_dict(key_parts) + + # We want to nest the directories some to prevent having a ton of top + # level directories where we might run out of sub directories on some + # FS. + parts = [hashed[:2], hashed[2:4], hashed[4:6], hashed[6:]] + + return parts + + def _get_candidates(self, link: Link, canonical_package_name: str) -> List[Any]: + can_not_cache = not self.cache_dir or not canonical_package_name or not link + if can_not_cache: + return [] + + path = self.get_path_for_link(link) + if os.path.isdir(path): + return [(candidate, path) for candidate in os.listdir(path)] + return [] + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached items in for link.""" + raise NotImplementedError() + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + """Returns a link to a cached item if it exists, otherwise returns the + passed link. + """ + raise NotImplementedError() + + +class SimpleWheelCache(Cache): + """A cache of wheels for future installs.""" + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + + def get_path_for_link(self, link: Link) -> str: + """Return a directory to store cached wheels for link + + Because there are M wheels for any one sdist, we provide a directory + to cache them in, and then consult that directory when looking up + cache hits. + + We only insert things into the cache if they have plausible version + numbers, so that we don't contaminate the cache with things that were + not unique. E.g. ./package might have dozens of installs done for it + and build a version of 0.0...and if we built and cached a wheel, we'd + end up using the same wheel even if the source has been edited. + + :param link: The link of the sdist for which this will cache wheels. + """ + parts = self._get_cache_path_parts(link) + assert self.cache_dir + # Store wheels within the root cache_dir + return os.path.join(self.cache_dir, "wheels", *parts) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + candidates = [] + + if not package_name: + return link + + canonical_package_name = canonicalize_name(package_name) + for wheel_name, wheel_dir in self._get_candidates(link, canonical_package_name): + try: + wheel = Wheel(wheel_name) + except InvalidWheelFilename: + continue + if canonicalize_name(wheel.name) != canonical_package_name: + logger.debug( + "Ignoring cached wheel %s for %s as it " + "does not match the expected distribution name %s.", + wheel_name, + link, + package_name, + ) + continue + if not wheel.supported(supported_tags): + # Built for a different python/arch/etc + continue + candidates.append( + ( + wheel.support_index_min(supported_tags), + wheel_name, + wheel_dir, + ) + ) + + if not candidates: + return link + + _, wheel_name, wheel_dir = min(candidates) + return Link(path_to_url(os.path.join(wheel_dir, wheel_name))) + + +class EphemWheelCache(SimpleWheelCache): + """A SimpleWheelCache that creates it's own temporary cache directory""" + + def __init__(self) -> None: + self._temp_dir = TempDirectory( + kind=tempdir_kinds.EPHEM_WHEEL_CACHE, + globally_managed=True, + ) + + super().__init__(self._temp_dir.path) + + +class CacheEntry: + def __init__( + self, + link: Link, + persistent: bool, + ): + self.link = link + self.persistent = persistent + self.origin: Optional[DirectUrl] = None + origin_direct_url_path = Path(self.link.file_path).parent / ORIGIN_JSON_NAME + if origin_direct_url_path.exists(): + try: + self.origin = DirectUrl.from_json( + origin_direct_url_path.read_text(encoding="utf-8") + ) + except Exception as e: + logger.warning( + "Ignoring invalid cache entry origin file %s for %s (%s)", + origin_direct_url_path, + link.filename, + e, + ) + + +class WheelCache(Cache): + """Wraps EphemWheelCache and SimpleWheelCache into a single Cache + + This Cache allows for gracefully degradation, using the ephem wheel cache + when a certain link is not found in the simple wheel cache first. + """ + + def __init__(self, cache_dir: str) -> None: + super().__init__(cache_dir) + self._wheel_cache = SimpleWheelCache(cache_dir) + self._ephem_cache = EphemWheelCache() + + def get_path_for_link(self, link: Link) -> str: + return self._wheel_cache.get_path_for_link(link) + + def get_ephem_path_for_link(self, link: Link) -> str: + return self._ephem_cache.get_path_for_link(link) + + def get( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Link: + cache_entry = self.get_cache_entry(link, package_name, supported_tags) + if cache_entry is None: + return link + return cache_entry.link + + def get_cache_entry( + self, + link: Link, + package_name: Optional[str], + supported_tags: List[Tag], + ) -> Optional[CacheEntry]: + """Returns a CacheEntry with a link to a cached item if it exists or + None. The cache entry indicates if the item was found in the persistent + or ephemeral cache. + """ + retval = self._wheel_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=True) + + retval = self._ephem_cache.get( + link=link, + package_name=package_name, + supported_tags=supported_tags, + ) + if retval is not link: + return CacheEntry(retval, persistent=False) + + return None + + @staticmethod + def record_download_origin(cache_dir: str, download_info: DirectUrl) -> None: + origin_path = Path(cache_dir) / ORIGIN_JSON_NAME + if origin_path.exists(): + try: + origin = DirectUrl.from_json(origin_path.read_text(encoding="utf-8")) + except Exception as e: + logger.warning( + "Could not read origin file %s in cache entry (%s). " + "Will attempt to overwrite it.", + origin_path, + e, + ) + else: + # TODO: use DirectUrl.equivalent when + # https://github.com/pypa/pip/pull/10564 is merged. + if origin.url != download_info.url: + logger.warning( + "Origin URL %s in cache entry %s does not match download URL " + "%s. This is likely a pip bug or a cache corruption issue. " + "Will overwrite it with the new value.", + origin.url, + cache_dir, + download_info.url, + ) + origin_path.write_text(download_info.to_json(), encoding="utf-8") diff --git a/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..cd96d741791bc17a443c5a3a3481574431edfc03 GIT binary patch literal 295 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 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..7f1dc10c5f5f175d2f49098e760ae989e482dd2b GIT binary patch literal 10472 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 khYus!nb3>D9 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 UxZi!&#`i3??D{Q788*QG54R$XvH$=8 literal 0 HcmV?d00001 diff --git a/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc b/venv/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc new file mode 100644 index 0000000000000000000000000000000000000000..6f10de0472848fede34f53a7a724811f8dcbd65b GIT binary patch literal 2637 zcmZ`*U1%KF6~1@pZ+}L+`j>23(fEhh3-WGd#~=r%p_UW1Q5qRZfo4irMmu+d#47Ya>~3hrATL;X@HlvU(laU*C-^H9HSA{Pgfhn_pTVBN)?X|K!}!5c;>6#3R#Y_WuFQd&ovMc9ALG2^V__GvP_5 zA7rs`>?hQ+$%CcTuI^3rD7%a|EYH+8SW?C`Q?*2|eWuhZ=Gy38)G+w6|? zWw*!cHG4542_loeLvY>#CQ6H|B*fh8x0QI!R>^>^kwH62B+_SN8&@QuQ%TyXcV+Vs zNYcN?7utF~bJX&~3Zb)A5^Lr$ z&n*yEa(tWk%o48ir1Rvn<}F%cD^bdJ8S%KTFFv zpL>HR0)O@N+@cd2;bKs8Z6omA6=R+lHK<9$@eQ^}44YJ}n#&9?ut|YSj$c_l_0wv* z;0rbh%hZXQ=k1>{D_r`vWR1(NPd7#j~n)d+PKFv|r-v+S#uUnco1S1QnojEYRttRSLlXtyApf{27ufqYaXmFhrv z(z5N6aF2?VanU15uXf3`4o zrWisCpRQWvC2N6%#i~;+LWe_F11=TIu2YOXDM5pWh3X3LE>Wip@oQ&8$mwbDN_YVx~CuB(U0uuBRl%hJ$-mbA8BUPV)~}m>_lCC-!bX?#ngAT`!{Mk`f$s(*`f8M z*R_Y;sB`evKqEJPXJ$J$e&dI`+5Y?4k?rirZRwBKcTSFfG`4;6!nX0!$8R>WBRkot z85~)UMw9>*<@*w(ig=<6kPU{zwAl zN5Ud9`z92%^v=cciE;eb7f(%$N_UT^fWJGcOq|p1j%mQ>ag^~gC`Ln6oxm@F5c`*b z04l=GC{U3eIl#axLhq@;$KHv#W4Tcsaars_i(nCoZ#E1%3NQYgxP0ukYX{}m z@*51!g3^n^=p+y*z${93ZoKe`Hn5i)yq`0+bH=@+XFpo}+uXg}Od~n-MXqN(vk$5$ zKSaL=FRsG%1zkc#5UGeP6=|U&l2lwIRP-J{1T9i1K_}S(Er?Di#8LVd2t?>0K!A$d zqJ|bstSVk~28*2*u>T zhY=qCeCYV?pL{_6P->hwcjwy2%3rQGPQ1E3G}%CdP4y@~56!euyBRbk;F~JSbvHG^ zB~d2ZObITH)ZBV)!@hN?0pVAU?q`JbHH=P=eI=!F?`~IbGkPC6aeMatA4mM>%J4%4 I)}jyiA2VK}Pyhe` 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..00e87cfb1b28010cc2a9bb229f9c0ee93278630c GIT binary patch literal 18869 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 Iv{)eXUre0Up#T5? 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..f402a686658e29952d5025c8f59e452c43f7e73a GIT binary patch literal 392 zcmXw#J!`^H6ozk%QELfRYEh_j!J%HNYbjVwX{b#~Vk~62#N3O9=8NQNar0mFCzSq{ zE_Mr9JGm9yoO*+LhUdHo-t)ov7R54Pp>{tV%JOek9D_TEZIg))fPo1xXL2}a<}h#a zIB({$U<%7ZtGLOmo2+4z%fM&IXQ(qMtwLJVjecL!^;D2FP1RD-P@WX^RYCi*HkP%K z(Hlz27%A!qJ*b89ao4_uDv%n+J zvna(!zS|w>WtjU8?LgO>AmZBrcKj(^5Ptz(X9B||odtfkeba%lL&BdA#4vP1 zh#a4i$hTZ*yAF)0MdvYM6G+?+m%Gxf7vQ-|?xHF?A^Spn#qh^-9G8?&SH+}svJ#R? ZbtNYC#v0U;%jOz1lJkonP>If%^&iL None: + """Entry Point for completion of main and subcommand options.""" + # Don't complete if user hasn't sourced bash_completion file. + if "PIP_AUTO_COMPLETE" not in os.environ: + return + cwords = os.environ["COMP_WORDS"].split()[1:] + cword = int(os.environ["COMP_CWORD"]) + try: + current = cwords[cword - 1] + except IndexError: + current = "" + + parser = create_main_parser() + subcommands = list(commands_dict) + options = [] + + # subcommand + subcommand_name: Optional[str] = None + for word in cwords: + if word in subcommands: + subcommand_name = word + break + # subcommand options + if subcommand_name is not None: + # special case: 'help' subcommand has no options + if subcommand_name == "help": + sys.exit(1) + # special case: list locally installed dists for show and uninstall + should_list_installed = not current.startswith("-") and subcommand_name in [ + "show", + "uninstall", + ] + if should_list_installed: + env = get_default_environment() + lc = current.lower() + installed = [ + dist.canonical_name + for dist in env.iter_installed_distributions(local_only=True) + if dist.canonical_name.startswith(lc) + and dist.canonical_name not in cwords[1:] + ] + # if there are no dists installed, fall back to option completion + if installed: + for dist in installed: + print(dist) + sys.exit(1) + + should_list_installables = ( + not current.startswith("-") and subcommand_name == "install" + ) + if should_list_installables: + for path in auto_complete_paths(current, "path"): + print(path) + sys.exit(1) + + subcommand = create_command(subcommand_name) + + for opt in subcommand.parser.option_list_all: + if opt.help != optparse.SUPPRESS_HELP: + options += [ + (opt_str, opt.nargs) for opt_str in opt._long_opts + opt._short_opts + ] + + # filter out previously specified options from available options + prev_opts = [x.split("=")[0] for x in cwords[1 : cword - 1]] + options = [(x, v) for (x, v) in options if x not in prev_opts] + # filter options by current input + options = [(k, v) for k, v in options if k.startswith(current)] + # get completion type given cwords and available subcommand options + completion_type = get_path_completion_type( + cwords, + cword, + subcommand.parser.option_list_all, + ) + # get completion files and directories if ``completion_type`` is + # ````, ``