@pyscript/core 0.5.5 → 0.5.6
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/README.md +1 -1
- package/dist/{codemirror-BBnQ0LtX.js → codemirror-jVwF0Nvq.js} +2 -2
- package/dist/{codemirror-BBnQ0LtX.js.map → codemirror-jVwF0Nvq.js.map} +1 -1
- package/dist/{codemirror_commands-CaIwHoAf.js → codemirror_commands-DbitAX-b.js} +2 -2
- package/dist/{codemirror_commands-CaIwHoAf.js.map → codemirror_commands-DbitAX-b.js.map} +1 -1
- package/dist/{codemirror_lang-python-2HrDgj8s.js → codemirror_lang-python-BFQ6m-eH.js} +2 -2
- package/dist/{codemirror_lang-python-2HrDgj8s.js.map → codemirror_lang-python-BFQ6m-eH.js.map} +1 -1
- package/dist/{codemirror_language-DVNAhaKA.js → codemirror_language-DADyF0Bo.js} +2 -2
- package/dist/{codemirror_language-DVNAhaKA.js.map → codemirror_language-DADyF0Bo.js.map} +1 -1
- package/dist/codemirror_view-Dlz0Kbbt.js +2 -0
- package/dist/codemirror_view-Dlz0Kbbt.js.map +1 -0
- package/dist/{core-DJjKq1SP.js → core-CTEtvlA4.js} +2 -2
- package/dist/{core-DJjKq1SP.js.map → core-CTEtvlA4.js.map} +1 -1
- package/dist/core.js +1 -1
- package/dist/{deprecations-manager-DzkOV61g.js → deprecations-manager-CM6Wb8Rc.js} +2 -2
- package/dist/{deprecations-manager-DzkOV61g.js.map → deprecations-manager-CM6Wb8Rc.js.map} +1 -1
- package/dist/{error-gDwuTIUb.js → error-l5R-P7f3.js} +2 -2
- package/dist/{error-gDwuTIUb.js.map → error-l5R-P7f3.js.map} +1 -1
- package/dist/{index-BZvYCKeH.js → index-B4WHjyIA.js} +2 -2
- package/dist/{index-BZvYCKeH.js.map → index-B4WHjyIA.js.map} +1 -1
- package/dist/{mpy-BgMihDWI.js → mpy-BNvtf9__.js} +2 -2
- package/dist/{mpy-BgMihDWI.js.map → mpy-BNvtf9__.js.map} +1 -1
- package/dist/{py-DqV3p_W0.js → py-BAQCFqly.js} +2 -2
- package/dist/{py-DqV3p_W0.js.map → py-BAQCFqly.js.map} +1 -1
- package/dist/{py-editor-DyAw2VYR.js → py-editor-DGWcFYn9.js} +2 -2
- package/dist/{py-editor-DyAw2VYR.js.map → py-editor-DGWcFYn9.js.map} +1 -1
- package/dist/{py-terminal-BKEuOEc5.js → py-terminal-C7Chu5Tz.js} +2 -2
- package/dist/{py-terminal-BKEuOEc5.js.map → py-terminal-C7Chu5Tz.js.map} +1 -1
- package/env/bin/Activate.ps1 +247 -0
- package/env/bin/activate +70 -0
- package/env/bin/activate.csh +27 -0
- package/env/bin/activate.fish +69 -0
- package/env/bin/pip +8 -0
- package/env/bin/pip3 +8 -0
- package/env/bin/pip3.12 +8 -0
- package/env/bin/pyminify +8 -0
- package/env/lib/python3.12/site-packages/_distutils_hack/__init__.py +240 -0
- 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 +1 -0
- package/env/lib/python3.12/site-packages/distutils-precedence.pth +1 -0
- package/env/lib/python3.12/site-packages/pip/__init__.py +13 -0
- package/env/lib/python3.12/site-packages/pip/__main__.py +24 -0
- package/env/lib/python3.12/site-packages/pip/__pip-runner__.py +50 -0
- 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 +18 -0
- 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 +315 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cache.py +290 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/__init__.py +4 -0
- 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 +176 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/base_command.py +231 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/cmdoptions.py +1075 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/command_context.py +27 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/index_command.py +170 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/main.py +80 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/main_parser.py +134 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/parser.py +294 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/progress_bars.py +94 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/req_command.py +329 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/spinners.py +159 -0
- package/env/lib/python3.12/site-packages/pip/_internal/cli/status_codes.py +6 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/__init__.py +132 -0
- 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 +225 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/check.py +67 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/completion.py +130 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/configuration.py +280 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/debug.py +201 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/download.py +146 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/freeze.py +109 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/hash.py +59 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/help.py +41 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/index.py +139 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/inspect.py +92 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/install.py +783 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/list.py +375 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/search.py +172 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/show.py +217 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/uninstall.py +114 -0
- package/env/lib/python3.12/site-packages/pip/_internal/commands/wheel.py +182 -0
- package/env/lib/python3.12/site-packages/pip/_internal/configuration.py +383 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/__init__.py +21 -0
- 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 +53 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/installed.py +29 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/sdist.py +158 -0
- package/env/lib/python3.12/site-packages/pip/_internal/distributions/wheel.py +42 -0
- package/env/lib/python3.12/site-packages/pip/_internal/exceptions.py +777 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/__init__.py +2 -0
- 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 +494 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/package_finder.py +1020 -0
- package/env/lib/python3.12/site-packages/pip/_internal/index/sources.py +285 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/__init__.py +456 -0
- 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 +172 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/_sysconfig.py +214 -0
- package/env/lib/python3.12/site-packages/pip/_internal/locations/base.py +81 -0
- package/env/lib/python3.12/site-packages/pip/_internal/main.py +12 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/__init__.py +128 -0
- 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 +84 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/base.py +688 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/__init__.py +6 -0
- 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 +85 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_dists.py +221 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/importlib/_envs.py +189 -0
- package/env/lib/python3.12/site-packages/pip/_internal/metadata/pkg_resources.py +301 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/__init__.py +2 -0
- 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 +25 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/direct_url.py +224 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/format_control.py +78 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/index.py +28 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/installation_report.py +56 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/link.py +590 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/scheme.py +25 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/search_scope.py +127 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/selection_prefs.py +53 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/target_python.py +121 -0
- package/env/lib/python3.12/site-packages/pip/_internal/models/wheel.py +93 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/__init__.py +2 -0
- 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 +566 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/cache.py +106 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/download.py +187 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/lazy_wheel.py +210 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/session.py +522 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/utils.py +98 -0
- package/env/lib/python3.12/site-packages/pip/_internal/network/xmlrpc.py +62 -0
- 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 +138 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata.py +39 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_editable.py +41 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/metadata_legacy.py +74 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel.py +37 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_editable.py +46 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/build/wheel_legacy.py +102 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/check.py +181 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/freeze.py +258 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/__init__.py +2 -0
- 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 +47 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/install/wheel.py +741 -0
- package/env/lib/python3.12/site-packages/pip/_internal/operations/prepare.py +732 -0
- package/env/lib/python3.12/site-packages/pip/_internal/pyproject.py +185 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/__init__.py +90 -0
- 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 +560 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_file.py +551 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_install.py +934 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_set.py +82 -0
- package/env/lib/python3.12/site-packages/pip/_internal/req/req_uninstall.py +633 -0
- 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 +20 -0
- 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 +597 -0
- 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 +139 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/candidates.py +569 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/factory.py +817 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +174 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/provider.py +258 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/reporter.py +81 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/requirements.py +245 -0
- package/env/lib/python3.12/site-packages/pip/_internal/resolution/resolvelib/resolver.py +317 -0
- package/env/lib/python3.12/site-packages/pip/_internal/self_outdated_check.py +244 -0
- 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 +109 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/_log.py +38 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/appdirs.py +52 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/compat.py +79 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/compatibility_tags.py +165 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/datetime.py +11 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/deprecation.py +124 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/direct_url_helpers.py +87 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/egg_link.py +80 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/encoding.py +36 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/entrypoints.py +84 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/filesystem.py +149 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/filetypes.py +27 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/glibc.py +101 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/hashes.py +147 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/logging.py +347 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/misc.py +777 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/packaging.py +57 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/retry.py +42 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/setuptools_build.py +146 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/subprocess.py +245 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/temp_dir.py +296 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/unpacking.py +337 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/urls.py +55 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/virtualenv.py +104 -0
- package/env/lib/python3.12/site-packages/pip/_internal/utils/wheel.py +134 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/__init__.py +15 -0
- 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 +112 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/git.py +527 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/mercurial.py +163 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/subversion.py +324 -0
- package/env/lib/python3.12/site-packages/pip/_internal/vcs/versioncontrol.py +688 -0
- package/env/lib/python3.12/site-packages/pip/_internal/wheel_builder.py +354 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/__init__.py +116 -0
- 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 +28 -0
- 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 +70 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/adapter.py +161 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/cache.py +74 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +8 -0
- 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 +182 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +48 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/controller.py +499 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/filewrapper.py +119 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/heuristics.py +154 -0
- 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 +146 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/cachecontrol/wrapper.py +43 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__init__.py +4 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/__main__.py +12 -0
- 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 +4798 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/certifi/core.py +114 -0
- 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 +33 -0
- 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 +1138 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/database.py +1359 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/index.py +508 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/locators.py +1303 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/manifest.py +384 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/markers.py +167 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/metadata.py +1068 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/resources.py +358 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/scripts.py +466 -0
- 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 +2025 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distlib/version.py +751 -0
- 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 +1099 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__init__.py +54 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/distro/__main__.py +4 -0
- 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 +1403 -0
- 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 +44 -0
- 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 +118 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/compat.py +13 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/core.py +395 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/idnadata.py +4245 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/intranges.py +54 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/idna/package_data.py +2 -0
- 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 +8598 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/__init__.py +55 -0
- 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 +48 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/ext.py +168 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/msgpack/fallback.py +951 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/__init__.py +15 -0
- 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 +110 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_manylinux.py +262 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_musllinux.py +85 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_parser.py +354 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_structures.py +61 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/_tokenizer.py +194 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/markers.py +325 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/metadata.py +804 -0
- 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 +91 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/specifiers.py +1009 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/tags.py +568 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/utils.py +174 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/packaging/version.py +563 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pkg_resources/__init__.py +3676 -0
- 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 +627 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/__main__.py +55 -0
- 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 +249 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/api.py +292 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/macos.py +130 -0
- 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 +275 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/version.py +16 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/platformdirs/windows.py +272 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__init__.py +82 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/__main__.py +17 -0
- 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 +668 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/console.py +70 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filter.py +70 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/filters/__init__.py +940 -0
- 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 +129 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/__init__.py +157 -0
- 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 +23 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/bbcode.py +108 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/groff.py +170 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/html.py +987 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/img.py +685 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/irc.py +154 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/latex.py +518 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/other.py +160 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +83 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/rtf.py +349 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/svg.py +185 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal.py +127 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/formatters/terminal256.py +338 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexer.py +963 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/__init__.py +362 -0
- 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 +589 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/lexers/python.py +1198 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/modeline.py +43 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/plugin.py +72 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/regexopt.py +91 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/scanner.py +104 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/sphinxext.py +247 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/style.py +203 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/styles/__init__.py +61 -0
- 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 +54 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/token.py +214 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/unistring.py +153 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pygments/util.py +324 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/__init__.py +23 -0
- 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 +8 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_impl.py +330 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +18 -0
- 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 +353 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/__init__.py +179 -0
- 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 +14 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/_internal_utils.py +50 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/adapters.py +719 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/api.py +157 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/auth.py +314 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/certs.py +24 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/compat.py +78 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/cookies.py +561 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/exceptions.py +151 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/help.py +127 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/hooks.py +33 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/models.py +1037 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/packages.py +25 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/sessions.py +831 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/status_codes.py +128 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/structures.py +99 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/requests/utils.py +1096 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/__init__.py +26 -0
- 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 +6 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/providers.py +133 -0
- 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 +43 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/resolvers.py +547 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/resolvelib/structs.py +170 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__init__.py +177 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/__main__.py +273 -0
- 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 +454 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_codes.py +3610 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_emoji_replace.py +32 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_export_format.py +76 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_extension.py +10 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_fileno.py +24 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_inspect.py +270 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_log_render.py +94 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_loop.py +43 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_null_file.py +69 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_palettes.py +309 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_pick.py +17 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_ratio.py +159 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_spinners.py +482 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_stack.py +16 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_timer.py +19 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_win32_console.py +662 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows.py +71 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_windows_renderer.py +56 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/_wrap.py +93 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/abc.py +33 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/align.py +311 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/ansi.py +240 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/bar.py +93 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/box.py +480 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/cells.py +167 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/color.py +621 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/color_triplet.py +38 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/columns.py +187 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/console.py +2633 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/constrain.py +37 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/containers.py +167 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/control.py +225 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/default_styles.py +190 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/diagnose.py +37 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/emoji.py +96 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/errors.py +34 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/file_proxy.py +57 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/filesize.py +89 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/highlighter.py +232 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/json.py +139 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/jupyter.py +101 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/layout.py +442 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/live.py +375 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/live_render.py +112 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/logging.py +289 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/markup.py +251 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/measure.py +151 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/padding.py +141 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/pager.py +34 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/palette.py +100 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/panel.py +312 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/pretty.py +995 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress.py +1699 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/progress_bar.py +223 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/prompt.py +375 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/protocol.py +42 -0
- 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 +10 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/repr.py +149 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/rule.py +130 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/scope.py +86 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/screen.py +54 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/segment.py +738 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/spinner.py +137 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/status.py +131 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/style.py +796 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/styled.py +42 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/syntax.py +958 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/table.py +1000 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/terminal_theme.py +153 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/text.py +1357 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/theme.py +115 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/themes.py +5 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/traceback.py +753 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/rich/tree.py +249 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/__init__.py +11 -0
- 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 +691 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_re.py +107 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/_types.py +10 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/tomli/py.typed +1 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/__init__.py +13 -0
- 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 +313 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_macos.py +499 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_openssl.py +66 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_ssl_constants.py +31 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/truststore/_windows.py +564 -0
- 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 +3641 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/__init__.py +102 -0
- 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 +355 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/_version.py +2 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connection.py +572 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/connectionpool.py +1137 -0
- 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 +36 -0
- 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 +519 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +397 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/appengine.py +314 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +130 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +518 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +920 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/contrib/socks.py +216 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/exceptions.py +323 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/fields.py +274 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/filepost.py +98 -0
- 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 +51 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +155 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/packages/six.py +1076 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/poolmanager.py +540 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/request.py +191 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/response.py +879 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/__init__.py +49 -0
- 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 +149 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/proxy.py +57 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/queue.py +22 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/request.py +137 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/response.py +107 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/retry.py +620 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_.py +495 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +159 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/ssltransport.py +221 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/timeout.py +271 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/url.py +435 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/urllib3/util/wait.py +152 -0
- package/env/lib/python3.12/site-packages/pip/_vendor/vendor.txt +18 -0
- package/env/lib/python3.12/site-packages/pip/py.typed +4 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/AUTHORS.txt +796 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/LICENSE.txt +20 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/METADATA +89 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/RECORD +853 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/entry_points.txt +3 -0
- package/env/lib/python3.12/site-packages/pip-24.2.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/pkg_resources/__init__.py +3709 -0
- 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 +424 -0
- package/env/lib/python3.12/site-packages/pkg_resources/py.typed +0 -0
- package/env/lib/python3.12/site-packages/python_minifier/__init__.py +231 -0
- package/env/lib/python3.12/site-packages/python_minifier/__init__.pyi +34 -0
- package/env/lib/python3.12/site-packages/python_minifier/__main__.py +262 -0
- 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 +104 -0
- package/env/lib/python3.12/site-packages/python_minifier/expression_printer.py +748 -0
- package/env/lib/python3.12/site-packages/python_minifier/f_string.py +426 -0
- package/env/lib/python3.12/site-packages/python_minifier/ministring.py +175 -0
- package/env/lib/python3.12/site-packages/python_minifier/module_printer.py +794 -0
- 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 +6 -0
- 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 +174 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/binding.py +450 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/mapper.py +160 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/name_generator.py +51 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/rename_literals.py +234 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/renamer.py +230 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/resolve_names.py +88 -0
- package/env/lib/python3.12/site-packages/python_minifier/rename/util.py +193 -0
- package/env/lib/python3.12/site-packages/python_minifier/token_printer.py +297 -0
- 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 +73 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_annotations.py +110 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_asserts.py +26 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_debug.py +53 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_explicit_return_none.py +38 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_literal_statements.py +61 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_object_base.py +21 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_pass.py +26 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/remove_posargs.py +13 -0
- package/env/lib/python3.12/site-packages/python_minifier/transforms/suite_transformer.py +193 -0
- package/env/lib/python3.12/site-packages/python_minifier/util.py +48 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/LICENSE +21 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/METADATA +169 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/RECORD +70 -0
- 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 +6 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/entry_points.txt +2 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/python_minifier-2.9.0.dist-info/zip-safe +1 -0
- package/env/lib/python3.12/site-packages/setuptools/__init__.py +282 -0
- 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 +286 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/__init__.py +14 -0
- 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 +58 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_functools.py +73 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_itertools.py +52 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_log.py +3 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_macos_compat.py +12 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_modified.py +72 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_msvccompiler.py +568 -0
- 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 +15 -0
- 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 +108 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_manylinux.py +260 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_musllinux.py +83 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_parser.py +356 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_structures.py +61 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/_tokenizer.py +192 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/markers.py +252 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/metadata.py +825 -0
- 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 +90 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/specifiers.py +1017 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/tags.py +571 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/utils.py +172 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging/version.py +563 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE +3 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.APACHE +177 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/_vendor/packaging-24.0.dist-info/LICENSE.BSD +23 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/archive_util.py +283 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/bcppcompiler.py +396 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/ccompiler.py +1255 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/cmd.py +439 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/__init__.py +25 -0
- 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 +54 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py +155 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_dumb.py +140 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/bdist_rpm.py +597 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build.py +156 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_clib.py +208 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_ext.py +797 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_py.py +406 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/build_scripts.py +170 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/check.py +154 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/clean.py +76 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/config.py +369 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install.py +810 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_data.py +94 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_egg_info.py +92 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_headers.py +44 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py +234 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/install_scripts.py +61 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/register.py +322 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/sdist.py +527 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/command/upload.py +208 -0
- 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 +15 -0
- 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 +34 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/compat/py39.py +66 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/config.py +151 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/core.py +287 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/cygwinccompiler.py +334 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/debug.py +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dep_util.py +14 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dir_util.py +238 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/dist.py +1298 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/errors.py +127 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/extension.py +247 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py +469 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/file_util.py +235 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/filelist.py +369 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/log.py +56 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/msvc9compiler.py +822 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/msvccompiler.py +687 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/spawn.py +117 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/sysconfig.py +582 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/text_file.py +286 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/unixccompiler.py +402 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/util.py +504 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/version.py +349 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/versionpredicate.py +175 -0
- package/env/lib/python3.12/site-packages/setuptools/_distutils/zosccompiler.py +229 -0
- package/env/lib/python3.12/site-packages/setuptools/_entry_points.py +90 -0
- package/env/lib/python3.12/site-packages/setuptools/_imp.py +87 -0
- package/env/lib/python3.12/site-packages/setuptools/_importlib.py +12 -0
- package/env/lib/python3.12/site-packages/setuptools/_itertools.py +23 -0
- package/env/lib/python3.12/site-packages/setuptools/_normalization.py +144 -0
- package/env/lib/python3.12/site-packages/setuptools/_path.py +87 -0
- package/env/lib/python3.12/site-packages/setuptools/_reqs.py +43 -0
- 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 +27 -0
- 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 +142 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autocommand.py +70 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/automain.py +59 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py +333 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand/errors.py +23 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/LICENSE +166 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/METADATA +420 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/RECORD +18 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/WHEEL +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/autocommand-2.2.2.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/__init__.py +1 -0
- 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 +2937 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports/tarfile/__main__.py +5 -0
- 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 +24 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/METADATA +46 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/RECORD +17 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/backports.tarfile-1.2.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/__init__.py +1083 -0
- 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 +83 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_collections.py +30 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_compat.py +57 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_functools.py +104 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_itertools.py +73 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_meta.py +67 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/_text.py +99 -0
- 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 +22 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/compat/py39.py +36 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata/diagnose.py +21 -0
- 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 +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/LICENSE +202 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/METADATA +129 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/RECORD +32 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_metadata-8.0.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/__init__.py +36 -0
- 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 +168 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_common.py +210 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/_itertools.py +38 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/abc.py +171 -0
- 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 +11 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/compat/py39.py +10 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/functional.py +81 -0
- 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 +95 -0
- 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 +194 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources/simple.py +106 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/LICENSE +202 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/METADATA +100 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/RECORD +89 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/importlib_resources-6.4.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect/__init__.py +3986 -0
- 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 +7 -0
- 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 +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/METADATA +591 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/RECORD +13 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/WHEEL +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/inflect-7.3.1.dist-info/top_level.txt +1 -0
- 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 +361 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.py +633 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/functools/__init__.pyi +125 -0
- 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 +2 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/__init__.py +624 -0
- 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 +25 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/show-newlines.py +33 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/strip-prefix.py +21 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-dvorak.py +6 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco/text/to-qwerty.py +6 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/METADATA +75 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/RECORD +8 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/WHEEL +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.context-5.3.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/METADATA +64 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/RECORD +10 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/WHEEL +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.functools-4.0.1.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/METADATA +95 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/RECORD +20 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/jaraco.text-3.12.1.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.py +6 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/__init__.pyi +2 -0
- 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 +4806 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/more.pyi +709 -0
- 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 +1046 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools/recipes.pyi +136 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/LICENSE +19 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/METADATA +266 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/more_itertools-10.3.0.dist-info/RECORD +16 -0
- 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 +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/__init__.py +15 -0
- 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 +110 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_manylinux.py +262 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_musllinux.py +85 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_parser.py +354 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_structures.py +61 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/_tokenizer.py +194 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/markers.py +325 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/metadata.py +804 -0
- 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 +91 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/specifiers.py +1009 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/tags.py +568 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/utils.py +174 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging/version.py +563 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE +3 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.APACHE +177 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/LICENSE.BSD +23 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/METADATA +102 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/packaging-24.1.dist-info/RECORD +37 -0
- 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 +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__init__.py +627 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/__main__.py +55 -0
- 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 +249 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/api.py +292 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/macos.py +130 -0
- 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 +275 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/version.py +16 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs/windows.py +272 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/METADATA +319 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/RECORD +23 -0
- 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 +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/platformdirs-4.2.2.dist-info/licenses/LICENSE +21 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/ruff.toml +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/__init__.py +11 -0
- 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 +691 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_re.py +107 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/_types.py +10 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli/py.typed +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/LICENSE +21 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/METADATA +206 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/tomli-2.0.1.dist-info/RECORD +15 -0
- 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 +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/__init__.py +48 -0
- 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 +993 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_config.py +108 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_decorators.py +235 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_exceptions.py +42 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_functions.py +308 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_importhook.py +213 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_memo.py +48 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_pytest_plugin.py +127 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_suppression.py +86 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_transformer.py +1229 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_union_transformer.py +55 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard/_utils.py +173 -0
- 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 +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/LICENSE +19 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/METADATA +81 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/RECORD +34 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/WHEEL +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/entry_points.txt +2 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typeguard-4.3.0.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/LICENSE +279 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/METADATA +67 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/RECORD +7 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions-4.12.2.dist-info/WHEEL +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/typing_extensions.py +3641 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__init__.py +3 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/__main__.py +23 -0
- 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 +26 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/bdist_wheel.py +595 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/__init__.py +155 -0
- 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 +273 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/pack.py +85 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/tags.py +139 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/cli/unpack.py +30 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/macosx_libfile.py +469 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/metadata.py +180 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/util.py +26 -0
- 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 +108 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_manylinux.py +260 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_musllinux.py +83 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_parser.py +356 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_structures.py +61 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/_tokenizer.py +192 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/markers.py +253 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/requirements.py +90 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/specifiers.py +1011 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/tags.py +571 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/utils.py +172 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/packaging/version.py +561 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/vendored/vendor.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel/wheelfile.py +196 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/LICENSE.txt +21 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/METADATA +61 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/RECORD +63 -0
- 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 +4 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/wheel-0.43.0.dist-info/entry_points.txt +6 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/__init__.py +501 -0
- 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 +11 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp/glob.py +106 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/METADATA +102 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/RECORD +15 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools/_vendor/zipp-3.19.2.dist-info/top_level.txt +1 -0
- package/env/lib/python3.12/site-packages/setuptools/archive_util.py +217 -0
- package/env/lib/python3.12/site-packages/setuptools/build_meta.py +529 -0
- 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 +13 -0
- 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 +131 -0
- package/env/lib/python3.12/site-packages/setuptools/command/alias.py +78 -0
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_egg.py +465 -0
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_rpm.py +42 -0
- package/env/lib/python3.12/site-packages/setuptools/command/bdist_wheel.py +621 -0
- package/env/lib/python3.12/site-packages/setuptools/command/build.py +129 -0
- package/env/lib/python3.12/site-packages/setuptools/command/build_clib.py +108 -0
- package/env/lib/python3.12/site-packages/setuptools/command/build_ext.py +462 -0
- package/env/lib/python3.12/site-packages/setuptools/command/build_py.py +404 -0
- package/env/lib/python3.12/site-packages/setuptools/command/develop.py +195 -0
- package/env/lib/python3.12/site-packages/setuptools/command/dist_info.py +107 -0
- package/env/lib/python3.12/site-packages/setuptools/command/easy_install.py +2364 -0
- package/env/lib/python3.12/site-packages/setuptools/command/editable_wheel.py +899 -0
- package/env/lib/python3.12/site-packages/setuptools/command/egg_info.py +727 -0
- package/env/lib/python3.12/site-packages/setuptools/command/install.py +165 -0
- package/env/lib/python3.12/site-packages/setuptools/command/install_egg_info.py +58 -0
- package/env/lib/python3.12/site-packages/setuptools/command/install_lib.py +134 -0
- package/env/lib/python3.12/site-packages/setuptools/command/install_scripts.py +73 -0
- package/env/lib/python3.12/site-packages/setuptools/command/launcher manifest.xml +15 -0
- package/env/lib/python3.12/site-packages/setuptools/command/register.py +22 -0
- package/env/lib/python3.12/site-packages/setuptools/command/rotate.py +65 -0
- package/env/lib/python3.12/site-packages/setuptools/command/saveopts.py +21 -0
- package/env/lib/python3.12/site-packages/setuptools/command/sdist.py +207 -0
- package/env/lib/python3.12/site-packages/setuptools/command/setopt.py +141 -0
- package/env/lib/python3.12/site-packages/setuptools/command/test.py +42 -0
- package/env/lib/python3.12/site-packages/setuptools/command/upload.py +20 -0
- package/env/lib/python3.12/site-packages/setuptools/command/upload_docs.py +221 -0
- 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 +9 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/py311.py +27 -0
- package/env/lib/python3.12/site-packages/setuptools/compat/py39.py +9 -0
- package/env/lib/python3.12/site-packages/setuptools/config/NOTICE +10 -0
- package/env/lib/python3.12/site-packages/setuptools/config/__init__.py +43 -0
- 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 +439 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/NOTICE +438 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/__init__.py +34 -0
- 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 +336 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/extra_validations.py +52 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_exceptions.py +51 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/fastjsonschema_validations.py +1104 -0
- package/env/lib/python3.12/site-packages/setuptools/config/_validate_pyproject/formats.py +375 -0
- package/env/lib/python3.12/site-packages/setuptools/config/distutils.schema.json +26 -0
- package/env/lib/python3.12/site-packages/setuptools/config/expand.py +436 -0
- package/env/lib/python3.12/site-packages/setuptools/config/pyprojecttoml.py +453 -0
- package/env/lib/python3.12/site-packages/setuptools/config/setupcfg.py +777 -0
- package/env/lib/python3.12/site-packages/setuptools/config/setuptools.schema.json +352 -0
- package/env/lib/python3.12/site-packages/setuptools/depends.py +166 -0
- package/env/lib/python3.12/site-packages/setuptools/discovery.py +607 -0
- package/env/lib/python3.12/site-packages/setuptools/dist.py +953 -0
- package/env/lib/python3.12/site-packages/setuptools/errors.py +65 -0
- package/env/lib/python3.12/site-packages/setuptools/extension.py +163 -0
- package/env/lib/python3.12/site-packages/setuptools/glob.py +165 -0
- 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 +145 -0
- package/env/lib/python3.12/site-packages/setuptools/launch.py +36 -0
- package/env/lib/python3.12/site-packages/setuptools/logging.py +40 -0
- package/env/lib/python3.12/site-packages/setuptools/modified.py +8 -0
- package/env/lib/python3.12/site-packages/setuptools/monkey.py +156 -0
- package/env/lib/python3.12/site-packages/setuptools/msvc.py +1748 -0
- package/env/lib/python3.12/site-packages/setuptools/namespaces.py +105 -0
- package/env/lib/python3.12/site-packages/setuptools/package_index.py +1148 -0
- package/env/lib/python3.12/site-packages/setuptools/sandbox.py +514 -0
- package/env/lib/python3.12/site-packages/setuptools/script (dev).tmpl +6 -0
- package/env/lib/python3.12/site-packages/setuptools/script.tmpl +3 -0
- package/env/lib/python3.12/site-packages/setuptools/unicode_utils.py +102 -0
- package/env/lib/python3.12/site-packages/setuptools/version.py +6 -0
- package/env/lib/python3.12/site-packages/setuptools/warnings.py +107 -0
- package/env/lib/python3.12/site-packages/setuptools/wheel.py +236 -0
- package/env/lib/python3.12/site-packages/setuptools/windows_support.py +30 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/INSTALLER +1 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/LICENSE +17 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/METADATA +136 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/RECORD +1007 -0
- 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 +5 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/entry_points.txt +52 -0
- package/env/lib/python3.12/site-packages/setuptools-73.0.1.dist-info/top_level.txt +3 -0
- package/env/pyvenv.cfg +5 -0
- package/package.json +9 -8
- package/src/stdlib/pyscript/websocket.py +4 -1
- package/src/stdlib/pyscript.js +1 -1
- package/dist/codemirror_view-CT67V3cG.js +0 -2
- package/dist/codemirror_view-CT67V3cG.js.map +0 -1
- package/pyscript-core-0.5.3-rc1.tgz +0 -0
@@ -0,0 +1,1009 @@
|
|
1
|
+
# This file is dual licensed under the terms of the Apache License, Version
|
2
|
+
# 2.0, and the BSD License. See the LICENSE file in the root of this repository
|
3
|
+
# for complete details.
|
4
|
+
"""
|
5
|
+
.. testsetup::
|
6
|
+
|
7
|
+
from packaging.specifiers import Specifier, SpecifierSet, InvalidSpecifier
|
8
|
+
from packaging.version import Version
|
9
|
+
"""
|
10
|
+
|
11
|
+
from __future__ import annotations
|
12
|
+
|
13
|
+
import abc
|
14
|
+
import itertools
|
15
|
+
import re
|
16
|
+
from typing import Callable, Iterable, Iterator, TypeVar, Union
|
17
|
+
|
18
|
+
from .utils import canonicalize_version
|
19
|
+
from .version import Version
|
20
|
+
|
21
|
+
UnparsedVersion = Union[Version, str]
|
22
|
+
UnparsedVersionVar = TypeVar("UnparsedVersionVar", bound=UnparsedVersion)
|
23
|
+
CallableOperator = Callable[[Version, str], bool]
|
24
|
+
|
25
|
+
|
26
|
+
def _coerce_version(version: UnparsedVersion) -> Version:
|
27
|
+
if not isinstance(version, Version):
|
28
|
+
version = Version(version)
|
29
|
+
return version
|
30
|
+
|
31
|
+
|
32
|
+
class InvalidSpecifier(ValueError):
|
33
|
+
"""
|
34
|
+
Raised when attempting to create a :class:`Specifier` with a specifier
|
35
|
+
string that is invalid.
|
36
|
+
|
37
|
+
>>> Specifier("lolwat")
|
38
|
+
Traceback (most recent call last):
|
39
|
+
...
|
40
|
+
packaging.specifiers.InvalidSpecifier: Invalid specifier: 'lolwat'
|
41
|
+
"""
|
42
|
+
|
43
|
+
|
44
|
+
class BaseSpecifier(metaclass=abc.ABCMeta):
|
45
|
+
@abc.abstractmethod
|
46
|
+
def __str__(self) -> str:
|
47
|
+
"""
|
48
|
+
Returns the str representation of this Specifier-like object. This
|
49
|
+
should be representative of the Specifier itself.
|
50
|
+
"""
|
51
|
+
|
52
|
+
@abc.abstractmethod
|
53
|
+
def __hash__(self) -> int:
|
54
|
+
"""
|
55
|
+
Returns a hash value for this Specifier-like object.
|
56
|
+
"""
|
57
|
+
|
58
|
+
@abc.abstractmethod
|
59
|
+
def __eq__(self, other: object) -> bool:
|
60
|
+
"""
|
61
|
+
Returns a boolean representing whether or not the two Specifier-like
|
62
|
+
objects are equal.
|
63
|
+
|
64
|
+
:param other: The other object to check against.
|
65
|
+
"""
|
66
|
+
|
67
|
+
@property
|
68
|
+
@abc.abstractmethod
|
69
|
+
def prereleases(self) -> bool | None:
|
70
|
+
"""Whether or not pre-releases as a whole are allowed.
|
71
|
+
|
72
|
+
This can be set to either ``True`` or ``False`` to explicitly enable or disable
|
73
|
+
prereleases or it can be set to ``None`` (the default) to use default semantics.
|
74
|
+
"""
|
75
|
+
|
76
|
+
@prereleases.setter
|
77
|
+
def prereleases(self, value: bool) -> None:
|
78
|
+
"""Setter for :attr:`prereleases`.
|
79
|
+
|
80
|
+
:param value: The value to set.
|
81
|
+
"""
|
82
|
+
|
83
|
+
@abc.abstractmethod
|
84
|
+
def contains(self, item: str, prereleases: bool | None = None) -> bool:
|
85
|
+
"""
|
86
|
+
Determines if the given item is contained within this specifier.
|
87
|
+
"""
|
88
|
+
|
89
|
+
@abc.abstractmethod
|
90
|
+
def filter(
|
91
|
+
self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None
|
92
|
+
) -> Iterator[UnparsedVersionVar]:
|
93
|
+
"""
|
94
|
+
Takes an iterable of items and filters them so that only items which
|
95
|
+
are contained within this specifier are allowed in it.
|
96
|
+
"""
|
97
|
+
|
98
|
+
|
99
|
+
class Specifier(BaseSpecifier):
|
100
|
+
"""This class abstracts handling of version specifiers.
|
101
|
+
|
102
|
+
.. tip::
|
103
|
+
|
104
|
+
It is generally not required to instantiate this manually. You should instead
|
105
|
+
prefer to work with :class:`SpecifierSet` instead, which can parse
|
106
|
+
comma-separated version specifiers (which is what package metadata contains).
|
107
|
+
"""
|
108
|
+
|
109
|
+
_operator_regex_str = r"""
|
110
|
+
(?P<operator>(~=|==|!=|<=|>=|<|>|===))
|
111
|
+
"""
|
112
|
+
_version_regex_str = r"""
|
113
|
+
(?P<version>
|
114
|
+
(?:
|
115
|
+
# The identity operators allow for an escape hatch that will
|
116
|
+
# do an exact string match of the version you wish to install.
|
117
|
+
# This will not be parsed by PEP 440 and we cannot determine
|
118
|
+
# any semantic meaning from it. This operator is discouraged
|
119
|
+
# but included entirely as an escape hatch.
|
120
|
+
(?<====) # Only match for the identity operator
|
121
|
+
\s*
|
122
|
+
[^\s;)]* # The arbitrary version can be just about anything,
|
123
|
+
# we match everything except for whitespace, a
|
124
|
+
# semi-colon for marker support, and a closing paren
|
125
|
+
# since versions can be enclosed in them.
|
126
|
+
)
|
127
|
+
|
|
128
|
+
(?:
|
129
|
+
# The (non)equality operators allow for wild card and local
|
130
|
+
# versions to be specified so we have to define these two
|
131
|
+
# operators separately to enable that.
|
132
|
+
(?<===|!=) # Only match for equals and not equals
|
133
|
+
|
134
|
+
\s*
|
135
|
+
v?
|
136
|
+
(?:[0-9]+!)? # epoch
|
137
|
+
[0-9]+(?:\.[0-9]+)* # release
|
138
|
+
|
139
|
+
# You cannot use a wild card and a pre-release, post-release, a dev or
|
140
|
+
# local version together so group them with a | and make them optional.
|
141
|
+
(?:
|
142
|
+
\.\* # Wild card syntax of .*
|
143
|
+
|
|
144
|
+
(?: # pre release
|
145
|
+
[-_\.]?
|
146
|
+
(alpha|beta|preview|pre|a|b|c|rc)
|
147
|
+
[-_\.]?
|
148
|
+
[0-9]*
|
149
|
+
)?
|
150
|
+
(?: # post release
|
151
|
+
(?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*)
|
152
|
+
)?
|
153
|
+
(?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release
|
154
|
+
(?:\+[a-z0-9]+(?:[-_\.][a-z0-9]+)*)? # local
|
155
|
+
)?
|
156
|
+
)
|
157
|
+
|
|
158
|
+
(?:
|
159
|
+
# The compatible operator requires at least two digits in the
|
160
|
+
# release segment.
|
161
|
+
(?<=~=) # Only match for the compatible operator
|
162
|
+
|
163
|
+
\s*
|
164
|
+
v?
|
165
|
+
(?:[0-9]+!)? # epoch
|
166
|
+
[0-9]+(?:\.[0-9]+)+ # release (We have a + instead of a *)
|
167
|
+
(?: # pre release
|
168
|
+
[-_\.]?
|
169
|
+
(alpha|beta|preview|pre|a|b|c|rc)
|
170
|
+
[-_\.]?
|
171
|
+
[0-9]*
|
172
|
+
)?
|
173
|
+
(?: # post release
|
174
|
+
(?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*)
|
175
|
+
)?
|
176
|
+
(?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release
|
177
|
+
)
|
178
|
+
|
|
179
|
+
(?:
|
180
|
+
# All other operators only allow a sub set of what the
|
181
|
+
# (non)equality operators do. Specifically they do not allow
|
182
|
+
# local versions to be specified nor do they allow the prefix
|
183
|
+
# matching wild cards.
|
184
|
+
(?<!==|!=|~=) # We have special cases for these
|
185
|
+
# operators so we want to make sure they
|
186
|
+
# don't match here.
|
187
|
+
|
188
|
+
\s*
|
189
|
+
v?
|
190
|
+
(?:[0-9]+!)? # epoch
|
191
|
+
[0-9]+(?:\.[0-9]+)* # release
|
192
|
+
(?: # pre release
|
193
|
+
[-_\.]?
|
194
|
+
(alpha|beta|preview|pre|a|b|c|rc)
|
195
|
+
[-_\.]?
|
196
|
+
[0-9]*
|
197
|
+
)?
|
198
|
+
(?: # post release
|
199
|
+
(?:-[0-9]+)|(?:[-_\.]?(post|rev|r)[-_\.]?[0-9]*)
|
200
|
+
)?
|
201
|
+
(?:[-_\.]?dev[-_\.]?[0-9]*)? # dev release
|
202
|
+
)
|
203
|
+
)
|
204
|
+
"""
|
205
|
+
|
206
|
+
_regex = re.compile(
|
207
|
+
r"^\s*" + _operator_regex_str + _version_regex_str + r"\s*$",
|
208
|
+
re.VERBOSE | re.IGNORECASE,
|
209
|
+
)
|
210
|
+
|
211
|
+
_operators = {
|
212
|
+
"~=": "compatible",
|
213
|
+
"==": "equal",
|
214
|
+
"!=": "not_equal",
|
215
|
+
"<=": "less_than_equal",
|
216
|
+
">=": "greater_than_equal",
|
217
|
+
"<": "less_than",
|
218
|
+
">": "greater_than",
|
219
|
+
"===": "arbitrary",
|
220
|
+
}
|
221
|
+
|
222
|
+
def __init__(self, spec: str = "", prereleases: bool | None = None) -> None:
|
223
|
+
"""Initialize a Specifier instance.
|
224
|
+
|
225
|
+
:param spec:
|
226
|
+
The string representation of a specifier which will be parsed and
|
227
|
+
normalized before use.
|
228
|
+
:param prereleases:
|
229
|
+
This tells the specifier if it should accept prerelease versions if
|
230
|
+
applicable or not. The default of ``None`` will autodetect it from the
|
231
|
+
given specifiers.
|
232
|
+
:raises InvalidSpecifier:
|
233
|
+
If the given specifier is invalid (i.e. bad syntax).
|
234
|
+
"""
|
235
|
+
match = self._regex.search(spec)
|
236
|
+
if not match:
|
237
|
+
raise InvalidSpecifier(f"Invalid specifier: '{spec}'")
|
238
|
+
|
239
|
+
self._spec: tuple[str, str] = (
|
240
|
+
match.group("operator").strip(),
|
241
|
+
match.group("version").strip(),
|
242
|
+
)
|
243
|
+
|
244
|
+
# Store whether or not this Specifier should accept prereleases
|
245
|
+
self._prereleases = prereleases
|
246
|
+
|
247
|
+
# https://github.com/python/mypy/pull/13475#pullrequestreview-1079784515
|
248
|
+
@property # type: ignore[override]
|
249
|
+
def prereleases(self) -> bool:
|
250
|
+
# If there is an explicit prereleases set for this, then we'll just
|
251
|
+
# blindly use that.
|
252
|
+
if self._prereleases is not None:
|
253
|
+
return self._prereleases
|
254
|
+
|
255
|
+
# Look at all of our specifiers and determine if they are inclusive
|
256
|
+
# operators, and if they are if they are including an explicit
|
257
|
+
# prerelease.
|
258
|
+
operator, version = self._spec
|
259
|
+
if operator in ["==", ">=", "<=", "~=", "==="]:
|
260
|
+
# The == specifier can include a trailing .*, if it does we
|
261
|
+
# want to remove before parsing.
|
262
|
+
if operator == "==" and version.endswith(".*"):
|
263
|
+
version = version[:-2]
|
264
|
+
|
265
|
+
# Parse the version, and if it is a pre-release than this
|
266
|
+
# specifier allows pre-releases.
|
267
|
+
if Version(version).is_prerelease:
|
268
|
+
return True
|
269
|
+
|
270
|
+
return False
|
271
|
+
|
272
|
+
@prereleases.setter
|
273
|
+
def prereleases(self, value: bool) -> None:
|
274
|
+
self._prereleases = value
|
275
|
+
|
276
|
+
@property
|
277
|
+
def operator(self) -> str:
|
278
|
+
"""The operator of this specifier.
|
279
|
+
|
280
|
+
>>> Specifier("==1.2.3").operator
|
281
|
+
'=='
|
282
|
+
"""
|
283
|
+
return self._spec[0]
|
284
|
+
|
285
|
+
@property
|
286
|
+
def version(self) -> str:
|
287
|
+
"""The version of this specifier.
|
288
|
+
|
289
|
+
>>> Specifier("==1.2.3").version
|
290
|
+
'1.2.3'
|
291
|
+
"""
|
292
|
+
return self._spec[1]
|
293
|
+
|
294
|
+
def __repr__(self) -> str:
|
295
|
+
"""A representation of the Specifier that shows all internal state.
|
296
|
+
|
297
|
+
>>> Specifier('>=1.0.0')
|
298
|
+
<Specifier('>=1.0.0')>
|
299
|
+
>>> Specifier('>=1.0.0', prereleases=False)
|
300
|
+
<Specifier('>=1.0.0', prereleases=False)>
|
301
|
+
>>> Specifier('>=1.0.0', prereleases=True)
|
302
|
+
<Specifier('>=1.0.0', prereleases=True)>
|
303
|
+
"""
|
304
|
+
pre = (
|
305
|
+
f", prereleases={self.prereleases!r}"
|
306
|
+
if self._prereleases is not None
|
307
|
+
else ""
|
308
|
+
)
|
309
|
+
|
310
|
+
return f"<{self.__class__.__name__}({str(self)!r}{pre})>"
|
311
|
+
|
312
|
+
def __str__(self) -> str:
|
313
|
+
"""A string representation of the Specifier that can be round-tripped.
|
314
|
+
|
315
|
+
>>> str(Specifier('>=1.0.0'))
|
316
|
+
'>=1.0.0'
|
317
|
+
>>> str(Specifier('>=1.0.0', prereleases=False))
|
318
|
+
'>=1.0.0'
|
319
|
+
"""
|
320
|
+
return "{}{}".format(*self._spec)
|
321
|
+
|
322
|
+
@property
|
323
|
+
def _canonical_spec(self) -> tuple[str, str]:
|
324
|
+
canonical_version = canonicalize_version(
|
325
|
+
self._spec[1],
|
326
|
+
strip_trailing_zero=(self._spec[0] != "~="),
|
327
|
+
)
|
328
|
+
return self._spec[0], canonical_version
|
329
|
+
|
330
|
+
def __hash__(self) -> int:
|
331
|
+
return hash(self._canonical_spec)
|
332
|
+
|
333
|
+
def __eq__(self, other: object) -> bool:
|
334
|
+
"""Whether or not the two Specifier-like objects are equal.
|
335
|
+
|
336
|
+
:param other: The other object to check against.
|
337
|
+
|
338
|
+
The value of :attr:`prereleases` is ignored.
|
339
|
+
|
340
|
+
>>> Specifier("==1.2.3") == Specifier("== 1.2.3.0")
|
341
|
+
True
|
342
|
+
>>> (Specifier("==1.2.3", prereleases=False) ==
|
343
|
+
... Specifier("==1.2.3", prereleases=True))
|
344
|
+
True
|
345
|
+
>>> Specifier("==1.2.3") == "==1.2.3"
|
346
|
+
True
|
347
|
+
>>> Specifier("==1.2.3") == Specifier("==1.2.4")
|
348
|
+
False
|
349
|
+
>>> Specifier("==1.2.3") == Specifier("~=1.2.3")
|
350
|
+
False
|
351
|
+
"""
|
352
|
+
if isinstance(other, str):
|
353
|
+
try:
|
354
|
+
other = self.__class__(str(other))
|
355
|
+
except InvalidSpecifier:
|
356
|
+
return NotImplemented
|
357
|
+
elif not isinstance(other, self.__class__):
|
358
|
+
return NotImplemented
|
359
|
+
|
360
|
+
return self._canonical_spec == other._canonical_spec
|
361
|
+
|
362
|
+
def _get_operator(self, op: str) -> CallableOperator:
|
363
|
+
operator_callable: CallableOperator = getattr(
|
364
|
+
self, f"_compare_{self._operators[op]}"
|
365
|
+
)
|
366
|
+
return operator_callable
|
367
|
+
|
368
|
+
def _compare_compatible(self, prospective: Version, spec: str) -> bool:
|
369
|
+
# Compatible releases have an equivalent combination of >= and ==. That
|
370
|
+
# is that ~=2.2 is equivalent to >=2.2,==2.*. This allows us to
|
371
|
+
# implement this in terms of the other specifiers instead of
|
372
|
+
# implementing it ourselves. The only thing we need to do is construct
|
373
|
+
# the other specifiers.
|
374
|
+
|
375
|
+
# We want everything but the last item in the version, but we want to
|
376
|
+
# ignore suffix segments.
|
377
|
+
prefix = _version_join(
|
378
|
+
list(itertools.takewhile(_is_not_suffix, _version_split(spec)))[:-1]
|
379
|
+
)
|
380
|
+
|
381
|
+
# Add the prefix notation to the end of our string
|
382
|
+
prefix += ".*"
|
383
|
+
|
384
|
+
return self._get_operator(">=")(prospective, spec) and self._get_operator("==")(
|
385
|
+
prospective, prefix
|
386
|
+
)
|
387
|
+
|
388
|
+
def _compare_equal(self, prospective: Version, spec: str) -> bool:
|
389
|
+
# We need special logic to handle prefix matching
|
390
|
+
if spec.endswith(".*"):
|
391
|
+
# In the case of prefix matching we want to ignore local segment.
|
392
|
+
normalized_prospective = canonicalize_version(
|
393
|
+
prospective.public, strip_trailing_zero=False
|
394
|
+
)
|
395
|
+
# Get the normalized version string ignoring the trailing .*
|
396
|
+
normalized_spec = canonicalize_version(spec[:-2], strip_trailing_zero=False)
|
397
|
+
# Split the spec out by bangs and dots, and pretend that there is
|
398
|
+
# an implicit dot in between a release segment and a pre-release segment.
|
399
|
+
split_spec = _version_split(normalized_spec)
|
400
|
+
|
401
|
+
# Split the prospective version out by bangs and dots, and pretend
|
402
|
+
# that there is an implicit dot in between a release segment and
|
403
|
+
# a pre-release segment.
|
404
|
+
split_prospective = _version_split(normalized_prospective)
|
405
|
+
|
406
|
+
# 0-pad the prospective version before shortening it to get the correct
|
407
|
+
# shortened version.
|
408
|
+
padded_prospective, _ = _pad_version(split_prospective, split_spec)
|
409
|
+
|
410
|
+
# Shorten the prospective version to be the same length as the spec
|
411
|
+
# so that we can determine if the specifier is a prefix of the
|
412
|
+
# prospective version or not.
|
413
|
+
shortened_prospective = padded_prospective[: len(split_spec)]
|
414
|
+
|
415
|
+
return shortened_prospective == split_spec
|
416
|
+
else:
|
417
|
+
# Convert our spec string into a Version
|
418
|
+
spec_version = Version(spec)
|
419
|
+
|
420
|
+
# If the specifier does not have a local segment, then we want to
|
421
|
+
# act as if the prospective version also does not have a local
|
422
|
+
# segment.
|
423
|
+
if not spec_version.local:
|
424
|
+
prospective = Version(prospective.public)
|
425
|
+
|
426
|
+
return prospective == spec_version
|
427
|
+
|
428
|
+
def _compare_not_equal(self, prospective: Version, spec: str) -> bool:
|
429
|
+
return not self._compare_equal(prospective, spec)
|
430
|
+
|
431
|
+
def _compare_less_than_equal(self, prospective: Version, spec: str) -> bool:
|
432
|
+
# NB: Local version identifiers are NOT permitted in the version
|
433
|
+
# specifier, so local version labels can be universally removed from
|
434
|
+
# the prospective version.
|
435
|
+
return Version(prospective.public) <= Version(spec)
|
436
|
+
|
437
|
+
def _compare_greater_than_equal(self, prospective: Version, spec: str) -> bool:
|
438
|
+
# NB: Local version identifiers are NOT permitted in the version
|
439
|
+
# specifier, so local version labels can be universally removed from
|
440
|
+
# the prospective version.
|
441
|
+
return Version(prospective.public) >= Version(spec)
|
442
|
+
|
443
|
+
def _compare_less_than(self, prospective: Version, spec_str: str) -> bool:
|
444
|
+
# Convert our spec to a Version instance, since we'll want to work with
|
445
|
+
# it as a version.
|
446
|
+
spec = Version(spec_str)
|
447
|
+
|
448
|
+
# Check to see if the prospective version is less than the spec
|
449
|
+
# version. If it's not we can short circuit and just return False now
|
450
|
+
# instead of doing extra unneeded work.
|
451
|
+
if not prospective < spec:
|
452
|
+
return False
|
453
|
+
|
454
|
+
# This special case is here so that, unless the specifier itself
|
455
|
+
# includes is a pre-release version, that we do not accept pre-release
|
456
|
+
# versions for the version mentioned in the specifier (e.g. <3.1 should
|
457
|
+
# not match 3.1.dev0, but should match 3.0.dev0).
|
458
|
+
if not spec.is_prerelease and prospective.is_prerelease:
|
459
|
+
if Version(prospective.base_version) == Version(spec.base_version):
|
460
|
+
return False
|
461
|
+
|
462
|
+
# If we've gotten to here, it means that prospective version is both
|
463
|
+
# less than the spec version *and* it's not a pre-release of the same
|
464
|
+
# version in the spec.
|
465
|
+
return True
|
466
|
+
|
467
|
+
def _compare_greater_than(self, prospective: Version, spec_str: str) -> bool:
|
468
|
+
# Convert our spec to a Version instance, since we'll want to work with
|
469
|
+
# it as a version.
|
470
|
+
spec = Version(spec_str)
|
471
|
+
|
472
|
+
# Check to see if the prospective version is greater than the spec
|
473
|
+
# version. If it's not we can short circuit and just return False now
|
474
|
+
# instead of doing extra unneeded work.
|
475
|
+
if not prospective > spec:
|
476
|
+
return False
|
477
|
+
|
478
|
+
# This special case is here so that, unless the specifier itself
|
479
|
+
# includes is a post-release version, that we do not accept
|
480
|
+
# post-release versions for the version mentioned in the specifier
|
481
|
+
# (e.g. >3.1 should not match 3.0.post0, but should match 3.2.post0).
|
482
|
+
if not spec.is_postrelease and prospective.is_postrelease:
|
483
|
+
if Version(prospective.base_version) == Version(spec.base_version):
|
484
|
+
return False
|
485
|
+
|
486
|
+
# Ensure that we do not allow a local version of the version mentioned
|
487
|
+
# in the specifier, which is technically greater than, to match.
|
488
|
+
if prospective.local is not None:
|
489
|
+
if Version(prospective.base_version) == Version(spec.base_version):
|
490
|
+
return False
|
491
|
+
|
492
|
+
# If we've gotten to here, it means that prospective version is both
|
493
|
+
# greater than the spec version *and* it's not a pre-release of the
|
494
|
+
# same version in the spec.
|
495
|
+
return True
|
496
|
+
|
497
|
+
def _compare_arbitrary(self, prospective: Version, spec: str) -> bool:
|
498
|
+
return str(prospective).lower() == str(spec).lower()
|
499
|
+
|
500
|
+
def __contains__(self, item: str | Version) -> bool:
|
501
|
+
"""Return whether or not the item is contained in this specifier.
|
502
|
+
|
503
|
+
:param item: The item to check for.
|
504
|
+
|
505
|
+
This is used for the ``in`` operator and behaves the same as
|
506
|
+
:meth:`contains` with no ``prereleases`` argument passed.
|
507
|
+
|
508
|
+
>>> "1.2.3" in Specifier(">=1.2.3")
|
509
|
+
True
|
510
|
+
>>> Version("1.2.3") in Specifier(">=1.2.3")
|
511
|
+
True
|
512
|
+
>>> "1.0.0" in Specifier(">=1.2.3")
|
513
|
+
False
|
514
|
+
>>> "1.3.0a1" in Specifier(">=1.2.3")
|
515
|
+
False
|
516
|
+
>>> "1.3.0a1" in Specifier(">=1.2.3", prereleases=True)
|
517
|
+
True
|
518
|
+
"""
|
519
|
+
return self.contains(item)
|
520
|
+
|
521
|
+
def contains(self, item: UnparsedVersion, prereleases: bool | None = None) -> bool:
|
522
|
+
"""Return whether or not the item is contained in this specifier.
|
523
|
+
|
524
|
+
:param item:
|
525
|
+
The item to check for, which can be a version string or a
|
526
|
+
:class:`Version` instance.
|
527
|
+
:param prereleases:
|
528
|
+
Whether or not to match prereleases with this Specifier. If set to
|
529
|
+
``None`` (the default), it uses :attr:`prereleases` to determine
|
530
|
+
whether or not prereleases are allowed.
|
531
|
+
|
532
|
+
>>> Specifier(">=1.2.3").contains("1.2.3")
|
533
|
+
True
|
534
|
+
>>> Specifier(">=1.2.3").contains(Version("1.2.3"))
|
535
|
+
True
|
536
|
+
>>> Specifier(">=1.2.3").contains("1.0.0")
|
537
|
+
False
|
538
|
+
>>> Specifier(">=1.2.3").contains("1.3.0a1")
|
539
|
+
False
|
540
|
+
>>> Specifier(">=1.2.3", prereleases=True).contains("1.3.0a1")
|
541
|
+
True
|
542
|
+
>>> Specifier(">=1.2.3").contains("1.3.0a1", prereleases=True)
|
543
|
+
True
|
544
|
+
"""
|
545
|
+
|
546
|
+
# Determine if prereleases are to be allowed or not.
|
547
|
+
if prereleases is None:
|
548
|
+
prereleases = self.prereleases
|
549
|
+
|
550
|
+
# Normalize item to a Version, this allows us to have a shortcut for
|
551
|
+
# "2.0" in Specifier(">=2")
|
552
|
+
normalized_item = _coerce_version(item)
|
553
|
+
|
554
|
+
# Determine if we should be supporting prereleases in this specifier
|
555
|
+
# or not, if we do not support prereleases than we can short circuit
|
556
|
+
# logic if this version is a prereleases.
|
557
|
+
if normalized_item.is_prerelease and not prereleases:
|
558
|
+
return False
|
559
|
+
|
560
|
+
# Actually do the comparison to determine if this item is contained
|
561
|
+
# within this Specifier or not.
|
562
|
+
operator_callable: CallableOperator = self._get_operator(self.operator)
|
563
|
+
return operator_callable(normalized_item, self.version)
|
564
|
+
|
565
|
+
def filter(
|
566
|
+
self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None
|
567
|
+
) -> Iterator[UnparsedVersionVar]:
|
568
|
+
"""Filter items in the given iterable, that match the specifier.
|
569
|
+
|
570
|
+
:param iterable:
|
571
|
+
An iterable that can contain version strings and :class:`Version` instances.
|
572
|
+
The items in the iterable will be filtered according to the specifier.
|
573
|
+
:param prereleases:
|
574
|
+
Whether or not to allow prereleases in the returned iterator. If set to
|
575
|
+
``None`` (the default), it will be intelligently decide whether to allow
|
576
|
+
prereleases or not (based on the :attr:`prereleases` attribute, and
|
577
|
+
whether the only versions matching are prereleases).
|
578
|
+
|
579
|
+
This method is smarter than just ``filter(Specifier().contains, [...])``
|
580
|
+
because it implements the rule from :pep:`440` that a prerelease item
|
581
|
+
SHOULD be accepted if no other versions match the given specifier.
|
582
|
+
|
583
|
+
>>> list(Specifier(">=1.2.3").filter(["1.2", "1.3", "1.5a1"]))
|
584
|
+
['1.3']
|
585
|
+
>>> list(Specifier(">=1.2.3").filter(["1.2", "1.2.3", "1.3", Version("1.4")]))
|
586
|
+
['1.2.3', '1.3', <Version('1.4')>]
|
587
|
+
>>> list(Specifier(">=1.2.3").filter(["1.2", "1.5a1"]))
|
588
|
+
['1.5a1']
|
589
|
+
>>> list(Specifier(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True))
|
590
|
+
['1.3', '1.5a1']
|
591
|
+
>>> list(Specifier(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"]))
|
592
|
+
['1.3', '1.5a1']
|
593
|
+
"""
|
594
|
+
|
595
|
+
yielded = False
|
596
|
+
found_prereleases = []
|
597
|
+
|
598
|
+
kw = {"prereleases": prereleases if prereleases is not None else True}
|
599
|
+
|
600
|
+
# Attempt to iterate over all the values in the iterable and if any of
|
601
|
+
# them match, yield them.
|
602
|
+
for version in iterable:
|
603
|
+
parsed_version = _coerce_version(version)
|
604
|
+
|
605
|
+
if self.contains(parsed_version, **kw):
|
606
|
+
# If our version is a prerelease, and we were not set to allow
|
607
|
+
# prereleases, then we'll store it for later in case nothing
|
608
|
+
# else matches this specifier.
|
609
|
+
if parsed_version.is_prerelease and not (
|
610
|
+
prereleases or self.prereleases
|
611
|
+
):
|
612
|
+
found_prereleases.append(version)
|
613
|
+
# Either this is not a prerelease, or we should have been
|
614
|
+
# accepting prereleases from the beginning.
|
615
|
+
else:
|
616
|
+
yielded = True
|
617
|
+
yield version
|
618
|
+
|
619
|
+
# Now that we've iterated over everything, determine if we've yielded
|
620
|
+
# any values, and if we have not and we have any prereleases stored up
|
621
|
+
# then we will go ahead and yield the prereleases.
|
622
|
+
if not yielded and found_prereleases:
|
623
|
+
for version in found_prereleases:
|
624
|
+
yield version
|
625
|
+
|
626
|
+
|
627
|
+
_prefix_regex = re.compile(r"^([0-9]+)((?:a|b|c|rc)[0-9]+)$")
|
628
|
+
|
629
|
+
|
630
|
+
def _version_split(version: str) -> list[str]:
|
631
|
+
"""Split version into components.
|
632
|
+
|
633
|
+
The split components are intended for version comparison. The logic does
|
634
|
+
not attempt to retain the original version string, so joining the
|
635
|
+
components back with :func:`_version_join` may not produce the original
|
636
|
+
version string.
|
637
|
+
"""
|
638
|
+
result: list[str] = []
|
639
|
+
|
640
|
+
epoch, _, rest = version.rpartition("!")
|
641
|
+
result.append(epoch or "0")
|
642
|
+
|
643
|
+
for item in rest.split("."):
|
644
|
+
match = _prefix_regex.search(item)
|
645
|
+
if match:
|
646
|
+
result.extend(match.groups())
|
647
|
+
else:
|
648
|
+
result.append(item)
|
649
|
+
return result
|
650
|
+
|
651
|
+
|
652
|
+
def _version_join(components: list[str]) -> str:
|
653
|
+
"""Join split version components into a version string.
|
654
|
+
|
655
|
+
This function assumes the input came from :func:`_version_split`, where the
|
656
|
+
first component must be the epoch (either empty or numeric), and all other
|
657
|
+
components numeric.
|
658
|
+
"""
|
659
|
+
epoch, *rest = components
|
660
|
+
return f"{epoch}!{'.'.join(rest)}"
|
661
|
+
|
662
|
+
|
663
|
+
def _is_not_suffix(segment: str) -> bool:
|
664
|
+
return not any(
|
665
|
+
segment.startswith(prefix) for prefix in ("dev", "a", "b", "rc", "post")
|
666
|
+
)
|
667
|
+
|
668
|
+
|
669
|
+
def _pad_version(left: list[str], right: list[str]) -> tuple[list[str], list[str]]:
|
670
|
+
left_split, right_split = [], []
|
671
|
+
|
672
|
+
# Get the release segment of our versions
|
673
|
+
left_split.append(list(itertools.takewhile(lambda x: x.isdigit(), left)))
|
674
|
+
right_split.append(list(itertools.takewhile(lambda x: x.isdigit(), right)))
|
675
|
+
|
676
|
+
# Get the rest of our versions
|
677
|
+
left_split.append(left[len(left_split[0]) :])
|
678
|
+
right_split.append(right[len(right_split[0]) :])
|
679
|
+
|
680
|
+
# Insert our padding
|
681
|
+
left_split.insert(1, ["0"] * max(0, len(right_split[0]) - len(left_split[0])))
|
682
|
+
right_split.insert(1, ["0"] * max(0, len(left_split[0]) - len(right_split[0])))
|
683
|
+
|
684
|
+
return (
|
685
|
+
list(itertools.chain.from_iterable(left_split)),
|
686
|
+
list(itertools.chain.from_iterable(right_split)),
|
687
|
+
)
|
688
|
+
|
689
|
+
|
690
|
+
class SpecifierSet(BaseSpecifier):
|
691
|
+
"""This class abstracts handling of a set of version specifiers.
|
692
|
+
|
693
|
+
It can be passed a single specifier (``>=3.0``), a comma-separated list of
|
694
|
+
specifiers (``>=3.0,!=3.1``), or no specifier at all.
|
695
|
+
"""
|
696
|
+
|
697
|
+
def __init__(self, specifiers: str = "", prereleases: bool | None = None) -> None:
|
698
|
+
"""Initialize a SpecifierSet instance.
|
699
|
+
|
700
|
+
:param specifiers:
|
701
|
+
The string representation of a specifier or a comma-separated list of
|
702
|
+
specifiers which will be parsed and normalized before use.
|
703
|
+
:param prereleases:
|
704
|
+
This tells the SpecifierSet if it should accept prerelease versions if
|
705
|
+
applicable or not. The default of ``None`` will autodetect it from the
|
706
|
+
given specifiers.
|
707
|
+
|
708
|
+
:raises InvalidSpecifier:
|
709
|
+
If the given ``specifiers`` are not parseable than this exception will be
|
710
|
+
raised.
|
711
|
+
"""
|
712
|
+
|
713
|
+
# Split on `,` to break each individual specifier into it's own item, and
|
714
|
+
# strip each item to remove leading/trailing whitespace.
|
715
|
+
split_specifiers = [s.strip() for s in specifiers.split(",") if s.strip()]
|
716
|
+
|
717
|
+
# Make each individual specifier a Specifier and save in a frozen set for later.
|
718
|
+
self._specs = frozenset(map(Specifier, split_specifiers))
|
719
|
+
|
720
|
+
# Store our prereleases value so we can use it later to determine if
|
721
|
+
# we accept prereleases or not.
|
722
|
+
self._prereleases = prereleases
|
723
|
+
|
724
|
+
@property
|
725
|
+
def prereleases(self) -> bool | None:
|
726
|
+
# If we have been given an explicit prerelease modifier, then we'll
|
727
|
+
# pass that through here.
|
728
|
+
if self._prereleases is not None:
|
729
|
+
return self._prereleases
|
730
|
+
|
731
|
+
# If we don't have any specifiers, and we don't have a forced value,
|
732
|
+
# then we'll just return None since we don't know if this should have
|
733
|
+
# pre-releases or not.
|
734
|
+
if not self._specs:
|
735
|
+
return None
|
736
|
+
|
737
|
+
# Otherwise we'll see if any of the given specifiers accept
|
738
|
+
# prereleases, if any of them do we'll return True, otherwise False.
|
739
|
+
return any(s.prereleases for s in self._specs)
|
740
|
+
|
741
|
+
@prereleases.setter
|
742
|
+
def prereleases(self, value: bool) -> None:
|
743
|
+
self._prereleases = value
|
744
|
+
|
745
|
+
def __repr__(self) -> str:
|
746
|
+
"""A representation of the specifier set that shows all internal state.
|
747
|
+
|
748
|
+
Note that the ordering of the individual specifiers within the set may not
|
749
|
+
match the input string.
|
750
|
+
|
751
|
+
>>> SpecifierSet('>=1.0.0,!=2.0.0')
|
752
|
+
<SpecifierSet('!=2.0.0,>=1.0.0')>
|
753
|
+
>>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=False)
|
754
|
+
<SpecifierSet('!=2.0.0,>=1.0.0', prereleases=False)>
|
755
|
+
>>> SpecifierSet('>=1.0.0,!=2.0.0', prereleases=True)
|
756
|
+
<SpecifierSet('!=2.0.0,>=1.0.0', prereleases=True)>
|
757
|
+
"""
|
758
|
+
pre = (
|
759
|
+
f", prereleases={self.prereleases!r}"
|
760
|
+
if self._prereleases is not None
|
761
|
+
else ""
|
762
|
+
)
|
763
|
+
|
764
|
+
return f"<SpecifierSet({str(self)!r}{pre})>"
|
765
|
+
|
766
|
+
def __str__(self) -> str:
|
767
|
+
"""A string representation of the specifier set that can be round-tripped.
|
768
|
+
|
769
|
+
Note that the ordering of the individual specifiers within the set may not
|
770
|
+
match the input string.
|
771
|
+
|
772
|
+
>>> str(SpecifierSet(">=1.0.0,!=1.0.1"))
|
773
|
+
'!=1.0.1,>=1.0.0'
|
774
|
+
>>> str(SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False))
|
775
|
+
'!=1.0.1,>=1.0.0'
|
776
|
+
"""
|
777
|
+
return ",".join(sorted(str(s) for s in self._specs))
|
778
|
+
|
779
|
+
def __hash__(self) -> int:
|
780
|
+
return hash(self._specs)
|
781
|
+
|
782
|
+
def __and__(self, other: SpecifierSet | str) -> SpecifierSet:
|
783
|
+
"""Return a SpecifierSet which is a combination of the two sets.
|
784
|
+
|
785
|
+
:param other: The other object to combine with.
|
786
|
+
|
787
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") & '<=2.0.0,!=2.0.1'
|
788
|
+
<SpecifierSet('!=1.0.1,!=2.0.1,<=2.0.0,>=1.0.0')>
|
789
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") & SpecifierSet('<=2.0.0,!=2.0.1')
|
790
|
+
<SpecifierSet('!=1.0.1,!=2.0.1,<=2.0.0,>=1.0.0')>
|
791
|
+
"""
|
792
|
+
if isinstance(other, str):
|
793
|
+
other = SpecifierSet(other)
|
794
|
+
elif not isinstance(other, SpecifierSet):
|
795
|
+
return NotImplemented
|
796
|
+
|
797
|
+
specifier = SpecifierSet()
|
798
|
+
specifier._specs = frozenset(self._specs | other._specs)
|
799
|
+
|
800
|
+
if self._prereleases is None and other._prereleases is not None:
|
801
|
+
specifier._prereleases = other._prereleases
|
802
|
+
elif self._prereleases is not None and other._prereleases is None:
|
803
|
+
specifier._prereleases = self._prereleases
|
804
|
+
elif self._prereleases == other._prereleases:
|
805
|
+
specifier._prereleases = self._prereleases
|
806
|
+
else:
|
807
|
+
raise ValueError(
|
808
|
+
"Cannot combine SpecifierSets with True and False prerelease "
|
809
|
+
"overrides."
|
810
|
+
)
|
811
|
+
|
812
|
+
return specifier
|
813
|
+
|
814
|
+
def __eq__(self, other: object) -> bool:
|
815
|
+
"""Whether or not the two SpecifierSet-like objects are equal.
|
816
|
+
|
817
|
+
:param other: The other object to check against.
|
818
|
+
|
819
|
+
The value of :attr:`prereleases` is ignored.
|
820
|
+
|
821
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.1")
|
822
|
+
True
|
823
|
+
>>> (SpecifierSet(">=1.0.0,!=1.0.1", prereleases=False) ==
|
824
|
+
... SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True))
|
825
|
+
True
|
826
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") == ">=1.0.0,!=1.0.1"
|
827
|
+
True
|
828
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0")
|
829
|
+
False
|
830
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1") == SpecifierSet(">=1.0.0,!=1.0.2")
|
831
|
+
False
|
832
|
+
"""
|
833
|
+
if isinstance(other, (str, Specifier)):
|
834
|
+
other = SpecifierSet(str(other))
|
835
|
+
elif not isinstance(other, SpecifierSet):
|
836
|
+
return NotImplemented
|
837
|
+
|
838
|
+
return self._specs == other._specs
|
839
|
+
|
840
|
+
def __len__(self) -> int:
|
841
|
+
"""Returns the number of specifiers in this specifier set."""
|
842
|
+
return len(self._specs)
|
843
|
+
|
844
|
+
def __iter__(self) -> Iterator[Specifier]:
|
845
|
+
"""
|
846
|
+
Returns an iterator over all the underlying :class:`Specifier` instances
|
847
|
+
in this specifier set.
|
848
|
+
|
849
|
+
>>> sorted(SpecifierSet(">=1.0.0,!=1.0.1"), key=str)
|
850
|
+
[<Specifier('!=1.0.1')>, <Specifier('>=1.0.0')>]
|
851
|
+
"""
|
852
|
+
return iter(self._specs)
|
853
|
+
|
854
|
+
def __contains__(self, item: UnparsedVersion) -> bool:
|
855
|
+
"""Return whether or not the item is contained in this specifier.
|
856
|
+
|
857
|
+
:param item: The item to check for.
|
858
|
+
|
859
|
+
This is used for the ``in`` operator and behaves the same as
|
860
|
+
:meth:`contains` with no ``prereleases`` argument passed.
|
861
|
+
|
862
|
+
>>> "1.2.3" in SpecifierSet(">=1.0.0,!=1.0.1")
|
863
|
+
True
|
864
|
+
>>> Version("1.2.3") in SpecifierSet(">=1.0.0,!=1.0.1")
|
865
|
+
True
|
866
|
+
>>> "1.0.1" in SpecifierSet(">=1.0.0,!=1.0.1")
|
867
|
+
False
|
868
|
+
>>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1")
|
869
|
+
False
|
870
|
+
>>> "1.3.0a1" in SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True)
|
871
|
+
True
|
872
|
+
"""
|
873
|
+
return self.contains(item)
|
874
|
+
|
875
|
+
def contains(
|
876
|
+
self,
|
877
|
+
item: UnparsedVersion,
|
878
|
+
prereleases: bool | None = None,
|
879
|
+
installed: bool | None = None,
|
880
|
+
) -> bool:
|
881
|
+
"""Return whether or not the item is contained in this SpecifierSet.
|
882
|
+
|
883
|
+
:param item:
|
884
|
+
The item to check for, which can be a version string or a
|
885
|
+
:class:`Version` instance.
|
886
|
+
:param prereleases:
|
887
|
+
Whether or not to match prereleases with this SpecifierSet. If set to
|
888
|
+
``None`` (the default), it uses :attr:`prereleases` to determine
|
889
|
+
whether or not prereleases are allowed.
|
890
|
+
|
891
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.2.3")
|
892
|
+
True
|
893
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1").contains(Version("1.2.3"))
|
894
|
+
True
|
895
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.0.1")
|
896
|
+
False
|
897
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1")
|
898
|
+
False
|
899
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1", prereleases=True).contains("1.3.0a1")
|
900
|
+
True
|
901
|
+
>>> SpecifierSet(">=1.0.0,!=1.0.1").contains("1.3.0a1", prereleases=True)
|
902
|
+
True
|
903
|
+
"""
|
904
|
+
# Ensure that our item is a Version instance.
|
905
|
+
if not isinstance(item, Version):
|
906
|
+
item = Version(item)
|
907
|
+
|
908
|
+
# Determine if we're forcing a prerelease or not, if we're not forcing
|
909
|
+
# one for this particular filter call, then we'll use whatever the
|
910
|
+
# SpecifierSet thinks for whether or not we should support prereleases.
|
911
|
+
if prereleases is None:
|
912
|
+
prereleases = self.prereleases
|
913
|
+
|
914
|
+
# We can determine if we're going to allow pre-releases by looking to
|
915
|
+
# see if any of the underlying items supports them. If none of them do
|
916
|
+
# and this item is a pre-release then we do not allow it and we can
|
917
|
+
# short circuit that here.
|
918
|
+
# Note: This means that 1.0.dev1 would not be contained in something
|
919
|
+
# like >=1.0.devabc however it would be in >=1.0.debabc,>0.0.dev0
|
920
|
+
if not prereleases and item.is_prerelease:
|
921
|
+
return False
|
922
|
+
|
923
|
+
if installed and item.is_prerelease:
|
924
|
+
item = Version(item.base_version)
|
925
|
+
|
926
|
+
# We simply dispatch to the underlying specs here to make sure that the
|
927
|
+
# given version is contained within all of them.
|
928
|
+
# Note: This use of all() here means that an empty set of specifiers
|
929
|
+
# will always return True, this is an explicit design decision.
|
930
|
+
return all(s.contains(item, prereleases=prereleases) for s in self._specs)
|
931
|
+
|
932
|
+
def filter(
|
933
|
+
self, iterable: Iterable[UnparsedVersionVar], prereleases: bool | None = None
|
934
|
+
) -> Iterator[UnparsedVersionVar]:
|
935
|
+
"""Filter items in the given iterable, that match the specifiers in this set.
|
936
|
+
|
937
|
+
:param iterable:
|
938
|
+
An iterable that can contain version strings and :class:`Version` instances.
|
939
|
+
The items in the iterable will be filtered according to the specifier.
|
940
|
+
:param prereleases:
|
941
|
+
Whether or not to allow prereleases in the returned iterator. If set to
|
942
|
+
``None`` (the default), it will be intelligently decide whether to allow
|
943
|
+
prereleases or not (based on the :attr:`prereleases` attribute, and
|
944
|
+
whether the only versions matching are prereleases).
|
945
|
+
|
946
|
+
This method is smarter than just ``filter(SpecifierSet(...).contains, [...])``
|
947
|
+
because it implements the rule from :pep:`440` that a prerelease item
|
948
|
+
SHOULD be accepted if no other versions match the given specifier.
|
949
|
+
|
950
|
+
>>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", "1.5a1"]))
|
951
|
+
['1.3']
|
952
|
+
>>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.3", Version("1.4")]))
|
953
|
+
['1.3', <Version('1.4')>]
|
954
|
+
>>> list(SpecifierSet(">=1.2.3").filter(["1.2", "1.5a1"]))
|
955
|
+
[]
|
956
|
+
>>> list(SpecifierSet(">=1.2.3").filter(["1.3", "1.5a1"], prereleases=True))
|
957
|
+
['1.3', '1.5a1']
|
958
|
+
>>> list(SpecifierSet(">=1.2.3", prereleases=True).filter(["1.3", "1.5a1"]))
|
959
|
+
['1.3', '1.5a1']
|
960
|
+
|
961
|
+
An "empty" SpecifierSet will filter items based on the presence of prerelease
|
962
|
+
versions in the set.
|
963
|
+
|
964
|
+
>>> list(SpecifierSet("").filter(["1.3", "1.5a1"]))
|
965
|
+
['1.3']
|
966
|
+
>>> list(SpecifierSet("").filter(["1.5a1"]))
|
967
|
+
['1.5a1']
|
968
|
+
>>> list(SpecifierSet("", prereleases=True).filter(["1.3", "1.5a1"]))
|
969
|
+
['1.3', '1.5a1']
|
970
|
+
>>> list(SpecifierSet("").filter(["1.3", "1.5a1"], prereleases=True))
|
971
|
+
['1.3', '1.5a1']
|
972
|
+
"""
|
973
|
+
# Determine if we're forcing a prerelease or not, if we're not forcing
|
974
|
+
# one for this particular filter call, then we'll use whatever the
|
975
|
+
# SpecifierSet thinks for whether or not we should support prereleases.
|
976
|
+
if prereleases is None:
|
977
|
+
prereleases = self.prereleases
|
978
|
+
|
979
|
+
# If we have any specifiers, then we want to wrap our iterable in the
|
980
|
+
# filter method for each one, this will act as a logical AND amongst
|
981
|
+
# each specifier.
|
982
|
+
if self._specs:
|
983
|
+
for spec in self._specs:
|
984
|
+
iterable = spec.filter(iterable, prereleases=bool(prereleases))
|
985
|
+
return iter(iterable)
|
986
|
+
# If we do not have any specifiers, then we need to have a rough filter
|
987
|
+
# which will filter out any pre-releases, unless there are no final
|
988
|
+
# releases.
|
989
|
+
else:
|
990
|
+
filtered: list[UnparsedVersionVar] = []
|
991
|
+
found_prereleases: list[UnparsedVersionVar] = []
|
992
|
+
|
993
|
+
for item in iterable:
|
994
|
+
parsed_version = _coerce_version(item)
|
995
|
+
|
996
|
+
# Store any item which is a pre-release for later unless we've
|
997
|
+
# already found a final version or we are accepting prereleases
|
998
|
+
if parsed_version.is_prerelease and not prereleases:
|
999
|
+
if not filtered:
|
1000
|
+
found_prereleases.append(item)
|
1001
|
+
else:
|
1002
|
+
filtered.append(item)
|
1003
|
+
|
1004
|
+
# If we've found no items except for pre-releases, then we'll go
|
1005
|
+
# ahead and use the pre-releases
|
1006
|
+
if not filtered and found_prereleases and prereleases is None:
|
1007
|
+
return iter(found_prereleases)
|
1008
|
+
|
1009
|
+
return iter(filtered)
|