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