@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,1298 +0,0 @@
|
|
1
|
-
"""distutils.dist
|
2
|
-
|
3
|
-
Provides the Distribution class, which represents the module distribution
|
4
|
-
being built/installed/distributed.
|
5
|
-
"""
|
6
|
-
|
7
|
-
import contextlib
|
8
|
-
import logging
|
9
|
-
import os
|
10
|
-
import pathlib
|
11
|
-
import re
|
12
|
-
import sys
|
13
|
-
from collections.abc import Iterable
|
14
|
-
from email import message_from_file
|
15
|
-
|
16
|
-
from ._vendor.packaging.utils import canonicalize_name, canonicalize_version
|
17
|
-
|
18
|
-
try:
|
19
|
-
import warnings
|
20
|
-
except ImportError:
|
21
|
-
warnings = None
|
22
|
-
|
23
|
-
from ._log import log
|
24
|
-
from .debug import DEBUG
|
25
|
-
from .errors import (
|
26
|
-
DistutilsArgError,
|
27
|
-
DistutilsClassError,
|
28
|
-
DistutilsModuleError,
|
29
|
-
DistutilsOptionError,
|
30
|
-
)
|
31
|
-
from .fancy_getopt import FancyGetopt, translate_longopt
|
32
|
-
from .util import check_environ, rfc822_escape, strtobool
|
33
|
-
|
34
|
-
# Regex to define acceptable Distutils command names. This is not *quite*
|
35
|
-
# the same as a Python NAME -- I don't allow leading underscores. The fact
|
36
|
-
# that they're very similar is no coincidence; the default naming scheme is
|
37
|
-
# to look for a Python module named after the command.
|
38
|
-
command_re = re.compile(r'^[a-zA-Z]([a-zA-Z0-9_]*)$')
|
39
|
-
|
40
|
-
|
41
|
-
def _ensure_list(value, fieldname):
|
42
|
-
if isinstance(value, str):
|
43
|
-
# a string containing comma separated values is okay. It will
|
44
|
-
# be converted to a list by Distribution.finalize_options().
|
45
|
-
pass
|
46
|
-
elif not isinstance(value, list):
|
47
|
-
# passing a tuple or an iterator perhaps, warn and convert
|
48
|
-
typename = type(value).__name__
|
49
|
-
msg = "Warning: '{fieldname}' should be a list, got type '{typename}'"
|
50
|
-
msg = msg.format(**locals())
|
51
|
-
log.warning(msg)
|
52
|
-
value = list(value)
|
53
|
-
return value
|
54
|
-
|
55
|
-
|
56
|
-
class Distribution:
|
57
|
-
"""The core of the Distutils. Most of the work hiding behind 'setup'
|
58
|
-
is really done within a Distribution instance, which farms the work out
|
59
|
-
to the Distutils commands specified on the command line.
|
60
|
-
|
61
|
-
Setup scripts will almost never instantiate Distribution directly,
|
62
|
-
unless the 'setup()' function is totally inadequate to their needs.
|
63
|
-
However, it is conceivable that a setup script might wish to subclass
|
64
|
-
Distribution for some specialized purpose, and then pass the subclass
|
65
|
-
to 'setup()' as the 'distclass' keyword argument. If so, it is
|
66
|
-
necessary to respect the expectations that 'setup' has of Distribution.
|
67
|
-
See the code for 'setup()', in core.py, for details.
|
68
|
-
"""
|
69
|
-
|
70
|
-
# 'global_options' describes the command-line options that may be
|
71
|
-
# supplied to the setup script prior to any actual commands.
|
72
|
-
# Eg. "./setup.py -n" or "./setup.py --quiet" both take advantage of
|
73
|
-
# these global options. This list should be kept to a bare minimum,
|
74
|
-
# since every global option is also valid as a command option -- and we
|
75
|
-
# don't want to pollute the commands with too many options that they
|
76
|
-
# have minimal control over.
|
77
|
-
# The fourth entry for verbose means that it can be repeated.
|
78
|
-
global_options = [
|
79
|
-
('verbose', 'v', "run verbosely (default)", 1),
|
80
|
-
('quiet', 'q', "run quietly (turns verbosity off)"),
|
81
|
-
('dry-run', 'n', "don't actually do anything"),
|
82
|
-
('help', 'h', "show detailed help message"),
|
83
|
-
('no-user-cfg', None, 'ignore pydistutils.cfg in your home directory'),
|
84
|
-
]
|
85
|
-
|
86
|
-
# 'common_usage' is a short (2-3 line) string describing the common
|
87
|
-
# usage of the setup script.
|
88
|
-
common_usage = """\
|
89
|
-
Common commands: (see '--help-commands' for more)
|
90
|
-
|
91
|
-
setup.py build will build the package underneath 'build/'
|
92
|
-
setup.py install will install the package
|
93
|
-
"""
|
94
|
-
|
95
|
-
# options that are not propagated to the commands
|
96
|
-
display_options = [
|
97
|
-
('help-commands', None, "list all available commands"),
|
98
|
-
('name', None, "print package name"),
|
99
|
-
('version', 'V', "print package version"),
|
100
|
-
('fullname', None, "print <package name>-<version>"),
|
101
|
-
('author', None, "print the author's name"),
|
102
|
-
('author-email', None, "print the author's email address"),
|
103
|
-
('maintainer', None, "print the maintainer's name"),
|
104
|
-
('maintainer-email', None, "print the maintainer's email address"),
|
105
|
-
('contact', None, "print the maintainer's name if known, else the author's"),
|
106
|
-
(
|
107
|
-
'contact-email',
|
108
|
-
None,
|
109
|
-
"print the maintainer's email address if known, else the author's",
|
110
|
-
),
|
111
|
-
('url', None, "print the URL for this package"),
|
112
|
-
('license', None, "print the license of the package"),
|
113
|
-
('licence', None, "alias for --license"),
|
114
|
-
('description', None, "print the package description"),
|
115
|
-
('long-description', None, "print the long package description"),
|
116
|
-
('platforms', None, "print the list of platforms"),
|
117
|
-
('classifiers', None, "print the list of classifiers"),
|
118
|
-
('keywords', None, "print the list of keywords"),
|
119
|
-
('provides', None, "print the list of packages/modules provided"),
|
120
|
-
('requires', None, "print the list of packages/modules required"),
|
121
|
-
('obsoletes', None, "print the list of packages/modules made obsolete"),
|
122
|
-
]
|
123
|
-
display_option_names = [translate_longopt(x[0]) for x in display_options]
|
124
|
-
|
125
|
-
# negative options are options that exclude other options
|
126
|
-
negative_opt = {'quiet': 'verbose'}
|
127
|
-
|
128
|
-
# -- Creation/initialization methods -------------------------------
|
129
|
-
|
130
|
-
def __init__(self, attrs=None): # noqa: C901
|
131
|
-
"""Construct a new Distribution instance: initialize all the
|
132
|
-
attributes of a Distribution, and then use 'attrs' (a dictionary
|
133
|
-
mapping attribute names to values) to assign some of those
|
134
|
-
attributes their "real" values. (Any attributes not mentioned in
|
135
|
-
'attrs' will be assigned to some null value: 0, None, an empty list
|
136
|
-
or dictionary, etc.) Most importantly, initialize the
|
137
|
-
'command_obj' attribute to the empty dictionary; this will be
|
138
|
-
filled in with real command objects by 'parse_command_line()'.
|
139
|
-
"""
|
140
|
-
|
141
|
-
# Default values for our command-line options
|
142
|
-
self.verbose = True
|
143
|
-
self.dry_run = False
|
144
|
-
self.help = False
|
145
|
-
for attr in self.display_option_names:
|
146
|
-
setattr(self, attr, 0)
|
147
|
-
|
148
|
-
# Store the distribution meta-data (name, version, author, and so
|
149
|
-
# forth) in a separate object -- we're getting to have enough
|
150
|
-
# information here (and enough command-line options) that it's
|
151
|
-
# worth it. Also delegate 'get_XXX()' methods to the 'metadata'
|
152
|
-
# object in a sneaky and underhanded (but efficient!) way.
|
153
|
-
self.metadata = DistributionMetadata()
|
154
|
-
for basename in self.metadata._METHOD_BASENAMES:
|
155
|
-
method_name = "get_" + basename
|
156
|
-
setattr(self, method_name, getattr(self.metadata, method_name))
|
157
|
-
|
158
|
-
# 'cmdclass' maps command names to class objects, so we
|
159
|
-
# can 1) quickly figure out which class to instantiate when
|
160
|
-
# we need to create a new command object, and 2) have a way
|
161
|
-
# for the setup script to override command classes
|
162
|
-
self.cmdclass = {}
|
163
|
-
|
164
|
-
# 'command_packages' is a list of packages in which commands
|
165
|
-
# are searched for. The factory for command 'foo' is expected
|
166
|
-
# to be named 'foo' in the module 'foo' in one of the packages
|
167
|
-
# named here. This list is searched from the left; an error
|
168
|
-
# is raised if no named package provides the command being
|
169
|
-
# searched for. (Always access using get_command_packages().)
|
170
|
-
self.command_packages = None
|
171
|
-
|
172
|
-
# 'script_name' and 'script_args' are usually set to sys.argv[0]
|
173
|
-
# and sys.argv[1:], but they can be overridden when the caller is
|
174
|
-
# not necessarily a setup script run from the command-line.
|
175
|
-
self.script_name = None
|
176
|
-
self.script_args = None
|
177
|
-
|
178
|
-
# 'command_options' is where we store command options between
|
179
|
-
# parsing them (from config files, the command-line, etc.) and when
|
180
|
-
# they are actually needed -- ie. when the command in question is
|
181
|
-
# instantiated. It is a dictionary of dictionaries of 2-tuples:
|
182
|
-
# command_options = { command_name : { option : (source, value) } }
|
183
|
-
self.command_options = {}
|
184
|
-
|
185
|
-
# 'dist_files' is the list of (command, pyversion, file) that
|
186
|
-
# have been created by any dist commands run so far. This is
|
187
|
-
# filled regardless of whether the run is dry or not. pyversion
|
188
|
-
# gives sysconfig.get_python_version() if the dist file is
|
189
|
-
# specific to a Python version, 'any' if it is good for all
|
190
|
-
# Python versions on the target platform, and '' for a source
|
191
|
-
# file. pyversion should not be used to specify minimum or
|
192
|
-
# maximum required Python versions; use the metainfo for that
|
193
|
-
# instead.
|
194
|
-
self.dist_files = []
|
195
|
-
|
196
|
-
# These options are really the business of various commands, rather
|
197
|
-
# than of the Distribution itself. We provide aliases for them in
|
198
|
-
# Distribution as a convenience to the developer.
|
199
|
-
self.packages = None
|
200
|
-
self.package_data = {}
|
201
|
-
self.package_dir = None
|
202
|
-
self.py_modules = None
|
203
|
-
self.libraries = None
|
204
|
-
self.headers = None
|
205
|
-
self.ext_modules = None
|
206
|
-
self.ext_package = None
|
207
|
-
self.include_dirs = None
|
208
|
-
self.extra_path = None
|
209
|
-
self.scripts = None
|
210
|
-
self.data_files = None
|
211
|
-
self.password = ''
|
212
|
-
|
213
|
-
# And now initialize bookkeeping stuff that can't be supplied by
|
214
|
-
# the caller at all. 'command_obj' maps command names to
|
215
|
-
# Command instances -- that's how we enforce that every command
|
216
|
-
# class is a singleton.
|
217
|
-
self.command_obj = {}
|
218
|
-
|
219
|
-
# 'have_run' maps command names to boolean values; it keeps track
|
220
|
-
# of whether we have actually run a particular command, to make it
|
221
|
-
# cheap to "run" a command whenever we think we might need to -- if
|
222
|
-
# it's already been done, no need for expensive filesystem
|
223
|
-
# operations, we just check the 'have_run' dictionary and carry on.
|
224
|
-
# It's only safe to query 'have_run' for a command class that has
|
225
|
-
# been instantiated -- a false value will be inserted when the
|
226
|
-
# command object is created, and replaced with a true value when
|
227
|
-
# the command is successfully run. Thus it's probably best to use
|
228
|
-
# '.get()' rather than a straight lookup.
|
229
|
-
self.have_run = {}
|
230
|
-
|
231
|
-
# Now we'll use the attrs dictionary (ultimately, keyword args from
|
232
|
-
# the setup script) to possibly override any or all of these
|
233
|
-
# distribution options.
|
234
|
-
|
235
|
-
if attrs:
|
236
|
-
# Pull out the set of command options and work on them
|
237
|
-
# specifically. Note that this order guarantees that aliased
|
238
|
-
# command options will override any supplied redundantly
|
239
|
-
# through the general options dictionary.
|
240
|
-
options = attrs.get('options')
|
241
|
-
if options is not None:
|
242
|
-
del attrs['options']
|
243
|
-
for command, cmd_options in options.items():
|
244
|
-
opt_dict = self.get_option_dict(command)
|
245
|
-
for opt, val in cmd_options.items():
|
246
|
-
opt_dict[opt] = ("setup script", val)
|
247
|
-
|
248
|
-
if 'licence' in attrs:
|
249
|
-
attrs['license'] = attrs['licence']
|
250
|
-
del attrs['licence']
|
251
|
-
msg = "'licence' distribution option is deprecated; use 'license'"
|
252
|
-
if warnings is not None:
|
253
|
-
warnings.warn(msg)
|
254
|
-
else:
|
255
|
-
sys.stderr.write(msg + "\n")
|
256
|
-
|
257
|
-
# Now work on the rest of the attributes. Any attribute that's
|
258
|
-
# not already defined is invalid!
|
259
|
-
for key, val in attrs.items():
|
260
|
-
if hasattr(self.metadata, "set_" + key):
|
261
|
-
getattr(self.metadata, "set_" + key)(val)
|
262
|
-
elif hasattr(self.metadata, key):
|
263
|
-
setattr(self.metadata, key, val)
|
264
|
-
elif hasattr(self, key):
|
265
|
-
setattr(self, key, val)
|
266
|
-
else:
|
267
|
-
msg = f"Unknown distribution option: {key!r}"
|
268
|
-
warnings.warn(msg)
|
269
|
-
|
270
|
-
# no-user-cfg is handled before other command line args
|
271
|
-
# because other args override the config files, and this
|
272
|
-
# one is needed before we can load the config files.
|
273
|
-
# If attrs['script_args'] wasn't passed, assume false.
|
274
|
-
#
|
275
|
-
# This also make sure we just look at the global options
|
276
|
-
self.want_user_cfg = True
|
277
|
-
|
278
|
-
if self.script_args is not None:
|
279
|
-
for arg in self.script_args:
|
280
|
-
if not arg.startswith('-'):
|
281
|
-
break
|
282
|
-
if arg == '--no-user-cfg':
|
283
|
-
self.want_user_cfg = False
|
284
|
-
break
|
285
|
-
|
286
|
-
self.finalize_options()
|
287
|
-
|
288
|
-
def get_option_dict(self, command):
|
289
|
-
"""Get the option dictionary for a given command. If that
|
290
|
-
command's option dictionary hasn't been created yet, then create it
|
291
|
-
and return the new dictionary; otherwise, return the existing
|
292
|
-
option dictionary.
|
293
|
-
"""
|
294
|
-
dict = self.command_options.get(command)
|
295
|
-
if dict is None:
|
296
|
-
dict = self.command_options[command] = {}
|
297
|
-
return dict
|
298
|
-
|
299
|
-
def dump_option_dicts(self, header=None, commands=None, indent=""):
|
300
|
-
from pprint import pformat
|
301
|
-
|
302
|
-
if commands is None: # dump all command option dicts
|
303
|
-
commands = sorted(self.command_options.keys())
|
304
|
-
|
305
|
-
if header is not None:
|
306
|
-
self.announce(indent + header)
|
307
|
-
indent = indent + " "
|
308
|
-
|
309
|
-
if not commands:
|
310
|
-
self.announce(indent + "no commands known yet")
|
311
|
-
return
|
312
|
-
|
313
|
-
for cmd_name in commands:
|
314
|
-
opt_dict = self.command_options.get(cmd_name)
|
315
|
-
if opt_dict is None:
|
316
|
-
self.announce(indent + f"no option dict for '{cmd_name}' command")
|
317
|
-
else:
|
318
|
-
self.announce(indent + f"option dict for '{cmd_name}' command:")
|
319
|
-
out = pformat(opt_dict)
|
320
|
-
for line in out.split('\n'):
|
321
|
-
self.announce(indent + " " + line)
|
322
|
-
|
323
|
-
# -- Config file finding/parsing methods ---------------------------
|
324
|
-
|
325
|
-
def find_config_files(self):
|
326
|
-
"""Find as many configuration files as should be processed for this
|
327
|
-
platform, and return a list of filenames in the order in which they
|
328
|
-
should be parsed. The filenames returned are guaranteed to exist
|
329
|
-
(modulo nasty race conditions).
|
330
|
-
|
331
|
-
There are multiple possible config files:
|
332
|
-
- distutils.cfg in the Distutils installation directory (i.e.
|
333
|
-
where the top-level Distutils __inst__.py file lives)
|
334
|
-
- a file in the user's home directory named .pydistutils.cfg
|
335
|
-
on Unix and pydistutils.cfg on Windows/Mac; may be disabled
|
336
|
-
with the ``--no-user-cfg`` option
|
337
|
-
- setup.cfg in the current directory
|
338
|
-
- a file named by an environment variable
|
339
|
-
"""
|
340
|
-
check_environ()
|
341
|
-
files = [str(path) for path in self._gen_paths() if os.path.isfile(path)]
|
342
|
-
|
343
|
-
if DEBUG:
|
344
|
-
self.announce("using config files: {}".format(', '.join(files)))
|
345
|
-
|
346
|
-
return files
|
347
|
-
|
348
|
-
def _gen_paths(self):
|
349
|
-
# The system-wide Distutils config file
|
350
|
-
sys_dir = pathlib.Path(sys.modules['distutils'].__file__).parent
|
351
|
-
yield sys_dir / "distutils.cfg"
|
352
|
-
|
353
|
-
# The per-user config file
|
354
|
-
prefix = '.' * (os.name == 'posix')
|
355
|
-
filename = prefix + 'pydistutils.cfg'
|
356
|
-
if self.want_user_cfg:
|
357
|
-
yield pathlib.Path('~').expanduser() / filename
|
358
|
-
|
359
|
-
# All platforms support local setup.cfg
|
360
|
-
yield pathlib.Path('setup.cfg')
|
361
|
-
|
362
|
-
# Additional config indicated in the environment
|
363
|
-
with contextlib.suppress(TypeError):
|
364
|
-
yield pathlib.Path(os.getenv("DIST_EXTRA_CONFIG"))
|
365
|
-
|
366
|
-
def parse_config_files(self, filenames=None): # noqa: C901
|
367
|
-
from configparser import ConfigParser
|
368
|
-
|
369
|
-
# Ignore install directory options if we have a venv
|
370
|
-
if sys.prefix != sys.base_prefix:
|
371
|
-
ignore_options = [
|
372
|
-
'install-base',
|
373
|
-
'install-platbase',
|
374
|
-
'install-lib',
|
375
|
-
'install-platlib',
|
376
|
-
'install-purelib',
|
377
|
-
'install-headers',
|
378
|
-
'install-scripts',
|
379
|
-
'install-data',
|
380
|
-
'prefix',
|
381
|
-
'exec-prefix',
|
382
|
-
'home',
|
383
|
-
'user',
|
384
|
-
'root',
|
385
|
-
]
|
386
|
-
else:
|
387
|
-
ignore_options = []
|
388
|
-
|
389
|
-
ignore_options = frozenset(ignore_options)
|
390
|
-
|
391
|
-
if filenames is None:
|
392
|
-
filenames = self.find_config_files()
|
393
|
-
|
394
|
-
if DEBUG:
|
395
|
-
self.announce("Distribution.parse_config_files():")
|
396
|
-
|
397
|
-
parser = ConfigParser()
|
398
|
-
for filename in filenames:
|
399
|
-
if DEBUG:
|
400
|
-
self.announce(f" reading {filename}")
|
401
|
-
parser.read(filename, encoding='utf-8')
|
402
|
-
for section in parser.sections():
|
403
|
-
options = parser.options(section)
|
404
|
-
opt_dict = self.get_option_dict(section)
|
405
|
-
|
406
|
-
for opt in options:
|
407
|
-
if opt != '__name__' and opt not in ignore_options:
|
408
|
-
val = parser.get(section, opt)
|
409
|
-
opt = opt.replace('-', '_')
|
410
|
-
opt_dict[opt] = (filename, val)
|
411
|
-
|
412
|
-
# Make the ConfigParser forget everything (so we retain
|
413
|
-
# the original filenames that options come from)
|
414
|
-
parser.__init__()
|
415
|
-
|
416
|
-
# If there was a "global" section in the config file, use it
|
417
|
-
# to set Distribution options.
|
418
|
-
|
419
|
-
if 'global' in self.command_options:
|
420
|
-
for opt, (_src, val) in self.command_options['global'].items():
|
421
|
-
alias = self.negative_opt.get(opt)
|
422
|
-
try:
|
423
|
-
if alias:
|
424
|
-
setattr(self, alias, not strtobool(val))
|
425
|
-
elif opt in ('verbose', 'dry_run'): # ugh!
|
426
|
-
setattr(self, opt, strtobool(val))
|
427
|
-
else:
|
428
|
-
setattr(self, opt, val)
|
429
|
-
except ValueError as msg:
|
430
|
-
raise DistutilsOptionError(msg)
|
431
|
-
|
432
|
-
# -- Command-line parsing methods ----------------------------------
|
433
|
-
|
434
|
-
def parse_command_line(self):
|
435
|
-
"""Parse the setup script's command line, taken from the
|
436
|
-
'script_args' instance attribute (which defaults to 'sys.argv[1:]'
|
437
|
-
-- see 'setup()' in core.py). This list is first processed for
|
438
|
-
"global options" -- options that set attributes of the Distribution
|
439
|
-
instance. Then, it is alternately scanned for Distutils commands
|
440
|
-
and options for that command. Each new command terminates the
|
441
|
-
options for the previous command. The allowed options for a
|
442
|
-
command are determined by the 'user_options' attribute of the
|
443
|
-
command class -- thus, we have to be able to load command classes
|
444
|
-
in order to parse the command line. Any error in that 'options'
|
445
|
-
attribute raises DistutilsGetoptError; any error on the
|
446
|
-
command-line raises DistutilsArgError. If no Distutils commands
|
447
|
-
were found on the command line, raises DistutilsArgError. Return
|
448
|
-
true if command-line was successfully parsed and we should carry
|
449
|
-
on with executing commands; false if no errors but we shouldn't
|
450
|
-
execute commands (currently, this only happens if user asks for
|
451
|
-
help).
|
452
|
-
"""
|
453
|
-
#
|
454
|
-
# We now have enough information to show the Macintosh dialog
|
455
|
-
# that allows the user to interactively specify the "command line".
|
456
|
-
#
|
457
|
-
toplevel_options = self._get_toplevel_options()
|
458
|
-
|
459
|
-
# We have to parse the command line a bit at a time -- global
|
460
|
-
# options, then the first command, then its options, and so on --
|
461
|
-
# because each command will be handled by a different class, and
|
462
|
-
# the options that are valid for a particular class aren't known
|
463
|
-
# until we have loaded the command class, which doesn't happen
|
464
|
-
# until we know what the command is.
|
465
|
-
|
466
|
-
self.commands = []
|
467
|
-
parser = FancyGetopt(toplevel_options + self.display_options)
|
468
|
-
parser.set_negative_aliases(self.negative_opt)
|
469
|
-
parser.set_aliases({'licence': 'license'})
|
470
|
-
args = parser.getopt(args=self.script_args, object=self)
|
471
|
-
option_order = parser.get_option_order()
|
472
|
-
logging.getLogger().setLevel(logging.WARN - 10 * self.verbose)
|
473
|
-
|
474
|
-
# for display options we return immediately
|
475
|
-
if self.handle_display_options(option_order):
|
476
|
-
return
|
477
|
-
while args:
|
478
|
-
args = self._parse_command_opts(parser, args)
|
479
|
-
if args is None: # user asked for help (and got it)
|
480
|
-
return
|
481
|
-
|
482
|
-
# Handle the cases of --help as a "global" option, ie.
|
483
|
-
# "setup.py --help" and "setup.py --help command ...". For the
|
484
|
-
# former, we show global options (--verbose, --dry-run, etc.)
|
485
|
-
# and display-only options (--name, --version, etc.); for the
|
486
|
-
# latter, we omit the display-only options and show help for
|
487
|
-
# each command listed on the command line.
|
488
|
-
if self.help:
|
489
|
-
self._show_help(
|
490
|
-
parser, display_options=len(self.commands) == 0, commands=self.commands
|
491
|
-
)
|
492
|
-
return
|
493
|
-
|
494
|
-
# Oops, no commands found -- an end-user error
|
495
|
-
if not self.commands:
|
496
|
-
raise DistutilsArgError("no commands supplied")
|
497
|
-
|
498
|
-
# All is well: return true
|
499
|
-
return True
|
500
|
-
|
501
|
-
def _get_toplevel_options(self):
|
502
|
-
"""Return the non-display options recognized at the top level.
|
503
|
-
|
504
|
-
This includes options that are recognized *only* at the top
|
505
|
-
level as well as options recognized for commands.
|
506
|
-
"""
|
507
|
-
return self.global_options + [
|
508
|
-
(
|
509
|
-
"command-packages=",
|
510
|
-
None,
|
511
|
-
"list of packages that provide distutils commands",
|
512
|
-
),
|
513
|
-
]
|
514
|
-
|
515
|
-
def _parse_command_opts(self, parser, args): # noqa: C901
|
516
|
-
"""Parse the command-line options for a single command.
|
517
|
-
'parser' must be a FancyGetopt instance; 'args' must be the list
|
518
|
-
of arguments, starting with the current command (whose options
|
519
|
-
we are about to parse). Returns a new version of 'args' with
|
520
|
-
the next command at the front of the list; will be the empty
|
521
|
-
list if there are no more commands on the command line. Returns
|
522
|
-
None if the user asked for help on this command.
|
523
|
-
"""
|
524
|
-
# late import because of mutual dependence between these modules
|
525
|
-
from distutils.cmd import Command
|
526
|
-
|
527
|
-
# Pull the current command from the head of the command line
|
528
|
-
command = args[0]
|
529
|
-
if not command_re.match(command):
|
530
|
-
raise SystemExit(f"invalid command name '{command}'")
|
531
|
-
self.commands.append(command)
|
532
|
-
|
533
|
-
# Dig up the command class that implements this command, so we
|
534
|
-
# 1) know that it's a valid command, and 2) know which options
|
535
|
-
# it takes.
|
536
|
-
try:
|
537
|
-
cmd_class = self.get_command_class(command)
|
538
|
-
except DistutilsModuleError as msg:
|
539
|
-
raise DistutilsArgError(msg)
|
540
|
-
|
541
|
-
# Require that the command class be derived from Command -- want
|
542
|
-
# to be sure that the basic "command" interface is implemented.
|
543
|
-
if not issubclass(cmd_class, Command):
|
544
|
-
raise DistutilsClassError(
|
545
|
-
f"command class {cmd_class} must subclass Command"
|
546
|
-
)
|
547
|
-
|
548
|
-
# Also make sure that the command object provides a list of its
|
549
|
-
# known options.
|
550
|
-
if not (
|
551
|
-
hasattr(cmd_class, 'user_options')
|
552
|
-
and isinstance(cmd_class.user_options, list)
|
553
|
-
):
|
554
|
-
msg = (
|
555
|
-
"command class %s must provide "
|
556
|
-
"'user_options' attribute (a list of tuples)"
|
557
|
-
)
|
558
|
-
raise DistutilsClassError(msg % cmd_class)
|
559
|
-
|
560
|
-
# If the command class has a list of negative alias options,
|
561
|
-
# merge it in with the global negative aliases.
|
562
|
-
negative_opt = self.negative_opt
|
563
|
-
if hasattr(cmd_class, 'negative_opt'):
|
564
|
-
negative_opt = negative_opt.copy()
|
565
|
-
negative_opt.update(cmd_class.negative_opt)
|
566
|
-
|
567
|
-
# Check for help_options in command class. They have a different
|
568
|
-
# format (tuple of four) so we need to preprocess them here.
|
569
|
-
if hasattr(cmd_class, 'help_options') and isinstance(
|
570
|
-
cmd_class.help_options, list
|
571
|
-
):
|
572
|
-
help_options = fix_help_options(cmd_class.help_options)
|
573
|
-
else:
|
574
|
-
help_options = []
|
575
|
-
|
576
|
-
# All commands support the global options too, just by adding
|
577
|
-
# in 'global_options'.
|
578
|
-
parser.set_option_table(
|
579
|
-
self.global_options + cmd_class.user_options + help_options
|
580
|
-
)
|
581
|
-
parser.set_negative_aliases(negative_opt)
|
582
|
-
(args, opts) = parser.getopt(args[1:])
|
583
|
-
if hasattr(opts, 'help') and opts.help:
|
584
|
-
self._show_help(parser, display_options=False, commands=[cmd_class])
|
585
|
-
return
|
586
|
-
|
587
|
-
if hasattr(cmd_class, 'help_options') and isinstance(
|
588
|
-
cmd_class.help_options, list
|
589
|
-
):
|
590
|
-
help_option_found = 0
|
591
|
-
for help_option, _short, _desc, func in cmd_class.help_options:
|
592
|
-
if hasattr(opts, parser.get_attr_name(help_option)):
|
593
|
-
help_option_found = 1
|
594
|
-
if callable(func):
|
595
|
-
func()
|
596
|
-
else:
|
597
|
-
raise DistutilsClassError(
|
598
|
-
f"invalid help function {func!r} for help option '{help_option}': "
|
599
|
-
"must be a callable object (function, etc.)"
|
600
|
-
)
|
601
|
-
|
602
|
-
if help_option_found:
|
603
|
-
return
|
604
|
-
|
605
|
-
# Put the options from the command-line into their official
|
606
|
-
# holding pen, the 'command_options' dictionary.
|
607
|
-
opt_dict = self.get_option_dict(command)
|
608
|
-
for name, value in vars(opts).items():
|
609
|
-
opt_dict[name] = ("command line", value)
|
610
|
-
|
611
|
-
return args
|
612
|
-
|
613
|
-
def finalize_options(self):
|
614
|
-
"""Set final values for all the options on the Distribution
|
615
|
-
instance, analogous to the .finalize_options() method of Command
|
616
|
-
objects.
|
617
|
-
"""
|
618
|
-
for attr in ('keywords', 'platforms'):
|
619
|
-
value = getattr(self.metadata, attr)
|
620
|
-
if value is None:
|
621
|
-
continue
|
622
|
-
if isinstance(value, str):
|
623
|
-
value = [elm.strip() for elm in value.split(',')]
|
624
|
-
setattr(self.metadata, attr, value)
|
625
|
-
|
626
|
-
def _show_help(
|
627
|
-
self, parser, global_options=True, display_options=True, commands: Iterable = ()
|
628
|
-
):
|
629
|
-
"""Show help for the setup script command-line in the form of
|
630
|
-
several lists of command-line options. 'parser' should be a
|
631
|
-
FancyGetopt instance; do not expect it to be returned in the
|
632
|
-
same state, as its option table will be reset to make it
|
633
|
-
generate the correct help text.
|
634
|
-
|
635
|
-
If 'global_options' is true, lists the global options:
|
636
|
-
--verbose, --dry-run, etc. If 'display_options' is true, lists
|
637
|
-
the "display-only" options: --name, --version, etc. Finally,
|
638
|
-
lists per-command help for every command name or command class
|
639
|
-
in 'commands'.
|
640
|
-
"""
|
641
|
-
# late import because of mutual dependence between these modules
|
642
|
-
from distutils.cmd import Command
|
643
|
-
from distutils.core import gen_usage
|
644
|
-
|
645
|
-
if global_options:
|
646
|
-
if display_options:
|
647
|
-
options = self._get_toplevel_options()
|
648
|
-
else:
|
649
|
-
options = self.global_options
|
650
|
-
parser.set_option_table(options)
|
651
|
-
parser.print_help(self.common_usage + "\nGlobal options:")
|
652
|
-
print()
|
653
|
-
|
654
|
-
if display_options:
|
655
|
-
parser.set_option_table(self.display_options)
|
656
|
-
parser.print_help(
|
657
|
-
"Information display options (just display information, ignore any commands)"
|
658
|
-
)
|
659
|
-
print()
|
660
|
-
|
661
|
-
for command in commands:
|
662
|
-
if isinstance(command, type) and issubclass(command, Command):
|
663
|
-
klass = command
|
664
|
-
else:
|
665
|
-
klass = self.get_command_class(command)
|
666
|
-
if hasattr(klass, 'help_options') and isinstance(klass.help_options, list):
|
667
|
-
parser.set_option_table(
|
668
|
-
klass.user_options + fix_help_options(klass.help_options)
|
669
|
-
)
|
670
|
-
else:
|
671
|
-
parser.set_option_table(klass.user_options)
|
672
|
-
parser.print_help(f"Options for '{klass.__name__}' command:")
|
673
|
-
print()
|
674
|
-
|
675
|
-
print(gen_usage(self.script_name))
|
676
|
-
|
677
|
-
def handle_display_options(self, option_order):
|
678
|
-
"""If there were any non-global "display-only" options
|
679
|
-
(--help-commands or the metadata display options) on the command
|
680
|
-
line, display the requested info and return true; else return
|
681
|
-
false.
|
682
|
-
"""
|
683
|
-
from distutils.core import gen_usage
|
684
|
-
|
685
|
-
# User just wants a list of commands -- we'll print it out and stop
|
686
|
-
# processing now (ie. if they ran "setup --help-commands foo bar",
|
687
|
-
# we ignore "foo bar").
|
688
|
-
if self.help_commands:
|
689
|
-
self.print_commands()
|
690
|
-
print()
|
691
|
-
print(gen_usage(self.script_name))
|
692
|
-
return 1
|
693
|
-
|
694
|
-
# If user supplied any of the "display metadata" options, then
|
695
|
-
# display that metadata in the order in which the user supplied the
|
696
|
-
# metadata options.
|
697
|
-
any_display_options = 0
|
698
|
-
is_display_option = set()
|
699
|
-
for option in self.display_options:
|
700
|
-
is_display_option.add(option[0])
|
701
|
-
|
702
|
-
for opt, val in option_order:
|
703
|
-
if val and opt in is_display_option:
|
704
|
-
opt = translate_longopt(opt)
|
705
|
-
value = getattr(self.metadata, "get_" + opt)()
|
706
|
-
if opt in ('keywords', 'platforms'):
|
707
|
-
print(','.join(value))
|
708
|
-
elif opt in ('classifiers', 'provides', 'requires', 'obsoletes'):
|
709
|
-
print('\n'.join(value))
|
710
|
-
else:
|
711
|
-
print(value)
|
712
|
-
any_display_options = 1
|
713
|
-
|
714
|
-
return any_display_options
|
715
|
-
|
716
|
-
def print_command_list(self, commands, header, max_length):
|
717
|
-
"""Print a subset of the list of all commands -- used by
|
718
|
-
'print_commands()'.
|
719
|
-
"""
|
720
|
-
print(header + ":")
|
721
|
-
|
722
|
-
for cmd in commands:
|
723
|
-
klass = self.cmdclass.get(cmd)
|
724
|
-
if not klass:
|
725
|
-
klass = self.get_command_class(cmd)
|
726
|
-
try:
|
727
|
-
description = klass.description
|
728
|
-
except AttributeError:
|
729
|
-
description = "(no description available)"
|
730
|
-
|
731
|
-
print(" %-*s %s" % (max_length, cmd, description))
|
732
|
-
|
733
|
-
def print_commands(self):
|
734
|
-
"""Print out a help message listing all available commands with a
|
735
|
-
description of each. The list is divided into "standard commands"
|
736
|
-
(listed in distutils.command.__all__) and "extra commands"
|
737
|
-
(mentioned in self.cmdclass, but not a standard command). The
|
738
|
-
descriptions come from the command class attribute
|
739
|
-
'description'.
|
740
|
-
"""
|
741
|
-
import distutils.command
|
742
|
-
|
743
|
-
std_commands = distutils.command.__all__
|
744
|
-
is_std = set()
|
745
|
-
for cmd in std_commands:
|
746
|
-
is_std.add(cmd)
|
747
|
-
|
748
|
-
extra_commands = [cmd for cmd in self.cmdclass.keys() if cmd not in is_std]
|
749
|
-
|
750
|
-
max_length = 0
|
751
|
-
for cmd in std_commands + extra_commands:
|
752
|
-
if len(cmd) > max_length:
|
753
|
-
max_length = len(cmd)
|
754
|
-
|
755
|
-
self.print_command_list(std_commands, "Standard commands", max_length)
|
756
|
-
if extra_commands:
|
757
|
-
print()
|
758
|
-
self.print_command_list(extra_commands, "Extra commands", max_length)
|
759
|
-
|
760
|
-
def get_command_list(self):
|
761
|
-
"""Get a list of (command, description) tuples.
|
762
|
-
The list is divided into "standard commands" (listed in
|
763
|
-
distutils.command.__all__) and "extra commands" (mentioned in
|
764
|
-
self.cmdclass, but not a standard command). The descriptions come
|
765
|
-
from the command class attribute 'description'.
|
766
|
-
"""
|
767
|
-
# Currently this is only used on Mac OS, for the Mac-only GUI
|
768
|
-
# Distutils interface (by Jack Jansen)
|
769
|
-
import distutils.command
|
770
|
-
|
771
|
-
std_commands = distutils.command.__all__
|
772
|
-
is_std = set()
|
773
|
-
for cmd in std_commands:
|
774
|
-
is_std.add(cmd)
|
775
|
-
|
776
|
-
extra_commands = [cmd for cmd in self.cmdclass.keys() if cmd not in is_std]
|
777
|
-
|
778
|
-
rv = []
|
779
|
-
for cmd in std_commands + extra_commands:
|
780
|
-
klass = self.cmdclass.get(cmd)
|
781
|
-
if not klass:
|
782
|
-
klass = self.get_command_class(cmd)
|
783
|
-
try:
|
784
|
-
description = klass.description
|
785
|
-
except AttributeError:
|
786
|
-
description = "(no description available)"
|
787
|
-
rv.append((cmd, description))
|
788
|
-
return rv
|
789
|
-
|
790
|
-
# -- Command class/object methods ----------------------------------
|
791
|
-
|
792
|
-
def get_command_packages(self):
|
793
|
-
"""Return a list of packages from which commands are loaded."""
|
794
|
-
pkgs = self.command_packages
|
795
|
-
if not isinstance(pkgs, list):
|
796
|
-
if pkgs is None:
|
797
|
-
pkgs = ''
|
798
|
-
pkgs = [pkg.strip() for pkg in pkgs.split(',') if pkg != '']
|
799
|
-
if "distutils.command" not in pkgs:
|
800
|
-
pkgs.insert(0, "distutils.command")
|
801
|
-
self.command_packages = pkgs
|
802
|
-
return pkgs
|
803
|
-
|
804
|
-
def get_command_class(self, command):
|
805
|
-
"""Return the class that implements the Distutils command named by
|
806
|
-
'command'. First we check the 'cmdclass' dictionary; if the
|
807
|
-
command is mentioned there, we fetch the class object from the
|
808
|
-
dictionary and return it. Otherwise we load the command module
|
809
|
-
("distutils.command." + command) and fetch the command class from
|
810
|
-
the module. The loaded class is also stored in 'cmdclass'
|
811
|
-
to speed future calls to 'get_command_class()'.
|
812
|
-
|
813
|
-
Raises DistutilsModuleError if the expected module could not be
|
814
|
-
found, or if that module does not define the expected class.
|
815
|
-
"""
|
816
|
-
klass = self.cmdclass.get(command)
|
817
|
-
if klass:
|
818
|
-
return klass
|
819
|
-
|
820
|
-
for pkgname in self.get_command_packages():
|
821
|
-
module_name = f"{pkgname}.{command}"
|
822
|
-
klass_name = command
|
823
|
-
|
824
|
-
try:
|
825
|
-
__import__(module_name)
|
826
|
-
module = sys.modules[module_name]
|
827
|
-
except ImportError:
|
828
|
-
continue
|
829
|
-
|
830
|
-
try:
|
831
|
-
klass = getattr(module, klass_name)
|
832
|
-
except AttributeError:
|
833
|
-
raise DistutilsModuleError(
|
834
|
-
f"invalid command '{command}' (no class '{klass_name}' in module '{module_name}')"
|
835
|
-
)
|
836
|
-
|
837
|
-
self.cmdclass[command] = klass
|
838
|
-
return klass
|
839
|
-
|
840
|
-
raise DistutilsModuleError(f"invalid command '{command}'")
|
841
|
-
|
842
|
-
def get_command_obj(self, command, create=True):
|
843
|
-
"""Return the command object for 'command'. Normally this object
|
844
|
-
is cached on a previous call to 'get_command_obj()'; if no command
|
845
|
-
object for 'command' is in the cache, then we either create and
|
846
|
-
return it (if 'create' is true) or return None.
|
847
|
-
"""
|
848
|
-
cmd_obj = self.command_obj.get(command)
|
849
|
-
if not cmd_obj and create:
|
850
|
-
if DEBUG:
|
851
|
-
self.announce(
|
852
|
-
"Distribution.get_command_obj(): "
|
853
|
-
f"creating '{command}' command object"
|
854
|
-
)
|
855
|
-
|
856
|
-
klass = self.get_command_class(command)
|
857
|
-
cmd_obj = self.command_obj[command] = klass(self)
|
858
|
-
self.have_run[command] = False
|
859
|
-
|
860
|
-
# Set any options that were supplied in config files
|
861
|
-
# or on the command line. (NB. support for error
|
862
|
-
# reporting is lame here: any errors aren't reported
|
863
|
-
# until 'finalize_options()' is called, which means
|
864
|
-
# we won't report the source of the error.)
|
865
|
-
options = self.command_options.get(command)
|
866
|
-
if options:
|
867
|
-
self._set_command_options(cmd_obj, options)
|
868
|
-
|
869
|
-
return cmd_obj
|
870
|
-
|
871
|
-
def _set_command_options(self, command_obj, option_dict=None): # noqa: C901
|
872
|
-
"""Set the options for 'command_obj' from 'option_dict'. Basically
|
873
|
-
this means copying elements of a dictionary ('option_dict') to
|
874
|
-
attributes of an instance ('command').
|
875
|
-
|
876
|
-
'command_obj' must be a Command instance. If 'option_dict' is not
|
877
|
-
supplied, uses the standard option dictionary for this command
|
878
|
-
(from 'self.command_options').
|
879
|
-
"""
|
880
|
-
command_name = command_obj.get_command_name()
|
881
|
-
if option_dict is None:
|
882
|
-
option_dict = self.get_option_dict(command_name)
|
883
|
-
|
884
|
-
if DEBUG:
|
885
|
-
self.announce(f" setting options for '{command_name}' command:")
|
886
|
-
for option, (source, value) in option_dict.items():
|
887
|
-
if DEBUG:
|
888
|
-
self.announce(f" {option} = {value} (from {source})")
|
889
|
-
try:
|
890
|
-
bool_opts = [translate_longopt(o) for o in command_obj.boolean_options]
|
891
|
-
except AttributeError:
|
892
|
-
bool_opts = []
|
893
|
-
try:
|
894
|
-
neg_opt = command_obj.negative_opt
|
895
|
-
except AttributeError:
|
896
|
-
neg_opt = {}
|
897
|
-
|
898
|
-
try:
|
899
|
-
is_string = isinstance(value, str)
|
900
|
-
if option in neg_opt and is_string:
|
901
|
-
setattr(command_obj, neg_opt[option], not strtobool(value))
|
902
|
-
elif option in bool_opts and is_string:
|
903
|
-
setattr(command_obj, option, strtobool(value))
|
904
|
-
elif hasattr(command_obj, option):
|
905
|
-
setattr(command_obj, option, value)
|
906
|
-
else:
|
907
|
-
raise DistutilsOptionError(
|
908
|
-
f"error in {source}: command '{command_name}' has no such option '{option}'"
|
909
|
-
)
|
910
|
-
except ValueError as msg:
|
911
|
-
raise DistutilsOptionError(msg)
|
912
|
-
|
913
|
-
def reinitialize_command(self, command, reinit_subcommands=False):
|
914
|
-
"""Reinitializes a command to the state it was in when first
|
915
|
-
returned by 'get_command_obj()': ie., initialized but not yet
|
916
|
-
finalized. This provides the opportunity to sneak option
|
917
|
-
values in programmatically, overriding or supplementing
|
918
|
-
user-supplied values from the config files and command line.
|
919
|
-
You'll have to re-finalize the command object (by calling
|
920
|
-
'finalize_options()' or 'ensure_finalized()') before using it for
|
921
|
-
real.
|
922
|
-
|
923
|
-
'command' should be a command name (string) or command object. If
|
924
|
-
'reinit_subcommands' is true, also reinitializes the command's
|
925
|
-
sub-commands, as declared by the 'sub_commands' class attribute (if
|
926
|
-
it has one). See the "install" command for an example. Only
|
927
|
-
reinitializes the sub-commands that actually matter, ie. those
|
928
|
-
whose test predicates return true.
|
929
|
-
|
930
|
-
Returns the reinitialized command object.
|
931
|
-
"""
|
932
|
-
from distutils.cmd import Command
|
933
|
-
|
934
|
-
if not isinstance(command, Command):
|
935
|
-
command_name = command
|
936
|
-
command = self.get_command_obj(command_name)
|
937
|
-
else:
|
938
|
-
command_name = command.get_command_name()
|
939
|
-
|
940
|
-
if not command.finalized:
|
941
|
-
return command
|
942
|
-
command.initialize_options()
|
943
|
-
command.finalized = False
|
944
|
-
self.have_run[command_name] = False
|
945
|
-
self._set_command_options(command)
|
946
|
-
|
947
|
-
if reinit_subcommands:
|
948
|
-
for sub in command.get_sub_commands():
|
949
|
-
self.reinitialize_command(sub, reinit_subcommands)
|
950
|
-
|
951
|
-
return command
|
952
|
-
|
953
|
-
# -- Methods that operate on the Distribution ----------------------
|
954
|
-
|
955
|
-
def announce(self, msg, level=logging.INFO):
|
956
|
-
log.log(level, msg)
|
957
|
-
|
958
|
-
def run_commands(self):
|
959
|
-
"""Run each command that was seen on the setup script command line.
|
960
|
-
Uses the list of commands found and cache of command objects
|
961
|
-
created by 'get_command_obj()'.
|
962
|
-
"""
|
963
|
-
for cmd in self.commands:
|
964
|
-
self.run_command(cmd)
|
965
|
-
|
966
|
-
# -- Methods that operate on its Commands --------------------------
|
967
|
-
|
968
|
-
def run_command(self, command):
|
969
|
-
"""Do whatever it takes to run a command (including nothing at all,
|
970
|
-
if the command has already been run). Specifically: if we have
|
971
|
-
already created and run the command named by 'command', return
|
972
|
-
silently without doing anything. If the command named by 'command'
|
973
|
-
doesn't even have a command object yet, create one. Then invoke
|
974
|
-
'run()' on that command object (or an existing one).
|
975
|
-
"""
|
976
|
-
# Already been here, done that? then return silently.
|
977
|
-
if self.have_run.get(command):
|
978
|
-
return
|
979
|
-
|
980
|
-
log.info("running %s", command)
|
981
|
-
cmd_obj = self.get_command_obj(command)
|
982
|
-
cmd_obj.ensure_finalized()
|
983
|
-
cmd_obj.run()
|
984
|
-
self.have_run[command] = True
|
985
|
-
|
986
|
-
# -- Distribution query methods ------------------------------------
|
987
|
-
|
988
|
-
def has_pure_modules(self):
|
989
|
-
return len(self.packages or self.py_modules or []) > 0
|
990
|
-
|
991
|
-
def has_ext_modules(self):
|
992
|
-
return self.ext_modules and len(self.ext_modules) > 0
|
993
|
-
|
994
|
-
def has_c_libraries(self):
|
995
|
-
return self.libraries and len(self.libraries) > 0
|
996
|
-
|
997
|
-
def has_modules(self):
|
998
|
-
return self.has_pure_modules() or self.has_ext_modules()
|
999
|
-
|
1000
|
-
def has_headers(self):
|
1001
|
-
return self.headers and len(self.headers) > 0
|
1002
|
-
|
1003
|
-
def has_scripts(self):
|
1004
|
-
return self.scripts and len(self.scripts) > 0
|
1005
|
-
|
1006
|
-
def has_data_files(self):
|
1007
|
-
return self.data_files and len(self.data_files) > 0
|
1008
|
-
|
1009
|
-
def is_pure(self):
|
1010
|
-
return (
|
1011
|
-
self.has_pure_modules()
|
1012
|
-
and not self.has_ext_modules()
|
1013
|
-
and not self.has_c_libraries()
|
1014
|
-
)
|
1015
|
-
|
1016
|
-
# -- Metadata query methods ----------------------------------------
|
1017
|
-
|
1018
|
-
# If you're looking for 'get_name()', 'get_version()', and so forth,
|
1019
|
-
# they are defined in a sneaky way: the constructor binds self.get_XXX
|
1020
|
-
# to self.metadata.get_XXX. The actual code is in the
|
1021
|
-
# DistributionMetadata class, below.
|
1022
|
-
|
1023
|
-
|
1024
|
-
class DistributionMetadata:
|
1025
|
-
"""Dummy class to hold the distribution meta-data: name, version,
|
1026
|
-
author, and so forth.
|
1027
|
-
"""
|
1028
|
-
|
1029
|
-
_METHOD_BASENAMES = (
|
1030
|
-
"name",
|
1031
|
-
"version",
|
1032
|
-
"author",
|
1033
|
-
"author_email",
|
1034
|
-
"maintainer",
|
1035
|
-
"maintainer_email",
|
1036
|
-
"url",
|
1037
|
-
"license",
|
1038
|
-
"description",
|
1039
|
-
"long_description",
|
1040
|
-
"keywords",
|
1041
|
-
"platforms",
|
1042
|
-
"fullname",
|
1043
|
-
"contact",
|
1044
|
-
"contact_email",
|
1045
|
-
"classifiers",
|
1046
|
-
"download_url",
|
1047
|
-
# PEP 314
|
1048
|
-
"provides",
|
1049
|
-
"requires",
|
1050
|
-
"obsoletes",
|
1051
|
-
)
|
1052
|
-
|
1053
|
-
def __init__(self, path=None):
|
1054
|
-
if path is not None:
|
1055
|
-
self.read_pkg_file(open(path))
|
1056
|
-
else:
|
1057
|
-
self.name = None
|
1058
|
-
self.version = None
|
1059
|
-
self.author = None
|
1060
|
-
self.author_email = None
|
1061
|
-
self.maintainer = None
|
1062
|
-
self.maintainer_email = None
|
1063
|
-
self.url = None
|
1064
|
-
self.license = None
|
1065
|
-
self.description = None
|
1066
|
-
self.long_description = None
|
1067
|
-
self.keywords = None
|
1068
|
-
self.platforms = None
|
1069
|
-
self.classifiers = None
|
1070
|
-
self.download_url = None
|
1071
|
-
# PEP 314
|
1072
|
-
self.provides = None
|
1073
|
-
self.requires = None
|
1074
|
-
self.obsoletes = None
|
1075
|
-
|
1076
|
-
def read_pkg_file(self, file):
|
1077
|
-
"""Reads the metadata values from a file object."""
|
1078
|
-
msg = message_from_file(file)
|
1079
|
-
|
1080
|
-
def _read_field(name):
|
1081
|
-
value = msg[name]
|
1082
|
-
if value and value != "UNKNOWN":
|
1083
|
-
return value
|
1084
|
-
|
1085
|
-
def _read_list(name):
|
1086
|
-
values = msg.get_all(name, None)
|
1087
|
-
if values == []:
|
1088
|
-
return None
|
1089
|
-
return values
|
1090
|
-
|
1091
|
-
metadata_version = msg['metadata-version']
|
1092
|
-
self.name = _read_field('name')
|
1093
|
-
self.version = _read_field('version')
|
1094
|
-
self.description = _read_field('summary')
|
1095
|
-
# we are filling author only.
|
1096
|
-
self.author = _read_field('author')
|
1097
|
-
self.maintainer = None
|
1098
|
-
self.author_email = _read_field('author-email')
|
1099
|
-
self.maintainer_email = None
|
1100
|
-
self.url = _read_field('home-page')
|
1101
|
-
self.license = _read_field('license')
|
1102
|
-
|
1103
|
-
if 'download-url' in msg:
|
1104
|
-
self.download_url = _read_field('download-url')
|
1105
|
-
else:
|
1106
|
-
self.download_url = None
|
1107
|
-
|
1108
|
-
self.long_description = _read_field('description')
|
1109
|
-
self.description = _read_field('summary')
|
1110
|
-
|
1111
|
-
if 'keywords' in msg:
|
1112
|
-
self.keywords = _read_field('keywords').split(',')
|
1113
|
-
|
1114
|
-
self.platforms = _read_list('platform')
|
1115
|
-
self.classifiers = _read_list('classifier')
|
1116
|
-
|
1117
|
-
# PEP 314 - these fields only exist in 1.1
|
1118
|
-
if metadata_version == '1.1':
|
1119
|
-
self.requires = _read_list('requires')
|
1120
|
-
self.provides = _read_list('provides')
|
1121
|
-
self.obsoletes = _read_list('obsoletes')
|
1122
|
-
else:
|
1123
|
-
self.requires = None
|
1124
|
-
self.provides = None
|
1125
|
-
self.obsoletes = None
|
1126
|
-
|
1127
|
-
def write_pkg_info(self, base_dir):
|
1128
|
-
"""Write the PKG-INFO file into the release tree."""
|
1129
|
-
with open(
|
1130
|
-
os.path.join(base_dir, 'PKG-INFO'), 'w', encoding='UTF-8'
|
1131
|
-
) as pkg_info:
|
1132
|
-
self.write_pkg_file(pkg_info)
|
1133
|
-
|
1134
|
-
def write_pkg_file(self, file):
|
1135
|
-
"""Write the PKG-INFO format data to a file object."""
|
1136
|
-
version = '1.0'
|
1137
|
-
if (
|
1138
|
-
self.provides
|
1139
|
-
or self.requires
|
1140
|
-
or self.obsoletes
|
1141
|
-
or self.classifiers
|
1142
|
-
or self.download_url
|
1143
|
-
):
|
1144
|
-
version = '1.1'
|
1145
|
-
|
1146
|
-
# required fields
|
1147
|
-
file.write(f'Metadata-Version: {version}\n')
|
1148
|
-
file.write(f'Name: {self.get_name()}\n')
|
1149
|
-
file.write(f'Version: {self.get_version()}\n')
|
1150
|
-
|
1151
|
-
def maybe_write(header, val):
|
1152
|
-
if val:
|
1153
|
-
file.write(f"{header}: {val}\n")
|
1154
|
-
|
1155
|
-
# optional fields
|
1156
|
-
maybe_write("Summary", self.get_description())
|
1157
|
-
maybe_write("Home-page", self.get_url())
|
1158
|
-
maybe_write("Author", self.get_contact())
|
1159
|
-
maybe_write("Author-email", self.get_contact_email())
|
1160
|
-
maybe_write("License", self.get_license())
|
1161
|
-
maybe_write("Download-URL", self.download_url)
|
1162
|
-
maybe_write("Description", rfc822_escape(self.get_long_description() or ""))
|
1163
|
-
maybe_write("Keywords", ",".join(self.get_keywords()))
|
1164
|
-
|
1165
|
-
self._write_list(file, 'Platform', self.get_platforms())
|
1166
|
-
self._write_list(file, 'Classifier', self.get_classifiers())
|
1167
|
-
|
1168
|
-
# PEP 314
|
1169
|
-
self._write_list(file, 'Requires', self.get_requires())
|
1170
|
-
self._write_list(file, 'Provides', self.get_provides())
|
1171
|
-
self._write_list(file, 'Obsoletes', self.get_obsoletes())
|
1172
|
-
|
1173
|
-
def _write_list(self, file, name, values):
|
1174
|
-
values = values or []
|
1175
|
-
for value in values:
|
1176
|
-
file.write(f'{name}: {value}\n')
|
1177
|
-
|
1178
|
-
# -- Metadata query methods ----------------------------------------
|
1179
|
-
|
1180
|
-
def get_name(self):
|
1181
|
-
return self.name or "UNKNOWN"
|
1182
|
-
|
1183
|
-
def get_version(self):
|
1184
|
-
return self.version or "0.0.0"
|
1185
|
-
|
1186
|
-
def get_fullname(self):
|
1187
|
-
return self._fullname(self.get_name(), self.get_version())
|
1188
|
-
|
1189
|
-
@staticmethod
|
1190
|
-
def _fullname(name: str, version: str) -> str:
|
1191
|
-
"""
|
1192
|
-
>>> DistributionMetadata._fullname('setup.tools', '1.0-2')
|
1193
|
-
'setup_tools-1.0.post2'
|
1194
|
-
>>> DistributionMetadata._fullname('setup-tools', '1.2post2')
|
1195
|
-
'setup_tools-1.2.post2'
|
1196
|
-
>>> DistributionMetadata._fullname('setup-tools', '1.0-r2')
|
1197
|
-
'setup_tools-1.0.post2'
|
1198
|
-
>>> DistributionMetadata._fullname('setup.tools', '1.0.post')
|
1199
|
-
'setup_tools-1.0.post0'
|
1200
|
-
>>> DistributionMetadata._fullname('setup.tools', '1.0+ubuntu-1')
|
1201
|
-
'setup_tools-1.0+ubuntu.1'
|
1202
|
-
"""
|
1203
|
-
return "{}-{}".format(
|
1204
|
-
canonicalize_name(name).replace('-', '_'),
|
1205
|
-
canonicalize_version(version, strip_trailing_zero=False),
|
1206
|
-
)
|
1207
|
-
|
1208
|
-
def get_author(self):
|
1209
|
-
return self.author
|
1210
|
-
|
1211
|
-
def get_author_email(self):
|
1212
|
-
return self.author_email
|
1213
|
-
|
1214
|
-
def get_maintainer(self):
|
1215
|
-
return self.maintainer
|
1216
|
-
|
1217
|
-
def get_maintainer_email(self):
|
1218
|
-
return self.maintainer_email
|
1219
|
-
|
1220
|
-
def get_contact(self):
|
1221
|
-
return self.maintainer or self.author
|
1222
|
-
|
1223
|
-
def get_contact_email(self):
|
1224
|
-
return self.maintainer_email or self.author_email
|
1225
|
-
|
1226
|
-
def get_url(self):
|
1227
|
-
return self.url
|
1228
|
-
|
1229
|
-
def get_license(self):
|
1230
|
-
return self.license
|
1231
|
-
|
1232
|
-
get_licence = get_license
|
1233
|
-
|
1234
|
-
def get_description(self):
|
1235
|
-
return self.description
|
1236
|
-
|
1237
|
-
def get_long_description(self):
|
1238
|
-
return self.long_description
|
1239
|
-
|
1240
|
-
def get_keywords(self):
|
1241
|
-
return self.keywords or []
|
1242
|
-
|
1243
|
-
def set_keywords(self, value):
|
1244
|
-
self.keywords = _ensure_list(value, 'keywords')
|
1245
|
-
|
1246
|
-
def get_platforms(self):
|
1247
|
-
return self.platforms
|
1248
|
-
|
1249
|
-
def set_platforms(self, value):
|
1250
|
-
self.platforms = _ensure_list(value, 'platforms')
|
1251
|
-
|
1252
|
-
def get_classifiers(self):
|
1253
|
-
return self.classifiers or []
|
1254
|
-
|
1255
|
-
def set_classifiers(self, value):
|
1256
|
-
self.classifiers = _ensure_list(value, 'classifiers')
|
1257
|
-
|
1258
|
-
def get_download_url(self):
|
1259
|
-
return self.download_url
|
1260
|
-
|
1261
|
-
# PEP 314
|
1262
|
-
def get_requires(self):
|
1263
|
-
return self.requires or []
|
1264
|
-
|
1265
|
-
def set_requires(self, value):
|
1266
|
-
import distutils.versionpredicate
|
1267
|
-
|
1268
|
-
for v in value:
|
1269
|
-
distutils.versionpredicate.VersionPredicate(v)
|
1270
|
-
self.requires = list(value)
|
1271
|
-
|
1272
|
-
def get_provides(self):
|
1273
|
-
return self.provides or []
|
1274
|
-
|
1275
|
-
def set_provides(self, value):
|
1276
|
-
value = [v.strip() for v in value]
|
1277
|
-
for v in value:
|
1278
|
-
import distutils.versionpredicate
|
1279
|
-
|
1280
|
-
distutils.versionpredicate.split_provision(v)
|
1281
|
-
self.provides = value
|
1282
|
-
|
1283
|
-
def get_obsoletes(self):
|
1284
|
-
return self.obsoletes or []
|
1285
|
-
|
1286
|
-
def set_obsoletes(self, value):
|
1287
|
-
import distutils.versionpredicate
|
1288
|
-
|
1289
|
-
for v in value:
|
1290
|
-
distutils.versionpredicate.VersionPredicate(v)
|
1291
|
-
self.obsoletes = list(value)
|
1292
|
-
|
1293
|
-
|
1294
|
-
def fix_help_options(options):
|
1295
|
-
"""Convert a 4-tuple 'help_options' list as found in various command
|
1296
|
-
classes to the 3-tuple form required by FancyGetopt.
|
1297
|
-
"""
|
1298
|
-
return [opt[0:3] for opt in options]
|