@pyscript/core 0.5.8 → 0.5.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +10 -1
- package/dev.cjs +0 -31
- package/dist.zip +0 -0
- package/docs/README.md +0 -271
- package/env/bin/Activate.ps1 +0 -247
- package/env/bin/activate +0 -70
- package/env/bin/activate.csh +0 -27
- package/env/bin/activate.fish +0 -69
- package/env/bin/pip +0 -8
- package/env/bin/pip3 +0 -8
- package/env/bin/pip3.12 +0 -8
- package/env/bin/pyminify +0 -8
- package/env/lib/python3.12/site-packages/_distutils_hack/__init__.py +0 -240
- package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/_distutils_hack/__pycache__/override.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/_distutils_hack/override.py +0 -1
- package/env/lib/python3.12/site-packages/distutils-precedence.pth +0 -1
- package/env/lib/python3.12/site-packages/pip/__init__.py +0 -13
- package/env/lib/python3.12/site-packages/pip/__main__.py +0 -24
- package/env/lib/python3.12/site-packages/pip/__pip-runner__.py +0 -50
- package/env/lib/python3.12/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__init__.py +0 -18
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/build_env.py +0 -315
- package/env/lib/python3.12/site-packages/pip/_internal/cache.py +0 -290
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +0 -4
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/autocompletion.py +0 -176
- package/env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +0 -231
- package/env/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
- package/env/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +0 -27
- package/env/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +0 -170
- package/env/lib/python3.12/site-packages/pip/_internal/cli/main.py +0 -80
- package/env/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +0 -134
- package/env/lib/python3.12/site-packages/pip/_internal/cli/parser.py +0 -294
- package/env/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +0 -94
- package/env/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +0 -329
- package/env/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +0 -159
- package/env/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +0 -6
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +0 -132
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/cache.py +0 -225
- package/env/lib/python3.12/site-packages/pip/_internal/commands/check.py +0 -67
- package/env/lib/python3.12/site-packages/pip/_internal/commands/completion.py +0 -130
- package/env/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +0 -280
- package/env/lib/python3.12/site-packages/pip/_internal/commands/debug.py +0 -201
- package/env/lib/python3.12/site-packages/pip/_internal/commands/download.py +0 -146
- package/env/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +0 -109
- package/env/lib/python3.12/site-packages/pip/_internal/commands/hash.py +0 -59
- package/env/lib/python3.12/site-packages/pip/_internal/commands/help.py +0 -41
- package/env/lib/python3.12/site-packages/pip/_internal/commands/index.py +0 -139
- package/env/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +0 -92
- package/env/lib/python3.12/site-packages/pip/_internal/commands/install.py +0 -783
- package/env/lib/python3.12/site-packages/pip/_internal/commands/list.py +0 -375
- package/env/lib/python3.12/site-packages/pip/_internal/commands/search.py +0 -172
- package/env/lib/python3.12/site-packages/pip/_internal/commands/show.py +0 -217
- package/env/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +0 -114
- package/env/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +0 -182
- package/env/lib/python3.12/site-packages/pip/_internal/configuration.py +0 -383
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +0 -21
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/base.py +0 -53
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +0 -29
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +0 -158
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +0 -42
- package/env/lib/python3.12/site-packages/pip/_internal/exceptions.py +0 -777
- package/env/lib/python3.12/site-packages/pip/_internal/index/__init__.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/collector.py +0 -494
- package/env/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +0 -1020
- package/env/lib/python3.12/site-packages/pip/_internal/index/sources.py +0 -285
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +0 -456
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/_distutils.py +0 -172
- package/env/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
- package/env/lib/python3.12/site-packages/pip/_internal/locations/base.py +0 -81
- package/env/lib/python3.12/site-packages/pip/_internal/main.py +0 -12
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +0 -128
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/_json.py +0 -84
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/base.py +0 -688
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -221
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
- package/env/lib/python3.12/site-packages/pip/_internal/models/__init__.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/candidate.py +0 -25
- package/env/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +0 -224
- package/env/lib/python3.12/site-packages/pip/_internal/models/format_control.py +0 -78
- package/env/lib/python3.12/site-packages/pip/_internal/models/index.py +0 -28
- package/env/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +0 -56
- package/env/lib/python3.12/site-packages/pip/_internal/models/link.py +0 -590
- package/env/lib/python3.12/site-packages/pip/_internal/models/scheme.py +0 -25
- package/env/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +0 -127
- package/env/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +0 -53
- package/env/lib/python3.12/site-packages/pip/_internal/models/target_python.py +0 -121
- package/env/lib/python3.12/site-packages/pip/_internal/models/wheel.py +0 -93
- package/env/lib/python3.12/site-packages/pip/_internal/network/__init__.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/auth.py +0 -566
- package/env/lib/python3.12/site-packages/pip/_internal/network/cache.py +0 -106
- package/env/lib/python3.12/site-packages/pip/_internal/network/download.py +0 -187
- package/env/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
- package/env/lib/python3.12/site-packages/pip/_internal/network/session.py +0 -522
- package/env/lib/python3.12/site-packages/pip/_internal/network/utils.py +0 -98
- package/env/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +0 -62
- package/env/lib/python3.12/site-packages/pip/_internal/operations/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +0 -39
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -41
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +0 -37
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
- package/env/lib/python3.12/site-packages/pip/_internal/operations/check.py +0 -181
- package/env/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +0 -258
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +0 -741
- package/env/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +0 -732
- package/env/lib/python3.12/site-packages/pip/_internal/pyproject.py +0 -185
- package/env/lib/python3.12/site-packages/pip/_internal/req/__init__.py +0 -90
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/constructors.py +0 -560
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_file.py +0 -551
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_install.py +0 -934
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_set.py +0 -82
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +0 -633
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/base.py +0 -20
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -569
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -817
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
- package/env/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +0 -244
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/encoding.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
- package/env/lib/python3.12/site-packages/pip/_internal/utils/_log.py +0 -38
- package/env/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +0 -52
- package/env/lib/python3.12/site-packages/pip/_internal/utils/compat.py +0 -79
- package/env/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +0 -165
- package/env/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +0 -11
- package/env/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +0 -124
- package/env/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
- package/env/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +0 -80
- package/env/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +0 -36
- package/env/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +0 -84
- package/env/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +0 -149
- package/env/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +0 -27
- package/env/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +0 -101
- package/env/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +0 -147
- package/env/lib/python3.12/site-packages/pip/_internal/utils/logging.py +0 -347
- package/env/lib/python3.12/site-packages/pip/_internal/utils/misc.py +0 -777
- package/env/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +0 -57
- package/env/lib/python3.12/site-packages/pip/_internal/utils/retry.py +0 -42
- package/env/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
- package/env/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +0 -245
- package/env/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +0 -296
- package/env/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +0 -337
- package/env/lib/python3.12/site-packages/pip/_internal/utils/urls.py +0 -55
- package/env/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +0 -104
- package/env/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +0 -134
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +0 -15
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/bazaar.py +0 -112
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/git.py +0 -527
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +0 -163
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +0 -324
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
- package/env/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +0 -354
- package/env/lib/python3.12/site-packages/pip/_vendor/__init__.py +0 -116
- package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -28
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +0 -74
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +0 -499
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -154
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +0 -4
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +0 -12
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/cacert.pem +0 -4798
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +0 -114
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__init__.py +0 -33
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/compat.py +0 -1138
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +0 -1359
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +0 -508
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +0 -1303
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +0 -384
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +0 -167
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +0 -1068
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +0 -358
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +0 -466
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t32.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/t64.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/util.py +0 -2025
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +0 -751
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w32.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/w64.exe +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/wheel.py +0 -1099
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +0 -54
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +0 -4
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/distro.py +0 -1403
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__init__.py +0 -44
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/codec.py +0 -118
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +0 -13
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/core.py +0 -395
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +0 -4245
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +0 -54
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/uts46data.py +0 -8598
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +0 -168
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +0 -951
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +0 -15
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +0 -262
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +0 -354
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +0 -61
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +0 -325
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +0 -804
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/requirements.py +0 -91
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +0 -1009
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +0 -568
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +0 -174
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +0 -563
- package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
- package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__init__.py +0 -627
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/android.py +0 -249
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +0 -292
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +0 -130
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/unix.py +0 -275
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +0 -16
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +0 -82
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +0 -17
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +0 -70
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +0 -70
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatter.py +0 -129
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +0 -963
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +0 -43
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +0 -72
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +0 -104
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +0 -203
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +0 -214
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +0 -153
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +0 -324
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -23
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_compat.py +0 -8
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -330
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -18
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -353
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +0 -179
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__version__.py +0 -14
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +0 -719
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/api.py +0 -157
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +0 -314
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +0 -24
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +0 -78
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +0 -561
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +0 -151
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/help.py +0 -127
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +0 -33
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/models.py +0 -1037
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +0 -25
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +0 -831
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +0 -128
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +0 -99
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +0 -1096
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +0 -177
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +0 -273
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +0 -76
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +0 -10
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +0 -24
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +0 -270
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +0 -94
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +0 -43
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +0 -69
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +0 -309
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +0 -17
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +0 -159
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +0 -482
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +0 -16
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +0 -19
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +0 -662
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +0 -71
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +0 -93
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +0 -33
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/align.py +0 -311
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +0 -240
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +0 -93
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/box.py +0 -480
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +0 -167
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/color.py +0 -621
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +0 -187
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/console.py +0 -2633
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +0 -37
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +0 -167
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/control.py +0 -225
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +0 -190
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +0 -37
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +0 -96
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +0 -34
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +0 -89
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +0 -232
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/json.py +0 -139
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +0 -101
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +0 -442
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/live.py +0 -375
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +0 -112
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +0 -289
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +0 -251
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +0 -151
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +0 -141
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +0 -34
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +0 -100
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +0 -312
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +0 -995
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +0 -1699
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +0 -375
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +0 -42
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/region.py +0 -10
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +0 -149
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +0 -130
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +0 -86
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +0 -54
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +0 -738
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +0 -137
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/status.py +0 -131
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/style.py +0 -796
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +0 -42
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +0 -958
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/table.py +0 -1000
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/text.py +0 -1357
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +0 -115
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +0 -5
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +0 -753
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +0 -249
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +0 -11
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_parser.py +0 -691
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +0 -107
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +0 -10
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +0 -1
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +0 -13
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_api.py +0 -313
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +0 -499
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +0 -564
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/py.typed +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/typing_extensions.py +0 -3641
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +0 -2
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +0 -572
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1137
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +0 -274
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +0 -191
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +0 -879
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +0 -620
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -495
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
- package/env/lib/python3.12/site-packages/pip/_vendor/vendor.txt +0 -18
- package/env/lib/python3.12/site-packages/pip/py.typed +0 -4
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt +0 -796
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt +0 -20
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA +0 -89
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD +0 -853
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt +0 -3
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/pkg_resources/__init__.py +0 -3709
- package/env/lib/python3.12/site-packages/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/pkg_resources/api_tests.txt +0 -424
- package/env/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__init__.py +0 -231
- package/env/lib/python3.12/site-packages/python_minifier/__init__.pyi +0 -34
- package/env/lib/python3.12/site-packages/python_minifier/__main__.py +0 -262
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ast_compare.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/expression_printer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/f_string.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/ministring.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/module_printer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/token_printer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/ast_compare.py +0 -104
- package/env/lib/python3.12/site-packages/python_minifier/expression_printer.py +0 -748
- package/env/lib/python3.12/site-packages/python_minifier/f_string.py +0 -426
- package/env/lib/python3.12/site-packages/python_minifier/ministring.py +0 -175
- package/env/lib/python3.12/site-packages/python_minifier/module_printer.py +0 -794
- package/env/lib/python3.12/site-packages/python_minifier/py.typed +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__init__.py +0 -6
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/bind_names.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/binding.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/mapper.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/name_generator.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/rename_literals.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/renamer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/resolve_names.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/bind_names.py +0 -174
- package/env/lib/python3.12/site-packages/python_minifier/rename/binding.py +0 -450
- package/env/lib/python3.12/site-packages/python_minifier/rename/mapper.py +0 -160
- package/env/lib/python3.12/site-packages/python_minifier/rename/name_generator.py +0 -51
- package/env/lib/python3.12/site-packages/python_minifier/rename/rename_literals.py +0 -234
- package/env/lib/python3.12/site-packages/python_minifier/rename/renamer.py +0 -230
- package/env/lib/python3.12/site-packages/python_minifier/rename/resolve_names.py +0 -88
- package/env/lib/python3.12/site-packages/python_minifier/rename/util.py +0 -193
- package/env/lib/python3.12/site-packages/python_minifier/token_printer.py +0 -297
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/combine_imports.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_annotations.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_asserts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_debug.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_explicit_return_none.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_literal_statements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_object_base.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_pass.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/remove_posargs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/__pycache__/suite_transformer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/combine_imports.py +0 -73
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_annotations.py +0 -110
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_asserts.py +0 -26
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_debug.py +0 -53
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_explicit_return_none.py +0 -38
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_literal_statements.py +0 -61
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_object_base.py +0 -21
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_pass.py +0 -26
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_posargs.py +0 -13
- package/env/lib/python3.12/site-packages/python_minifier/transforms/suite_transformer.py +0 -193
- package/env/lib/python3.12/site-packages/python_minifier/util.py +0 -48
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/LICENSE +0 -21
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/METADATA +0 -169
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/RECORD +0 -70
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/WHEEL +0 -6
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/entry_points.txt +0 -2
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/zip-safe +0 -1
- package/env/lib/python3.12/site-packages/setuptools/__init__.py +0 -282
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_core_metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_entry_points.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_imp.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_importlib.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_normalization.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_path.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/_reqs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/archive_util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/build_meta.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/depends.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/discovery.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/dist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/errors.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/extension.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/glob.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/installer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/launch.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/logging.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/modified.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/monkey.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/msvc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/namespaces.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/package_index.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/sandbox.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/unicode_utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/warnings.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/__pycache__/windows_support.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_core_metadata.py +0 -286
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +0 -14
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_collections.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_functools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_log.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_macos_compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_modified.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/_msvccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/archive_util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/bcppcompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/ccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cmd.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/config.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/core.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/cygwinccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/debug.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dep_util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dir_util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/dist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/errors.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/extension.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/fancy_getopt.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/file_util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/filelist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/log.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvc9compiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/msvccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/spawn.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/sysconfig.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/text_file.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/unixccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/versionpredicate.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__pycache__/zosccompiler.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_collections.py +0 -58
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_functools.py +0 -73
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_itertools.py +0 -52
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_log.py +0 -3
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +0 -12
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +0 -72
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +0 -568
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__init__.py +0 -15
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_elffile.py +0 -108
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py +0 -260
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py +0 -83
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py +0 -356
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py +0 -61
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py +0 -192
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/markers.py +0 -252
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py +0 -825
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/requirements.py +0 -90
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py +0 -1017
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/tags.py +0 -571
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/utils.py +0 -172
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/version.py +0 -563
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE +0 -3
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.APACHE +0 -177
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.BSD +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +0 -283
- package/env/lib/python3.12/site-packages/setuptools/_distutils/bcppcompiler.py +0 -396
- package/env/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +0 -1255
- package/env/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +0 -439
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +0 -25
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/_framework_compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_dumb.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_clib.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_ext.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_py.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/build_scripts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/check.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/clean.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/config.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_data.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_headers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_lib.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/register.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/sdist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__pycache__/upload.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/_framework_compat.py +0 -54
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +0 -155
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +0 -140
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +0 -597
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +0 -156
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +0 -208
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +0 -797
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +0 -406
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +0 -170
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +0 -154
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +0 -76
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +0 -369
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +0 -810
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +0 -94
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +0 -92
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +0 -44
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +0 -234
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +0 -61
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/register.py +0 -322
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +0 -527
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/upload.py +0 -208
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0-amd64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-10.0.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0-amd64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-14.0.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-6.0.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-7.1.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-8.0.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0-amd64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/wininst-9.0.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__init__.py +0 -15
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py38.py +0 -34
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +0 -66
- package/env/lib/python3.12/site-packages/setuptools/_distutils/config.py +0 -151
- package/env/lib/python3.12/site-packages/setuptools/_distutils/core.py +0 -287
- package/env/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +0 -334
- package/env/lib/python3.12/site-packages/setuptools/_distutils/debug.py +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +0 -14
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +0 -238
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dist.py +0 -1298
- package/env/lib/python3.12/site-packages/setuptools/_distutils/errors.py +0 -127
- package/env/lib/python3.12/site-packages/setuptools/_distutils/extension.py +0 -247
- package/env/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +0 -469
- package/env/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +0 -235
- package/env/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +0 -369
- package/env/lib/python3.12/site-packages/setuptools/_distutils/log.py +0 -56
- package/env/lib/python3.12/site-packages/setuptools/_distutils/msvc9compiler.py +0 -822
- package/env/lib/python3.12/site-packages/setuptools/_distutils/msvccompiler.py +0 -687
- package/env/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +0 -117
- package/env/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +0 -582
- package/env/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +0 -286
- package/env/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +0 -402
- package/env/lib/python3.12/site-packages/setuptools/_distutils/util.py +0 -504
- package/env/lib/python3.12/site-packages/setuptools/_distutils/version.py +0 -349
- package/env/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +0 -175
- package/env/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +0 -229
- package/env/lib/python3.12/site-packages/setuptools/_entry_points.py +0 -90
- package/env/lib/python3.12/site-packages/setuptools/_imp.py +0 -87
- package/env/lib/python3.12/site-packages/setuptools/_importlib.py +0 -12
- package/env/lib/python3.12/site-packages/setuptools/_itertools.py +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_normalization.py +0 -144
- package/env/lib/python3.12/site-packages/setuptools/_path.py +0 -87
- package/env/lib/python3.12/site-packages/setuptools/_reqs.py +0 -43
- package/env/lib/python3.12/site-packages/setuptools/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__init__.py +0 -27
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoasync.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autocommand.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/automain.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/autoparse.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/__pycache__/errors.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoasync.py +0 -142
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +0 -70
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +0 -59
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +0 -333
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +0 -166
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +0 -420
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +0 -18
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__init__.py +0 -2937
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/compat/py38.py +0 -24
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +0 -46
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +0 -1083
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_adapters.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_collections.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_compat.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_functools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_meta.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/_text.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_adapters.py +0 -83
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +0 -30
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +0 -57
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +0 -104
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +0 -73
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +0 -67
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +0 -99
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py311.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py311.py +0 -22
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +0 -36
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +0 -21
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +0 -202
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +0 -129
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +0 -32
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__init__.py +0 -36
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_adapters.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_common.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/_itertools.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/abc.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/functional.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/readers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__pycache__/simple.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_adapters.py +0 -168
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_common.py +0 -210
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +0 -38
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/abc.py +0 -171
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py38.py +0 -11
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py39.py +0 -10
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/functional.py +0 -81
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/__pycache__/adapters.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/future/adapters.py +0 -95
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/readers.py +0 -194
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/simple.py +0 -106
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE +0 -202
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA +0 -100
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD +0 -89
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +0 -3986
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/__pycache__/py38.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/compat/py38.py +0 -7
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +0 -591
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +0 -13
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/__pycache__/context.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/context.py +0 -361
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +0 -633
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +0 -125
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/Lorem ipsum.txt +0 -2
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +0 -624
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/layouts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/show-newlines.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/strip-prefix.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-dvorak.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__pycache__/to-qwerty.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/layouts.py +0 -25
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +0 -33
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +0 -21
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +0 -6
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +0 -6
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +0 -75
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +0 -8
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +0 -64
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +0 -10
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +0 -95
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +0 -20
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +0 -6
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +0 -2
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/more.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__pycache__/recipes.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.py +0 -4806
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +0 -709
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.py +0 -1046
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +0 -136
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +0 -19
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +0 -266
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +0 -16
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +0 -15
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_elffile.py +0 -110
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +0 -262
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +0 -85
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +0 -354
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +0 -61
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +0 -194
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +0 -325
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +0 -804
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/requirements.py +0 -91
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +0 -1009
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +0 -568
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +0 -174
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +0 -563
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE +0 -3
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE +0 -177
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/METADATA +0 -102
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/RECORD +0 -37
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +0 -627
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +0 -55
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/android.py +0 -249
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +0 -292
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +0 -130
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/unix.py +0 -275
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +0 -16
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +0 -272
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +0 -319
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +0 -21
- package/env/lib/python3.12/site-packages/setuptools/_vendor/ruff.toml +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +0 -11
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_parser.py +0 -691
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +0 -107
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +0 -10
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +0 -21
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +0 -206
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +0 -15
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +0 -48
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_checkers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_config.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_decorators.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_functions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_importhook.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_memo.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_pytest_plugin.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_suppression.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_transformer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_union_transformer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__pycache__/_utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_checkers.py +0 -993
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +0 -108
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +0 -235
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +0 -42
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +0 -308
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +0 -213
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +0 -48
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +0 -127
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +0 -86
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +0 -1229
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +0 -55
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +0 -173
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/py.typed +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +0 -19
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +0 -81
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +0 -34
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +0 -2
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +0 -279
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +0 -67
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +0 -7
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +0 -3641
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +0 -3
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +0 -23
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/__main__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/_setuptools_logging.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/macosx_libfile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/metadata.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/util.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__pycache__/wheelfile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/_setuptools_logging.py +0 -26
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +0 -595
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +0 -155
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/convert.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/pack.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__pycache__/unpack.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/convert.py +0 -273
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +0 -85
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +0 -139
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +0 -30
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +0 -469
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +0 -180
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +0 -26
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_elffile.py +0 -108
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +0 -260
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +0 -83
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +0 -356
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +0 -61
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +0 -192
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +0 -253
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +0 -90
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +0 -1011
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +0 -571
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +0 -172
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +0 -561
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +0 -196
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt +0 -21
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA +0 -61
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD +0 -63
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/WHEEL +0 -4
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt +0 -6
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +0 -501
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__pycache__/glob.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/__pycache__/py310.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/compat/py310.py +0 -11
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +0 -106
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +0 -102
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +0 -15
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +0 -1
- package/env/lib/python3.12/site-packages/setuptools/archive_util.py +0 -217
- package/env/lib/python3.12/site-packages/setuptools/build_meta.py +0 -529
- package/env/lib/python3.12/site-packages/setuptools/cli-32.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/cli-64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/cli-arm64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/cli.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__init__.py +0 -13
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/_requirestxt.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/alias.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_egg.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_rpm.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/bdist_wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_clib.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_ext.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/build_py.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/develop.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/dist_info.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/easy_install.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/editable_wheel.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/egg_info.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_egg_info.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_lib.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/install_scripts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/register.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/rotate.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/saveopts.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/sdist.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/setopt.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/test.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/__pycache__/upload_docs.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/command/_requirestxt.py +0 -131
- package/env/lib/python3.12/site-packages/setuptools/command/alias.py +0 -78
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +0 -465
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +0 -42
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +0 -621
- package/env/lib/python3.12/site-packages/setuptools/command/build.py +0 -129
- package/env/lib/python3.12/site-packages/setuptools/command/build_clib.py +0 -108
- package/env/lib/python3.12/site-packages/setuptools/command/build_ext.py +0 -462
- package/env/lib/python3.12/site-packages/setuptools/command/build_py.py +0 -404
- package/env/lib/python3.12/site-packages/setuptools/command/develop.py +0 -195
- package/env/lib/python3.12/site-packages/setuptools/command/dist_info.py +0 -107
- package/env/lib/python3.12/site-packages/setuptools/command/easy_install.py +0 -2364
- package/env/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +0 -899
- package/env/lib/python3.12/site-packages/setuptools/command/egg_info.py +0 -727
- package/env/lib/python3.12/site-packages/setuptools/command/install.py +0 -165
- package/env/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +0 -58
- package/env/lib/python3.12/site-packages/setuptools/command/install_lib.py +0 -134
- package/env/lib/python3.12/site-packages/setuptools/command/install_scripts.py +0 -73
- package/env/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +0 -15
- package/env/lib/python3.12/site-packages/setuptools/command/register.py +0 -22
- package/env/lib/python3.12/site-packages/setuptools/command/rotate.py +0 -65
- package/env/lib/python3.12/site-packages/setuptools/command/saveopts.py +0 -21
- package/env/lib/python3.12/site-packages/setuptools/command/sdist.py +0 -207
- package/env/lib/python3.12/site-packages/setuptools/command/setopt.py +0 -141
- package/env/lib/python3.12/site-packages/setuptools/command/test.py +0 -42
- package/env/lib/python3.12/site-packages/setuptools/command/upload.py +0 -20
- package/env/lib/python3.12/site-packages/setuptools/command/upload_docs.py +0 -221
- package/env/lib/python3.12/site-packages/setuptools/compat/__init__.py +0 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py310.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py311.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/__pycache__/py39.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/py310.py +0 -9
- package/env/lib/python3.12/site-packages/setuptools/compat/py311.py +0 -27
- package/env/lib/python3.12/site-packages/setuptools/compat/py39.py +0 -9
- package/env/lib/python3.12/site-packages/setuptools/config/NOTICE +0 -10
- package/env/lib/python3.12/site-packages/setuptools/config/__init__.py +0 -43
- package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/_apply_pyprojecttoml.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/expand.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/pyprojecttoml.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/__pycache__/setupcfg.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_apply_pyprojecttoml.py +0 -439
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +0 -438
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +0 -34
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/__init__.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/error_reporting.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/extra_validations.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_exceptions.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/fastjsonschema_validations.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__pycache__/formats.cpython-312.pyc +0 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/error_reporting.py +0 -336
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +0 -52
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +0 -51
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +0 -1104
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +0 -375
- package/env/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +0 -26
- package/env/lib/python3.12/site-packages/setuptools/config/expand.py +0 -436
- package/env/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +0 -453
- package/env/lib/python3.12/site-packages/setuptools/config/setupcfg.py +0 -777
- package/env/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +0 -352
- package/env/lib/python3.12/site-packages/setuptools/depends.py +0 -166
- package/env/lib/python3.12/site-packages/setuptools/discovery.py +0 -607
- package/env/lib/python3.12/site-packages/setuptools/dist.py +0 -953
- package/env/lib/python3.12/site-packages/setuptools/errors.py +0 -65
- package/env/lib/python3.12/site-packages/setuptools/extension.py +0 -163
- package/env/lib/python3.12/site-packages/setuptools/glob.py +0 -165
- package/env/lib/python3.12/site-packages/setuptools/gui-32.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/gui-64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/gui-arm64.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/gui.exe +0 -0
- package/env/lib/python3.12/site-packages/setuptools/installer.py +0 -145
- package/env/lib/python3.12/site-packages/setuptools/launch.py +0 -36
- package/env/lib/python3.12/site-packages/setuptools/logging.py +0 -40
- package/env/lib/python3.12/site-packages/setuptools/modified.py +0 -8
- package/env/lib/python3.12/site-packages/setuptools/monkey.py +0 -156
- package/env/lib/python3.12/site-packages/setuptools/msvc.py +0 -1748
- package/env/lib/python3.12/site-packages/setuptools/namespaces.py +0 -105
- package/env/lib/python3.12/site-packages/setuptools/package_index.py +0 -1148
- package/env/lib/python3.12/site-packages/setuptools/sandbox.py +0 -514
- package/env/lib/python3.12/site-packages/setuptools/script (dev).tmpl +0 -6
- package/env/lib/python3.12/site-packages/setuptools/script.tmpl +0 -3
- package/env/lib/python3.12/site-packages/setuptools/unicode_utils.py +0 -102
- package/env/lib/python3.12/site-packages/setuptools/version.py +0 -6
- package/env/lib/python3.12/site-packages/setuptools/warnings.py +0 -107
- package/env/lib/python3.12/site-packages/setuptools/wheel.py +0 -236
- package/env/lib/python3.12/site-packages/setuptools/windows_support.py +0 -30
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/INSTALLER +0 -1
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/LICENSE +0 -17
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/METADATA +0 -136
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/RECORD +0 -1007
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/REQUESTED +0 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/WHEEL +0 -5
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/entry_points.txt +0 -52
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/top_level.txt +0 -3
- package/env/pyvenv.cfg +0 -5
@@ -1,1137 +0,0 @@
|
|
1
|
-
from __future__ import absolute_import
|
2
|
-
|
3
|
-
import errno
|
4
|
-
import logging
|
5
|
-
import re
|
6
|
-
import socket
|
7
|
-
import sys
|
8
|
-
import warnings
|
9
|
-
from socket import error as SocketError
|
10
|
-
from socket import timeout as SocketTimeout
|
11
|
-
|
12
|
-
from ._collections import HTTPHeaderDict
|
13
|
-
from .connection import (
|
14
|
-
BaseSSLError,
|
15
|
-
BrokenPipeError,
|
16
|
-
DummyConnection,
|
17
|
-
HTTPConnection,
|
18
|
-
HTTPException,
|
19
|
-
HTTPSConnection,
|
20
|
-
VerifiedHTTPSConnection,
|
21
|
-
port_by_scheme,
|
22
|
-
)
|
23
|
-
from .exceptions import (
|
24
|
-
ClosedPoolError,
|
25
|
-
EmptyPoolError,
|
26
|
-
HeaderParsingError,
|
27
|
-
HostChangedError,
|
28
|
-
InsecureRequestWarning,
|
29
|
-
LocationValueError,
|
30
|
-
MaxRetryError,
|
31
|
-
NewConnectionError,
|
32
|
-
ProtocolError,
|
33
|
-
ProxyError,
|
34
|
-
ReadTimeoutError,
|
35
|
-
SSLError,
|
36
|
-
TimeoutError,
|
37
|
-
)
|
38
|
-
from .packages import six
|
39
|
-
from .packages.six.moves import queue
|
40
|
-
from .request import RequestMethods
|
41
|
-
from .response import HTTPResponse
|
42
|
-
from .util.connection import is_connection_dropped
|
43
|
-
from .util.proxy import connection_requires_http_tunnel
|
44
|
-
from .util.queue import LifoQueue
|
45
|
-
from .util.request import set_file_position
|
46
|
-
from .util.response import assert_header_parsing
|
47
|
-
from .util.retry import Retry
|
48
|
-
from .util.ssl_match_hostname import CertificateError
|
49
|
-
from .util.timeout import Timeout
|
50
|
-
from .util.url import Url, _encode_target
|
51
|
-
from .util.url import _normalize_host as normalize_host
|
52
|
-
from .util.url import get_host, parse_url
|
53
|
-
|
54
|
-
try: # Platform-specific: Python 3
|
55
|
-
import weakref
|
56
|
-
|
57
|
-
weakref_finalize = weakref.finalize
|
58
|
-
except AttributeError: # Platform-specific: Python 2
|
59
|
-
from .packages.backports.weakref_finalize import weakref_finalize
|
60
|
-
|
61
|
-
xrange = six.moves.xrange
|
62
|
-
|
63
|
-
log = logging.getLogger(__name__)
|
64
|
-
|
65
|
-
_Default = object()
|
66
|
-
|
67
|
-
|
68
|
-
# Pool objects
|
69
|
-
class ConnectionPool(object):
|
70
|
-
"""
|
71
|
-
Base class for all connection pools, such as
|
72
|
-
:class:`.HTTPConnectionPool` and :class:`.HTTPSConnectionPool`.
|
73
|
-
|
74
|
-
.. note::
|
75
|
-
ConnectionPool.urlopen() does not normalize or percent-encode target URIs
|
76
|
-
which is useful if your target server doesn't support percent-encoded
|
77
|
-
target URIs.
|
78
|
-
"""
|
79
|
-
|
80
|
-
scheme = None
|
81
|
-
QueueCls = LifoQueue
|
82
|
-
|
83
|
-
def __init__(self, host, port=None):
|
84
|
-
if not host:
|
85
|
-
raise LocationValueError("No host specified.")
|
86
|
-
|
87
|
-
self.host = _normalize_host(host, scheme=self.scheme)
|
88
|
-
self._proxy_host = host.lower()
|
89
|
-
self.port = port
|
90
|
-
|
91
|
-
def __str__(self):
|
92
|
-
return "%s(host=%r, port=%r)" % (type(self).__name__, self.host, self.port)
|
93
|
-
|
94
|
-
def __enter__(self):
|
95
|
-
return self
|
96
|
-
|
97
|
-
def __exit__(self, exc_type, exc_val, exc_tb):
|
98
|
-
self.close()
|
99
|
-
# Return False to re-raise any potential exceptions
|
100
|
-
return False
|
101
|
-
|
102
|
-
def close(self):
|
103
|
-
"""
|
104
|
-
Close all pooled connections and disable the pool.
|
105
|
-
"""
|
106
|
-
pass
|
107
|
-
|
108
|
-
|
109
|
-
# This is taken from http://hg.python.org/cpython/file/7aaba721ebc0/Lib/socket.py#l252
|
110
|
-
_blocking_errnos = {errno.EAGAIN, errno.EWOULDBLOCK}
|
111
|
-
|
112
|
-
|
113
|
-
class HTTPConnectionPool(ConnectionPool, RequestMethods):
|
114
|
-
"""
|
115
|
-
Thread-safe connection pool for one host.
|
116
|
-
|
117
|
-
:param host:
|
118
|
-
Host used for this HTTP Connection (e.g. "localhost"), passed into
|
119
|
-
:class:`http.client.HTTPConnection`.
|
120
|
-
|
121
|
-
:param port:
|
122
|
-
Port used for this HTTP Connection (None is equivalent to 80), passed
|
123
|
-
into :class:`http.client.HTTPConnection`.
|
124
|
-
|
125
|
-
:param strict:
|
126
|
-
Causes BadStatusLine to be raised if the status line can't be parsed
|
127
|
-
as a valid HTTP/1.0 or 1.1 status line, passed into
|
128
|
-
:class:`http.client.HTTPConnection`.
|
129
|
-
|
130
|
-
.. note::
|
131
|
-
Only works in Python 2. This parameter is ignored in Python 3.
|
132
|
-
|
133
|
-
:param timeout:
|
134
|
-
Socket timeout in seconds for each individual connection. This can
|
135
|
-
be a float or integer, which sets the timeout for the HTTP request,
|
136
|
-
or an instance of :class:`urllib3.util.Timeout` which gives you more
|
137
|
-
fine-grained control over request timeouts. After the constructor has
|
138
|
-
been parsed, this is always a `urllib3.util.Timeout` object.
|
139
|
-
|
140
|
-
:param maxsize:
|
141
|
-
Number of connections to save that can be reused. More than 1 is useful
|
142
|
-
in multithreaded situations. If ``block`` is set to False, more
|
143
|
-
connections will be created but they will not be saved once they've
|
144
|
-
been used.
|
145
|
-
|
146
|
-
:param block:
|
147
|
-
If set to True, no more than ``maxsize`` connections will be used at
|
148
|
-
a time. When no free connections are available, the call will block
|
149
|
-
until a connection has been released. This is a useful side effect for
|
150
|
-
particular multithreaded situations where one does not want to use more
|
151
|
-
than maxsize connections per host to prevent flooding.
|
152
|
-
|
153
|
-
:param headers:
|
154
|
-
Headers to include with all requests, unless other headers are given
|
155
|
-
explicitly.
|
156
|
-
|
157
|
-
:param retries:
|
158
|
-
Retry configuration to use by default with requests in this pool.
|
159
|
-
|
160
|
-
:param _proxy:
|
161
|
-
Parsed proxy URL, should not be used directly, instead, see
|
162
|
-
:class:`urllib3.ProxyManager`
|
163
|
-
|
164
|
-
:param _proxy_headers:
|
165
|
-
A dictionary with proxy headers, should not be used directly,
|
166
|
-
instead, see :class:`urllib3.ProxyManager`
|
167
|
-
|
168
|
-
:param \\**conn_kw:
|
169
|
-
Additional parameters are used to create fresh :class:`urllib3.connection.HTTPConnection`,
|
170
|
-
:class:`urllib3.connection.HTTPSConnection` instances.
|
171
|
-
"""
|
172
|
-
|
173
|
-
scheme = "http"
|
174
|
-
ConnectionCls = HTTPConnection
|
175
|
-
ResponseCls = HTTPResponse
|
176
|
-
|
177
|
-
def __init__(
|
178
|
-
self,
|
179
|
-
host,
|
180
|
-
port=None,
|
181
|
-
strict=False,
|
182
|
-
timeout=Timeout.DEFAULT_TIMEOUT,
|
183
|
-
maxsize=1,
|
184
|
-
block=False,
|
185
|
-
headers=None,
|
186
|
-
retries=None,
|
187
|
-
_proxy=None,
|
188
|
-
_proxy_headers=None,
|
189
|
-
_proxy_config=None,
|
190
|
-
**conn_kw
|
191
|
-
):
|
192
|
-
ConnectionPool.__init__(self, host, port)
|
193
|
-
RequestMethods.__init__(self, headers)
|
194
|
-
|
195
|
-
self.strict = strict
|
196
|
-
|
197
|
-
if not isinstance(timeout, Timeout):
|
198
|
-
timeout = Timeout.from_float(timeout)
|
199
|
-
|
200
|
-
if retries is None:
|
201
|
-
retries = Retry.DEFAULT
|
202
|
-
|
203
|
-
self.timeout = timeout
|
204
|
-
self.retries = retries
|
205
|
-
|
206
|
-
self.pool = self.QueueCls(maxsize)
|
207
|
-
self.block = block
|
208
|
-
|
209
|
-
self.proxy = _proxy
|
210
|
-
self.proxy_headers = _proxy_headers or {}
|
211
|
-
self.proxy_config = _proxy_config
|
212
|
-
|
213
|
-
# Fill the queue up so that doing get() on it will block properly
|
214
|
-
for _ in xrange(maxsize):
|
215
|
-
self.pool.put(None)
|
216
|
-
|
217
|
-
# These are mostly for testing and debugging purposes.
|
218
|
-
self.num_connections = 0
|
219
|
-
self.num_requests = 0
|
220
|
-
self.conn_kw = conn_kw
|
221
|
-
|
222
|
-
if self.proxy:
|
223
|
-
# Enable Nagle's algorithm for proxies, to avoid packet fragmentation.
|
224
|
-
# We cannot know if the user has added default socket options, so we cannot replace the
|
225
|
-
# list.
|
226
|
-
self.conn_kw.setdefault("socket_options", [])
|
227
|
-
|
228
|
-
self.conn_kw["proxy"] = self.proxy
|
229
|
-
self.conn_kw["proxy_config"] = self.proxy_config
|
230
|
-
|
231
|
-
# Do not pass 'self' as callback to 'finalize'.
|
232
|
-
# Then the 'finalize' would keep an endless living (leak) to self.
|
233
|
-
# By just passing a reference to the pool allows the garbage collector
|
234
|
-
# to free self if nobody else has a reference to it.
|
235
|
-
pool = self.pool
|
236
|
-
|
237
|
-
# Close all the HTTPConnections in the pool before the
|
238
|
-
# HTTPConnectionPool object is garbage collected.
|
239
|
-
weakref_finalize(self, _close_pool_connections, pool)
|
240
|
-
|
241
|
-
def _new_conn(self):
|
242
|
-
"""
|
243
|
-
Return a fresh :class:`HTTPConnection`.
|
244
|
-
"""
|
245
|
-
self.num_connections += 1
|
246
|
-
log.debug(
|
247
|
-
"Starting new HTTP connection (%d): %s:%s",
|
248
|
-
self.num_connections,
|
249
|
-
self.host,
|
250
|
-
self.port or "80",
|
251
|
-
)
|
252
|
-
|
253
|
-
conn = self.ConnectionCls(
|
254
|
-
host=self.host,
|
255
|
-
port=self.port,
|
256
|
-
timeout=self.timeout.connect_timeout,
|
257
|
-
strict=self.strict,
|
258
|
-
**self.conn_kw
|
259
|
-
)
|
260
|
-
return conn
|
261
|
-
|
262
|
-
def _get_conn(self, timeout=None):
|
263
|
-
"""
|
264
|
-
Get a connection. Will return a pooled connection if one is available.
|
265
|
-
|
266
|
-
If no connections are available and :prop:`.block` is ``False``, then a
|
267
|
-
fresh connection is returned.
|
268
|
-
|
269
|
-
:param timeout:
|
270
|
-
Seconds to wait before giving up and raising
|
271
|
-
:class:`urllib3.exceptions.EmptyPoolError` if the pool is empty and
|
272
|
-
:prop:`.block` is ``True``.
|
273
|
-
"""
|
274
|
-
conn = None
|
275
|
-
try:
|
276
|
-
conn = self.pool.get(block=self.block, timeout=timeout)
|
277
|
-
|
278
|
-
except AttributeError: # self.pool is None
|
279
|
-
raise ClosedPoolError(self, "Pool is closed.")
|
280
|
-
|
281
|
-
except queue.Empty:
|
282
|
-
if self.block:
|
283
|
-
raise EmptyPoolError(
|
284
|
-
self,
|
285
|
-
"Pool reached maximum size and no more connections are allowed.",
|
286
|
-
)
|
287
|
-
pass # Oh well, we'll create a new connection then
|
288
|
-
|
289
|
-
# If this is a persistent connection, check if it got disconnected
|
290
|
-
if conn and is_connection_dropped(conn):
|
291
|
-
log.debug("Resetting dropped connection: %s", self.host)
|
292
|
-
conn.close()
|
293
|
-
if getattr(conn, "auto_open", 1) == 0:
|
294
|
-
# This is a proxied connection that has been mutated by
|
295
|
-
# http.client._tunnel() and cannot be reused (since it would
|
296
|
-
# attempt to bypass the proxy)
|
297
|
-
conn = None
|
298
|
-
|
299
|
-
return conn or self._new_conn()
|
300
|
-
|
301
|
-
def _put_conn(self, conn):
|
302
|
-
"""
|
303
|
-
Put a connection back into the pool.
|
304
|
-
|
305
|
-
:param conn:
|
306
|
-
Connection object for the current host and port as returned by
|
307
|
-
:meth:`._new_conn` or :meth:`._get_conn`.
|
308
|
-
|
309
|
-
If the pool is already full, the connection is closed and discarded
|
310
|
-
because we exceeded maxsize. If connections are discarded frequently,
|
311
|
-
then maxsize should be increased.
|
312
|
-
|
313
|
-
If the pool is closed, then the connection will be closed and discarded.
|
314
|
-
"""
|
315
|
-
try:
|
316
|
-
self.pool.put(conn, block=False)
|
317
|
-
return # Everything is dandy, done.
|
318
|
-
except AttributeError:
|
319
|
-
# self.pool is None.
|
320
|
-
pass
|
321
|
-
except queue.Full:
|
322
|
-
# This should never happen if self.block == True
|
323
|
-
log.warning(
|
324
|
-
"Connection pool is full, discarding connection: %s. Connection pool size: %s",
|
325
|
-
self.host,
|
326
|
-
self.pool.qsize(),
|
327
|
-
)
|
328
|
-
# Connection never got put back into the pool, close it.
|
329
|
-
if conn:
|
330
|
-
conn.close()
|
331
|
-
|
332
|
-
def _validate_conn(self, conn):
|
333
|
-
"""
|
334
|
-
Called right before a request is made, after the socket is created.
|
335
|
-
"""
|
336
|
-
pass
|
337
|
-
|
338
|
-
def _prepare_proxy(self, conn):
|
339
|
-
# Nothing to do for HTTP connections.
|
340
|
-
pass
|
341
|
-
|
342
|
-
def _get_timeout(self, timeout):
|
343
|
-
"""Helper that always returns a :class:`urllib3.util.Timeout`"""
|
344
|
-
if timeout is _Default:
|
345
|
-
return self.timeout.clone()
|
346
|
-
|
347
|
-
if isinstance(timeout, Timeout):
|
348
|
-
return timeout.clone()
|
349
|
-
else:
|
350
|
-
# User passed us an int/float. This is for backwards compatibility,
|
351
|
-
# can be removed later
|
352
|
-
return Timeout.from_float(timeout)
|
353
|
-
|
354
|
-
def _raise_timeout(self, err, url, timeout_value):
|
355
|
-
"""Is the error actually a timeout? Will raise a ReadTimeout or pass"""
|
356
|
-
|
357
|
-
if isinstance(err, SocketTimeout):
|
358
|
-
raise ReadTimeoutError(
|
359
|
-
self, url, "Read timed out. (read timeout=%s)" % timeout_value
|
360
|
-
)
|
361
|
-
|
362
|
-
# See the above comment about EAGAIN in Python 3. In Python 2 we have
|
363
|
-
# to specifically catch it and throw the timeout error
|
364
|
-
if hasattr(err, "errno") and err.errno in _blocking_errnos:
|
365
|
-
raise ReadTimeoutError(
|
366
|
-
self, url, "Read timed out. (read timeout=%s)" % timeout_value
|
367
|
-
)
|
368
|
-
|
369
|
-
# Catch possible read timeouts thrown as SSL errors. If not the
|
370
|
-
# case, rethrow the original. We need to do this because of:
|
371
|
-
# http://bugs.python.org/issue10272
|
372
|
-
if "timed out" in str(err) or "did not complete (read)" in str(
|
373
|
-
err
|
374
|
-
): # Python < 2.7.4
|
375
|
-
raise ReadTimeoutError(
|
376
|
-
self, url, "Read timed out. (read timeout=%s)" % timeout_value
|
377
|
-
)
|
378
|
-
|
379
|
-
def _make_request(
|
380
|
-
self, conn, method, url, timeout=_Default, chunked=False, **httplib_request_kw
|
381
|
-
):
|
382
|
-
"""
|
383
|
-
Perform a request on a given urllib connection object taken from our
|
384
|
-
pool.
|
385
|
-
|
386
|
-
:param conn:
|
387
|
-
a connection from one of our connection pools
|
388
|
-
|
389
|
-
:param timeout:
|
390
|
-
Socket timeout in seconds for the request. This can be a
|
391
|
-
float or integer, which will set the same timeout value for
|
392
|
-
the socket connect and the socket read, or an instance of
|
393
|
-
:class:`urllib3.util.Timeout`, which gives you more fine-grained
|
394
|
-
control over your timeouts.
|
395
|
-
"""
|
396
|
-
self.num_requests += 1
|
397
|
-
|
398
|
-
timeout_obj = self._get_timeout(timeout)
|
399
|
-
timeout_obj.start_connect()
|
400
|
-
conn.timeout = Timeout.resolve_default_timeout(timeout_obj.connect_timeout)
|
401
|
-
|
402
|
-
# Trigger any extra validation we need to do.
|
403
|
-
try:
|
404
|
-
self._validate_conn(conn)
|
405
|
-
except (SocketTimeout, BaseSSLError) as e:
|
406
|
-
# Py2 raises this as a BaseSSLError, Py3 raises it as socket timeout.
|
407
|
-
self._raise_timeout(err=e, url=url, timeout_value=conn.timeout)
|
408
|
-
raise
|
409
|
-
|
410
|
-
# conn.request() calls http.client.*.request, not the method in
|
411
|
-
# urllib3.request. It also calls makefile (recv) on the socket.
|
412
|
-
try:
|
413
|
-
if chunked:
|
414
|
-
conn.request_chunked(method, url, **httplib_request_kw)
|
415
|
-
else:
|
416
|
-
conn.request(method, url, **httplib_request_kw)
|
417
|
-
|
418
|
-
# We are swallowing BrokenPipeError (errno.EPIPE) since the server is
|
419
|
-
# legitimately able to close the connection after sending a valid response.
|
420
|
-
# With this behaviour, the received response is still readable.
|
421
|
-
except BrokenPipeError:
|
422
|
-
# Python 3
|
423
|
-
pass
|
424
|
-
except IOError as e:
|
425
|
-
# Python 2 and macOS/Linux
|
426
|
-
# EPIPE and ESHUTDOWN are BrokenPipeError on Python 2, and EPROTOTYPE is needed on macOS
|
427
|
-
# https://erickt.github.io/blog/2014/11/19/adventures-in-debugging-a-potential-osx-kernel-bug/
|
428
|
-
if e.errno not in {
|
429
|
-
errno.EPIPE,
|
430
|
-
errno.ESHUTDOWN,
|
431
|
-
errno.EPROTOTYPE,
|
432
|
-
}:
|
433
|
-
raise
|
434
|
-
|
435
|
-
# Reset the timeout for the recv() on the socket
|
436
|
-
read_timeout = timeout_obj.read_timeout
|
437
|
-
|
438
|
-
# App Engine doesn't have a sock attr
|
439
|
-
if getattr(conn, "sock", None):
|
440
|
-
# In Python 3 socket.py will catch EAGAIN and return None when you
|
441
|
-
# try and read into the file pointer created by http.client, which
|
442
|
-
# instead raises a BadStatusLine exception. Instead of catching
|
443
|
-
# the exception and assuming all BadStatusLine exceptions are read
|
444
|
-
# timeouts, check for a zero timeout before making the request.
|
445
|
-
if read_timeout == 0:
|
446
|
-
raise ReadTimeoutError(
|
447
|
-
self, url, "Read timed out. (read timeout=%s)" % read_timeout
|
448
|
-
)
|
449
|
-
if read_timeout is Timeout.DEFAULT_TIMEOUT:
|
450
|
-
conn.sock.settimeout(socket.getdefaulttimeout())
|
451
|
-
else: # None or a value
|
452
|
-
conn.sock.settimeout(read_timeout)
|
453
|
-
|
454
|
-
# Receive the response from the server
|
455
|
-
try:
|
456
|
-
try:
|
457
|
-
# Python 2.7, use buffering of HTTP responses
|
458
|
-
httplib_response = conn.getresponse(buffering=True)
|
459
|
-
except TypeError:
|
460
|
-
# Python 3
|
461
|
-
try:
|
462
|
-
httplib_response = conn.getresponse()
|
463
|
-
except BaseException as e:
|
464
|
-
# Remove the TypeError from the exception chain in
|
465
|
-
# Python 3 (including for exceptions like SystemExit).
|
466
|
-
# Otherwise it looks like a bug in the code.
|
467
|
-
six.raise_from(e, None)
|
468
|
-
except (SocketTimeout, BaseSSLError, SocketError) as e:
|
469
|
-
self._raise_timeout(err=e, url=url, timeout_value=read_timeout)
|
470
|
-
raise
|
471
|
-
|
472
|
-
# AppEngine doesn't have a version attr.
|
473
|
-
http_version = getattr(conn, "_http_vsn_str", "HTTP/?")
|
474
|
-
log.debug(
|
475
|
-
'%s://%s:%s "%s %s %s" %s %s',
|
476
|
-
self.scheme,
|
477
|
-
self.host,
|
478
|
-
self.port,
|
479
|
-
method,
|
480
|
-
url,
|
481
|
-
http_version,
|
482
|
-
httplib_response.status,
|
483
|
-
httplib_response.length,
|
484
|
-
)
|
485
|
-
|
486
|
-
try:
|
487
|
-
assert_header_parsing(httplib_response.msg)
|
488
|
-
except (HeaderParsingError, TypeError) as hpe: # Platform-specific: Python 3
|
489
|
-
log.warning(
|
490
|
-
"Failed to parse headers (url=%s): %s",
|
491
|
-
self._absolute_url(url),
|
492
|
-
hpe,
|
493
|
-
exc_info=True,
|
494
|
-
)
|
495
|
-
|
496
|
-
return httplib_response
|
497
|
-
|
498
|
-
def _absolute_url(self, path):
|
499
|
-
return Url(scheme=self.scheme, host=self.host, port=self.port, path=path).url
|
500
|
-
|
501
|
-
def close(self):
|
502
|
-
"""
|
503
|
-
Close all pooled connections and disable the pool.
|
504
|
-
"""
|
505
|
-
if self.pool is None:
|
506
|
-
return
|
507
|
-
# Disable access to the pool
|
508
|
-
old_pool, self.pool = self.pool, None
|
509
|
-
|
510
|
-
# Close all the HTTPConnections in the pool.
|
511
|
-
_close_pool_connections(old_pool)
|
512
|
-
|
513
|
-
def is_same_host(self, url):
|
514
|
-
"""
|
515
|
-
Check if the given ``url`` is a member of the same host as this
|
516
|
-
connection pool.
|
517
|
-
"""
|
518
|
-
if url.startswith("/"):
|
519
|
-
return True
|
520
|
-
|
521
|
-
# TODO: Add optional support for socket.gethostbyname checking.
|
522
|
-
scheme, host, port = get_host(url)
|
523
|
-
if host is not None:
|
524
|
-
host = _normalize_host(host, scheme=scheme)
|
525
|
-
|
526
|
-
# Use explicit default port for comparison when none is given
|
527
|
-
if self.port and not port:
|
528
|
-
port = port_by_scheme.get(scheme)
|
529
|
-
elif not self.port and port == port_by_scheme.get(scheme):
|
530
|
-
port = None
|
531
|
-
|
532
|
-
return (scheme, host, port) == (self.scheme, self.host, self.port)
|
533
|
-
|
534
|
-
def urlopen(
|
535
|
-
self,
|
536
|
-
method,
|
537
|
-
url,
|
538
|
-
body=None,
|
539
|
-
headers=None,
|
540
|
-
retries=None,
|
541
|
-
redirect=True,
|
542
|
-
assert_same_host=True,
|
543
|
-
timeout=_Default,
|
544
|
-
pool_timeout=None,
|
545
|
-
release_conn=None,
|
546
|
-
chunked=False,
|
547
|
-
body_pos=None,
|
548
|
-
**response_kw
|
549
|
-
):
|
550
|
-
"""
|
551
|
-
Get a connection from the pool and perform an HTTP request. This is the
|
552
|
-
lowest level call for making a request, so you'll need to specify all
|
553
|
-
the raw details.
|
554
|
-
|
555
|
-
.. note::
|
556
|
-
|
557
|
-
More commonly, it's appropriate to use a convenience method provided
|
558
|
-
by :class:`.RequestMethods`, such as :meth:`request`.
|
559
|
-
|
560
|
-
.. note::
|
561
|
-
|
562
|
-
`release_conn` will only behave as expected if
|
563
|
-
`preload_content=False` because we want to make
|
564
|
-
`preload_content=False` the default behaviour someday soon without
|
565
|
-
breaking backwards compatibility.
|
566
|
-
|
567
|
-
:param method:
|
568
|
-
HTTP request method (such as GET, POST, PUT, etc.)
|
569
|
-
|
570
|
-
:param url:
|
571
|
-
The URL to perform the request on.
|
572
|
-
|
573
|
-
:param body:
|
574
|
-
Data to send in the request body, either :class:`str`, :class:`bytes`,
|
575
|
-
an iterable of :class:`str`/:class:`bytes`, or a file-like object.
|
576
|
-
|
577
|
-
:param headers:
|
578
|
-
Dictionary of custom headers to send, such as User-Agent,
|
579
|
-
If-None-Match, etc. If None, pool headers are used. If provided,
|
580
|
-
these headers completely replace any pool-specific headers.
|
581
|
-
|
582
|
-
:param retries:
|
583
|
-
Configure the number of retries to allow before raising a
|
584
|
-
:class:`~urllib3.exceptions.MaxRetryError` exception.
|
585
|
-
|
586
|
-
Pass ``None`` to retry until you receive a response. Pass a
|
587
|
-
:class:`~urllib3.util.retry.Retry` object for fine-grained control
|
588
|
-
over different types of retries.
|
589
|
-
Pass an integer number to retry connection errors that many times,
|
590
|
-
but no other types of errors. Pass zero to never retry.
|
591
|
-
|
592
|
-
If ``False``, then retries are disabled and any exception is raised
|
593
|
-
immediately. Also, instead of raising a MaxRetryError on redirects,
|
594
|
-
the redirect response will be returned.
|
595
|
-
|
596
|
-
:type retries: :class:`~urllib3.util.retry.Retry`, False, or an int.
|
597
|
-
|
598
|
-
:param redirect:
|
599
|
-
If True, automatically handle redirects (status codes 301, 302,
|
600
|
-
303, 307, 308). Each redirect counts as a retry. Disabling retries
|
601
|
-
will disable redirect, too.
|
602
|
-
|
603
|
-
:param assert_same_host:
|
604
|
-
If ``True``, will make sure that the host of the pool requests is
|
605
|
-
consistent else will raise HostChangedError. When ``False``, you can
|
606
|
-
use the pool on an HTTP proxy and request foreign hosts.
|
607
|
-
|
608
|
-
:param timeout:
|
609
|
-
If specified, overrides the default timeout for this one
|
610
|
-
request. It may be a float (in seconds) or an instance of
|
611
|
-
:class:`urllib3.util.Timeout`.
|
612
|
-
|
613
|
-
:param pool_timeout:
|
614
|
-
If set and the pool is set to block=True, then this method will
|
615
|
-
block for ``pool_timeout`` seconds and raise EmptyPoolError if no
|
616
|
-
connection is available within the time period.
|
617
|
-
|
618
|
-
:param release_conn:
|
619
|
-
If False, then the urlopen call will not release the connection
|
620
|
-
back into the pool once a response is received (but will release if
|
621
|
-
you read the entire contents of the response such as when
|
622
|
-
`preload_content=True`). This is useful if you're not preloading
|
623
|
-
the response's content immediately. You will need to call
|
624
|
-
``r.release_conn()`` on the response ``r`` to return the connection
|
625
|
-
back into the pool. If None, it takes the value of
|
626
|
-
``response_kw.get('preload_content', True)``.
|
627
|
-
|
628
|
-
:param chunked:
|
629
|
-
If True, urllib3 will send the body using chunked transfer
|
630
|
-
encoding. Otherwise, urllib3 will send the body using the standard
|
631
|
-
content-length form. Defaults to False.
|
632
|
-
|
633
|
-
:param int body_pos:
|
634
|
-
Position to seek to in file-like body in the event of a retry or
|
635
|
-
redirect. Typically this won't need to be set because urllib3 will
|
636
|
-
auto-populate the value when needed.
|
637
|
-
|
638
|
-
:param \\**response_kw:
|
639
|
-
Additional parameters are passed to
|
640
|
-
:meth:`urllib3.response.HTTPResponse.from_httplib`
|
641
|
-
"""
|
642
|
-
|
643
|
-
parsed_url = parse_url(url)
|
644
|
-
destination_scheme = parsed_url.scheme
|
645
|
-
|
646
|
-
if headers is None:
|
647
|
-
headers = self.headers
|
648
|
-
|
649
|
-
if not isinstance(retries, Retry):
|
650
|
-
retries = Retry.from_int(retries, redirect=redirect, default=self.retries)
|
651
|
-
|
652
|
-
if release_conn is None:
|
653
|
-
release_conn = response_kw.get("preload_content", True)
|
654
|
-
|
655
|
-
# Check host
|
656
|
-
if assert_same_host and not self.is_same_host(url):
|
657
|
-
raise HostChangedError(self, url, retries)
|
658
|
-
|
659
|
-
# Ensure that the URL we're connecting to is properly encoded
|
660
|
-
if url.startswith("/"):
|
661
|
-
url = six.ensure_str(_encode_target(url))
|
662
|
-
else:
|
663
|
-
url = six.ensure_str(parsed_url.url)
|
664
|
-
|
665
|
-
conn = None
|
666
|
-
|
667
|
-
# Track whether `conn` needs to be released before
|
668
|
-
# returning/raising/recursing. Update this variable if necessary, and
|
669
|
-
# leave `release_conn` constant throughout the function. That way, if
|
670
|
-
# the function recurses, the original value of `release_conn` will be
|
671
|
-
# passed down into the recursive call, and its value will be respected.
|
672
|
-
#
|
673
|
-
# See issue #651 [1] for details.
|
674
|
-
#
|
675
|
-
# [1] <https://github.com/urllib3/urllib3/issues/651>
|
676
|
-
release_this_conn = release_conn
|
677
|
-
|
678
|
-
http_tunnel_required = connection_requires_http_tunnel(
|
679
|
-
self.proxy, self.proxy_config, destination_scheme
|
680
|
-
)
|
681
|
-
|
682
|
-
# Merge the proxy headers. Only done when not using HTTP CONNECT. We
|
683
|
-
# have to copy the headers dict so we can safely change it without those
|
684
|
-
# changes being reflected in anyone else's copy.
|
685
|
-
if not http_tunnel_required:
|
686
|
-
headers = headers.copy()
|
687
|
-
headers.update(self.proxy_headers)
|
688
|
-
|
689
|
-
# Must keep the exception bound to a separate variable or else Python 3
|
690
|
-
# complains about UnboundLocalError.
|
691
|
-
err = None
|
692
|
-
|
693
|
-
# Keep track of whether we cleanly exited the except block. This
|
694
|
-
# ensures we do proper cleanup in finally.
|
695
|
-
clean_exit = False
|
696
|
-
|
697
|
-
# Rewind body position, if needed. Record current position
|
698
|
-
# for future rewinds in the event of a redirect/retry.
|
699
|
-
body_pos = set_file_position(body, body_pos)
|
700
|
-
|
701
|
-
try:
|
702
|
-
# Request a connection from the queue.
|
703
|
-
timeout_obj = self._get_timeout(timeout)
|
704
|
-
conn = self._get_conn(timeout=pool_timeout)
|
705
|
-
|
706
|
-
conn.timeout = timeout_obj.connect_timeout
|
707
|
-
|
708
|
-
is_new_proxy_conn = self.proxy is not None and not getattr(
|
709
|
-
conn, "sock", None
|
710
|
-
)
|
711
|
-
if is_new_proxy_conn and http_tunnel_required:
|
712
|
-
self._prepare_proxy(conn)
|
713
|
-
|
714
|
-
# Make the request on the httplib connection object.
|
715
|
-
httplib_response = self._make_request(
|
716
|
-
conn,
|
717
|
-
method,
|
718
|
-
url,
|
719
|
-
timeout=timeout_obj,
|
720
|
-
body=body,
|
721
|
-
headers=headers,
|
722
|
-
chunked=chunked,
|
723
|
-
)
|
724
|
-
|
725
|
-
# If we're going to release the connection in ``finally:``, then
|
726
|
-
# the response doesn't need to know about the connection. Otherwise
|
727
|
-
# it will also try to release it and we'll have a double-release
|
728
|
-
# mess.
|
729
|
-
response_conn = conn if not release_conn else None
|
730
|
-
|
731
|
-
# Pass method to Response for length checking
|
732
|
-
response_kw["request_method"] = method
|
733
|
-
|
734
|
-
# Import httplib's response into our own wrapper object
|
735
|
-
response = self.ResponseCls.from_httplib(
|
736
|
-
httplib_response,
|
737
|
-
pool=self,
|
738
|
-
connection=response_conn,
|
739
|
-
retries=retries,
|
740
|
-
**response_kw
|
741
|
-
)
|
742
|
-
|
743
|
-
# Everything went great!
|
744
|
-
clean_exit = True
|
745
|
-
|
746
|
-
except EmptyPoolError:
|
747
|
-
# Didn't get a connection from the pool, no need to clean up
|
748
|
-
clean_exit = True
|
749
|
-
release_this_conn = False
|
750
|
-
raise
|
751
|
-
|
752
|
-
except (
|
753
|
-
TimeoutError,
|
754
|
-
HTTPException,
|
755
|
-
SocketError,
|
756
|
-
ProtocolError,
|
757
|
-
BaseSSLError,
|
758
|
-
SSLError,
|
759
|
-
CertificateError,
|
760
|
-
) as e:
|
761
|
-
# Discard the connection for these exceptions. It will be
|
762
|
-
# replaced during the next _get_conn() call.
|
763
|
-
clean_exit = False
|
764
|
-
|
765
|
-
def _is_ssl_error_message_from_http_proxy(ssl_error):
|
766
|
-
# We're trying to detect the message 'WRONG_VERSION_NUMBER' but
|
767
|
-
# SSLErrors are kinda all over the place when it comes to the message,
|
768
|
-
# so we try to cover our bases here!
|
769
|
-
message = " ".join(re.split("[^a-z]", str(ssl_error).lower()))
|
770
|
-
return (
|
771
|
-
"wrong version number" in message or "unknown protocol" in message
|
772
|
-
)
|
773
|
-
|
774
|
-
# Try to detect a common user error with proxies which is to
|
775
|
-
# set an HTTP proxy to be HTTPS when it should be 'http://'
|
776
|
-
# (ie {'http': 'http://proxy', 'https': 'https://proxy'})
|
777
|
-
# Instead we add a nice error message and point to a URL.
|
778
|
-
if (
|
779
|
-
isinstance(e, BaseSSLError)
|
780
|
-
and self.proxy
|
781
|
-
and _is_ssl_error_message_from_http_proxy(e)
|
782
|
-
and conn.proxy
|
783
|
-
and conn.proxy.scheme == "https"
|
784
|
-
):
|
785
|
-
e = ProxyError(
|
786
|
-
"Your proxy appears to only use HTTP and not HTTPS, "
|
787
|
-
"try changing your proxy URL to be HTTP. See: "
|
788
|
-
"https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html"
|
789
|
-
"#https-proxy-error-http-proxy",
|
790
|
-
SSLError(e),
|
791
|
-
)
|
792
|
-
elif isinstance(e, (BaseSSLError, CertificateError)):
|
793
|
-
e = SSLError(e)
|
794
|
-
elif isinstance(e, (SocketError, NewConnectionError)) and self.proxy:
|
795
|
-
e = ProxyError("Cannot connect to proxy.", e)
|
796
|
-
elif isinstance(e, (SocketError, HTTPException)):
|
797
|
-
e = ProtocolError("Connection aborted.", e)
|
798
|
-
|
799
|
-
retries = retries.increment(
|
800
|
-
method, url, error=e, _pool=self, _stacktrace=sys.exc_info()[2]
|
801
|
-
)
|
802
|
-
retries.sleep()
|
803
|
-
|
804
|
-
# Keep track of the error for the retry warning.
|
805
|
-
err = e
|
806
|
-
|
807
|
-
finally:
|
808
|
-
if not clean_exit:
|
809
|
-
# We hit some kind of exception, handled or otherwise. We need
|
810
|
-
# to throw the connection away unless explicitly told not to.
|
811
|
-
# Close the connection, set the variable to None, and make sure
|
812
|
-
# we put the None back in the pool to avoid leaking it.
|
813
|
-
conn = conn and conn.close()
|
814
|
-
release_this_conn = True
|
815
|
-
|
816
|
-
if release_this_conn:
|
817
|
-
# Put the connection back to be reused. If the connection is
|
818
|
-
# expired then it will be None, which will get replaced with a
|
819
|
-
# fresh connection during _get_conn.
|
820
|
-
self._put_conn(conn)
|
821
|
-
|
822
|
-
if not conn:
|
823
|
-
# Try again
|
824
|
-
log.warning(
|
825
|
-
"Retrying (%r) after connection broken by '%r': %s", retries, err, url
|
826
|
-
)
|
827
|
-
return self.urlopen(
|
828
|
-
method,
|
829
|
-
url,
|
830
|
-
body,
|
831
|
-
headers,
|
832
|
-
retries,
|
833
|
-
redirect,
|
834
|
-
assert_same_host,
|
835
|
-
timeout=timeout,
|
836
|
-
pool_timeout=pool_timeout,
|
837
|
-
release_conn=release_conn,
|
838
|
-
chunked=chunked,
|
839
|
-
body_pos=body_pos,
|
840
|
-
**response_kw
|
841
|
-
)
|
842
|
-
|
843
|
-
# Handle redirect?
|
844
|
-
redirect_location = redirect and response.get_redirect_location()
|
845
|
-
if redirect_location:
|
846
|
-
if response.status == 303:
|
847
|
-
# Change the method according to RFC 9110, Section 15.4.4.
|
848
|
-
method = "GET"
|
849
|
-
# And lose the body not to transfer anything sensitive.
|
850
|
-
body = None
|
851
|
-
headers = HTTPHeaderDict(headers)._prepare_for_method_change()
|
852
|
-
|
853
|
-
try:
|
854
|
-
retries = retries.increment(method, url, response=response, _pool=self)
|
855
|
-
except MaxRetryError:
|
856
|
-
if retries.raise_on_redirect:
|
857
|
-
response.drain_conn()
|
858
|
-
raise
|
859
|
-
return response
|
860
|
-
|
861
|
-
response.drain_conn()
|
862
|
-
retries.sleep_for_retry(response)
|
863
|
-
log.debug("Redirecting %s -> %s", url, redirect_location)
|
864
|
-
return self.urlopen(
|
865
|
-
method,
|
866
|
-
redirect_location,
|
867
|
-
body,
|
868
|
-
headers,
|
869
|
-
retries=retries,
|
870
|
-
redirect=redirect,
|
871
|
-
assert_same_host=assert_same_host,
|
872
|
-
timeout=timeout,
|
873
|
-
pool_timeout=pool_timeout,
|
874
|
-
release_conn=release_conn,
|
875
|
-
chunked=chunked,
|
876
|
-
body_pos=body_pos,
|
877
|
-
**response_kw
|
878
|
-
)
|
879
|
-
|
880
|
-
# Check if we should retry the HTTP response.
|
881
|
-
has_retry_after = bool(response.headers.get("Retry-After"))
|
882
|
-
if retries.is_retry(method, response.status, has_retry_after):
|
883
|
-
try:
|
884
|
-
retries = retries.increment(method, url, response=response, _pool=self)
|
885
|
-
except MaxRetryError:
|
886
|
-
if retries.raise_on_status:
|
887
|
-
response.drain_conn()
|
888
|
-
raise
|
889
|
-
return response
|
890
|
-
|
891
|
-
response.drain_conn()
|
892
|
-
retries.sleep(response)
|
893
|
-
log.debug("Retry: %s", url)
|
894
|
-
return self.urlopen(
|
895
|
-
method,
|
896
|
-
url,
|
897
|
-
body,
|
898
|
-
headers,
|
899
|
-
retries=retries,
|
900
|
-
redirect=redirect,
|
901
|
-
assert_same_host=assert_same_host,
|
902
|
-
timeout=timeout,
|
903
|
-
pool_timeout=pool_timeout,
|
904
|
-
release_conn=release_conn,
|
905
|
-
chunked=chunked,
|
906
|
-
body_pos=body_pos,
|
907
|
-
**response_kw
|
908
|
-
)
|
909
|
-
|
910
|
-
return response
|
911
|
-
|
912
|
-
|
913
|
-
class HTTPSConnectionPool(HTTPConnectionPool):
|
914
|
-
"""
|
915
|
-
Same as :class:`.HTTPConnectionPool`, but HTTPS.
|
916
|
-
|
917
|
-
:class:`.HTTPSConnection` uses one of ``assert_fingerprint``,
|
918
|
-
``assert_hostname`` and ``host`` in this order to verify connections.
|
919
|
-
If ``assert_hostname`` is False, no verification is done.
|
920
|
-
|
921
|
-
The ``key_file``, ``cert_file``, ``cert_reqs``, ``ca_certs``,
|
922
|
-
``ca_cert_dir``, ``ssl_version``, ``key_password`` are only used if :mod:`ssl`
|
923
|
-
is available and are fed into :meth:`urllib3.util.ssl_wrap_socket` to upgrade
|
924
|
-
the connection socket into an SSL socket.
|
925
|
-
"""
|
926
|
-
|
927
|
-
scheme = "https"
|
928
|
-
ConnectionCls = HTTPSConnection
|
929
|
-
|
930
|
-
def __init__(
|
931
|
-
self,
|
932
|
-
host,
|
933
|
-
port=None,
|
934
|
-
strict=False,
|
935
|
-
timeout=Timeout.DEFAULT_TIMEOUT,
|
936
|
-
maxsize=1,
|
937
|
-
block=False,
|
938
|
-
headers=None,
|
939
|
-
retries=None,
|
940
|
-
_proxy=None,
|
941
|
-
_proxy_headers=None,
|
942
|
-
key_file=None,
|
943
|
-
cert_file=None,
|
944
|
-
cert_reqs=None,
|
945
|
-
key_password=None,
|
946
|
-
ca_certs=None,
|
947
|
-
ssl_version=None,
|
948
|
-
assert_hostname=None,
|
949
|
-
assert_fingerprint=None,
|
950
|
-
ca_cert_dir=None,
|
951
|
-
**conn_kw
|
952
|
-
):
|
953
|
-
|
954
|
-
HTTPConnectionPool.__init__(
|
955
|
-
self,
|
956
|
-
host,
|
957
|
-
port,
|
958
|
-
strict,
|
959
|
-
timeout,
|
960
|
-
maxsize,
|
961
|
-
block,
|
962
|
-
headers,
|
963
|
-
retries,
|
964
|
-
_proxy,
|
965
|
-
_proxy_headers,
|
966
|
-
**conn_kw
|
967
|
-
)
|
968
|
-
|
969
|
-
self.key_file = key_file
|
970
|
-
self.cert_file = cert_file
|
971
|
-
self.cert_reqs = cert_reqs
|
972
|
-
self.key_password = key_password
|
973
|
-
self.ca_certs = ca_certs
|
974
|
-
self.ca_cert_dir = ca_cert_dir
|
975
|
-
self.ssl_version = ssl_version
|
976
|
-
self.assert_hostname = assert_hostname
|
977
|
-
self.assert_fingerprint = assert_fingerprint
|
978
|
-
|
979
|
-
def _prepare_conn(self, conn):
|
980
|
-
"""
|
981
|
-
Prepare the ``connection`` for :meth:`urllib3.util.ssl_wrap_socket`
|
982
|
-
and establish the tunnel if proxy is used.
|
983
|
-
"""
|
984
|
-
|
985
|
-
if isinstance(conn, VerifiedHTTPSConnection):
|
986
|
-
conn.set_cert(
|
987
|
-
key_file=self.key_file,
|
988
|
-
key_password=self.key_password,
|
989
|
-
cert_file=self.cert_file,
|
990
|
-
cert_reqs=self.cert_reqs,
|
991
|
-
ca_certs=self.ca_certs,
|
992
|
-
ca_cert_dir=self.ca_cert_dir,
|
993
|
-
assert_hostname=self.assert_hostname,
|
994
|
-
assert_fingerprint=self.assert_fingerprint,
|
995
|
-
)
|
996
|
-
conn.ssl_version = self.ssl_version
|
997
|
-
return conn
|
998
|
-
|
999
|
-
def _prepare_proxy(self, conn):
|
1000
|
-
"""
|
1001
|
-
Establishes a tunnel connection through HTTP CONNECT.
|
1002
|
-
|
1003
|
-
Tunnel connection is established early because otherwise httplib would
|
1004
|
-
improperly set Host: header to proxy's IP:port.
|
1005
|
-
"""
|
1006
|
-
|
1007
|
-
conn.set_tunnel(self._proxy_host, self.port, self.proxy_headers)
|
1008
|
-
|
1009
|
-
if self.proxy.scheme == "https":
|
1010
|
-
conn.tls_in_tls_required = True
|
1011
|
-
|
1012
|
-
conn.connect()
|
1013
|
-
|
1014
|
-
def _new_conn(self):
|
1015
|
-
"""
|
1016
|
-
Return a fresh :class:`http.client.HTTPSConnection`.
|
1017
|
-
"""
|
1018
|
-
self.num_connections += 1
|
1019
|
-
log.debug(
|
1020
|
-
"Starting new HTTPS connection (%d): %s:%s",
|
1021
|
-
self.num_connections,
|
1022
|
-
self.host,
|
1023
|
-
self.port or "443",
|
1024
|
-
)
|
1025
|
-
|
1026
|
-
if not self.ConnectionCls or self.ConnectionCls is DummyConnection:
|
1027
|
-
raise SSLError(
|
1028
|
-
"Can't connect to HTTPS URL because the SSL module is not available."
|
1029
|
-
)
|
1030
|
-
|
1031
|
-
actual_host = self.host
|
1032
|
-
actual_port = self.port
|
1033
|
-
if self.proxy is not None:
|
1034
|
-
actual_host = self.proxy.host
|
1035
|
-
actual_port = self.proxy.port
|
1036
|
-
|
1037
|
-
conn = self.ConnectionCls(
|
1038
|
-
host=actual_host,
|
1039
|
-
port=actual_port,
|
1040
|
-
timeout=self.timeout.connect_timeout,
|
1041
|
-
strict=self.strict,
|
1042
|
-
cert_file=self.cert_file,
|
1043
|
-
key_file=self.key_file,
|
1044
|
-
key_password=self.key_password,
|
1045
|
-
**self.conn_kw
|
1046
|
-
)
|
1047
|
-
|
1048
|
-
return self._prepare_conn(conn)
|
1049
|
-
|
1050
|
-
def _validate_conn(self, conn):
|
1051
|
-
"""
|
1052
|
-
Called right before a request is made, after the socket is created.
|
1053
|
-
"""
|
1054
|
-
super(HTTPSConnectionPool, self)._validate_conn(conn)
|
1055
|
-
|
1056
|
-
# Force connect early to allow us to validate the connection.
|
1057
|
-
if not getattr(conn, "sock", None): # AppEngine might not have `.sock`
|
1058
|
-
conn.connect()
|
1059
|
-
|
1060
|
-
if not conn.is_verified:
|
1061
|
-
warnings.warn(
|
1062
|
-
(
|
1063
|
-
"Unverified HTTPS request is being made to host '%s'. "
|
1064
|
-
"Adding certificate verification is strongly advised. See: "
|
1065
|
-
"https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html"
|
1066
|
-
"#ssl-warnings" % conn.host
|
1067
|
-
),
|
1068
|
-
InsecureRequestWarning,
|
1069
|
-
)
|
1070
|
-
|
1071
|
-
if getattr(conn, "proxy_is_verified", None) is False:
|
1072
|
-
warnings.warn(
|
1073
|
-
(
|
1074
|
-
"Unverified HTTPS connection done to an HTTPS proxy. "
|
1075
|
-
"Adding certificate verification is strongly advised. See: "
|
1076
|
-
"https://urllib3.readthedocs.io/en/1.26.x/advanced-usage.html"
|
1077
|
-
"#ssl-warnings"
|
1078
|
-
),
|
1079
|
-
InsecureRequestWarning,
|
1080
|
-
)
|
1081
|
-
|
1082
|
-
|
1083
|
-
def connection_from_url(url, **kw):
|
1084
|
-
"""
|
1085
|
-
Given a url, return an :class:`.ConnectionPool` instance of its host.
|
1086
|
-
|
1087
|
-
This is a shortcut for not having to parse out the scheme, host, and port
|
1088
|
-
of the url before creating an :class:`.ConnectionPool` instance.
|
1089
|
-
|
1090
|
-
:param url:
|
1091
|
-
Absolute URL string that must include the scheme. Port is optional.
|
1092
|
-
|
1093
|
-
:param \\**kw:
|
1094
|
-
Passes additional parameters to the constructor of the appropriate
|
1095
|
-
:class:`.ConnectionPool`. Useful for specifying things like
|
1096
|
-
timeout, maxsize, headers, etc.
|
1097
|
-
|
1098
|
-
Example::
|
1099
|
-
|
1100
|
-
>>> conn = connection_from_url('http://google.com/')
|
1101
|
-
>>> r = conn.request('GET', '/')
|
1102
|
-
"""
|
1103
|
-
scheme, host, port = get_host(url)
|
1104
|
-
port = port or port_by_scheme.get(scheme, 80)
|
1105
|
-
if scheme == "https":
|
1106
|
-
return HTTPSConnectionPool(host, port=port, **kw)
|
1107
|
-
else:
|
1108
|
-
return HTTPConnectionPool(host, port=port, **kw)
|
1109
|
-
|
1110
|
-
|
1111
|
-
def _normalize_host(host, scheme):
|
1112
|
-
"""
|
1113
|
-
Normalize hosts for comparisons and use with sockets.
|
1114
|
-
"""
|
1115
|
-
|
1116
|
-
host = normalize_host(host, scheme)
|
1117
|
-
|
1118
|
-
# httplib doesn't like it when we include brackets in IPv6 addresses
|
1119
|
-
# Specifically, if we include brackets but also pass the port then
|
1120
|
-
# httplib crazily doubles up the square brackets on the Host header.
|
1121
|
-
# Instead, we need to make sure we never pass ``None`` as the port.
|
1122
|
-
# However, for backward compatibility reasons we can't actually
|
1123
|
-
# *assert* that. See http://bugs.python.org/issue28539
|
1124
|
-
if host.startswith("[") and host.endswith("]"):
|
1125
|
-
host = host[1:-1]
|
1126
|
-
return host
|
1127
|
-
|
1128
|
-
|
1129
|
-
def _close_pool_connections(pool):
|
1130
|
-
"""Drains a queue of connections and closes each one."""
|
1131
|
-
try:
|
1132
|
-
while True:
|
1133
|
-
conn = pool.get(block=False)
|
1134
|
-
if conn:
|
1135
|
-
conn.close()
|
1136
|
-
except queue.Empty:
|
1137
|
-
pass # Done.
|