@pyscript/core 0.5.7 → 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/dist/{codemirror-jVwF0Nvq.js → codemirror-DgYE9rP-.js} +2 -2
- package/dist/{codemirror-jVwF0Nvq.js.map → codemirror-DgYE9rP-.js.map} +1 -1
- package/dist/codemirror_commands-DzVQ2VDo.js +2 -0
- package/dist/codemirror_commands-DzVQ2VDo.js.map +1 -0
- package/dist/core-ChsB5XKV.js +2 -0
- package/dist/core-ChsB5XKV.js.map +1 -0
- package/dist/core.js +1 -1
- package/dist/{deprecations-manager-DSTPOQe0.js → deprecations-manager-BIGbxm9d.js} +2 -2
- package/dist/{deprecations-manager-DSTPOQe0.js.map → deprecations-manager-BIGbxm9d.js.map} +1 -1
- package/dist/{error-D2xNLHJ6.js → error-CZ_xZceV.js} +2 -2
- package/dist/{error-D2xNLHJ6.js.map → error-CZ_xZceV.js.map} +1 -1
- package/dist/{mpy-BR_l4RTo.js → mpy-sbGK0OC8.js} +2 -2
- package/dist/{mpy-BR_l4RTo.js.map → mpy-sbGK0OC8.js.map} +1 -1
- package/dist/{py-C4pTyP7z.js → py-DaDp5KT2.js} +2 -2
- package/dist/{py-C4pTyP7z.js.map → py-DaDp5KT2.js.map} +1 -1
- package/dist/py-editor-QaFsPbeG.js +2 -0
- package/dist/py-editor-QaFsPbeG.js.map +1 -0
- package/dist/{py-terminal-D1VMb_71.js → py-terminal-DkjvNCaY.js} +2 -2
- package/dist/{py-terminal-D1VMb_71.js.map → py-terminal-DkjvNCaY.js.map} +1 -1
- package/dist/{zip-BIfA-Q-T.js → zip-DrwYHuF9.js} +2 -2
- package/dist/zip-DrwYHuF9.js.map +1 -0
- package/package.json +18 -9
- package/src/plugins/py-editor.js +58 -23
- package/src/stdlib/pyscript/event_handling.py +10 -2
- package/src/stdlib/pyscript/web.py +1 -1
- package/src/stdlib/pyscript.js +2 -2
- package/dev.cjs +0 -31
- package/dist/codemirror_commands-DbitAX-b.js +0 -2
- package/dist/codemirror_commands-DbitAX-b.js.map +0 -1
- package/dist/core-CHD-6qHy.js +0 -2
- package/dist/core-CHD-6qHy.js.map +0 -1
- package/dist/py-editor-DN6Ir37A.js +0 -2
- package/dist/py-editor-DN6Ir37A.js.map +0 -1
- package/dist/zip-BIfA-Q-T.js.map +0 -1
- 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,1403 +0,0 @@
|
|
1
|
-
#!/usr/bin/env python
|
2
|
-
# Copyright 2015-2021 Nir Cohen
|
3
|
-
#
|
4
|
-
# Licensed under the Apache License, Version 2.0 (the "License");
|
5
|
-
# you may not use this file except in compliance with the License.
|
6
|
-
# You may obtain a copy of the License at
|
7
|
-
#
|
8
|
-
# http://www.apache.org/licenses/LICENSE-2.0
|
9
|
-
#
|
10
|
-
# Unless required by applicable law or agreed to in writing, software
|
11
|
-
# distributed under the License is distributed on an "AS IS" BASIS,
|
12
|
-
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
13
|
-
# See the License for the specific language governing permissions and
|
14
|
-
# limitations under the License.
|
15
|
-
|
16
|
-
"""
|
17
|
-
The ``distro`` package (``distro`` stands for Linux Distribution) provides
|
18
|
-
information about the Linux distribution it runs on, such as a reliable
|
19
|
-
machine-readable distro ID, or version information.
|
20
|
-
|
21
|
-
It is the recommended replacement for Python's original
|
22
|
-
:py:func:`platform.linux_distribution` function, but it provides much more
|
23
|
-
functionality. An alternative implementation became necessary because Python
|
24
|
-
3.5 deprecated this function, and Python 3.8 removed it altogether. Its
|
25
|
-
predecessor function :py:func:`platform.dist` was already deprecated since
|
26
|
-
Python 2.6 and removed in Python 3.8. Still, there are many cases in which
|
27
|
-
access to OS distribution information is needed. See `Python issue 1322
|
28
|
-
<https://bugs.python.org/issue1322>`_ for more information.
|
29
|
-
"""
|
30
|
-
|
31
|
-
import argparse
|
32
|
-
import json
|
33
|
-
import logging
|
34
|
-
import os
|
35
|
-
import re
|
36
|
-
import shlex
|
37
|
-
import subprocess
|
38
|
-
import sys
|
39
|
-
import warnings
|
40
|
-
from typing import (
|
41
|
-
Any,
|
42
|
-
Callable,
|
43
|
-
Dict,
|
44
|
-
Iterable,
|
45
|
-
Optional,
|
46
|
-
Sequence,
|
47
|
-
TextIO,
|
48
|
-
Tuple,
|
49
|
-
Type,
|
50
|
-
)
|
51
|
-
|
52
|
-
try:
|
53
|
-
from typing import TypedDict
|
54
|
-
except ImportError:
|
55
|
-
# Python 3.7
|
56
|
-
TypedDict = dict
|
57
|
-
|
58
|
-
__version__ = "1.9.0"
|
59
|
-
|
60
|
-
|
61
|
-
class VersionDict(TypedDict):
|
62
|
-
major: str
|
63
|
-
minor: str
|
64
|
-
build_number: str
|
65
|
-
|
66
|
-
|
67
|
-
class InfoDict(TypedDict):
|
68
|
-
id: str
|
69
|
-
version: str
|
70
|
-
version_parts: VersionDict
|
71
|
-
like: str
|
72
|
-
codename: str
|
73
|
-
|
74
|
-
|
75
|
-
_UNIXCONFDIR = os.environ.get("UNIXCONFDIR", "/etc")
|
76
|
-
_UNIXUSRLIBDIR = os.environ.get("UNIXUSRLIBDIR", "/usr/lib")
|
77
|
-
_OS_RELEASE_BASENAME = "os-release"
|
78
|
-
|
79
|
-
#: Translation table for normalizing the "ID" attribute defined in os-release
|
80
|
-
#: files, for use by the :func:`distro.id` method.
|
81
|
-
#:
|
82
|
-
#: * Key: Value as defined in the os-release file, translated to lower case,
|
83
|
-
#: with blanks translated to underscores.
|
84
|
-
#:
|
85
|
-
#: * Value: Normalized value.
|
86
|
-
NORMALIZED_OS_ID = {
|
87
|
-
"ol": "oracle", # Oracle Linux
|
88
|
-
"opensuse-leap": "opensuse", # Newer versions of OpenSuSE report as opensuse-leap
|
89
|
-
}
|
90
|
-
|
91
|
-
#: Translation table for normalizing the "Distributor ID" attribute returned by
|
92
|
-
#: the lsb_release command, for use by the :func:`distro.id` method.
|
93
|
-
#:
|
94
|
-
#: * Key: Value as returned by the lsb_release command, translated to lower
|
95
|
-
#: case, with blanks translated to underscores.
|
96
|
-
#:
|
97
|
-
#: * Value: Normalized value.
|
98
|
-
NORMALIZED_LSB_ID = {
|
99
|
-
"enterpriseenterpriseas": "oracle", # Oracle Enterprise Linux 4
|
100
|
-
"enterpriseenterpriseserver": "oracle", # Oracle Linux 5
|
101
|
-
"redhatenterpriseworkstation": "rhel", # RHEL 6, 7 Workstation
|
102
|
-
"redhatenterpriseserver": "rhel", # RHEL 6, 7 Server
|
103
|
-
"redhatenterprisecomputenode": "rhel", # RHEL 6 ComputeNode
|
104
|
-
}
|
105
|
-
|
106
|
-
#: Translation table for normalizing the distro ID derived from the file name
|
107
|
-
#: of distro release files, for use by the :func:`distro.id` method.
|
108
|
-
#:
|
109
|
-
#: * Key: Value as derived from the file name of a distro release file,
|
110
|
-
#: translated to lower case, with blanks translated to underscores.
|
111
|
-
#:
|
112
|
-
#: * Value: Normalized value.
|
113
|
-
NORMALIZED_DISTRO_ID = {
|
114
|
-
"redhat": "rhel", # RHEL 6.x, 7.x
|
115
|
-
}
|
116
|
-
|
117
|
-
# Pattern for content of distro release file (reversed)
|
118
|
-
_DISTRO_RELEASE_CONTENT_REVERSED_PATTERN = re.compile(
|
119
|
-
r"(?:[^)]*\)(.*)\()? *(?:STL )?([\d.+\-a-z]*\d) *(?:esaeler *)?(.+)"
|
120
|
-
)
|
121
|
-
|
122
|
-
# Pattern for base file name of distro release file
|
123
|
-
_DISTRO_RELEASE_BASENAME_PATTERN = re.compile(r"(\w+)[-_](release|version)$")
|
124
|
-
|
125
|
-
# Base file names to be looked up for if _UNIXCONFDIR is not readable.
|
126
|
-
_DISTRO_RELEASE_BASENAMES = [
|
127
|
-
"SuSE-release",
|
128
|
-
"altlinux-release",
|
129
|
-
"arch-release",
|
130
|
-
"base-release",
|
131
|
-
"centos-release",
|
132
|
-
"fedora-release",
|
133
|
-
"gentoo-release",
|
134
|
-
"mageia-release",
|
135
|
-
"mandrake-release",
|
136
|
-
"mandriva-release",
|
137
|
-
"mandrivalinux-release",
|
138
|
-
"manjaro-release",
|
139
|
-
"oracle-release",
|
140
|
-
"redhat-release",
|
141
|
-
"rocky-release",
|
142
|
-
"sl-release",
|
143
|
-
"slackware-version",
|
144
|
-
]
|
145
|
-
|
146
|
-
# Base file names to be ignored when searching for distro release file
|
147
|
-
_DISTRO_RELEASE_IGNORE_BASENAMES = (
|
148
|
-
"debian_version",
|
149
|
-
"lsb-release",
|
150
|
-
"oem-release",
|
151
|
-
_OS_RELEASE_BASENAME,
|
152
|
-
"system-release",
|
153
|
-
"plesk-release",
|
154
|
-
"iredmail-release",
|
155
|
-
"board-release",
|
156
|
-
"ec2_version",
|
157
|
-
)
|
158
|
-
|
159
|
-
|
160
|
-
def linux_distribution(full_distribution_name: bool = True) -> Tuple[str, str, str]:
|
161
|
-
"""
|
162
|
-
.. deprecated:: 1.6.0
|
163
|
-
|
164
|
-
:func:`distro.linux_distribution()` is deprecated. It should only be
|
165
|
-
used as a compatibility shim with Python's
|
166
|
-
:py:func:`platform.linux_distribution()`. Please use :func:`distro.id`,
|
167
|
-
:func:`distro.version` and :func:`distro.name` instead.
|
168
|
-
|
169
|
-
Return information about the current OS distribution as a tuple
|
170
|
-
``(id_name, version, codename)`` with items as follows:
|
171
|
-
|
172
|
-
* ``id_name``: If *full_distribution_name* is false, the result of
|
173
|
-
:func:`distro.id`. Otherwise, the result of :func:`distro.name`.
|
174
|
-
|
175
|
-
* ``version``: The result of :func:`distro.version`.
|
176
|
-
|
177
|
-
* ``codename``: The extra item (usually in parentheses) after the
|
178
|
-
os-release version number, or the result of :func:`distro.codename`.
|
179
|
-
|
180
|
-
The interface of this function is compatible with the original
|
181
|
-
:py:func:`platform.linux_distribution` function, supporting a subset of
|
182
|
-
its parameters.
|
183
|
-
|
184
|
-
The data it returns may not exactly be the same, because it uses more data
|
185
|
-
sources than the original function, and that may lead to different data if
|
186
|
-
the OS distribution is not consistent across multiple data sources it
|
187
|
-
provides (there are indeed such distributions ...).
|
188
|
-
|
189
|
-
Another reason for differences is the fact that the :func:`distro.id`
|
190
|
-
method normalizes the distro ID string to a reliable machine-readable value
|
191
|
-
for a number of popular OS distributions.
|
192
|
-
"""
|
193
|
-
warnings.warn(
|
194
|
-
"distro.linux_distribution() is deprecated. It should only be used as a "
|
195
|
-
"compatibility shim with Python's platform.linux_distribution(). Please use "
|
196
|
-
"distro.id(), distro.version() and distro.name() instead.",
|
197
|
-
DeprecationWarning,
|
198
|
-
stacklevel=2,
|
199
|
-
)
|
200
|
-
return _distro.linux_distribution(full_distribution_name)
|
201
|
-
|
202
|
-
|
203
|
-
def id() -> str:
|
204
|
-
"""
|
205
|
-
Return the distro ID of the current distribution, as a
|
206
|
-
machine-readable string.
|
207
|
-
|
208
|
-
For a number of OS distributions, the returned distro ID value is
|
209
|
-
*reliable*, in the sense that it is documented and that it does not change
|
210
|
-
across releases of the distribution.
|
211
|
-
|
212
|
-
This package maintains the following reliable distro ID values:
|
213
|
-
|
214
|
-
============== =========================================
|
215
|
-
Distro ID Distribution
|
216
|
-
============== =========================================
|
217
|
-
"ubuntu" Ubuntu
|
218
|
-
"debian" Debian
|
219
|
-
"rhel" RedHat Enterprise Linux
|
220
|
-
"centos" CentOS
|
221
|
-
"fedora" Fedora
|
222
|
-
"sles" SUSE Linux Enterprise Server
|
223
|
-
"opensuse" openSUSE
|
224
|
-
"amzn" Amazon Linux
|
225
|
-
"arch" Arch Linux
|
226
|
-
"buildroot" Buildroot
|
227
|
-
"cloudlinux" CloudLinux OS
|
228
|
-
"exherbo" Exherbo Linux
|
229
|
-
"gentoo" GenToo Linux
|
230
|
-
"ibm_powerkvm" IBM PowerKVM
|
231
|
-
"kvmibm" KVM for IBM z Systems
|
232
|
-
"linuxmint" Linux Mint
|
233
|
-
"mageia" Mageia
|
234
|
-
"mandriva" Mandriva Linux
|
235
|
-
"parallels" Parallels
|
236
|
-
"pidora" Pidora
|
237
|
-
"raspbian" Raspbian
|
238
|
-
"oracle" Oracle Linux (and Oracle Enterprise Linux)
|
239
|
-
"scientific" Scientific Linux
|
240
|
-
"slackware" Slackware
|
241
|
-
"xenserver" XenServer
|
242
|
-
"openbsd" OpenBSD
|
243
|
-
"netbsd" NetBSD
|
244
|
-
"freebsd" FreeBSD
|
245
|
-
"midnightbsd" MidnightBSD
|
246
|
-
"rocky" Rocky Linux
|
247
|
-
"aix" AIX
|
248
|
-
"guix" Guix System
|
249
|
-
"altlinux" ALT Linux
|
250
|
-
============== =========================================
|
251
|
-
|
252
|
-
If you have a need to get distros for reliable IDs added into this set,
|
253
|
-
or if you find that the :func:`distro.id` function returns a different
|
254
|
-
distro ID for one of the listed distros, please create an issue in the
|
255
|
-
`distro issue tracker`_.
|
256
|
-
|
257
|
-
**Lookup hierarchy and transformations:**
|
258
|
-
|
259
|
-
First, the ID is obtained from the following sources, in the specified
|
260
|
-
order. The first available and non-empty value is used:
|
261
|
-
|
262
|
-
* the value of the "ID" attribute of the os-release file,
|
263
|
-
|
264
|
-
* the value of the "Distributor ID" attribute returned by the lsb_release
|
265
|
-
command,
|
266
|
-
|
267
|
-
* the first part of the file name of the distro release file,
|
268
|
-
|
269
|
-
The so determined ID value then passes the following transformations,
|
270
|
-
before it is returned by this method:
|
271
|
-
|
272
|
-
* it is translated to lower case,
|
273
|
-
|
274
|
-
* blanks (which should not be there anyway) are translated to underscores,
|
275
|
-
|
276
|
-
* a normalization of the ID is performed, based upon
|
277
|
-
`normalization tables`_. The purpose of this normalization is to ensure
|
278
|
-
that the ID is as reliable as possible, even across incompatible changes
|
279
|
-
in the OS distributions. A common reason for an incompatible change is
|
280
|
-
the addition of an os-release file, or the addition of the lsb_release
|
281
|
-
command, with ID values that differ from what was previously determined
|
282
|
-
from the distro release file name.
|
283
|
-
"""
|
284
|
-
return _distro.id()
|
285
|
-
|
286
|
-
|
287
|
-
def name(pretty: bool = False) -> str:
|
288
|
-
"""
|
289
|
-
Return the name of the current OS distribution, as a human-readable
|
290
|
-
string.
|
291
|
-
|
292
|
-
If *pretty* is false, the name is returned without version or codename.
|
293
|
-
(e.g. "CentOS Linux")
|
294
|
-
|
295
|
-
If *pretty* is true, the version and codename are appended.
|
296
|
-
(e.g. "CentOS Linux 7.1.1503 (Core)")
|
297
|
-
|
298
|
-
**Lookup hierarchy:**
|
299
|
-
|
300
|
-
The name is obtained from the following sources, in the specified order.
|
301
|
-
The first available and non-empty value is used:
|
302
|
-
|
303
|
-
* If *pretty* is false:
|
304
|
-
|
305
|
-
- the value of the "NAME" attribute of the os-release file,
|
306
|
-
|
307
|
-
- the value of the "Distributor ID" attribute returned by the lsb_release
|
308
|
-
command,
|
309
|
-
|
310
|
-
- the value of the "<name>" field of the distro release file.
|
311
|
-
|
312
|
-
* If *pretty* is true:
|
313
|
-
|
314
|
-
- the value of the "PRETTY_NAME" attribute of the os-release file,
|
315
|
-
|
316
|
-
- the value of the "Description" attribute returned by the lsb_release
|
317
|
-
command,
|
318
|
-
|
319
|
-
- the value of the "<name>" field of the distro release file, appended
|
320
|
-
with the value of the pretty version ("<version_id>" and "<codename>"
|
321
|
-
fields) of the distro release file, if available.
|
322
|
-
"""
|
323
|
-
return _distro.name(pretty)
|
324
|
-
|
325
|
-
|
326
|
-
def version(pretty: bool = False, best: bool = False) -> str:
|
327
|
-
"""
|
328
|
-
Return the version of the current OS distribution, as a human-readable
|
329
|
-
string.
|
330
|
-
|
331
|
-
If *pretty* is false, the version is returned without codename (e.g.
|
332
|
-
"7.0").
|
333
|
-
|
334
|
-
If *pretty* is true, the codename in parenthesis is appended, if the
|
335
|
-
codename is non-empty (e.g. "7.0 (Maipo)").
|
336
|
-
|
337
|
-
Some distributions provide version numbers with different precisions in
|
338
|
-
the different sources of distribution information. Examining the different
|
339
|
-
sources in a fixed priority order does not always yield the most precise
|
340
|
-
version (e.g. for Debian 8.2, or CentOS 7.1).
|
341
|
-
|
342
|
-
Some other distributions may not provide this kind of information. In these
|
343
|
-
cases, an empty string would be returned. This behavior can be observed
|
344
|
-
with rolling releases distributions (e.g. Arch Linux).
|
345
|
-
|
346
|
-
The *best* parameter can be used to control the approach for the returned
|
347
|
-
version:
|
348
|
-
|
349
|
-
If *best* is false, the first non-empty version number in priority order of
|
350
|
-
the examined sources is returned.
|
351
|
-
|
352
|
-
If *best* is true, the most precise version number out of all examined
|
353
|
-
sources is returned.
|
354
|
-
|
355
|
-
**Lookup hierarchy:**
|
356
|
-
|
357
|
-
In all cases, the version number is obtained from the following sources.
|
358
|
-
If *best* is false, this order represents the priority order:
|
359
|
-
|
360
|
-
* the value of the "VERSION_ID" attribute of the os-release file,
|
361
|
-
* the value of the "Release" attribute returned by the lsb_release
|
362
|
-
command,
|
363
|
-
* the version number parsed from the "<version_id>" field of the first line
|
364
|
-
of the distro release file,
|
365
|
-
* the version number parsed from the "PRETTY_NAME" attribute of the
|
366
|
-
os-release file, if it follows the format of the distro release files.
|
367
|
-
* the version number parsed from the "Description" attribute returned by
|
368
|
-
the lsb_release command, if it follows the format of the distro release
|
369
|
-
files.
|
370
|
-
"""
|
371
|
-
return _distro.version(pretty, best)
|
372
|
-
|
373
|
-
|
374
|
-
def version_parts(best: bool = False) -> Tuple[str, str, str]:
|
375
|
-
"""
|
376
|
-
Return the version of the current OS distribution as a tuple
|
377
|
-
``(major, minor, build_number)`` with items as follows:
|
378
|
-
|
379
|
-
* ``major``: The result of :func:`distro.major_version`.
|
380
|
-
|
381
|
-
* ``minor``: The result of :func:`distro.minor_version`.
|
382
|
-
|
383
|
-
* ``build_number``: The result of :func:`distro.build_number`.
|
384
|
-
|
385
|
-
For a description of the *best* parameter, see the :func:`distro.version`
|
386
|
-
method.
|
387
|
-
"""
|
388
|
-
return _distro.version_parts(best)
|
389
|
-
|
390
|
-
|
391
|
-
def major_version(best: bool = False) -> str:
|
392
|
-
"""
|
393
|
-
Return the major version of the current OS distribution, as a string,
|
394
|
-
if provided.
|
395
|
-
Otherwise, the empty string is returned. The major version is the first
|
396
|
-
part of the dot-separated version string.
|
397
|
-
|
398
|
-
For a description of the *best* parameter, see the :func:`distro.version`
|
399
|
-
method.
|
400
|
-
"""
|
401
|
-
return _distro.major_version(best)
|
402
|
-
|
403
|
-
|
404
|
-
def minor_version(best: bool = False) -> str:
|
405
|
-
"""
|
406
|
-
Return the minor version of the current OS distribution, as a string,
|
407
|
-
if provided.
|
408
|
-
Otherwise, the empty string is returned. The minor version is the second
|
409
|
-
part of the dot-separated version string.
|
410
|
-
|
411
|
-
For a description of the *best* parameter, see the :func:`distro.version`
|
412
|
-
method.
|
413
|
-
"""
|
414
|
-
return _distro.minor_version(best)
|
415
|
-
|
416
|
-
|
417
|
-
def build_number(best: bool = False) -> str:
|
418
|
-
"""
|
419
|
-
Return the build number of the current OS distribution, as a string,
|
420
|
-
if provided.
|
421
|
-
Otherwise, the empty string is returned. The build number is the third part
|
422
|
-
of the dot-separated version string.
|
423
|
-
|
424
|
-
For a description of the *best* parameter, see the :func:`distro.version`
|
425
|
-
method.
|
426
|
-
"""
|
427
|
-
return _distro.build_number(best)
|
428
|
-
|
429
|
-
|
430
|
-
def like() -> str:
|
431
|
-
"""
|
432
|
-
Return a space-separated list of distro IDs of distributions that are
|
433
|
-
closely related to the current OS distribution in regards to packaging
|
434
|
-
and programming interfaces, for example distributions the current
|
435
|
-
distribution is a derivative from.
|
436
|
-
|
437
|
-
**Lookup hierarchy:**
|
438
|
-
|
439
|
-
This information item is only provided by the os-release file.
|
440
|
-
For details, see the description of the "ID_LIKE" attribute in the
|
441
|
-
`os-release man page
|
442
|
-
<http://www.freedesktop.org/software/systemd/man/os-release.html>`_.
|
443
|
-
"""
|
444
|
-
return _distro.like()
|
445
|
-
|
446
|
-
|
447
|
-
def codename() -> str:
|
448
|
-
"""
|
449
|
-
Return the codename for the release of the current OS distribution,
|
450
|
-
as a string.
|
451
|
-
|
452
|
-
If the distribution does not have a codename, an empty string is returned.
|
453
|
-
|
454
|
-
Note that the returned codename is not always really a codename. For
|
455
|
-
example, openSUSE returns "x86_64". This function does not handle such
|
456
|
-
cases in any special way and just returns the string it finds, if any.
|
457
|
-
|
458
|
-
**Lookup hierarchy:**
|
459
|
-
|
460
|
-
* the codename within the "VERSION" attribute of the os-release file, if
|
461
|
-
provided,
|
462
|
-
|
463
|
-
* the value of the "Codename" attribute returned by the lsb_release
|
464
|
-
command,
|
465
|
-
|
466
|
-
* the value of the "<codename>" field of the distro release file.
|
467
|
-
"""
|
468
|
-
return _distro.codename()
|
469
|
-
|
470
|
-
|
471
|
-
def info(pretty: bool = False, best: bool = False) -> InfoDict:
|
472
|
-
"""
|
473
|
-
Return certain machine-readable information items about the current OS
|
474
|
-
distribution in a dictionary, as shown in the following example:
|
475
|
-
|
476
|
-
.. sourcecode:: python
|
477
|
-
|
478
|
-
{
|
479
|
-
'id': 'rhel',
|
480
|
-
'version': '7.0',
|
481
|
-
'version_parts': {
|
482
|
-
'major': '7',
|
483
|
-
'minor': '0',
|
484
|
-
'build_number': ''
|
485
|
-
},
|
486
|
-
'like': 'fedora',
|
487
|
-
'codename': 'Maipo'
|
488
|
-
}
|
489
|
-
|
490
|
-
The dictionary structure and keys are always the same, regardless of which
|
491
|
-
information items are available in the underlying data sources. The values
|
492
|
-
for the various keys are as follows:
|
493
|
-
|
494
|
-
* ``id``: The result of :func:`distro.id`.
|
495
|
-
|
496
|
-
* ``version``: The result of :func:`distro.version`.
|
497
|
-
|
498
|
-
* ``version_parts -> major``: The result of :func:`distro.major_version`.
|
499
|
-
|
500
|
-
* ``version_parts -> minor``: The result of :func:`distro.minor_version`.
|
501
|
-
|
502
|
-
* ``version_parts -> build_number``: The result of
|
503
|
-
:func:`distro.build_number`.
|
504
|
-
|
505
|
-
* ``like``: The result of :func:`distro.like`.
|
506
|
-
|
507
|
-
* ``codename``: The result of :func:`distro.codename`.
|
508
|
-
|
509
|
-
For a description of the *pretty* and *best* parameters, see the
|
510
|
-
:func:`distro.version` method.
|
511
|
-
"""
|
512
|
-
return _distro.info(pretty, best)
|
513
|
-
|
514
|
-
|
515
|
-
def os_release_info() -> Dict[str, str]:
|
516
|
-
"""
|
517
|
-
Return a dictionary containing key-value pairs for the information items
|
518
|
-
from the os-release file data source of the current OS distribution.
|
519
|
-
|
520
|
-
See `os-release file`_ for details about these information items.
|
521
|
-
"""
|
522
|
-
return _distro.os_release_info()
|
523
|
-
|
524
|
-
|
525
|
-
def lsb_release_info() -> Dict[str, str]:
|
526
|
-
"""
|
527
|
-
Return a dictionary containing key-value pairs for the information items
|
528
|
-
from the lsb_release command data source of the current OS distribution.
|
529
|
-
|
530
|
-
See `lsb_release command output`_ for details about these information
|
531
|
-
items.
|
532
|
-
"""
|
533
|
-
return _distro.lsb_release_info()
|
534
|
-
|
535
|
-
|
536
|
-
def distro_release_info() -> Dict[str, str]:
|
537
|
-
"""
|
538
|
-
Return a dictionary containing key-value pairs for the information items
|
539
|
-
from the distro release file data source of the current OS distribution.
|
540
|
-
|
541
|
-
See `distro release file`_ for details about these information items.
|
542
|
-
"""
|
543
|
-
return _distro.distro_release_info()
|
544
|
-
|
545
|
-
|
546
|
-
def uname_info() -> Dict[str, str]:
|
547
|
-
"""
|
548
|
-
Return a dictionary containing key-value pairs for the information items
|
549
|
-
from the distro release file data source of the current OS distribution.
|
550
|
-
"""
|
551
|
-
return _distro.uname_info()
|
552
|
-
|
553
|
-
|
554
|
-
def os_release_attr(attribute: str) -> str:
|
555
|
-
"""
|
556
|
-
Return a single named information item from the os-release file data source
|
557
|
-
of the current OS distribution.
|
558
|
-
|
559
|
-
Parameters:
|
560
|
-
|
561
|
-
* ``attribute`` (string): Key of the information item.
|
562
|
-
|
563
|
-
Returns:
|
564
|
-
|
565
|
-
* (string): Value of the information item, if the item exists.
|
566
|
-
The empty string, if the item does not exist.
|
567
|
-
|
568
|
-
See `os-release file`_ for details about these information items.
|
569
|
-
"""
|
570
|
-
return _distro.os_release_attr(attribute)
|
571
|
-
|
572
|
-
|
573
|
-
def lsb_release_attr(attribute: str) -> str:
|
574
|
-
"""
|
575
|
-
Return a single named information item from the lsb_release command output
|
576
|
-
data source of the current OS distribution.
|
577
|
-
|
578
|
-
Parameters:
|
579
|
-
|
580
|
-
* ``attribute`` (string): Key of the information item.
|
581
|
-
|
582
|
-
Returns:
|
583
|
-
|
584
|
-
* (string): Value of the information item, if the item exists.
|
585
|
-
The empty string, if the item does not exist.
|
586
|
-
|
587
|
-
See `lsb_release command output`_ for details about these information
|
588
|
-
items.
|
589
|
-
"""
|
590
|
-
return _distro.lsb_release_attr(attribute)
|
591
|
-
|
592
|
-
|
593
|
-
def distro_release_attr(attribute: str) -> str:
|
594
|
-
"""
|
595
|
-
Return a single named information item from the distro release file
|
596
|
-
data source of the current OS distribution.
|
597
|
-
|
598
|
-
Parameters:
|
599
|
-
|
600
|
-
* ``attribute`` (string): Key of the information item.
|
601
|
-
|
602
|
-
Returns:
|
603
|
-
|
604
|
-
* (string): Value of the information item, if the item exists.
|
605
|
-
The empty string, if the item does not exist.
|
606
|
-
|
607
|
-
See `distro release file`_ for details about these information items.
|
608
|
-
"""
|
609
|
-
return _distro.distro_release_attr(attribute)
|
610
|
-
|
611
|
-
|
612
|
-
def uname_attr(attribute: str) -> str:
|
613
|
-
"""
|
614
|
-
Return a single named information item from the distro release file
|
615
|
-
data source of the current OS distribution.
|
616
|
-
|
617
|
-
Parameters:
|
618
|
-
|
619
|
-
* ``attribute`` (string): Key of the information item.
|
620
|
-
|
621
|
-
Returns:
|
622
|
-
|
623
|
-
* (string): Value of the information item, if the item exists.
|
624
|
-
The empty string, if the item does not exist.
|
625
|
-
"""
|
626
|
-
return _distro.uname_attr(attribute)
|
627
|
-
|
628
|
-
|
629
|
-
try:
|
630
|
-
from functools import cached_property
|
631
|
-
except ImportError:
|
632
|
-
# Python < 3.8
|
633
|
-
class cached_property: # type: ignore
|
634
|
-
"""A version of @property which caches the value. On access, it calls the
|
635
|
-
underlying function and sets the value in `__dict__` so future accesses
|
636
|
-
will not re-call the property.
|
637
|
-
"""
|
638
|
-
|
639
|
-
def __init__(self, f: Callable[[Any], Any]) -> None:
|
640
|
-
self._fname = f.__name__
|
641
|
-
self._f = f
|
642
|
-
|
643
|
-
def __get__(self, obj: Any, owner: Type[Any]) -> Any:
|
644
|
-
assert obj is not None, f"call {self._fname} on an instance"
|
645
|
-
ret = obj.__dict__[self._fname] = self._f(obj)
|
646
|
-
return ret
|
647
|
-
|
648
|
-
|
649
|
-
class LinuxDistribution:
|
650
|
-
"""
|
651
|
-
Provides information about a OS distribution.
|
652
|
-
|
653
|
-
This package creates a private module-global instance of this class with
|
654
|
-
default initialization arguments, that is used by the
|
655
|
-
`consolidated accessor functions`_ and `single source accessor functions`_.
|
656
|
-
By using default initialization arguments, that module-global instance
|
657
|
-
returns data about the current OS distribution (i.e. the distro this
|
658
|
-
package runs on).
|
659
|
-
|
660
|
-
Normally, it is not necessary to create additional instances of this class.
|
661
|
-
However, in situations where control is needed over the exact data sources
|
662
|
-
that are used, instances of this class can be created with a specific
|
663
|
-
distro release file, or a specific os-release file, or without invoking the
|
664
|
-
lsb_release command.
|
665
|
-
"""
|
666
|
-
|
667
|
-
def __init__(
|
668
|
-
self,
|
669
|
-
include_lsb: Optional[bool] = None,
|
670
|
-
os_release_file: str = "",
|
671
|
-
distro_release_file: str = "",
|
672
|
-
include_uname: Optional[bool] = None,
|
673
|
-
root_dir: Optional[str] = None,
|
674
|
-
include_oslevel: Optional[bool] = None,
|
675
|
-
) -> None:
|
676
|
-
"""
|
677
|
-
The initialization method of this class gathers information from the
|
678
|
-
available data sources, and stores that in private instance attributes.
|
679
|
-
Subsequent access to the information items uses these private instance
|
680
|
-
attributes, so that the data sources are read only once.
|
681
|
-
|
682
|
-
Parameters:
|
683
|
-
|
684
|
-
* ``include_lsb`` (bool): Controls whether the
|
685
|
-
`lsb_release command output`_ is included as a data source.
|
686
|
-
|
687
|
-
If the lsb_release command is not available in the program execution
|
688
|
-
path, the data source for the lsb_release command will be empty.
|
689
|
-
|
690
|
-
* ``os_release_file`` (string): The path name of the
|
691
|
-
`os-release file`_ that is to be used as a data source.
|
692
|
-
|
693
|
-
An empty string (the default) will cause the default path name to
|
694
|
-
be used (see `os-release file`_ for details).
|
695
|
-
|
696
|
-
If the specified or defaulted os-release file does not exist, the
|
697
|
-
data source for the os-release file will be empty.
|
698
|
-
|
699
|
-
* ``distro_release_file`` (string): The path name of the
|
700
|
-
`distro release file`_ that is to be used as a data source.
|
701
|
-
|
702
|
-
An empty string (the default) will cause a default search algorithm
|
703
|
-
to be used (see `distro release file`_ for details).
|
704
|
-
|
705
|
-
If the specified distro release file does not exist, or if no default
|
706
|
-
distro release file can be found, the data source for the distro
|
707
|
-
release file will be empty.
|
708
|
-
|
709
|
-
* ``include_uname`` (bool): Controls whether uname command output is
|
710
|
-
included as a data source. If the uname command is not available in
|
711
|
-
the program execution path the data source for the uname command will
|
712
|
-
be empty.
|
713
|
-
|
714
|
-
* ``root_dir`` (string): The absolute path to the root directory to use
|
715
|
-
to find distro-related information files. Note that ``include_*``
|
716
|
-
parameters must not be enabled in combination with ``root_dir``.
|
717
|
-
|
718
|
-
* ``include_oslevel`` (bool): Controls whether (AIX) oslevel command
|
719
|
-
output is included as a data source. If the oslevel command is not
|
720
|
-
available in the program execution path the data source will be
|
721
|
-
empty.
|
722
|
-
|
723
|
-
Public instance attributes:
|
724
|
-
|
725
|
-
* ``os_release_file`` (string): The path name of the
|
726
|
-
`os-release file`_ that is actually used as a data source. The
|
727
|
-
empty string if no distro release file is used as a data source.
|
728
|
-
|
729
|
-
* ``distro_release_file`` (string): The path name of the
|
730
|
-
`distro release file`_ that is actually used as a data source. The
|
731
|
-
empty string if no distro release file is used as a data source.
|
732
|
-
|
733
|
-
* ``include_lsb`` (bool): The result of the ``include_lsb`` parameter.
|
734
|
-
This controls whether the lsb information will be loaded.
|
735
|
-
|
736
|
-
* ``include_uname`` (bool): The result of the ``include_uname``
|
737
|
-
parameter. This controls whether the uname information will
|
738
|
-
be loaded.
|
739
|
-
|
740
|
-
* ``include_oslevel`` (bool): The result of the ``include_oslevel``
|
741
|
-
parameter. This controls whether (AIX) oslevel information will be
|
742
|
-
loaded.
|
743
|
-
|
744
|
-
* ``root_dir`` (string): The result of the ``root_dir`` parameter.
|
745
|
-
The absolute path to the root directory to use to find distro-related
|
746
|
-
information files.
|
747
|
-
|
748
|
-
Raises:
|
749
|
-
|
750
|
-
* :py:exc:`ValueError`: Initialization parameters combination is not
|
751
|
-
supported.
|
752
|
-
|
753
|
-
* :py:exc:`OSError`: Some I/O issue with an os-release file or distro
|
754
|
-
release file.
|
755
|
-
|
756
|
-
* :py:exc:`UnicodeError`: A data source has unexpected characters or
|
757
|
-
uses an unexpected encoding.
|
758
|
-
"""
|
759
|
-
self.root_dir = root_dir
|
760
|
-
self.etc_dir = os.path.join(root_dir, "etc") if root_dir else _UNIXCONFDIR
|
761
|
-
self.usr_lib_dir = (
|
762
|
-
os.path.join(root_dir, "usr/lib") if root_dir else _UNIXUSRLIBDIR
|
763
|
-
)
|
764
|
-
|
765
|
-
if os_release_file:
|
766
|
-
self.os_release_file = os_release_file
|
767
|
-
else:
|
768
|
-
etc_dir_os_release_file = os.path.join(self.etc_dir, _OS_RELEASE_BASENAME)
|
769
|
-
usr_lib_os_release_file = os.path.join(
|
770
|
-
self.usr_lib_dir, _OS_RELEASE_BASENAME
|
771
|
-
)
|
772
|
-
|
773
|
-
# NOTE: The idea is to respect order **and** have it set
|
774
|
-
# at all times for API backwards compatibility.
|
775
|
-
if os.path.isfile(etc_dir_os_release_file) or not os.path.isfile(
|
776
|
-
usr_lib_os_release_file
|
777
|
-
):
|
778
|
-
self.os_release_file = etc_dir_os_release_file
|
779
|
-
else:
|
780
|
-
self.os_release_file = usr_lib_os_release_file
|
781
|
-
|
782
|
-
self.distro_release_file = distro_release_file or "" # updated later
|
783
|
-
|
784
|
-
is_root_dir_defined = root_dir is not None
|
785
|
-
if is_root_dir_defined and (include_lsb or include_uname or include_oslevel):
|
786
|
-
raise ValueError(
|
787
|
-
"Including subprocess data sources from specific root_dir is disallowed"
|
788
|
-
" to prevent false information"
|
789
|
-
)
|
790
|
-
self.include_lsb = (
|
791
|
-
include_lsb if include_lsb is not None else not is_root_dir_defined
|
792
|
-
)
|
793
|
-
self.include_uname = (
|
794
|
-
include_uname if include_uname is not None else not is_root_dir_defined
|
795
|
-
)
|
796
|
-
self.include_oslevel = (
|
797
|
-
include_oslevel if include_oslevel is not None else not is_root_dir_defined
|
798
|
-
)
|
799
|
-
|
800
|
-
def __repr__(self) -> str:
|
801
|
-
"""Return repr of all info"""
|
802
|
-
return (
|
803
|
-
"LinuxDistribution("
|
804
|
-
"os_release_file={self.os_release_file!r}, "
|
805
|
-
"distro_release_file={self.distro_release_file!r}, "
|
806
|
-
"include_lsb={self.include_lsb!r}, "
|
807
|
-
"include_uname={self.include_uname!r}, "
|
808
|
-
"include_oslevel={self.include_oslevel!r}, "
|
809
|
-
"root_dir={self.root_dir!r}, "
|
810
|
-
"_os_release_info={self._os_release_info!r}, "
|
811
|
-
"_lsb_release_info={self._lsb_release_info!r}, "
|
812
|
-
"_distro_release_info={self._distro_release_info!r}, "
|
813
|
-
"_uname_info={self._uname_info!r}, "
|
814
|
-
"_oslevel_info={self._oslevel_info!r})".format(self=self)
|
815
|
-
)
|
816
|
-
|
817
|
-
def linux_distribution(
|
818
|
-
self, full_distribution_name: bool = True
|
819
|
-
) -> Tuple[str, str, str]:
|
820
|
-
"""
|
821
|
-
Return information about the OS distribution that is compatible
|
822
|
-
with Python's :func:`platform.linux_distribution`, supporting a subset
|
823
|
-
of its parameters.
|
824
|
-
|
825
|
-
For details, see :func:`distro.linux_distribution`.
|
826
|
-
"""
|
827
|
-
return (
|
828
|
-
self.name() if full_distribution_name else self.id(),
|
829
|
-
self.version(),
|
830
|
-
self._os_release_info.get("release_codename") or self.codename(),
|
831
|
-
)
|
832
|
-
|
833
|
-
def id(self) -> str:
|
834
|
-
"""Return the distro ID of the OS distribution, as a string.
|
835
|
-
|
836
|
-
For details, see :func:`distro.id`.
|
837
|
-
"""
|
838
|
-
|
839
|
-
def normalize(distro_id: str, table: Dict[str, str]) -> str:
|
840
|
-
distro_id = distro_id.lower().replace(" ", "_")
|
841
|
-
return table.get(distro_id, distro_id)
|
842
|
-
|
843
|
-
distro_id = self.os_release_attr("id")
|
844
|
-
if distro_id:
|
845
|
-
return normalize(distro_id, NORMALIZED_OS_ID)
|
846
|
-
|
847
|
-
distro_id = self.lsb_release_attr("distributor_id")
|
848
|
-
if distro_id:
|
849
|
-
return normalize(distro_id, NORMALIZED_LSB_ID)
|
850
|
-
|
851
|
-
distro_id = self.distro_release_attr("id")
|
852
|
-
if distro_id:
|
853
|
-
return normalize(distro_id, NORMALIZED_DISTRO_ID)
|
854
|
-
|
855
|
-
distro_id = self.uname_attr("id")
|
856
|
-
if distro_id:
|
857
|
-
return normalize(distro_id, NORMALIZED_DISTRO_ID)
|
858
|
-
|
859
|
-
return ""
|
860
|
-
|
861
|
-
def name(self, pretty: bool = False) -> str:
|
862
|
-
"""
|
863
|
-
Return the name of the OS distribution, as a string.
|
864
|
-
|
865
|
-
For details, see :func:`distro.name`.
|
866
|
-
"""
|
867
|
-
name = (
|
868
|
-
self.os_release_attr("name")
|
869
|
-
or self.lsb_release_attr("distributor_id")
|
870
|
-
or self.distro_release_attr("name")
|
871
|
-
or self.uname_attr("name")
|
872
|
-
)
|
873
|
-
if pretty:
|
874
|
-
name = self.os_release_attr("pretty_name") or self.lsb_release_attr(
|
875
|
-
"description"
|
876
|
-
)
|
877
|
-
if not name:
|
878
|
-
name = self.distro_release_attr("name") or self.uname_attr("name")
|
879
|
-
version = self.version(pretty=True)
|
880
|
-
if version:
|
881
|
-
name = f"{name} {version}"
|
882
|
-
return name or ""
|
883
|
-
|
884
|
-
def version(self, pretty: bool = False, best: bool = False) -> str:
|
885
|
-
"""
|
886
|
-
Return the version of the OS distribution, as a string.
|
887
|
-
|
888
|
-
For details, see :func:`distro.version`.
|
889
|
-
"""
|
890
|
-
versions = [
|
891
|
-
self.os_release_attr("version_id"),
|
892
|
-
self.lsb_release_attr("release"),
|
893
|
-
self.distro_release_attr("version_id"),
|
894
|
-
self._parse_distro_release_content(self.os_release_attr("pretty_name")).get(
|
895
|
-
"version_id", ""
|
896
|
-
),
|
897
|
-
self._parse_distro_release_content(
|
898
|
-
self.lsb_release_attr("description")
|
899
|
-
).get("version_id", ""),
|
900
|
-
self.uname_attr("release"),
|
901
|
-
]
|
902
|
-
if self.uname_attr("id").startswith("aix"):
|
903
|
-
# On AIX platforms, prefer oslevel command output.
|
904
|
-
versions.insert(0, self.oslevel_info())
|
905
|
-
elif self.id() == "debian" or "debian" in self.like().split():
|
906
|
-
# On Debian-like, add debian_version file content to candidates list.
|
907
|
-
versions.append(self._debian_version)
|
908
|
-
version = ""
|
909
|
-
if best:
|
910
|
-
# This algorithm uses the last version in priority order that has
|
911
|
-
# the best precision. If the versions are not in conflict, that
|
912
|
-
# does not matter; otherwise, using the last one instead of the
|
913
|
-
# first one might be considered a surprise.
|
914
|
-
for v in versions:
|
915
|
-
if v.count(".") > version.count(".") or version == "":
|
916
|
-
version = v
|
917
|
-
else:
|
918
|
-
for v in versions:
|
919
|
-
if v != "":
|
920
|
-
version = v
|
921
|
-
break
|
922
|
-
if pretty and version and self.codename():
|
923
|
-
version = f"{version} ({self.codename()})"
|
924
|
-
return version
|
925
|
-
|
926
|
-
def version_parts(self, best: bool = False) -> Tuple[str, str, str]:
|
927
|
-
"""
|
928
|
-
Return the version of the OS distribution, as a tuple of version
|
929
|
-
numbers.
|
930
|
-
|
931
|
-
For details, see :func:`distro.version_parts`.
|
932
|
-
"""
|
933
|
-
version_str = self.version(best=best)
|
934
|
-
if version_str:
|
935
|
-
version_regex = re.compile(r"(\d+)\.?(\d+)?\.?(\d+)?")
|
936
|
-
matches = version_regex.match(version_str)
|
937
|
-
if matches:
|
938
|
-
major, minor, build_number = matches.groups()
|
939
|
-
return major, minor or "", build_number or ""
|
940
|
-
return "", "", ""
|
941
|
-
|
942
|
-
def major_version(self, best: bool = False) -> str:
|
943
|
-
"""
|
944
|
-
Return the major version number of the current distribution.
|
945
|
-
|
946
|
-
For details, see :func:`distro.major_version`.
|
947
|
-
"""
|
948
|
-
return self.version_parts(best)[0]
|
949
|
-
|
950
|
-
def minor_version(self, best: bool = False) -> str:
|
951
|
-
"""
|
952
|
-
Return the minor version number of the current distribution.
|
953
|
-
|
954
|
-
For details, see :func:`distro.minor_version`.
|
955
|
-
"""
|
956
|
-
return self.version_parts(best)[1]
|
957
|
-
|
958
|
-
def build_number(self, best: bool = False) -> str:
|
959
|
-
"""
|
960
|
-
Return the build number of the current distribution.
|
961
|
-
|
962
|
-
For details, see :func:`distro.build_number`.
|
963
|
-
"""
|
964
|
-
return self.version_parts(best)[2]
|
965
|
-
|
966
|
-
def like(self) -> str:
|
967
|
-
"""
|
968
|
-
Return the IDs of distributions that are like the OS distribution.
|
969
|
-
|
970
|
-
For details, see :func:`distro.like`.
|
971
|
-
"""
|
972
|
-
return self.os_release_attr("id_like") or ""
|
973
|
-
|
974
|
-
def codename(self) -> str:
|
975
|
-
"""
|
976
|
-
Return the codename of the OS distribution.
|
977
|
-
|
978
|
-
For details, see :func:`distro.codename`.
|
979
|
-
"""
|
980
|
-
try:
|
981
|
-
# Handle os_release specially since distros might purposefully set
|
982
|
-
# this to empty string to have no codename
|
983
|
-
return self._os_release_info["codename"]
|
984
|
-
except KeyError:
|
985
|
-
return (
|
986
|
-
self.lsb_release_attr("codename")
|
987
|
-
or self.distro_release_attr("codename")
|
988
|
-
or ""
|
989
|
-
)
|
990
|
-
|
991
|
-
def info(self, pretty: bool = False, best: bool = False) -> InfoDict:
|
992
|
-
"""
|
993
|
-
Return certain machine-readable information about the OS
|
994
|
-
distribution.
|
995
|
-
|
996
|
-
For details, see :func:`distro.info`.
|
997
|
-
"""
|
998
|
-
return InfoDict(
|
999
|
-
id=self.id(),
|
1000
|
-
version=self.version(pretty, best),
|
1001
|
-
version_parts=VersionDict(
|
1002
|
-
major=self.major_version(best),
|
1003
|
-
minor=self.minor_version(best),
|
1004
|
-
build_number=self.build_number(best),
|
1005
|
-
),
|
1006
|
-
like=self.like(),
|
1007
|
-
codename=self.codename(),
|
1008
|
-
)
|
1009
|
-
|
1010
|
-
def os_release_info(self) -> Dict[str, str]:
|
1011
|
-
"""
|
1012
|
-
Return a dictionary containing key-value pairs for the information
|
1013
|
-
items from the os-release file data source of the OS distribution.
|
1014
|
-
|
1015
|
-
For details, see :func:`distro.os_release_info`.
|
1016
|
-
"""
|
1017
|
-
return self._os_release_info
|
1018
|
-
|
1019
|
-
def lsb_release_info(self) -> Dict[str, str]:
|
1020
|
-
"""
|
1021
|
-
Return a dictionary containing key-value pairs for the information
|
1022
|
-
items from the lsb_release command data source of the OS
|
1023
|
-
distribution.
|
1024
|
-
|
1025
|
-
For details, see :func:`distro.lsb_release_info`.
|
1026
|
-
"""
|
1027
|
-
return self._lsb_release_info
|
1028
|
-
|
1029
|
-
def distro_release_info(self) -> Dict[str, str]:
|
1030
|
-
"""
|
1031
|
-
Return a dictionary containing key-value pairs for the information
|
1032
|
-
items from the distro release file data source of the OS
|
1033
|
-
distribution.
|
1034
|
-
|
1035
|
-
For details, see :func:`distro.distro_release_info`.
|
1036
|
-
"""
|
1037
|
-
return self._distro_release_info
|
1038
|
-
|
1039
|
-
def uname_info(self) -> Dict[str, str]:
|
1040
|
-
"""
|
1041
|
-
Return a dictionary containing key-value pairs for the information
|
1042
|
-
items from the uname command data source of the OS distribution.
|
1043
|
-
|
1044
|
-
For details, see :func:`distro.uname_info`.
|
1045
|
-
"""
|
1046
|
-
return self._uname_info
|
1047
|
-
|
1048
|
-
def oslevel_info(self) -> str:
|
1049
|
-
"""
|
1050
|
-
Return AIX' oslevel command output.
|
1051
|
-
"""
|
1052
|
-
return self._oslevel_info
|
1053
|
-
|
1054
|
-
def os_release_attr(self, attribute: str) -> str:
|
1055
|
-
"""
|
1056
|
-
Return a single named information item from the os-release file data
|
1057
|
-
source of the OS distribution.
|
1058
|
-
|
1059
|
-
For details, see :func:`distro.os_release_attr`.
|
1060
|
-
"""
|
1061
|
-
return self._os_release_info.get(attribute, "")
|
1062
|
-
|
1063
|
-
def lsb_release_attr(self, attribute: str) -> str:
|
1064
|
-
"""
|
1065
|
-
Return a single named information item from the lsb_release command
|
1066
|
-
output data source of the OS distribution.
|
1067
|
-
|
1068
|
-
For details, see :func:`distro.lsb_release_attr`.
|
1069
|
-
"""
|
1070
|
-
return self._lsb_release_info.get(attribute, "")
|
1071
|
-
|
1072
|
-
def distro_release_attr(self, attribute: str) -> str:
|
1073
|
-
"""
|
1074
|
-
Return a single named information item from the distro release file
|
1075
|
-
data source of the OS distribution.
|
1076
|
-
|
1077
|
-
For details, see :func:`distro.distro_release_attr`.
|
1078
|
-
"""
|
1079
|
-
return self._distro_release_info.get(attribute, "")
|
1080
|
-
|
1081
|
-
def uname_attr(self, attribute: str) -> str:
|
1082
|
-
"""
|
1083
|
-
Return a single named information item from the uname command
|
1084
|
-
output data source of the OS distribution.
|
1085
|
-
|
1086
|
-
For details, see :func:`distro.uname_attr`.
|
1087
|
-
"""
|
1088
|
-
return self._uname_info.get(attribute, "")
|
1089
|
-
|
1090
|
-
@cached_property
|
1091
|
-
def _os_release_info(self) -> Dict[str, str]:
|
1092
|
-
"""
|
1093
|
-
Get the information items from the specified os-release file.
|
1094
|
-
|
1095
|
-
Returns:
|
1096
|
-
A dictionary containing all information items.
|
1097
|
-
"""
|
1098
|
-
if os.path.isfile(self.os_release_file):
|
1099
|
-
with open(self.os_release_file, encoding="utf-8") as release_file:
|
1100
|
-
return self._parse_os_release_content(release_file)
|
1101
|
-
return {}
|
1102
|
-
|
1103
|
-
@staticmethod
|
1104
|
-
def _parse_os_release_content(lines: TextIO) -> Dict[str, str]:
|
1105
|
-
"""
|
1106
|
-
Parse the lines of an os-release file.
|
1107
|
-
|
1108
|
-
Parameters:
|
1109
|
-
|
1110
|
-
* lines: Iterable through the lines in the os-release file.
|
1111
|
-
Each line must be a unicode string or a UTF-8 encoded byte
|
1112
|
-
string.
|
1113
|
-
|
1114
|
-
Returns:
|
1115
|
-
A dictionary containing all information items.
|
1116
|
-
"""
|
1117
|
-
props = {}
|
1118
|
-
lexer = shlex.shlex(lines, posix=True)
|
1119
|
-
lexer.whitespace_split = True
|
1120
|
-
|
1121
|
-
tokens = list(lexer)
|
1122
|
-
for token in tokens:
|
1123
|
-
# At this point, all shell-like parsing has been done (i.e.
|
1124
|
-
# comments processed, quotes and backslash escape sequences
|
1125
|
-
# processed, multi-line values assembled, trailing newlines
|
1126
|
-
# stripped, etc.), so the tokens are now either:
|
1127
|
-
# * variable assignments: var=value
|
1128
|
-
# * commands or their arguments (not allowed in os-release)
|
1129
|
-
# Ignore any tokens that are not variable assignments
|
1130
|
-
if "=" in token:
|
1131
|
-
k, v = token.split("=", 1)
|
1132
|
-
props[k.lower()] = v
|
1133
|
-
|
1134
|
-
if "version" in props:
|
1135
|
-
# extract release codename (if any) from version attribute
|
1136
|
-
match = re.search(r"\((\D+)\)|,\s*(\D+)", props["version"])
|
1137
|
-
if match:
|
1138
|
-
release_codename = match.group(1) or match.group(2)
|
1139
|
-
props["codename"] = props["release_codename"] = release_codename
|
1140
|
-
|
1141
|
-
if "version_codename" in props:
|
1142
|
-
# os-release added a version_codename field. Use that in
|
1143
|
-
# preference to anything else Note that some distros purposefully
|
1144
|
-
# do not have code names. They should be setting
|
1145
|
-
# version_codename=""
|
1146
|
-
props["codename"] = props["version_codename"]
|
1147
|
-
elif "ubuntu_codename" in props:
|
1148
|
-
# Same as above but a non-standard field name used on older Ubuntus
|
1149
|
-
props["codename"] = props["ubuntu_codename"]
|
1150
|
-
|
1151
|
-
return props
|
1152
|
-
|
1153
|
-
@cached_property
|
1154
|
-
def _lsb_release_info(self) -> Dict[str, str]:
|
1155
|
-
"""
|
1156
|
-
Get the information items from the lsb_release command output.
|
1157
|
-
|
1158
|
-
Returns:
|
1159
|
-
A dictionary containing all information items.
|
1160
|
-
"""
|
1161
|
-
if not self.include_lsb:
|
1162
|
-
return {}
|
1163
|
-
try:
|
1164
|
-
cmd = ("lsb_release", "-a")
|
1165
|
-
stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
|
1166
|
-
# Command not found or lsb_release returned error
|
1167
|
-
except (OSError, subprocess.CalledProcessError):
|
1168
|
-
return {}
|
1169
|
-
content = self._to_str(stdout).splitlines()
|
1170
|
-
return self._parse_lsb_release_content(content)
|
1171
|
-
|
1172
|
-
@staticmethod
|
1173
|
-
def _parse_lsb_release_content(lines: Iterable[str]) -> Dict[str, str]:
|
1174
|
-
"""
|
1175
|
-
Parse the output of the lsb_release command.
|
1176
|
-
|
1177
|
-
Parameters:
|
1178
|
-
|
1179
|
-
* lines: Iterable through the lines of the lsb_release output.
|
1180
|
-
Each line must be a unicode string or a UTF-8 encoded byte
|
1181
|
-
string.
|
1182
|
-
|
1183
|
-
Returns:
|
1184
|
-
A dictionary containing all information items.
|
1185
|
-
"""
|
1186
|
-
props = {}
|
1187
|
-
for line in lines:
|
1188
|
-
kv = line.strip("\n").split(":", 1)
|
1189
|
-
if len(kv) != 2:
|
1190
|
-
# Ignore lines without colon.
|
1191
|
-
continue
|
1192
|
-
k, v = kv
|
1193
|
-
props.update({k.replace(" ", "_").lower(): v.strip()})
|
1194
|
-
return props
|
1195
|
-
|
1196
|
-
@cached_property
|
1197
|
-
def _uname_info(self) -> Dict[str, str]:
|
1198
|
-
if not self.include_uname:
|
1199
|
-
return {}
|
1200
|
-
try:
|
1201
|
-
cmd = ("uname", "-rs")
|
1202
|
-
stdout = subprocess.check_output(cmd, stderr=subprocess.DEVNULL)
|
1203
|
-
except OSError:
|
1204
|
-
return {}
|
1205
|
-
content = self._to_str(stdout).splitlines()
|
1206
|
-
return self._parse_uname_content(content)
|
1207
|
-
|
1208
|
-
@cached_property
|
1209
|
-
def _oslevel_info(self) -> str:
|
1210
|
-
if not self.include_oslevel:
|
1211
|
-
return ""
|
1212
|
-
try:
|
1213
|
-
stdout = subprocess.check_output("oslevel", stderr=subprocess.DEVNULL)
|
1214
|
-
except (OSError, subprocess.CalledProcessError):
|
1215
|
-
return ""
|
1216
|
-
return self._to_str(stdout).strip()
|
1217
|
-
|
1218
|
-
@cached_property
|
1219
|
-
def _debian_version(self) -> str:
|
1220
|
-
try:
|
1221
|
-
with open(
|
1222
|
-
os.path.join(self.etc_dir, "debian_version"), encoding="ascii"
|
1223
|
-
) as fp:
|
1224
|
-
return fp.readline().rstrip()
|
1225
|
-
except FileNotFoundError:
|
1226
|
-
return ""
|
1227
|
-
|
1228
|
-
@staticmethod
|
1229
|
-
def _parse_uname_content(lines: Sequence[str]) -> Dict[str, str]:
|
1230
|
-
if not lines:
|
1231
|
-
return {}
|
1232
|
-
props = {}
|
1233
|
-
match = re.search(r"^([^\s]+)\s+([\d\.]+)", lines[0].strip())
|
1234
|
-
if match:
|
1235
|
-
name, version = match.groups()
|
1236
|
-
|
1237
|
-
# This is to prevent the Linux kernel version from
|
1238
|
-
# appearing as the 'best' version on otherwise
|
1239
|
-
# identifiable distributions.
|
1240
|
-
if name == "Linux":
|
1241
|
-
return {}
|
1242
|
-
props["id"] = name.lower()
|
1243
|
-
props["name"] = name
|
1244
|
-
props["release"] = version
|
1245
|
-
return props
|
1246
|
-
|
1247
|
-
@staticmethod
|
1248
|
-
def _to_str(bytestring: bytes) -> str:
|
1249
|
-
encoding = sys.getfilesystemencoding()
|
1250
|
-
return bytestring.decode(encoding)
|
1251
|
-
|
1252
|
-
@cached_property
|
1253
|
-
def _distro_release_info(self) -> Dict[str, str]:
|
1254
|
-
"""
|
1255
|
-
Get the information items from the specified distro release file.
|
1256
|
-
|
1257
|
-
Returns:
|
1258
|
-
A dictionary containing all information items.
|
1259
|
-
"""
|
1260
|
-
if self.distro_release_file:
|
1261
|
-
# If it was specified, we use it and parse what we can, even if
|
1262
|
-
# its file name or content does not match the expected pattern.
|
1263
|
-
distro_info = self._parse_distro_release_file(self.distro_release_file)
|
1264
|
-
basename = os.path.basename(self.distro_release_file)
|
1265
|
-
# The file name pattern for user-specified distro release files
|
1266
|
-
# is somewhat more tolerant (compared to when searching for the
|
1267
|
-
# file), because we want to use what was specified as best as
|
1268
|
-
# possible.
|
1269
|
-
match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename)
|
1270
|
-
else:
|
1271
|
-
try:
|
1272
|
-
basenames = [
|
1273
|
-
basename
|
1274
|
-
for basename in os.listdir(self.etc_dir)
|
1275
|
-
if basename not in _DISTRO_RELEASE_IGNORE_BASENAMES
|
1276
|
-
and os.path.isfile(os.path.join(self.etc_dir, basename))
|
1277
|
-
]
|
1278
|
-
# We sort for repeatability in cases where there are multiple
|
1279
|
-
# distro specific files; e.g. CentOS, Oracle, Enterprise all
|
1280
|
-
# containing `redhat-release` on top of their own.
|
1281
|
-
basenames.sort()
|
1282
|
-
except OSError:
|
1283
|
-
# This may occur when /etc is not readable but we can't be
|
1284
|
-
# sure about the *-release files. Check common entries of
|
1285
|
-
# /etc for information. If they turn out to not be there the
|
1286
|
-
# error is handled in `_parse_distro_release_file()`.
|
1287
|
-
basenames = _DISTRO_RELEASE_BASENAMES
|
1288
|
-
for basename in basenames:
|
1289
|
-
match = _DISTRO_RELEASE_BASENAME_PATTERN.match(basename)
|
1290
|
-
if match is None:
|
1291
|
-
continue
|
1292
|
-
filepath = os.path.join(self.etc_dir, basename)
|
1293
|
-
distro_info = self._parse_distro_release_file(filepath)
|
1294
|
-
# The name is always present if the pattern matches.
|
1295
|
-
if "name" not in distro_info:
|
1296
|
-
continue
|
1297
|
-
self.distro_release_file = filepath
|
1298
|
-
break
|
1299
|
-
else: # the loop didn't "break": no candidate.
|
1300
|
-
return {}
|
1301
|
-
|
1302
|
-
if match is not None:
|
1303
|
-
distro_info["id"] = match.group(1)
|
1304
|
-
|
1305
|
-
# CloudLinux < 7: manually enrich info with proper id.
|
1306
|
-
if "cloudlinux" in distro_info.get("name", "").lower():
|
1307
|
-
distro_info["id"] = "cloudlinux"
|
1308
|
-
|
1309
|
-
return distro_info
|
1310
|
-
|
1311
|
-
def _parse_distro_release_file(self, filepath: str) -> Dict[str, str]:
|
1312
|
-
"""
|
1313
|
-
Parse a distro release file.
|
1314
|
-
|
1315
|
-
Parameters:
|
1316
|
-
|
1317
|
-
* filepath: Path name of the distro release file.
|
1318
|
-
|
1319
|
-
Returns:
|
1320
|
-
A dictionary containing all information items.
|
1321
|
-
"""
|
1322
|
-
try:
|
1323
|
-
with open(filepath, encoding="utf-8") as fp:
|
1324
|
-
# Only parse the first line. For instance, on SLES there
|
1325
|
-
# are multiple lines. We don't want them...
|
1326
|
-
return self._parse_distro_release_content(fp.readline())
|
1327
|
-
except OSError:
|
1328
|
-
# Ignore not being able to read a specific, seemingly version
|
1329
|
-
# related file.
|
1330
|
-
# See https://github.com/python-distro/distro/issues/162
|
1331
|
-
return {}
|
1332
|
-
|
1333
|
-
@staticmethod
|
1334
|
-
def _parse_distro_release_content(line: str) -> Dict[str, str]:
|
1335
|
-
"""
|
1336
|
-
Parse a line from a distro release file.
|
1337
|
-
|
1338
|
-
Parameters:
|
1339
|
-
* line: Line from the distro release file. Must be a unicode string
|
1340
|
-
or a UTF-8 encoded byte string.
|
1341
|
-
|
1342
|
-
Returns:
|
1343
|
-
A dictionary containing all information items.
|
1344
|
-
"""
|
1345
|
-
matches = _DISTRO_RELEASE_CONTENT_REVERSED_PATTERN.match(line.strip()[::-1])
|
1346
|
-
distro_info = {}
|
1347
|
-
if matches:
|
1348
|
-
# regexp ensures non-None
|
1349
|
-
distro_info["name"] = matches.group(3)[::-1]
|
1350
|
-
if matches.group(2):
|
1351
|
-
distro_info["version_id"] = matches.group(2)[::-1]
|
1352
|
-
if matches.group(1):
|
1353
|
-
distro_info["codename"] = matches.group(1)[::-1]
|
1354
|
-
elif line:
|
1355
|
-
distro_info["name"] = line.strip()
|
1356
|
-
return distro_info
|
1357
|
-
|
1358
|
-
|
1359
|
-
_distro = LinuxDistribution()
|
1360
|
-
|
1361
|
-
|
1362
|
-
def main() -> None:
|
1363
|
-
logger = logging.getLogger(__name__)
|
1364
|
-
logger.setLevel(logging.DEBUG)
|
1365
|
-
logger.addHandler(logging.StreamHandler(sys.stdout))
|
1366
|
-
|
1367
|
-
parser = argparse.ArgumentParser(description="OS distro info tool")
|
1368
|
-
parser.add_argument(
|
1369
|
-
"--json", "-j", help="Output in machine readable format", action="store_true"
|
1370
|
-
)
|
1371
|
-
|
1372
|
-
parser.add_argument(
|
1373
|
-
"--root-dir",
|
1374
|
-
"-r",
|
1375
|
-
type=str,
|
1376
|
-
dest="root_dir",
|
1377
|
-
help="Path to the root filesystem directory (defaults to /)",
|
1378
|
-
)
|
1379
|
-
|
1380
|
-
args = parser.parse_args()
|
1381
|
-
|
1382
|
-
if args.root_dir:
|
1383
|
-
dist = LinuxDistribution(
|
1384
|
-
include_lsb=False,
|
1385
|
-
include_uname=False,
|
1386
|
-
include_oslevel=False,
|
1387
|
-
root_dir=args.root_dir,
|
1388
|
-
)
|
1389
|
-
else:
|
1390
|
-
dist = _distro
|
1391
|
-
|
1392
|
-
if args.json:
|
1393
|
-
logger.info(json.dumps(dist.info(), indent=4, sort_keys=True))
|
1394
|
-
else:
|
1395
|
-
logger.info("Name: %s", dist.name(pretty=True))
|
1396
|
-
distribution_version = dist.version(pretty=True)
|
1397
|
-
logger.info("Version: %s", distribution_version)
|
1398
|
-
distribution_codename = dist.codename()
|
1399
|
-
logger.info("Codename: %s", distribution_codename)
|
1400
|
-
|
1401
|
-
|
1402
|
-
if __name__ == "__main__":
|
1403
|
-
main()
|