@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,1046 +0,0 @@
|
|
1
|
-
"""Imported from the recipes section of the itertools documentation.
|
2
|
-
|
3
|
-
All functions taken from the recipes section of the itertools library docs
|
4
|
-
[1]_.
|
5
|
-
Some backward-compatible usability improvements have been made.
|
6
|
-
|
7
|
-
.. [1] http://docs.python.org/library/itertools.html#recipes
|
8
|
-
|
9
|
-
"""
|
10
|
-
|
11
|
-
import math
|
12
|
-
import operator
|
13
|
-
|
14
|
-
from collections import deque
|
15
|
-
from collections.abc import Sized
|
16
|
-
from functools import partial, reduce
|
17
|
-
from itertools import (
|
18
|
-
chain,
|
19
|
-
combinations,
|
20
|
-
compress,
|
21
|
-
count,
|
22
|
-
cycle,
|
23
|
-
groupby,
|
24
|
-
islice,
|
25
|
-
product,
|
26
|
-
repeat,
|
27
|
-
starmap,
|
28
|
-
tee,
|
29
|
-
zip_longest,
|
30
|
-
)
|
31
|
-
from random import randrange, sample, choice
|
32
|
-
from sys import hexversion
|
33
|
-
|
34
|
-
__all__ = [
|
35
|
-
'all_equal',
|
36
|
-
'batched',
|
37
|
-
'before_and_after',
|
38
|
-
'consume',
|
39
|
-
'convolve',
|
40
|
-
'dotproduct',
|
41
|
-
'first_true',
|
42
|
-
'factor',
|
43
|
-
'flatten',
|
44
|
-
'grouper',
|
45
|
-
'iter_except',
|
46
|
-
'iter_index',
|
47
|
-
'matmul',
|
48
|
-
'ncycles',
|
49
|
-
'nth',
|
50
|
-
'nth_combination',
|
51
|
-
'padnone',
|
52
|
-
'pad_none',
|
53
|
-
'pairwise',
|
54
|
-
'partition',
|
55
|
-
'polynomial_eval',
|
56
|
-
'polynomial_from_roots',
|
57
|
-
'polynomial_derivative',
|
58
|
-
'powerset',
|
59
|
-
'prepend',
|
60
|
-
'quantify',
|
61
|
-
'reshape',
|
62
|
-
'random_combination_with_replacement',
|
63
|
-
'random_combination',
|
64
|
-
'random_permutation',
|
65
|
-
'random_product',
|
66
|
-
'repeatfunc',
|
67
|
-
'roundrobin',
|
68
|
-
'sieve',
|
69
|
-
'sliding_window',
|
70
|
-
'subslices',
|
71
|
-
'sum_of_squares',
|
72
|
-
'tabulate',
|
73
|
-
'tail',
|
74
|
-
'take',
|
75
|
-
'totient',
|
76
|
-
'transpose',
|
77
|
-
'triplewise',
|
78
|
-
'unique',
|
79
|
-
'unique_everseen',
|
80
|
-
'unique_justseen',
|
81
|
-
]
|
82
|
-
|
83
|
-
_marker = object()
|
84
|
-
|
85
|
-
|
86
|
-
# zip with strict is available for Python 3.10+
|
87
|
-
try:
|
88
|
-
zip(strict=True)
|
89
|
-
except TypeError:
|
90
|
-
_zip_strict = zip
|
91
|
-
else:
|
92
|
-
_zip_strict = partial(zip, strict=True)
|
93
|
-
|
94
|
-
# math.sumprod is available for Python 3.12+
|
95
|
-
_sumprod = getattr(math, 'sumprod', lambda x, y: dotproduct(x, y))
|
96
|
-
|
97
|
-
|
98
|
-
def take(n, iterable):
|
99
|
-
"""Return first *n* items of the iterable as a list.
|
100
|
-
|
101
|
-
>>> take(3, range(10))
|
102
|
-
[0, 1, 2]
|
103
|
-
|
104
|
-
If there are fewer than *n* items in the iterable, all of them are
|
105
|
-
returned.
|
106
|
-
|
107
|
-
>>> take(10, range(3))
|
108
|
-
[0, 1, 2]
|
109
|
-
|
110
|
-
"""
|
111
|
-
return list(islice(iterable, n))
|
112
|
-
|
113
|
-
|
114
|
-
def tabulate(function, start=0):
|
115
|
-
"""Return an iterator over the results of ``func(start)``,
|
116
|
-
``func(start + 1)``, ``func(start + 2)``...
|
117
|
-
|
118
|
-
*func* should be a function that accepts one integer argument.
|
119
|
-
|
120
|
-
If *start* is not specified it defaults to 0. It will be incremented each
|
121
|
-
time the iterator is advanced.
|
122
|
-
|
123
|
-
>>> square = lambda x: x ** 2
|
124
|
-
>>> iterator = tabulate(square, -3)
|
125
|
-
>>> take(4, iterator)
|
126
|
-
[9, 4, 1, 0]
|
127
|
-
|
128
|
-
"""
|
129
|
-
return map(function, count(start))
|
130
|
-
|
131
|
-
|
132
|
-
def tail(n, iterable):
|
133
|
-
"""Return an iterator over the last *n* items of *iterable*.
|
134
|
-
|
135
|
-
>>> t = tail(3, 'ABCDEFG')
|
136
|
-
>>> list(t)
|
137
|
-
['E', 'F', 'G']
|
138
|
-
|
139
|
-
"""
|
140
|
-
# If the given iterable has a length, then we can use islice to get its
|
141
|
-
# final elements. Note that if the iterable is not actually Iterable,
|
142
|
-
# either islice or deque will throw a TypeError. This is why we don't
|
143
|
-
# check if it is Iterable.
|
144
|
-
if isinstance(iterable, Sized):
|
145
|
-
yield from islice(iterable, max(0, len(iterable) - n), None)
|
146
|
-
else:
|
147
|
-
yield from iter(deque(iterable, maxlen=n))
|
148
|
-
|
149
|
-
|
150
|
-
def consume(iterator, n=None):
|
151
|
-
"""Advance *iterable* by *n* steps. If *n* is ``None``, consume it
|
152
|
-
entirely.
|
153
|
-
|
154
|
-
Efficiently exhausts an iterator without returning values. Defaults to
|
155
|
-
consuming the whole iterator, but an optional second argument may be
|
156
|
-
provided to limit consumption.
|
157
|
-
|
158
|
-
>>> i = (x for x in range(10))
|
159
|
-
>>> next(i)
|
160
|
-
0
|
161
|
-
>>> consume(i, 3)
|
162
|
-
>>> next(i)
|
163
|
-
4
|
164
|
-
>>> consume(i)
|
165
|
-
>>> next(i)
|
166
|
-
Traceback (most recent call last):
|
167
|
-
File "<stdin>", line 1, in <module>
|
168
|
-
StopIteration
|
169
|
-
|
170
|
-
If the iterator has fewer items remaining than the provided limit, the
|
171
|
-
whole iterator will be consumed.
|
172
|
-
|
173
|
-
>>> i = (x for x in range(3))
|
174
|
-
>>> consume(i, 5)
|
175
|
-
>>> next(i)
|
176
|
-
Traceback (most recent call last):
|
177
|
-
File "<stdin>", line 1, in <module>
|
178
|
-
StopIteration
|
179
|
-
|
180
|
-
"""
|
181
|
-
# Use functions that consume iterators at C speed.
|
182
|
-
if n is None:
|
183
|
-
# feed the entire iterator into a zero-length deque
|
184
|
-
deque(iterator, maxlen=0)
|
185
|
-
else:
|
186
|
-
# advance to the empty slice starting at position n
|
187
|
-
next(islice(iterator, n, n), None)
|
188
|
-
|
189
|
-
|
190
|
-
def nth(iterable, n, default=None):
|
191
|
-
"""Returns the nth item or a default value.
|
192
|
-
|
193
|
-
>>> l = range(10)
|
194
|
-
>>> nth(l, 3)
|
195
|
-
3
|
196
|
-
>>> nth(l, 20, "zebra")
|
197
|
-
'zebra'
|
198
|
-
|
199
|
-
"""
|
200
|
-
return next(islice(iterable, n, None), default)
|
201
|
-
|
202
|
-
|
203
|
-
def all_equal(iterable, key=None):
|
204
|
-
"""
|
205
|
-
Returns ``True`` if all the elements are equal to each other.
|
206
|
-
|
207
|
-
>>> all_equal('aaaa')
|
208
|
-
True
|
209
|
-
>>> all_equal('aaab')
|
210
|
-
False
|
211
|
-
|
212
|
-
A function that accepts a single argument and returns a transformed version
|
213
|
-
of each input item can be specified with *key*:
|
214
|
-
|
215
|
-
>>> all_equal('AaaA', key=str.casefold)
|
216
|
-
True
|
217
|
-
>>> all_equal([1, 2, 3], key=lambda x: x < 10)
|
218
|
-
True
|
219
|
-
|
220
|
-
"""
|
221
|
-
return len(list(islice(groupby(iterable, key), 2))) <= 1
|
222
|
-
|
223
|
-
|
224
|
-
def quantify(iterable, pred=bool):
|
225
|
-
"""Return the how many times the predicate is true.
|
226
|
-
|
227
|
-
>>> quantify([True, False, True])
|
228
|
-
2
|
229
|
-
|
230
|
-
"""
|
231
|
-
return sum(map(pred, iterable))
|
232
|
-
|
233
|
-
|
234
|
-
def pad_none(iterable):
|
235
|
-
"""Returns the sequence of elements and then returns ``None`` indefinitely.
|
236
|
-
|
237
|
-
>>> take(5, pad_none(range(3)))
|
238
|
-
[0, 1, 2, None, None]
|
239
|
-
|
240
|
-
Useful for emulating the behavior of the built-in :func:`map` function.
|
241
|
-
|
242
|
-
See also :func:`padded`.
|
243
|
-
|
244
|
-
"""
|
245
|
-
return chain(iterable, repeat(None))
|
246
|
-
|
247
|
-
|
248
|
-
padnone = pad_none
|
249
|
-
|
250
|
-
|
251
|
-
def ncycles(iterable, n):
|
252
|
-
"""Returns the sequence elements *n* times
|
253
|
-
|
254
|
-
>>> list(ncycles(["a", "b"], 3))
|
255
|
-
['a', 'b', 'a', 'b', 'a', 'b']
|
256
|
-
|
257
|
-
"""
|
258
|
-
return chain.from_iterable(repeat(tuple(iterable), n))
|
259
|
-
|
260
|
-
|
261
|
-
def dotproduct(vec1, vec2):
|
262
|
-
"""Returns the dot product of the two iterables.
|
263
|
-
|
264
|
-
>>> dotproduct([10, 10], [20, 20])
|
265
|
-
400
|
266
|
-
|
267
|
-
"""
|
268
|
-
return sum(map(operator.mul, vec1, vec2))
|
269
|
-
|
270
|
-
|
271
|
-
def flatten(listOfLists):
|
272
|
-
"""Return an iterator flattening one level of nesting in a list of lists.
|
273
|
-
|
274
|
-
>>> list(flatten([[0, 1], [2, 3]]))
|
275
|
-
[0, 1, 2, 3]
|
276
|
-
|
277
|
-
See also :func:`collapse`, which can flatten multiple levels of nesting.
|
278
|
-
|
279
|
-
"""
|
280
|
-
return chain.from_iterable(listOfLists)
|
281
|
-
|
282
|
-
|
283
|
-
def repeatfunc(func, times=None, *args):
|
284
|
-
"""Call *func* with *args* repeatedly, returning an iterable over the
|
285
|
-
results.
|
286
|
-
|
287
|
-
If *times* is specified, the iterable will terminate after that many
|
288
|
-
repetitions:
|
289
|
-
|
290
|
-
>>> from operator import add
|
291
|
-
>>> times = 4
|
292
|
-
>>> args = 3, 5
|
293
|
-
>>> list(repeatfunc(add, times, *args))
|
294
|
-
[8, 8, 8, 8]
|
295
|
-
|
296
|
-
If *times* is ``None`` the iterable will not terminate:
|
297
|
-
|
298
|
-
>>> from random import randrange
|
299
|
-
>>> times = None
|
300
|
-
>>> args = 1, 11
|
301
|
-
>>> take(6, repeatfunc(randrange, times, *args)) # doctest:+SKIP
|
302
|
-
[2, 4, 8, 1, 8, 4]
|
303
|
-
|
304
|
-
"""
|
305
|
-
if times is None:
|
306
|
-
return starmap(func, repeat(args))
|
307
|
-
return starmap(func, repeat(args, times))
|
308
|
-
|
309
|
-
|
310
|
-
def _pairwise(iterable):
|
311
|
-
"""Returns an iterator of paired items, overlapping, from the original
|
312
|
-
|
313
|
-
>>> take(4, pairwise(count()))
|
314
|
-
[(0, 1), (1, 2), (2, 3), (3, 4)]
|
315
|
-
|
316
|
-
On Python 3.10 and above, this is an alias for :func:`itertools.pairwise`.
|
317
|
-
|
318
|
-
"""
|
319
|
-
a, b = tee(iterable)
|
320
|
-
next(b, None)
|
321
|
-
return zip(a, b)
|
322
|
-
|
323
|
-
|
324
|
-
try:
|
325
|
-
from itertools import pairwise as itertools_pairwise
|
326
|
-
except ImportError:
|
327
|
-
pairwise = _pairwise
|
328
|
-
else:
|
329
|
-
|
330
|
-
def pairwise(iterable):
|
331
|
-
return itertools_pairwise(iterable)
|
332
|
-
|
333
|
-
pairwise.__doc__ = _pairwise.__doc__
|
334
|
-
|
335
|
-
|
336
|
-
class UnequalIterablesError(ValueError):
|
337
|
-
def __init__(self, details=None):
|
338
|
-
msg = 'Iterables have different lengths'
|
339
|
-
if details is not None:
|
340
|
-
msg += (': index 0 has length {}; index {} has length {}').format(
|
341
|
-
*details
|
342
|
-
)
|
343
|
-
|
344
|
-
super().__init__(msg)
|
345
|
-
|
346
|
-
|
347
|
-
def _zip_equal_generator(iterables):
|
348
|
-
for combo in zip_longest(*iterables, fillvalue=_marker):
|
349
|
-
for val in combo:
|
350
|
-
if val is _marker:
|
351
|
-
raise UnequalIterablesError()
|
352
|
-
yield combo
|
353
|
-
|
354
|
-
|
355
|
-
def _zip_equal(*iterables):
|
356
|
-
# Check whether the iterables are all the same size.
|
357
|
-
try:
|
358
|
-
first_size = len(iterables[0])
|
359
|
-
for i, it in enumerate(iterables[1:], 1):
|
360
|
-
size = len(it)
|
361
|
-
if size != first_size:
|
362
|
-
raise UnequalIterablesError(details=(first_size, i, size))
|
363
|
-
# All sizes are equal, we can use the built-in zip.
|
364
|
-
return zip(*iterables)
|
365
|
-
# If any one of the iterables didn't have a length, start reading
|
366
|
-
# them until one runs out.
|
367
|
-
except TypeError:
|
368
|
-
return _zip_equal_generator(iterables)
|
369
|
-
|
370
|
-
|
371
|
-
def grouper(iterable, n, incomplete='fill', fillvalue=None):
|
372
|
-
"""Group elements from *iterable* into fixed-length groups of length *n*.
|
373
|
-
|
374
|
-
>>> list(grouper('ABCDEF', 3))
|
375
|
-
[('A', 'B', 'C'), ('D', 'E', 'F')]
|
376
|
-
|
377
|
-
The keyword arguments *incomplete* and *fillvalue* control what happens for
|
378
|
-
iterables whose length is not a multiple of *n*.
|
379
|
-
|
380
|
-
When *incomplete* is `'fill'`, the last group will contain instances of
|
381
|
-
*fillvalue*.
|
382
|
-
|
383
|
-
>>> list(grouper('ABCDEFG', 3, incomplete='fill', fillvalue='x'))
|
384
|
-
[('A', 'B', 'C'), ('D', 'E', 'F'), ('G', 'x', 'x')]
|
385
|
-
|
386
|
-
When *incomplete* is `'ignore'`, the last group will not be emitted.
|
387
|
-
|
388
|
-
>>> list(grouper('ABCDEFG', 3, incomplete='ignore', fillvalue='x'))
|
389
|
-
[('A', 'B', 'C'), ('D', 'E', 'F')]
|
390
|
-
|
391
|
-
When *incomplete* is `'strict'`, a subclass of `ValueError` will be raised.
|
392
|
-
|
393
|
-
>>> it = grouper('ABCDEFG', 3, incomplete='strict')
|
394
|
-
>>> list(it) # doctest: +IGNORE_EXCEPTION_DETAIL
|
395
|
-
Traceback (most recent call last):
|
396
|
-
...
|
397
|
-
UnequalIterablesError
|
398
|
-
|
399
|
-
"""
|
400
|
-
args = [iter(iterable)] * n
|
401
|
-
if incomplete == 'fill':
|
402
|
-
return zip_longest(*args, fillvalue=fillvalue)
|
403
|
-
if incomplete == 'strict':
|
404
|
-
return _zip_equal(*args)
|
405
|
-
if incomplete == 'ignore':
|
406
|
-
return zip(*args)
|
407
|
-
else:
|
408
|
-
raise ValueError('Expected fill, strict, or ignore')
|
409
|
-
|
410
|
-
|
411
|
-
def roundrobin(*iterables):
|
412
|
-
"""Yields an item from each iterable, alternating between them.
|
413
|
-
|
414
|
-
>>> list(roundrobin('ABC', 'D', 'EF'))
|
415
|
-
['A', 'D', 'E', 'B', 'F', 'C']
|
416
|
-
|
417
|
-
This function produces the same output as :func:`interleave_longest`, but
|
418
|
-
may perform better for some inputs (in particular when the number of
|
419
|
-
iterables is small).
|
420
|
-
|
421
|
-
"""
|
422
|
-
# Algorithm credited to George Sakkis
|
423
|
-
iterators = map(iter, iterables)
|
424
|
-
for num_active in range(len(iterables), 0, -1):
|
425
|
-
iterators = cycle(islice(iterators, num_active))
|
426
|
-
yield from map(next, iterators)
|
427
|
-
|
428
|
-
|
429
|
-
def partition(pred, iterable):
|
430
|
-
"""
|
431
|
-
Returns a 2-tuple of iterables derived from the input iterable.
|
432
|
-
The first yields the items that have ``pred(item) == False``.
|
433
|
-
The second yields the items that have ``pred(item) == True``.
|
434
|
-
|
435
|
-
>>> is_odd = lambda x: x % 2 != 0
|
436
|
-
>>> iterable = range(10)
|
437
|
-
>>> even_items, odd_items = partition(is_odd, iterable)
|
438
|
-
>>> list(even_items), list(odd_items)
|
439
|
-
([0, 2, 4, 6, 8], [1, 3, 5, 7, 9])
|
440
|
-
|
441
|
-
If *pred* is None, :func:`bool` is used.
|
442
|
-
|
443
|
-
>>> iterable = [0, 1, False, True, '', ' ']
|
444
|
-
>>> false_items, true_items = partition(None, iterable)
|
445
|
-
>>> list(false_items), list(true_items)
|
446
|
-
([0, False, ''], [1, True, ' '])
|
447
|
-
|
448
|
-
"""
|
449
|
-
if pred is None:
|
450
|
-
pred = bool
|
451
|
-
|
452
|
-
t1, t2, p = tee(iterable, 3)
|
453
|
-
p1, p2 = tee(map(pred, p))
|
454
|
-
return (compress(t1, map(operator.not_, p1)), compress(t2, p2))
|
455
|
-
|
456
|
-
|
457
|
-
def powerset(iterable):
|
458
|
-
"""Yields all possible subsets of the iterable.
|
459
|
-
|
460
|
-
>>> list(powerset([1, 2, 3]))
|
461
|
-
[(), (1,), (2,), (3,), (1, 2), (1, 3), (2, 3), (1, 2, 3)]
|
462
|
-
|
463
|
-
:func:`powerset` will operate on iterables that aren't :class:`set`
|
464
|
-
instances, so repeated elements in the input will produce repeated elements
|
465
|
-
in the output.
|
466
|
-
|
467
|
-
>>> seq = [1, 1, 0]
|
468
|
-
>>> list(powerset(seq))
|
469
|
-
[(), (1,), (1,), (0,), (1, 1), (1, 0), (1, 0), (1, 1, 0)]
|
470
|
-
|
471
|
-
For a variant that efficiently yields actual :class:`set` instances, see
|
472
|
-
:func:`powerset_of_sets`.
|
473
|
-
"""
|
474
|
-
s = list(iterable)
|
475
|
-
return chain.from_iterable(combinations(s, r) for r in range(len(s) + 1))
|
476
|
-
|
477
|
-
|
478
|
-
def unique_everseen(iterable, key=None):
|
479
|
-
"""
|
480
|
-
Yield unique elements, preserving order.
|
481
|
-
|
482
|
-
>>> list(unique_everseen('AAAABBBCCDAABBB'))
|
483
|
-
['A', 'B', 'C', 'D']
|
484
|
-
>>> list(unique_everseen('ABBCcAD', str.lower))
|
485
|
-
['A', 'B', 'C', 'D']
|
486
|
-
|
487
|
-
Sequences with a mix of hashable and unhashable items can be used.
|
488
|
-
The function will be slower (i.e., `O(n^2)`) for unhashable items.
|
489
|
-
|
490
|
-
Remember that ``list`` objects are unhashable - you can use the *key*
|
491
|
-
parameter to transform the list to a tuple (which is hashable) to
|
492
|
-
avoid a slowdown.
|
493
|
-
|
494
|
-
>>> iterable = ([1, 2], [2, 3], [1, 2])
|
495
|
-
>>> list(unique_everseen(iterable)) # Slow
|
496
|
-
[[1, 2], [2, 3]]
|
497
|
-
>>> list(unique_everseen(iterable, key=tuple)) # Faster
|
498
|
-
[[1, 2], [2, 3]]
|
499
|
-
|
500
|
-
Similarly, you may want to convert unhashable ``set`` objects with
|
501
|
-
``key=frozenset``. For ``dict`` objects,
|
502
|
-
``key=lambda x: frozenset(x.items())`` can be used.
|
503
|
-
|
504
|
-
"""
|
505
|
-
seenset = set()
|
506
|
-
seenset_add = seenset.add
|
507
|
-
seenlist = []
|
508
|
-
seenlist_add = seenlist.append
|
509
|
-
use_key = key is not None
|
510
|
-
|
511
|
-
for element in iterable:
|
512
|
-
k = key(element) if use_key else element
|
513
|
-
try:
|
514
|
-
if k not in seenset:
|
515
|
-
seenset_add(k)
|
516
|
-
yield element
|
517
|
-
except TypeError:
|
518
|
-
if k not in seenlist:
|
519
|
-
seenlist_add(k)
|
520
|
-
yield element
|
521
|
-
|
522
|
-
|
523
|
-
def unique_justseen(iterable, key=None):
|
524
|
-
"""Yields elements in order, ignoring serial duplicates
|
525
|
-
|
526
|
-
>>> list(unique_justseen('AAAABBBCCDAABBB'))
|
527
|
-
['A', 'B', 'C', 'D', 'A', 'B']
|
528
|
-
>>> list(unique_justseen('ABBCcAD', str.lower))
|
529
|
-
['A', 'B', 'C', 'A', 'D']
|
530
|
-
|
531
|
-
"""
|
532
|
-
if key is None:
|
533
|
-
return map(operator.itemgetter(0), groupby(iterable))
|
534
|
-
|
535
|
-
return map(next, map(operator.itemgetter(1), groupby(iterable, key)))
|
536
|
-
|
537
|
-
|
538
|
-
def unique(iterable, key=None, reverse=False):
|
539
|
-
"""Yields unique elements in sorted order.
|
540
|
-
|
541
|
-
>>> list(unique([[1, 2], [3, 4], [1, 2]]))
|
542
|
-
[[1, 2], [3, 4]]
|
543
|
-
|
544
|
-
*key* and *reverse* are passed to :func:`sorted`.
|
545
|
-
|
546
|
-
>>> list(unique('ABBcCAD', str.casefold))
|
547
|
-
['A', 'B', 'c', 'D']
|
548
|
-
>>> list(unique('ABBcCAD', str.casefold, reverse=True))
|
549
|
-
['D', 'c', 'B', 'A']
|
550
|
-
|
551
|
-
The elements in *iterable* need not be hashable, but they must be
|
552
|
-
comparable for sorting to work.
|
553
|
-
"""
|
554
|
-
return unique_justseen(sorted(iterable, key=key, reverse=reverse), key=key)
|
555
|
-
|
556
|
-
|
557
|
-
def iter_except(func, exception, first=None):
|
558
|
-
"""Yields results from a function repeatedly until an exception is raised.
|
559
|
-
|
560
|
-
Converts a call-until-exception interface to an iterator interface.
|
561
|
-
Like ``iter(func, sentinel)``, but uses an exception instead of a sentinel
|
562
|
-
to end the loop.
|
563
|
-
|
564
|
-
>>> l = [0, 1, 2]
|
565
|
-
>>> list(iter_except(l.pop, IndexError))
|
566
|
-
[2, 1, 0]
|
567
|
-
|
568
|
-
Multiple exceptions can be specified as a stopping condition:
|
569
|
-
|
570
|
-
>>> l = [1, 2, 3, '...', 4, 5, 6]
|
571
|
-
>>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError)))
|
572
|
-
[7, 6, 5]
|
573
|
-
>>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError)))
|
574
|
-
[4, 3, 2]
|
575
|
-
>>> list(iter_except(lambda: 1 + l.pop(), (IndexError, TypeError)))
|
576
|
-
[]
|
577
|
-
|
578
|
-
"""
|
579
|
-
try:
|
580
|
-
if first is not None:
|
581
|
-
yield first()
|
582
|
-
while 1:
|
583
|
-
yield func()
|
584
|
-
except exception:
|
585
|
-
pass
|
586
|
-
|
587
|
-
|
588
|
-
def first_true(iterable, default=None, pred=None):
|
589
|
-
"""
|
590
|
-
Returns the first true value in the iterable.
|
591
|
-
|
592
|
-
If no true value is found, returns *default*
|
593
|
-
|
594
|
-
If *pred* is not None, returns the first item for which
|
595
|
-
``pred(item) == True`` .
|
596
|
-
|
597
|
-
>>> first_true(range(10))
|
598
|
-
1
|
599
|
-
>>> first_true(range(10), pred=lambda x: x > 5)
|
600
|
-
6
|
601
|
-
>>> first_true(range(10), default='missing', pred=lambda x: x > 9)
|
602
|
-
'missing'
|
603
|
-
|
604
|
-
"""
|
605
|
-
return next(filter(pred, iterable), default)
|
606
|
-
|
607
|
-
|
608
|
-
def random_product(*args, repeat=1):
|
609
|
-
"""Draw an item at random from each of the input iterables.
|
610
|
-
|
611
|
-
>>> random_product('abc', range(4), 'XYZ') # doctest:+SKIP
|
612
|
-
('c', 3, 'Z')
|
613
|
-
|
614
|
-
If *repeat* is provided as a keyword argument, that many items will be
|
615
|
-
drawn from each iterable.
|
616
|
-
|
617
|
-
>>> random_product('abcd', range(4), repeat=2) # doctest:+SKIP
|
618
|
-
('a', 2, 'd', 3)
|
619
|
-
|
620
|
-
This equivalent to taking a random selection from
|
621
|
-
``itertools.product(*args, **kwarg)``.
|
622
|
-
|
623
|
-
"""
|
624
|
-
pools = [tuple(pool) for pool in args] * repeat
|
625
|
-
return tuple(choice(pool) for pool in pools)
|
626
|
-
|
627
|
-
|
628
|
-
def random_permutation(iterable, r=None):
|
629
|
-
"""Return a random *r* length permutation of the elements in *iterable*.
|
630
|
-
|
631
|
-
If *r* is not specified or is ``None``, then *r* defaults to the length of
|
632
|
-
*iterable*.
|
633
|
-
|
634
|
-
>>> random_permutation(range(5)) # doctest:+SKIP
|
635
|
-
(3, 4, 0, 1, 2)
|
636
|
-
|
637
|
-
This equivalent to taking a random selection from
|
638
|
-
``itertools.permutations(iterable, r)``.
|
639
|
-
|
640
|
-
"""
|
641
|
-
pool = tuple(iterable)
|
642
|
-
r = len(pool) if r is None else r
|
643
|
-
return tuple(sample(pool, r))
|
644
|
-
|
645
|
-
|
646
|
-
def random_combination(iterable, r):
|
647
|
-
"""Return a random *r* length subsequence of the elements in *iterable*.
|
648
|
-
|
649
|
-
>>> random_combination(range(5), 3) # doctest:+SKIP
|
650
|
-
(2, 3, 4)
|
651
|
-
|
652
|
-
This equivalent to taking a random selection from
|
653
|
-
``itertools.combinations(iterable, r)``.
|
654
|
-
|
655
|
-
"""
|
656
|
-
pool = tuple(iterable)
|
657
|
-
n = len(pool)
|
658
|
-
indices = sorted(sample(range(n), r))
|
659
|
-
return tuple(pool[i] for i in indices)
|
660
|
-
|
661
|
-
|
662
|
-
def random_combination_with_replacement(iterable, r):
|
663
|
-
"""Return a random *r* length subsequence of elements in *iterable*,
|
664
|
-
allowing individual elements to be repeated.
|
665
|
-
|
666
|
-
>>> random_combination_with_replacement(range(3), 5) # doctest:+SKIP
|
667
|
-
(0, 0, 1, 2, 2)
|
668
|
-
|
669
|
-
This equivalent to taking a random selection from
|
670
|
-
``itertools.combinations_with_replacement(iterable, r)``.
|
671
|
-
|
672
|
-
"""
|
673
|
-
pool = tuple(iterable)
|
674
|
-
n = len(pool)
|
675
|
-
indices = sorted(randrange(n) for i in range(r))
|
676
|
-
return tuple(pool[i] for i in indices)
|
677
|
-
|
678
|
-
|
679
|
-
def nth_combination(iterable, r, index):
|
680
|
-
"""Equivalent to ``list(combinations(iterable, r))[index]``.
|
681
|
-
|
682
|
-
The subsequences of *iterable* that are of length *r* can be ordered
|
683
|
-
lexicographically. :func:`nth_combination` computes the subsequence at
|
684
|
-
sort position *index* directly, without computing the previous
|
685
|
-
subsequences.
|
686
|
-
|
687
|
-
>>> nth_combination(range(5), 3, 5)
|
688
|
-
(0, 3, 4)
|
689
|
-
|
690
|
-
``ValueError`` will be raised If *r* is negative or greater than the length
|
691
|
-
of *iterable*.
|
692
|
-
``IndexError`` will be raised if the given *index* is invalid.
|
693
|
-
"""
|
694
|
-
pool = tuple(iterable)
|
695
|
-
n = len(pool)
|
696
|
-
if (r < 0) or (r > n):
|
697
|
-
raise ValueError
|
698
|
-
|
699
|
-
c = 1
|
700
|
-
k = min(r, n - r)
|
701
|
-
for i in range(1, k + 1):
|
702
|
-
c = c * (n - k + i) // i
|
703
|
-
|
704
|
-
if index < 0:
|
705
|
-
index += c
|
706
|
-
|
707
|
-
if (index < 0) or (index >= c):
|
708
|
-
raise IndexError
|
709
|
-
|
710
|
-
result = []
|
711
|
-
while r:
|
712
|
-
c, n, r = c * r // n, n - 1, r - 1
|
713
|
-
while index >= c:
|
714
|
-
index -= c
|
715
|
-
c, n = c * (n - r) // n, n - 1
|
716
|
-
result.append(pool[-1 - n])
|
717
|
-
|
718
|
-
return tuple(result)
|
719
|
-
|
720
|
-
|
721
|
-
def prepend(value, iterator):
|
722
|
-
"""Yield *value*, followed by the elements in *iterator*.
|
723
|
-
|
724
|
-
>>> value = '0'
|
725
|
-
>>> iterator = ['1', '2', '3']
|
726
|
-
>>> list(prepend(value, iterator))
|
727
|
-
['0', '1', '2', '3']
|
728
|
-
|
729
|
-
To prepend multiple values, see :func:`itertools.chain`
|
730
|
-
or :func:`value_chain`.
|
731
|
-
|
732
|
-
"""
|
733
|
-
return chain([value], iterator)
|
734
|
-
|
735
|
-
|
736
|
-
def convolve(signal, kernel):
|
737
|
-
"""Convolve the iterable *signal* with the iterable *kernel*.
|
738
|
-
|
739
|
-
>>> signal = (1, 2, 3, 4, 5)
|
740
|
-
>>> kernel = [3, 2, 1]
|
741
|
-
>>> list(convolve(signal, kernel))
|
742
|
-
[3, 8, 14, 20, 26, 14, 5]
|
743
|
-
|
744
|
-
Note: the input arguments are not interchangeable, as the *kernel*
|
745
|
-
is immediately consumed and stored.
|
746
|
-
|
747
|
-
"""
|
748
|
-
# This implementation intentionally doesn't match the one in the itertools
|
749
|
-
# documentation.
|
750
|
-
kernel = tuple(kernel)[::-1]
|
751
|
-
n = len(kernel)
|
752
|
-
window = deque([0], maxlen=n) * n
|
753
|
-
for x in chain(signal, repeat(0, n - 1)):
|
754
|
-
window.append(x)
|
755
|
-
yield _sumprod(kernel, window)
|
756
|
-
|
757
|
-
|
758
|
-
def before_and_after(predicate, it):
|
759
|
-
"""A variant of :func:`takewhile` that allows complete access to the
|
760
|
-
remainder of the iterator.
|
761
|
-
|
762
|
-
>>> it = iter('ABCdEfGhI')
|
763
|
-
>>> all_upper, remainder = before_and_after(str.isupper, it)
|
764
|
-
>>> ''.join(all_upper)
|
765
|
-
'ABC'
|
766
|
-
>>> ''.join(remainder) # takewhile() would lose the 'd'
|
767
|
-
'dEfGhI'
|
768
|
-
|
769
|
-
Note that the first iterator must be fully consumed before the second
|
770
|
-
iterator can generate valid results.
|
771
|
-
"""
|
772
|
-
it = iter(it)
|
773
|
-
transition = []
|
774
|
-
|
775
|
-
def true_iterator():
|
776
|
-
for elem in it:
|
777
|
-
if predicate(elem):
|
778
|
-
yield elem
|
779
|
-
else:
|
780
|
-
transition.append(elem)
|
781
|
-
return
|
782
|
-
|
783
|
-
# Note: this is different from itertools recipes to allow nesting
|
784
|
-
# before_and_after remainders into before_and_after again. See tests
|
785
|
-
# for an example.
|
786
|
-
remainder_iterator = chain(transition, it)
|
787
|
-
|
788
|
-
return true_iterator(), remainder_iterator
|
789
|
-
|
790
|
-
|
791
|
-
def triplewise(iterable):
|
792
|
-
"""Return overlapping triplets from *iterable*.
|
793
|
-
|
794
|
-
>>> list(triplewise('ABCDE'))
|
795
|
-
[('A', 'B', 'C'), ('B', 'C', 'D'), ('C', 'D', 'E')]
|
796
|
-
|
797
|
-
"""
|
798
|
-
for (a, _), (b, c) in pairwise(pairwise(iterable)):
|
799
|
-
yield a, b, c
|
800
|
-
|
801
|
-
|
802
|
-
def sliding_window(iterable, n):
|
803
|
-
"""Return a sliding window of width *n* over *iterable*.
|
804
|
-
|
805
|
-
>>> list(sliding_window(range(6), 4))
|
806
|
-
[(0, 1, 2, 3), (1, 2, 3, 4), (2, 3, 4, 5)]
|
807
|
-
|
808
|
-
If *iterable* has fewer than *n* items, then nothing is yielded:
|
809
|
-
|
810
|
-
>>> list(sliding_window(range(3), 4))
|
811
|
-
[]
|
812
|
-
|
813
|
-
For a variant with more features, see :func:`windowed`.
|
814
|
-
"""
|
815
|
-
it = iter(iterable)
|
816
|
-
window = deque(islice(it, n - 1), maxlen=n)
|
817
|
-
for x in it:
|
818
|
-
window.append(x)
|
819
|
-
yield tuple(window)
|
820
|
-
|
821
|
-
|
822
|
-
def subslices(iterable):
|
823
|
-
"""Return all contiguous non-empty subslices of *iterable*.
|
824
|
-
|
825
|
-
>>> list(subslices('ABC'))
|
826
|
-
[['A'], ['A', 'B'], ['A', 'B', 'C'], ['B'], ['B', 'C'], ['C']]
|
827
|
-
|
828
|
-
This is similar to :func:`substrings`, but emits items in a different
|
829
|
-
order.
|
830
|
-
"""
|
831
|
-
seq = list(iterable)
|
832
|
-
slices = starmap(slice, combinations(range(len(seq) + 1), 2))
|
833
|
-
return map(operator.getitem, repeat(seq), slices)
|
834
|
-
|
835
|
-
|
836
|
-
def polynomial_from_roots(roots):
|
837
|
-
"""Compute a polynomial's coefficients from its roots.
|
838
|
-
|
839
|
-
>>> roots = [5, -4, 3] # (x - 5) * (x + 4) * (x - 3)
|
840
|
-
>>> polynomial_from_roots(roots) # x^3 - 4 * x^2 - 17 * x + 60
|
841
|
-
[1, -4, -17, 60]
|
842
|
-
"""
|
843
|
-
factors = zip(repeat(1), map(operator.neg, roots))
|
844
|
-
return list(reduce(convolve, factors, [1]))
|
845
|
-
|
846
|
-
|
847
|
-
def iter_index(iterable, value, start=0, stop=None):
|
848
|
-
"""Yield the index of each place in *iterable* that *value* occurs,
|
849
|
-
beginning with index *start* and ending before index *stop*.
|
850
|
-
|
851
|
-
|
852
|
-
>>> list(iter_index('AABCADEAF', 'A'))
|
853
|
-
[0, 1, 4, 7]
|
854
|
-
>>> list(iter_index('AABCADEAF', 'A', 1)) # start index is inclusive
|
855
|
-
[1, 4, 7]
|
856
|
-
>>> list(iter_index('AABCADEAF', 'A', 1, 7)) # stop index is not inclusive
|
857
|
-
[1, 4]
|
858
|
-
|
859
|
-
The behavior for non-scalar *values* matches the built-in Python types.
|
860
|
-
|
861
|
-
>>> list(iter_index('ABCDABCD', 'AB'))
|
862
|
-
[0, 4]
|
863
|
-
>>> list(iter_index([0, 1, 2, 3, 0, 1, 2, 3], [0, 1]))
|
864
|
-
[]
|
865
|
-
>>> list(iter_index([[0, 1], [2, 3], [0, 1], [2, 3]], [0, 1]))
|
866
|
-
[0, 2]
|
867
|
-
|
868
|
-
See :func:`locate` for a more general means of finding the indexes
|
869
|
-
associated with particular values.
|
870
|
-
|
871
|
-
"""
|
872
|
-
seq_index = getattr(iterable, 'index', None)
|
873
|
-
if seq_index is None:
|
874
|
-
# Slow path for general iterables
|
875
|
-
it = islice(iterable, start, stop)
|
876
|
-
for i, element in enumerate(it, start):
|
877
|
-
if element is value or element == value:
|
878
|
-
yield i
|
879
|
-
else:
|
880
|
-
# Fast path for sequences
|
881
|
-
stop = len(iterable) if stop is None else stop
|
882
|
-
i = start - 1
|
883
|
-
try:
|
884
|
-
while True:
|
885
|
-
yield (i := seq_index(value, i + 1, stop))
|
886
|
-
except ValueError:
|
887
|
-
pass
|
888
|
-
|
889
|
-
|
890
|
-
def sieve(n):
|
891
|
-
"""Yield the primes less than n.
|
892
|
-
|
893
|
-
>>> list(sieve(30))
|
894
|
-
[2, 3, 5, 7, 11, 13, 17, 19, 23, 29]
|
895
|
-
"""
|
896
|
-
if n > 2:
|
897
|
-
yield 2
|
898
|
-
start = 3
|
899
|
-
data = bytearray((0, 1)) * (n // 2)
|
900
|
-
limit = math.isqrt(n) + 1
|
901
|
-
for p in iter_index(data, 1, start, limit):
|
902
|
-
yield from iter_index(data, 1, start, p * p)
|
903
|
-
data[p * p : n : p + p] = bytes(len(range(p * p, n, p + p)))
|
904
|
-
start = p * p
|
905
|
-
yield from iter_index(data, 1, start)
|
906
|
-
|
907
|
-
|
908
|
-
def _batched(iterable, n, *, strict=False):
|
909
|
-
"""Batch data into tuples of length *n*. If the number of items in
|
910
|
-
*iterable* is not divisible by *n*:
|
911
|
-
* The last batch will be shorter if *strict* is ``False``.
|
912
|
-
* :exc:`ValueError` will be raised if *strict* is ``True``.
|
913
|
-
|
914
|
-
>>> list(batched('ABCDEFG', 3))
|
915
|
-
[('A', 'B', 'C'), ('D', 'E', 'F'), ('G',)]
|
916
|
-
|
917
|
-
On Python 3.13 and above, this is an alias for :func:`itertools.batched`.
|
918
|
-
"""
|
919
|
-
if n < 1:
|
920
|
-
raise ValueError('n must be at least one')
|
921
|
-
it = iter(iterable)
|
922
|
-
while batch := tuple(islice(it, n)):
|
923
|
-
if strict and len(batch) != n:
|
924
|
-
raise ValueError('batched(): incomplete batch')
|
925
|
-
yield batch
|
926
|
-
|
927
|
-
|
928
|
-
if hexversion >= 0x30D00A2:
|
929
|
-
from itertools import batched as itertools_batched
|
930
|
-
|
931
|
-
def batched(iterable, n, *, strict=False):
|
932
|
-
return itertools_batched(iterable, n, strict=strict)
|
933
|
-
|
934
|
-
else:
|
935
|
-
batched = _batched
|
936
|
-
|
937
|
-
batched.__doc__ = _batched.__doc__
|
938
|
-
|
939
|
-
|
940
|
-
def transpose(it):
|
941
|
-
"""Swap the rows and columns of the input matrix.
|
942
|
-
|
943
|
-
>>> list(transpose([(1, 2, 3), (11, 22, 33)]))
|
944
|
-
[(1, 11), (2, 22), (3, 33)]
|
945
|
-
|
946
|
-
The caller should ensure that the dimensions of the input are compatible.
|
947
|
-
If the input is empty, no output will be produced.
|
948
|
-
"""
|
949
|
-
return _zip_strict(*it)
|
950
|
-
|
951
|
-
|
952
|
-
def reshape(matrix, cols):
|
953
|
-
"""Reshape the 2-D input *matrix* to have a column count given by *cols*.
|
954
|
-
|
955
|
-
>>> matrix = [(0, 1), (2, 3), (4, 5)]
|
956
|
-
>>> cols = 3
|
957
|
-
>>> list(reshape(matrix, cols))
|
958
|
-
[(0, 1, 2), (3, 4, 5)]
|
959
|
-
"""
|
960
|
-
return batched(chain.from_iterable(matrix), cols)
|
961
|
-
|
962
|
-
|
963
|
-
def matmul(m1, m2):
|
964
|
-
"""Multiply two matrices.
|
965
|
-
|
966
|
-
>>> list(matmul([(7, 5), (3, 5)], [(2, 5), (7, 9)]))
|
967
|
-
[(49, 80), (41, 60)]
|
968
|
-
|
969
|
-
The caller should ensure that the dimensions of the input matrices are
|
970
|
-
compatible with each other.
|
971
|
-
"""
|
972
|
-
n = len(m2[0])
|
973
|
-
return batched(starmap(_sumprod, product(m1, transpose(m2))), n)
|
974
|
-
|
975
|
-
|
976
|
-
def factor(n):
|
977
|
-
"""Yield the prime factors of n.
|
978
|
-
|
979
|
-
>>> list(factor(360))
|
980
|
-
[2, 2, 2, 3, 3, 5]
|
981
|
-
"""
|
982
|
-
for prime in sieve(math.isqrt(n) + 1):
|
983
|
-
while not n % prime:
|
984
|
-
yield prime
|
985
|
-
n //= prime
|
986
|
-
if n == 1:
|
987
|
-
return
|
988
|
-
if n > 1:
|
989
|
-
yield n
|
990
|
-
|
991
|
-
|
992
|
-
def polynomial_eval(coefficients, x):
|
993
|
-
"""Evaluate a polynomial at a specific value.
|
994
|
-
|
995
|
-
Example: evaluating x^3 - 4 * x^2 - 17 * x + 60 at x = 2.5:
|
996
|
-
|
997
|
-
>>> coefficients = [1, -4, -17, 60]
|
998
|
-
>>> x = 2.5
|
999
|
-
>>> polynomial_eval(coefficients, x)
|
1000
|
-
8.125
|
1001
|
-
"""
|
1002
|
-
n = len(coefficients)
|
1003
|
-
if n == 0:
|
1004
|
-
return x * 0 # coerce zero to the type of x
|
1005
|
-
powers = map(pow, repeat(x), reversed(range(n)))
|
1006
|
-
return _sumprod(coefficients, powers)
|
1007
|
-
|
1008
|
-
|
1009
|
-
def sum_of_squares(it):
|
1010
|
-
"""Return the sum of the squares of the input values.
|
1011
|
-
|
1012
|
-
>>> sum_of_squares([10, 20, 30])
|
1013
|
-
1400
|
1014
|
-
"""
|
1015
|
-
return _sumprod(*tee(it))
|
1016
|
-
|
1017
|
-
|
1018
|
-
def polynomial_derivative(coefficients):
|
1019
|
-
"""Compute the first derivative of a polynomial.
|
1020
|
-
|
1021
|
-
Example: evaluating the derivative of x^3 - 4 * x^2 - 17 * x + 60
|
1022
|
-
|
1023
|
-
>>> coefficients = [1, -4, -17, 60]
|
1024
|
-
>>> derivative_coefficients = polynomial_derivative(coefficients)
|
1025
|
-
>>> derivative_coefficients
|
1026
|
-
[3, -8, -17]
|
1027
|
-
"""
|
1028
|
-
n = len(coefficients)
|
1029
|
-
powers = reversed(range(1, n))
|
1030
|
-
return list(map(operator.mul, coefficients, powers))
|
1031
|
-
|
1032
|
-
|
1033
|
-
def totient(n):
|
1034
|
-
"""Return the count of natural numbers up to *n* that are coprime with *n*.
|
1035
|
-
|
1036
|
-
>>> totient(9)
|
1037
|
-
6
|
1038
|
-
>>> totient(12)
|
1039
|
-
4
|
1040
|
-
"""
|
1041
|
-
# The itertools docs use unique_justseen instead of set; see
|
1042
|
-
# https://github.com/more-itertools/more-itertools/issues/823
|
1043
|
-
for p in set(factor(n)):
|
1044
|
-
n = n // p * (p - 1)
|
1045
|
-
|
1046
|
-
return n
|