hmdev-cli 1.0.0 → 1.0.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +1 -1
- package/python/.venv/Lib/site-packages/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__init__.py +0 -111
- package/python/.venv/Lib/site-packages/anyio/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/from_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/functools.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/lowlevel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/pytest_plugin.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_interpreter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_process.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/__pycache__/to_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_asyncio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/__pycache__/_trio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_backends/_asyncio.py +0 -2996
- package/python/.venv/Lib/site-packages/anyio/_backends/_trio.py +0 -1343
- package/python/.venv/Lib/site-packages/anyio/_core/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_asyncio_selector_thread.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_contextmanagers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_eventloop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_fileio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_signals.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_sockets.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_streams.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_subprocesses.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_synchronization.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tasks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_tempfile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_testing.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/__pycache__/_typedattr.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/_core/_asyncio_selector_thread.py +0 -167
- package/python/.venv/Lib/site-packages/anyio/_core/_contextmanagers.py +0 -200
- package/python/.venv/Lib/site-packages/anyio/_core/_eventloop.py +0 -234
- package/python/.venv/Lib/site-packages/anyio/_core/_exceptions.py +0 -156
- package/python/.venv/Lib/site-packages/anyio/_core/_fileio.py +0 -799
- package/python/.venv/Lib/site-packages/anyio/_core/_resources.py +0 -18
- package/python/.venv/Lib/site-packages/anyio/_core/_signals.py +0 -29
- package/python/.venv/Lib/site-packages/anyio/_core/_sockets.py +0 -1003
- package/python/.venv/Lib/site-packages/anyio/_core/_streams.py +0 -52
- package/python/.venv/Lib/site-packages/anyio/_core/_subprocesses.py +0 -196
- package/python/.venv/Lib/site-packages/anyio/_core/_synchronization.py +0 -757
- package/python/.venv/Lib/site-packages/anyio/_core/_tasks.py +0 -173
- package/python/.venv/Lib/site-packages/anyio/_core/_tempfile.py +0 -613
- package/python/.venv/Lib/site-packages/anyio/_core/_testing.py +0 -82
- package/python/.venv/Lib/site-packages/anyio/_core/_typedattr.py +0 -81
- package/python/.venv/Lib/site-packages/anyio/abc/__init__.py +0 -58
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_eventloop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_sockets.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_streams.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_subprocesses.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_tasks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/__pycache__/_testing.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/abc/_eventloop.py +0 -409
- package/python/.venv/Lib/site-packages/anyio/abc/_resources.py +0 -33
- package/python/.venv/Lib/site-packages/anyio/abc/_sockets.py +0 -399
- package/python/.venv/Lib/site-packages/anyio/abc/_streams.py +0 -233
- package/python/.venv/Lib/site-packages/anyio/abc/_subprocesses.py +0 -79
- package/python/.venv/Lib/site-packages/anyio/abc/_tasks.py +0 -117
- package/python/.venv/Lib/site-packages/anyio/abc/_testing.py +0 -65
- package/python/.venv/Lib/site-packages/anyio/from_thread.py +0 -578
- package/python/.venv/Lib/site-packages/anyio/functools.py +0 -409
- package/python/.venv/Lib/site-packages/anyio/lowlevel.py +0 -196
- package/python/.venv/Lib/site-packages/anyio/py.typed +0 -0
- package/python/.venv/Lib/site-packages/anyio/pytest_plugin.py +0 -363
- package/python/.venv/Lib/site-packages/anyio/streams/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/buffered.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/memory.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/stapled.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/__pycache__/tls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/anyio/streams/buffered.py +0 -188
- package/python/.venv/Lib/site-packages/anyio/streams/file.py +0 -154
- package/python/.venv/Lib/site-packages/anyio/streams/memory.py +0 -325
- package/python/.venv/Lib/site-packages/anyio/streams/stapled.py +0 -147
- package/python/.venv/Lib/site-packages/anyio/streams/text.py +0 -176
- package/python/.venv/Lib/site-packages/anyio/streams/tls.py +0 -421
- package/python/.venv/Lib/site-packages/anyio/to_interpreter.py +0 -246
- package/python/.venv/Lib/site-packages/anyio/to_process.py +0 -266
- package/python/.venv/Lib/site-packages/anyio/to_thread.py +0 -78
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/METADATA +0 -105
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/RECORD +0 -92
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/entry_points.txt +0 -2
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/licenses/LICENSE +0 -20
- package/python/.venv/Lib/site-packages/anyio-4.13.0.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/certifi/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/certifi/__main__.py +0 -12
- package/python/.venv/Lib/site-packages/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/certifi/cacert.pem +0 -3933
- package/python/.venv/Lib/site-packages/certifi/core.py +0 -83
- package/python/.venv/Lib/site-packages/certifi/py.typed +0 -0
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/METADATA +0 -78
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/RECORD +0 -14
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/licenses/LICENSE +0 -20
- package/python/.venv/Lib/site-packages/certifi-2026.4.22.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/h11/__init__.py +0 -62
- package/python/.venv/Lib/site-packages/h11/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_abnf.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_events.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_headers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_readers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_receivebuffer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_state.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/__pycache__/_writers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/h11/_abnf.py +0 -132
- package/python/.venv/Lib/site-packages/h11/_connection.py +0 -659
- package/python/.venv/Lib/site-packages/h11/_events.py +0 -369
- package/python/.venv/Lib/site-packages/h11/_headers.py +0 -282
- package/python/.venv/Lib/site-packages/h11/_readers.py +0 -250
- package/python/.venv/Lib/site-packages/h11/_receivebuffer.py +0 -153
- package/python/.venv/Lib/site-packages/h11/_state.py +0 -365
- package/python/.venv/Lib/site-packages/h11/_util.py +0 -135
- package/python/.venv/Lib/site-packages/h11/_version.py +0 -16
- package/python/.venv/Lib/site-packages/h11/_writers.py +0 -145
- package/python/.venv/Lib/site-packages/h11/py.typed +0 -1
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/METADATA +0 -202
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/RECORD +0 -29
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/licenses/LICENSE.txt +0 -22
- package/python/.venv/Lib/site-packages/h11-0.16.0.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/httpcore/__init__.py +0 -141
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_ssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_synchronization.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_trace.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/__pycache__/_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_api.py +0 -94
- package/python/.venv/Lib/site-packages/httpcore/_async/__init__.py +0 -39
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/connection_pool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http11.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http2.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/http_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/interfaces.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/__pycache__/socks_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_async/connection.py +0 -222
- package/python/.venv/Lib/site-packages/httpcore/_async/connection_pool.py +0 -420
- package/python/.venv/Lib/site-packages/httpcore/_async/http11.py +0 -379
- package/python/.venv/Lib/site-packages/httpcore/_async/http2.py +0 -592
- package/python/.venv/Lib/site-packages/httpcore/_async/http_proxy.py +0 -367
- package/python/.venv/Lib/site-packages/httpcore/_async/interfaces.py +0 -137
- package/python/.venv/Lib/site-packages/httpcore/_async/socks_proxy.py +0 -341
- package/python/.venv/Lib/site-packages/httpcore/_backends/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/anyio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/auto.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/mock.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/sync.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/__pycache__/trio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_backends/anyio.py +0 -146
- package/python/.venv/Lib/site-packages/httpcore/_backends/auto.py +0 -52
- package/python/.venv/Lib/site-packages/httpcore/_backends/base.py +0 -101
- package/python/.venv/Lib/site-packages/httpcore/_backends/mock.py +0 -143
- package/python/.venv/Lib/site-packages/httpcore/_backends/sync.py +0 -241
- package/python/.venv/Lib/site-packages/httpcore/_backends/trio.py +0 -159
- package/python/.venv/Lib/site-packages/httpcore/_exceptions.py +0 -81
- package/python/.venv/Lib/site-packages/httpcore/_models.py +0 -516
- package/python/.venv/Lib/site-packages/httpcore/_ssl.py +0 -9
- package/python/.venv/Lib/site-packages/httpcore/_sync/__init__.py +0 -39
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/connection_pool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http11.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http2.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/http_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/interfaces.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/__pycache__/socks_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpcore/_sync/connection.py +0 -222
- package/python/.venv/Lib/site-packages/httpcore/_sync/connection_pool.py +0 -420
- package/python/.venv/Lib/site-packages/httpcore/_sync/http11.py +0 -379
- package/python/.venv/Lib/site-packages/httpcore/_sync/http2.py +0 -592
- package/python/.venv/Lib/site-packages/httpcore/_sync/http_proxy.py +0 -367
- package/python/.venv/Lib/site-packages/httpcore/_sync/interfaces.py +0 -137
- package/python/.venv/Lib/site-packages/httpcore/_sync/socks_proxy.py +0 -341
- package/python/.venv/Lib/site-packages/httpcore/_synchronization.py +0 -318
- package/python/.venv/Lib/site-packages/httpcore/_trace.py +0 -107
- package/python/.venv/Lib/site-packages/httpcore/_utils.py +0 -37
- package/python/.venv/Lib/site-packages/httpcore/py.typed +0 -0
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/METADATA +0 -625
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/RECORD +0 -68
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/httpcore-1.0.9.dist-info/licenses/LICENSE.md +0 -27
- package/python/.venv/Lib/site-packages/httpx/__init__.py +0 -105
- package/python/.venv/Lib/site-packages/httpx/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/__version__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_client.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_config.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_content.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_decoders.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_multipart.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_types.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_urlparse.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_urls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__pycache__/_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/__version__.py +0 -3
- package/python/.venv/Lib/site-packages/httpx/_api.py +0 -438
- package/python/.venv/Lib/site-packages/httpx/_auth.py +0 -348
- package/python/.venv/Lib/site-packages/httpx/_client.py +0 -2019
- package/python/.venv/Lib/site-packages/httpx/_config.py +0 -248
- package/python/.venv/Lib/site-packages/httpx/_content.py +0 -240
- package/python/.venv/Lib/site-packages/httpx/_decoders.py +0 -393
- package/python/.venv/Lib/site-packages/httpx/_exceptions.py +0 -379
- package/python/.venv/Lib/site-packages/httpx/_main.py +0 -506
- package/python/.venv/Lib/site-packages/httpx/_models.py +0 -1277
- package/python/.venv/Lib/site-packages/httpx/_multipart.py +0 -300
- package/python/.venv/Lib/site-packages/httpx/_status_codes.py +0 -162
- package/python/.venv/Lib/site-packages/httpx/_transports/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/asgi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/default.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/mock.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/__pycache__/wsgi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/httpx/_transports/asgi.py +0 -187
- package/python/.venv/Lib/site-packages/httpx/_transports/base.py +0 -86
- package/python/.venv/Lib/site-packages/httpx/_transports/default.py +0 -406
- package/python/.venv/Lib/site-packages/httpx/_transports/mock.py +0 -43
- package/python/.venv/Lib/site-packages/httpx/_transports/wsgi.py +0 -149
- package/python/.venv/Lib/site-packages/httpx/_types.py +0 -114
- package/python/.venv/Lib/site-packages/httpx/_urlparse.py +0 -527
- package/python/.venv/Lib/site-packages/httpx/_urls.py +0 -641
- package/python/.venv/Lib/site-packages/httpx/_utils.py +0 -242
- package/python/.venv/Lib/site-packages/httpx/py.typed +0 -0
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/METADATA +0 -203
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/RECORD +0 -55
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/REQUESTED +0 -0
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/entry_points.txt +0 -2
- package/python/.venv/Lib/site-packages/httpx-0.28.1.dist-info/licenses/LICENSE.md +0 -12
- package/python/.venv/Lib/site-packages/idna/__init__.py +0 -45
- package/python/.venv/Lib/site-packages/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/idna/codec.py +0 -159
- package/python/.venv/Lib/site-packages/idna/compat.py +0 -41
- package/python/.venv/Lib/site-packages/idna/core.py +0 -620
- package/python/.venv/Lib/site-packages/idna/idnadata.py +0 -4367
- package/python/.venv/Lib/site-packages/idna/intranges.py +0 -56
- package/python/.venv/Lib/site-packages/idna/package_data.py +0 -1
- package/python/.venv/Lib/site-packages/idna/py.typed +0 -0
- package/python/.venv/Lib/site-packages/idna/uts46data.py +0 -8383
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/METADATA +0 -194
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/RECORD +0 -22
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/idna-3.15.dist-info/licenses/LICENSE.md +0 -31
- package/python/.venv/Lib/site-packages/pip/__init__.py +0 -13
- package/python/.venv/Lib/site-packages/pip/__main__.py +0 -24
- package/python/.venv/Lib/site-packages/pip/__pip-runner__.py +0 -50
- package/python/.venv/Lib/site-packages/pip/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/__pycache__/__pip-runner__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__init__.py +0 -18
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/build_env.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/configuration.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/pyproject.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/self_outdated_check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/__pycache__/wheel_builder.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/build_env.py +0 -322
- package/python/.venv/Lib/site-packages/pip/_internal/cache.py +0 -290
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/autocompletion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/base_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/cmdoptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/command_context.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/index_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/main_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/progress_bars.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/req_command.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/spinners.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/cli/autocompletion.py +0 -176
- package/python/.venv/Lib/site-packages/pip/_internal/cli/base_command.py +0 -240
- package/python/.venv/Lib/site-packages/pip/_internal/cli/cmdoptions.py +0 -1075
- package/python/.venv/Lib/site-packages/pip/_internal/cli/command_context.py +0 -27
- package/python/.venv/Lib/site-packages/pip/_internal/cli/index_command.py +0 -171
- package/python/.venv/Lib/site-packages/pip/_internal/cli/main.py +0 -80
- package/python/.venv/Lib/site-packages/pip/_internal/cli/main_parser.py +0 -134
- package/python/.venv/Lib/site-packages/pip/_internal/cli/parser.py +0 -294
- package/python/.venv/Lib/site-packages/pip/_internal/cli/progress_bars.py +0 -94
- package/python/.venv/Lib/site-packages/pip/_internal/cli/req_command.py +0 -329
- package/python/.venv/Lib/site-packages/pip/_internal/cli/spinners.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_internal/cli/status_codes.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__init__.py +0 -132
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/completion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/configuration.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/debug.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/download.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/freeze.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/hash.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/help.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/inspect.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/install.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/list.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/search.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/show.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/uninstall.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/commands/cache.py +0 -228
- package/python/.venv/Lib/site-packages/pip/_internal/commands/check.py +0 -67
- package/python/.venv/Lib/site-packages/pip/_internal/commands/completion.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_internal/commands/configuration.py +0 -280
- package/python/.venv/Lib/site-packages/pip/_internal/commands/debug.py +0 -201
- package/python/.venv/Lib/site-packages/pip/_internal/commands/download.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_internal/commands/freeze.py +0 -109
- package/python/.venv/Lib/site-packages/pip/_internal/commands/hash.py +0 -59
- package/python/.venv/Lib/site-packages/pip/_internal/commands/help.py +0 -41
- package/python/.venv/Lib/site-packages/pip/_internal/commands/index.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_internal/commands/inspect.py +0 -92
- package/python/.venv/Lib/site-packages/pip/_internal/commands/install.py +0 -784
- package/python/.venv/Lib/site-packages/pip/_internal/commands/list.py +0 -375
- package/python/.venv/Lib/site-packages/pip/_internal/commands/search.py +0 -172
- package/python/.venv/Lib/site-packages/pip/_internal/commands/show.py +0 -224
- package/python/.venv/Lib/site-packages/pip/_internal/commands/uninstall.py +0 -114
- package/python/.venv/Lib/site-packages/pip/_internal/commands/wheel.py +0 -182
- package/python/.venv/Lib/site-packages/pip/_internal/configuration.py +0 -383
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__init__.py +0 -21
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/installed.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/sdist.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/base.py +0 -53
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/installed.py +0 -29
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/sdist.py +0 -158
- package/python/.venv/Lib/site-packages/pip/_internal/distributions/wheel.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/exceptions.py +0 -809
- package/python/.venv/Lib/site-packages/pip/_internal/index/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/collector.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/package_finder.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/__pycache__/sources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/index/collector.py +0 -494
- package/python/.venv/Lib/site-packages/pip/_internal/index/package_finder.py +0 -1029
- package/python/.venv/Lib/site-packages/pip/_internal/index/sources.py +0 -284
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__init__.py +0 -456
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_distutils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/_sysconfig.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/locations/_distutils.py +0 -172
- package/python/.venv/Lib/site-packages/pip/_internal/locations/_sysconfig.py +0 -214
- package/python/.venv/Lib/site-packages/pip/_internal/locations/base.py +0 -81
- package/python/.venv/Lib/site-packages/pip/_internal/main.py +0 -12
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__init__.py +0 -128
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/_json.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/__pycache__/pkg_resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/_json.py +0 -86
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/base.py +0 -688
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__init__.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_dists.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/__pycache__/_envs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_compat.py +0 -85
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_dists.py +0 -228
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/importlib/_envs.py +0 -189
- package/python/.venv/Lib/site-packages/pip/_internal/metadata/pkg_resources.py +0 -301
- package/python/.venv/Lib/site-packages/pip/_internal/models/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/candidate.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/direct_url.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/format_control.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/installation_report.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/link.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/scheme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/search_scope.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/selection_prefs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/target_python.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/models/candidate.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_internal/models/direct_url.py +0 -224
- package/python/.venv/Lib/site-packages/pip/_internal/models/format_control.py +0 -78
- package/python/.venv/Lib/site-packages/pip/_internal/models/index.py +0 -28
- package/python/.venv/Lib/site-packages/pip/_internal/models/installation_report.py +0 -56
- package/python/.venv/Lib/site-packages/pip/_internal/models/link.py +0 -604
- package/python/.venv/Lib/site-packages/pip/_internal/models/scheme.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_internal/models/search_scope.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_internal/models/selection_prefs.py +0 -53
- package/python/.venv/Lib/site-packages/pip/_internal/models/target_python.py +0 -121
- package/python/.venv/Lib/site-packages/pip/_internal/models/wheel.py +0 -118
- package/python/.venv/Lib/site-packages/pip/_internal/network/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/download.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/lazy_wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/session.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/__pycache__/xmlrpc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/network/auth.py +0 -566
- package/python/.venv/Lib/site-packages/pip/_internal/network/cache.py +0 -118
- package/python/.venv/Lib/site-packages/pip/_internal/network/download.py +0 -187
- package/python/.venv/Lib/site-packages/pip/_internal/network/lazy_wheel.py +0 -210
- package/python/.venv/Lib/site-packages/pip/_internal/network/session.py +0 -523
- package/python/.venv/Lib/site-packages/pip/_internal/network/utils.py +0 -98
- package/python/.venv/Lib/site-packages/pip/_internal/network/xmlrpc.py +0 -62
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/check.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/freeze.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/__pycache__/prepare.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/build_tracker.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_editable.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/metadata_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_editable.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/__pycache__/wheel_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/build_tracker.py +0 -138
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata.py +0 -39
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_editable.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/metadata_legacy.py +0 -74
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_editable.py +0 -46
- package/python/.venv/Lib/site-packages/pip/_internal/operations/build/wheel_legacy.py +0 -102
- package/python/.venv/Lib/site-packages/pip/_internal/operations/check.py +0 -181
- package/python/.venv/Lib/site-packages/pip/_internal/operations/freeze.py +0 -256
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__init__.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/editable_legacy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/editable_legacy.py +0 -47
- package/python/.venv/Lib/site-packages/pip/_internal/operations/install/wheel.py +0 -741
- package/python/.venv/Lib/site-packages/pip/_internal/operations/prepare.py +0 -732
- package/python/.venv/Lib/site-packages/pip/_internal/pyproject.py +0 -185
- package/python/.venv/Lib/site-packages/pip/_internal/req/__init__.py +0 -90
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/constructors.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_install.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_set.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/__pycache__/req_uninstall.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/req/constructors.py +0 -560
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_file.py +0 -623
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_install.py +0 -934
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_set.py +0 -82
- package/python/.venv/Lib/site-packages/pip/_internal/req/req_uninstall.py +0 -633
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/base.py +0 -20
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/__pycache__/resolver.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/legacy/resolver.py +0 -597
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/base.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/candidates.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/factory.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/found_candidates.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/provider.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/reporter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/requirements.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/__pycache__/resolver.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/base.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/candidates.py +0 -574
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/factory.py +0 -823
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/found_candidates.py +0 -174
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/provider.py +0 -258
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/reporter.py +0 -81
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/requirements.py +0 -245
- package/python/.venv/Lib/site-packages/pip/_internal/resolution/resolvelib/resolver.py +0 -317
- package/python/.venv/Lib/site-packages/pip/_internal/self_outdated_check.py +0 -252
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_jaraco_text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/_log.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/appdirs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/compatibility_tags.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/datetime.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/deprecation.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/direct_url_helpers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/egg_link.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/entrypoints.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filesystem.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/filetypes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/glibc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/hashes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/logging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/misc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/packaging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/retry.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/setuptools_build.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/subprocess.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/temp_dir.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/unpacking.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/urls.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/virtualenv.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/utils/_jaraco_text.py +0 -109
- package/python/.venv/Lib/site-packages/pip/_internal/utils/_log.py +0 -38
- package/python/.venv/Lib/site-packages/pip/_internal/utils/appdirs.py +0 -52
- package/python/.venv/Lib/site-packages/pip/_internal/utils/compat.py +0 -79
- package/python/.venv/Lib/site-packages/pip/_internal/utils/compatibility_tags.py +0 -188
- package/python/.venv/Lib/site-packages/pip/_internal/utils/datetime.py +0 -11
- package/python/.venv/Lib/site-packages/pip/_internal/utils/deprecation.py +0 -124
- package/python/.venv/Lib/site-packages/pip/_internal/utils/direct_url_helpers.py +0 -87
- package/python/.venv/Lib/site-packages/pip/_internal/utils/egg_link.py +0 -80
- package/python/.venv/Lib/site-packages/pip/_internal/utils/entrypoints.py +0 -84
- package/python/.venv/Lib/site-packages/pip/_internal/utils/filesystem.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_internal/utils/filetypes.py +0 -27
- package/python/.venv/Lib/site-packages/pip/_internal/utils/glibc.py +0 -101
- package/python/.venv/Lib/site-packages/pip/_internal/utils/hashes.py +0 -147
- package/python/.venv/Lib/site-packages/pip/_internal/utils/logging.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_internal/utils/misc.py +0 -773
- package/python/.venv/Lib/site-packages/pip/_internal/utils/packaging.py +0 -58
- package/python/.venv/Lib/site-packages/pip/_internal/utils/retry.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_internal/utils/setuptools_build.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_internal/utils/subprocess.py +0 -245
- package/python/.venv/Lib/site-packages/pip/_internal/utils/temp_dir.py +0 -296
- package/python/.venv/Lib/site-packages/pip/_internal/utils/unpacking.py +0 -337
- package/python/.venv/Lib/site-packages/pip/_internal/utils/urls.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_internal/utils/virtualenv.py +0 -104
- package/python/.venv/Lib/site-packages/pip/_internal/utils/wheel.py +0 -134
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/bazaar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/git.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/mercurial.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/subversion.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/__pycache__/versioncontrol.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/bazaar.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/git.py +0 -527
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/mercurial.py +0 -163
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/subversion.py +0 -324
- package/python/.venv/Lib/site-packages/pip/_internal/vcs/versioncontrol.py +0 -688
- package/python/.venv/Lib/site-packages/pip/_internal/wheel_builder.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_vendor/__init__.py +0 -116
- package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/__pycache__/typing_extensions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__init__.py +0 -29
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/_cmd.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/adapter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/controller.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/filewrapper.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/heuristics.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/serialize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/__pycache__/wrapper.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/_cmd.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/adapter.py +0 -161
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/cache.py +0 -75
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__init__.py +0 -8
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/file_cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/__pycache__/redis_cache.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/file_cache.py +0 -182
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/caches/redis_cache.py +0 -48
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/controller.py +0 -500
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/filewrapper.py +0 -119
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/heuristics.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/serialize.py +0 -146
- package/python/.venv/Lib/site-packages/pip/_vendor/cachecontrol/wrapper.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__init__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__main__.py +0 -12
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/cacert.pem +0 -4929
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/core.py +0 -114
- package/python/.venv/Lib/site-packages/pip/_vendor/certifi/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__init__.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/database.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/index.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/locators.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/manifest.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/markers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/resources.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/scripts.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/__pycache__/wheel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/compat.py +0 -1137
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/database.py +0 -1329
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/index.py +0 -508
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/locators.py +0 -1295
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/manifest.py +0 -384
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/markers.py +0 -162
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/metadata.py +0 -1031
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/resources.py +0 -358
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/scripts.py +0 -447
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t32.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64-arm.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/t64.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/util.py +0 -1984
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/version.py +0 -750
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w32.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64-arm.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/w64.exe +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distlib/wheel.py +0 -1100
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__init__.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__main__.py +0 -4
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/__pycache__/distro.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/distro.py +0 -1403
- package/python/.venv/Lib/site-packages/pip/_vendor/distro/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__init__.py +0 -45
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/codec.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/core.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/idnadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/intranges.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/package_data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/__pycache__/uts46data.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/codec.py +0 -122
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/compat.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/core.py +0 -437
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/idnadata.py +0 -4243
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/intranges.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/package_data.py +0 -1
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/idna/uts46data.py +0 -8681
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__init__.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/ext.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/__pycache__/fallback.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/exceptions.py +0 -48
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/ext.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/msgpack/fallback.py +0 -929
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__init__.py +0 -15
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_elffile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_manylinux.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_musllinux.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_structures.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/_tokenizer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/markers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/metadata.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/requirements.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/specifiers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/tags.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_elffile.py +0 -110
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_manylinux.py +0 -263
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_musllinux.py +0 -85
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_parser.py +0 -354
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_structures.py +0 -61
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/_tokenizer.py +0 -194
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__init__.py +0 -145
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/__pycache__/_spdx.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/licenses/_spdx.py +0 -759
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/markers.py +0 -331
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/metadata.py +0 -863
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/requirements.py +0 -91
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/specifiers.py +0 -1020
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/tags.py +0 -617
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/utils.py +0 -163
- package/python/.venv/Lib/site-packages/pip/_vendor/packaging/version.py +0 -582
- package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__init__.py +0 -3676
- package/python/.venv/Lib/site-packages/pip/_vendor/pkg_resources/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__init__.py +0 -631
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__main__.py +0 -55
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/android.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/macos.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/unix.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/__pycache__/windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/android.py +0 -249
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/api.py +0 -298
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/macos.py +0 -144
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/unix.py +0 -269
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/version.py +0 -16
- package/python/.venv/Lib/site-packages/pip/_vendor/platformdirs/windows.py +0 -272
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__init__.py +0 -82
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__main__.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/cmdline.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/filter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/formatter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/lexer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/modeline.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/plugin.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/regexopt.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/scanner.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/sphinxext.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/style.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/token.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/unistring.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/__pycache__/util.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/cmdline.py +0 -668
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/console.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filter.py +0 -70
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__init__.py +0 -940
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/filters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatter.py +0 -129
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__init__.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/bbcode.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/groff.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/html.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/img.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/irc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/latex.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/other.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/pangomarkup.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/rtf.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/svg.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/__pycache__/terminal256.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/_mapping.py +0 -23
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/bbcode.py +0 -108
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/groff.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/html.py +0 -987
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/img.py +0 -685
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/irc.py +0 -154
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/latex.py +0 -518
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/other.py +0 -160
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/pangomarkup.py +0 -83
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/rtf.py +0 -349
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/svg.py +0 -185
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/formatters/terminal256.py +0 -338
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexer.py +0 -963
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__init__.py +0 -362
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/__pycache__/python.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/_mapping.py +0 -589
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/lexers/python.py +0 -1198
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/modeline.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/plugin.py +0 -72
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/regexopt.py +0 -91
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/scanner.py +0 -104
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/sphinxext.py +0 -247
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/style.py +0 -203
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__init__.py +0 -61
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/__pycache__/_mapping.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/styles/_mapping.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/token.py +0 -214
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/unistring.py +0 -153
- package/python/.venv/Lib/site-packages/pip/_vendor/pygments/util.py +0 -324
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__init__.py +0 -31
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/__pycache__/_impl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_impl.py +0 -410
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__init__.py +0 -21
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/__pycache__/_in_process.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/_in_process/_in_process.py +0 -389
- package/python/.venv/Lib/site-packages/pip/_vendor/pyproject_hooks/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__init__.py +0 -179
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/__version__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/_internal_utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/adapters.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/auth.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/certs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/compat.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/cookies.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/help.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/hooks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/models.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/packages.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/sessions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/status_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/structures.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__pycache__/utils.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/__version__.py +0 -14
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/_internal_utils.py +0 -50
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/adapters.py +0 -719
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/api.py +0 -157
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/auth.py +0 -314
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/certs.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/compat.py +0 -78
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/cookies.py +0 -561
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/exceptions.py +0 -151
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/help.py +0 -127
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/hooks.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/models.py +0 -1037
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/packages.py +0 -25
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/sessions.py +0 -831
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/status_codes.py +0 -128
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/structures.py +0 -99
- package/python/.venv/Lib/site-packages/pip/_vendor/requests/utils.py +0 -1096
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__init__.py +0 -26
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/providers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/reporters.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/resolvers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/__pycache__/structs.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/__pycache__/collections_abc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/compat/collections_abc.py +0 -6
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/providers.py +0 -133
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/reporters.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/resolvers.py +0 -547
- package/python/.venv/Lib/site-packages/pip/_vendor/resolvelib/structs.py +0 -170
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__init__.py +0 -177
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__main__.py +0 -273
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/__main__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_cell_widths.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_codes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_emoji_replace.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_export_format.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_extension.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_fileno.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_inspect.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_log_render.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_loop.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_null_file.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_palettes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_pick.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_ratio.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_spinners.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_stack.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_timer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_win32_console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_windows_renderer.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/_wrap.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/abc.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/align.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/ansi.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/bar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/box.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/cells.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/color_triplet.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/columns.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/console.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/constrain.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/containers.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/control.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/default_styles.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/diagnose.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/emoji.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/errors.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/file_proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/filesize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/highlighter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/json.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/jupyter.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/layout.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/live_render.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/logging.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/markup.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/measure.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/padding.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pager.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/palette.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/panel.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/pretty.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/progress_bar.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/prompt.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/protocol.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/region.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/repr.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/rule.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/scope.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/screen.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/segment.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/spinner.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/status.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/style.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/styled.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/syntax.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/table.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/terminal_theme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/text.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/theme.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/themes.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/traceback.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/__pycache__/tree.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_cell_widths.py +0 -454
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_codes.py +0 -3610
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_emoji_replace.py +0 -32
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_export_format.py +0 -76
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_extension.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_fileno.py +0 -24
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_inspect.py +0 -268
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_log_render.py +0 -94
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_loop.py +0 -43
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_null_file.py +0 -69
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_palettes.py +0 -309
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_pick.py +0 -17
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_ratio.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_spinners.py +0 -482
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_stack.py +0 -16
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_timer.py +0 -19
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_win32_console.py +0 -661
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows.py +0 -71
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_windows_renderer.py +0 -56
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/_wrap.py +0 -93
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/abc.py +0 -33
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/align.py +0 -312
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/ansi.py +0 -241
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/bar.py +0 -93
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/box.py +0 -480
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/cells.py +0 -174
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/color.py +0 -621
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/color_triplet.py +0 -38
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/columns.py +0 -187
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/console.py +0 -2661
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/constrain.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/containers.py +0 -167
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/control.py +0 -225
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/default_styles.py +0 -191
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/diagnose.py +0 -37
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/emoji.py +0 -96
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/errors.py +0 -34
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/file_proxy.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/filesize.py +0 -88
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/highlighter.py +0 -232
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/json.py +0 -139
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/jupyter.py +0 -101
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/layout.py +0 -442
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/live.py +0 -375
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/live_render.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/logging.py +0 -297
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/markup.py +0 -251
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/measure.py +0 -151
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/padding.py +0 -141
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/pager.py +0 -34
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/palette.py +0 -100
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/panel.py +0 -318
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/pretty.py +0 -1016
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress.py +0 -1715
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/progress_bar.py +0 -223
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/prompt.py +0 -400
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/protocol.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/region.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/repr.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/rule.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/scope.py +0 -86
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/screen.py +0 -54
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/segment.py +0 -752
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/spinner.py +0 -138
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/status.py +0 -131
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/style.py +0 -796
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/styled.py +0 -42
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/syntax.py +0 -966
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/table.py +0 -1007
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/terminal_theme.py +0 -153
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/text.py +0 -1361
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/theme.py +0 -115
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/themes.py +0 -5
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/traceback.py +0 -797
- package/python/.venv/Lib/site-packages/pip/_vendor/rich/tree.py +0 -257
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__init__.py +0 -8
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_parser.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_re.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/__pycache__/_types.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_parser.py +0 -770
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_re.py +0 -112
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/_types.py +0 -10
- package/python/.venv/Lib/site-packages/pip/_vendor/tomli/py.typed +0 -1
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__init__.py +0 -36
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_api.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_macos.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_openssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_ssl_constants.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/__pycache__/_windows.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_api.py +0 -316
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_macos.py +0 -571
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_openssl.py +0 -66
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_ssl_constants.py +0 -31
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/_windows.py +0 -567
- package/python/.venv/Lib/site-packages/pip/_vendor/truststore/py.typed +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/typing_extensions.py +0 -3641
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__init__.py +0 -102
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_collections.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/_version.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/connectionpool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/exceptions.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/fields.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/filepost.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/poolmanager.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/request.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/__pycache__/response.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_collections.py +0 -355
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/_version.py +0 -2
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connection.py +0 -572
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/connectionpool.py +0 -1140
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/_appengine_environ.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/appengine.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/ntlmpool.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/pyopenssl.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/securetransport.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/__pycache__/socks.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_appengine_environ.py +0 -36
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/bindings.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/__pycache__/low_level.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/bindings.py +0 -519
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/_securetransport/low_level.py +0 -397
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/appengine.py +0 -314
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/ntlmpool.py +0 -130
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/pyopenssl.py +0 -518
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/securetransport.py +0 -920
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/contrib/socks.py +0 -216
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/exceptions.py +0 -323
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/fields.py +0 -274
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/filepost.py +0 -98
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/__pycache__/six.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__init__.py +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/makefile.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/__pycache__/weakref_finalize.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/makefile.py +0 -51
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/backports/weakref_finalize.py +0 -155
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/packages/six.py +0 -1076
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/poolmanager.py +0 -540
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/request.py +0 -191
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/response.py +0 -879
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__init__.py +0 -49
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/__init__.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/connection.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/proxy.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/queue.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/request.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/response.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/retry.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssl_match_hostname.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/ssltransport.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/timeout.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/url.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/__pycache__/wait.cpython-312.pyc +0 -0
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/connection.py +0 -149
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/proxy.py +0 -57
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/queue.py +0 -22
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/request.py +0 -137
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/response.py +0 -107
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/retry.py +0 -622
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_.py +0 -504
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssl_match_hostname.py +0 -159
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/ssltransport.py +0 -221
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/timeout.py +0 -271
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/url.py +0 -435
- package/python/.venv/Lib/site-packages/pip/_vendor/urllib3/util/wait.py +0 -152
- package/python/.venv/Lib/site-packages/pip/_vendor/vendor.txt +0 -18
- package/python/.venv/Lib/site-packages/pip/py.typed +0 -4
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/AUTHORS.txt +0 -806
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/LICENSE.txt +0 -20
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/METADATA +0 -90
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/RECORD +0 -854
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/REQUESTED +0 -0
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/WHEEL +0 -5
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/entry_points.txt +0 -3
- package/python/.venv/Lib/site-packages/pip-25.0.1.dist-info/top_level.txt +0 -1
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/INSTALLER +0 -1
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/METADATA +0 -72
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/RECORD +0 -7
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/WHEEL +0 -4
- package/python/.venv/Lib/site-packages/typing_extensions-4.15.0.dist-info/licenses/LICENSE +0 -279
- package/python/.venv/Lib/site-packages/typing_extensions.py +0 -4317
- package/python/.venv/Scripts/Activate.ps1 +0 -528
- package/python/.venv/Scripts/activate +0 -76
- package/python/.venv/Scripts/activate.bat +0 -34
- package/python/.venv/Scripts/deactivate.bat +0 -22
- package/python/.venv/Scripts/httpx.exe +0 -0
- package/python/.venv/Scripts/pip.exe +0 -0
- package/python/.venv/Scripts/pip3.12.exe +0 -0
- package/python/.venv/Scripts/pip3.exe +0 -0
- package/python/.venv/Scripts/python.exe +0 -0
- package/python/.venv/Scripts/pythonw.exe +0 -0
- package/python/.venv/pyvenv.cfg +0 -5
|
@@ -1,1029 +0,0 @@
|
|
|
1
|
-
"""Routines related to PyPI, indexes"""
|
|
2
|
-
|
|
3
|
-
import enum
|
|
4
|
-
import functools
|
|
5
|
-
import itertools
|
|
6
|
-
import logging
|
|
7
|
-
import re
|
|
8
|
-
from dataclasses import dataclass
|
|
9
|
-
from typing import TYPE_CHECKING, FrozenSet, Iterable, List, Optional, Set, Tuple, Union
|
|
10
|
-
|
|
11
|
-
from pip._vendor.packaging import specifiers
|
|
12
|
-
from pip._vendor.packaging.tags import Tag
|
|
13
|
-
from pip._vendor.packaging.utils import canonicalize_name
|
|
14
|
-
from pip._vendor.packaging.version import InvalidVersion, _BaseVersion
|
|
15
|
-
from pip._vendor.packaging.version import parse as parse_version
|
|
16
|
-
|
|
17
|
-
from pip._internal.exceptions import (
|
|
18
|
-
BestVersionAlreadyInstalled,
|
|
19
|
-
DistributionNotFound,
|
|
20
|
-
InvalidWheelFilename,
|
|
21
|
-
UnsupportedWheel,
|
|
22
|
-
)
|
|
23
|
-
from pip._internal.index.collector import LinkCollector, parse_links
|
|
24
|
-
from pip._internal.models.candidate import InstallationCandidate
|
|
25
|
-
from pip._internal.models.format_control import FormatControl
|
|
26
|
-
from pip._internal.models.link import Link
|
|
27
|
-
from pip._internal.models.search_scope import SearchScope
|
|
28
|
-
from pip._internal.models.selection_prefs import SelectionPreferences
|
|
29
|
-
from pip._internal.models.target_python import TargetPython
|
|
30
|
-
from pip._internal.models.wheel import Wheel
|
|
31
|
-
from pip._internal.req import InstallRequirement
|
|
32
|
-
from pip._internal.utils._log import getLogger
|
|
33
|
-
from pip._internal.utils.filetypes import WHEEL_EXTENSION
|
|
34
|
-
from pip._internal.utils.hashes import Hashes
|
|
35
|
-
from pip._internal.utils.logging import indent_log
|
|
36
|
-
from pip._internal.utils.misc import build_netloc
|
|
37
|
-
from pip._internal.utils.packaging import check_requires_python
|
|
38
|
-
from pip._internal.utils.unpacking import SUPPORTED_EXTENSIONS
|
|
39
|
-
|
|
40
|
-
if TYPE_CHECKING:
|
|
41
|
-
from pip._vendor.typing_extensions import TypeGuard
|
|
42
|
-
|
|
43
|
-
__all__ = ["FormatControl", "BestCandidateResult", "PackageFinder"]
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
logger = getLogger(__name__)
|
|
47
|
-
|
|
48
|
-
BuildTag = Union[Tuple[()], Tuple[int, str]]
|
|
49
|
-
CandidateSortingKey = Tuple[int, int, int, _BaseVersion, Optional[int], BuildTag]
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
def _check_link_requires_python(
|
|
53
|
-
link: Link,
|
|
54
|
-
version_info: Tuple[int, int, int],
|
|
55
|
-
ignore_requires_python: bool = False,
|
|
56
|
-
) -> bool:
|
|
57
|
-
"""
|
|
58
|
-
Return whether the given Python version is compatible with a link's
|
|
59
|
-
"Requires-Python" value.
|
|
60
|
-
|
|
61
|
-
:param version_info: A 3-tuple of ints representing the Python
|
|
62
|
-
major-minor-micro version to check.
|
|
63
|
-
:param ignore_requires_python: Whether to ignore the "Requires-Python"
|
|
64
|
-
value if the given Python version isn't compatible.
|
|
65
|
-
"""
|
|
66
|
-
try:
|
|
67
|
-
is_compatible = check_requires_python(
|
|
68
|
-
link.requires_python,
|
|
69
|
-
version_info=version_info,
|
|
70
|
-
)
|
|
71
|
-
except specifiers.InvalidSpecifier:
|
|
72
|
-
logger.debug(
|
|
73
|
-
"Ignoring invalid Requires-Python (%r) for link: %s",
|
|
74
|
-
link.requires_python,
|
|
75
|
-
link,
|
|
76
|
-
)
|
|
77
|
-
else:
|
|
78
|
-
if not is_compatible:
|
|
79
|
-
version = ".".join(map(str, version_info))
|
|
80
|
-
if not ignore_requires_python:
|
|
81
|
-
logger.verbose(
|
|
82
|
-
"Link requires a different Python (%s not in: %r): %s",
|
|
83
|
-
version,
|
|
84
|
-
link.requires_python,
|
|
85
|
-
link,
|
|
86
|
-
)
|
|
87
|
-
return False
|
|
88
|
-
|
|
89
|
-
logger.debug(
|
|
90
|
-
"Ignoring failed Requires-Python check (%s not in: %r) for link: %s",
|
|
91
|
-
version,
|
|
92
|
-
link.requires_python,
|
|
93
|
-
link,
|
|
94
|
-
)
|
|
95
|
-
|
|
96
|
-
return True
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
class LinkType(enum.Enum):
|
|
100
|
-
candidate = enum.auto()
|
|
101
|
-
different_project = enum.auto()
|
|
102
|
-
yanked = enum.auto()
|
|
103
|
-
format_unsupported = enum.auto()
|
|
104
|
-
format_invalid = enum.auto()
|
|
105
|
-
platform_mismatch = enum.auto()
|
|
106
|
-
requires_python_mismatch = enum.auto()
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
class LinkEvaluator:
|
|
110
|
-
"""
|
|
111
|
-
Responsible for evaluating links for a particular project.
|
|
112
|
-
"""
|
|
113
|
-
|
|
114
|
-
_py_version_re = re.compile(r"-py([123]\.?[0-9]?)$")
|
|
115
|
-
|
|
116
|
-
# Don't include an allow_yanked default value to make sure each call
|
|
117
|
-
# site considers whether yanked releases are allowed. This also causes
|
|
118
|
-
# that decision to be made explicit in the calling code, which helps
|
|
119
|
-
# people when reading the code.
|
|
120
|
-
def __init__(
|
|
121
|
-
self,
|
|
122
|
-
project_name: str,
|
|
123
|
-
canonical_name: str,
|
|
124
|
-
formats: FrozenSet[str],
|
|
125
|
-
target_python: TargetPython,
|
|
126
|
-
allow_yanked: bool,
|
|
127
|
-
ignore_requires_python: Optional[bool] = None,
|
|
128
|
-
) -> None:
|
|
129
|
-
"""
|
|
130
|
-
:param project_name: The user supplied package name.
|
|
131
|
-
:param canonical_name: The canonical package name.
|
|
132
|
-
:param formats: The formats allowed for this package. Should be a set
|
|
133
|
-
with 'binary' or 'source' or both in it.
|
|
134
|
-
:param target_python: The target Python interpreter to use when
|
|
135
|
-
evaluating link compatibility. This is used, for example, to
|
|
136
|
-
check wheel compatibility, as well as when checking the Python
|
|
137
|
-
version, e.g. the Python version embedded in a link filename
|
|
138
|
-
(or egg fragment) and against an HTML link's optional PEP 503
|
|
139
|
-
"data-requires-python" attribute.
|
|
140
|
-
:param allow_yanked: Whether files marked as yanked (in the sense
|
|
141
|
-
of PEP 592) are permitted to be candidates for install.
|
|
142
|
-
:param ignore_requires_python: Whether to ignore incompatible
|
|
143
|
-
PEP 503 "data-requires-python" values in HTML links. Defaults
|
|
144
|
-
to False.
|
|
145
|
-
"""
|
|
146
|
-
if ignore_requires_python is None:
|
|
147
|
-
ignore_requires_python = False
|
|
148
|
-
|
|
149
|
-
self._allow_yanked = allow_yanked
|
|
150
|
-
self._canonical_name = canonical_name
|
|
151
|
-
self._ignore_requires_python = ignore_requires_python
|
|
152
|
-
self._formats = formats
|
|
153
|
-
self._target_python = target_python
|
|
154
|
-
|
|
155
|
-
self.project_name = project_name
|
|
156
|
-
|
|
157
|
-
def evaluate_link(self, link: Link) -> Tuple[LinkType, str]:
|
|
158
|
-
"""
|
|
159
|
-
Determine whether a link is a candidate for installation.
|
|
160
|
-
|
|
161
|
-
:return: A tuple (result, detail), where *result* is an enum
|
|
162
|
-
representing whether the evaluation found a candidate, or the reason
|
|
163
|
-
why one is not found. If a candidate is found, *detail* will be the
|
|
164
|
-
candidate's version string; if one is not found, it contains the
|
|
165
|
-
reason the link fails to qualify.
|
|
166
|
-
"""
|
|
167
|
-
version = None
|
|
168
|
-
if link.is_yanked and not self._allow_yanked:
|
|
169
|
-
reason = link.yanked_reason or "<none given>"
|
|
170
|
-
return (LinkType.yanked, f"yanked for reason: {reason}")
|
|
171
|
-
|
|
172
|
-
if link.egg_fragment:
|
|
173
|
-
egg_info = link.egg_fragment
|
|
174
|
-
ext = link.ext
|
|
175
|
-
else:
|
|
176
|
-
egg_info, ext = link.splitext()
|
|
177
|
-
if not ext:
|
|
178
|
-
return (LinkType.format_unsupported, "not a file")
|
|
179
|
-
if ext not in SUPPORTED_EXTENSIONS:
|
|
180
|
-
return (
|
|
181
|
-
LinkType.format_unsupported,
|
|
182
|
-
f"unsupported archive format: {ext}",
|
|
183
|
-
)
|
|
184
|
-
if "binary" not in self._formats and ext == WHEEL_EXTENSION:
|
|
185
|
-
reason = f"No binaries permitted for {self.project_name}"
|
|
186
|
-
return (LinkType.format_unsupported, reason)
|
|
187
|
-
if "macosx10" in link.path and ext == ".zip":
|
|
188
|
-
return (LinkType.format_unsupported, "macosx10 one")
|
|
189
|
-
if ext == WHEEL_EXTENSION:
|
|
190
|
-
try:
|
|
191
|
-
wheel = Wheel(link.filename)
|
|
192
|
-
except InvalidWheelFilename:
|
|
193
|
-
return (
|
|
194
|
-
LinkType.format_invalid,
|
|
195
|
-
"invalid wheel filename",
|
|
196
|
-
)
|
|
197
|
-
if canonicalize_name(wheel.name) != self._canonical_name:
|
|
198
|
-
reason = f"wrong project name (not {self.project_name})"
|
|
199
|
-
return (LinkType.different_project, reason)
|
|
200
|
-
|
|
201
|
-
supported_tags = self._target_python.get_unsorted_tags()
|
|
202
|
-
if not wheel.supported(supported_tags):
|
|
203
|
-
# Include the wheel's tags in the reason string to
|
|
204
|
-
# simplify troubleshooting compatibility issues.
|
|
205
|
-
file_tags = ", ".join(wheel.get_formatted_file_tags())
|
|
206
|
-
reason = (
|
|
207
|
-
f"none of the wheel's tags ({file_tags}) are compatible "
|
|
208
|
-
f"(run pip debug --verbose to show compatible tags)"
|
|
209
|
-
)
|
|
210
|
-
return (LinkType.platform_mismatch, reason)
|
|
211
|
-
|
|
212
|
-
version = wheel.version
|
|
213
|
-
|
|
214
|
-
# This should be up by the self.ok_binary check, but see issue 2700.
|
|
215
|
-
if "source" not in self._formats and ext != WHEEL_EXTENSION:
|
|
216
|
-
reason = f"No sources permitted for {self.project_name}"
|
|
217
|
-
return (LinkType.format_unsupported, reason)
|
|
218
|
-
|
|
219
|
-
if not version:
|
|
220
|
-
version = _extract_version_from_fragment(
|
|
221
|
-
egg_info,
|
|
222
|
-
self._canonical_name,
|
|
223
|
-
)
|
|
224
|
-
if not version:
|
|
225
|
-
reason = f"Missing project version for {self.project_name}"
|
|
226
|
-
return (LinkType.format_invalid, reason)
|
|
227
|
-
|
|
228
|
-
match = self._py_version_re.search(version)
|
|
229
|
-
if match:
|
|
230
|
-
version = version[: match.start()]
|
|
231
|
-
py_version = match.group(1)
|
|
232
|
-
if py_version != self._target_python.py_version:
|
|
233
|
-
return (
|
|
234
|
-
LinkType.platform_mismatch,
|
|
235
|
-
"Python version is incorrect",
|
|
236
|
-
)
|
|
237
|
-
|
|
238
|
-
supports_python = _check_link_requires_python(
|
|
239
|
-
link,
|
|
240
|
-
version_info=self._target_python.py_version_info,
|
|
241
|
-
ignore_requires_python=self._ignore_requires_python,
|
|
242
|
-
)
|
|
243
|
-
if not supports_python:
|
|
244
|
-
reason = f"{version} Requires-Python {link.requires_python}"
|
|
245
|
-
return (LinkType.requires_python_mismatch, reason)
|
|
246
|
-
|
|
247
|
-
logger.debug("Found link %s, version: %s", link, version)
|
|
248
|
-
|
|
249
|
-
return (LinkType.candidate, version)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
def filter_unallowed_hashes(
|
|
253
|
-
candidates: List[InstallationCandidate],
|
|
254
|
-
hashes: Optional[Hashes],
|
|
255
|
-
project_name: str,
|
|
256
|
-
) -> List[InstallationCandidate]:
|
|
257
|
-
"""
|
|
258
|
-
Filter out candidates whose hashes aren't allowed, and return a new
|
|
259
|
-
list of candidates.
|
|
260
|
-
|
|
261
|
-
If at least one candidate has an allowed hash, then all candidates with
|
|
262
|
-
either an allowed hash or no hash specified are returned. Otherwise,
|
|
263
|
-
the given candidates are returned.
|
|
264
|
-
|
|
265
|
-
Including the candidates with no hash specified when there is a match
|
|
266
|
-
allows a warning to be logged if there is a more preferred candidate
|
|
267
|
-
with no hash specified. Returning all candidates in the case of no
|
|
268
|
-
matches lets pip report the hash of the candidate that would otherwise
|
|
269
|
-
have been installed (e.g. permitting the user to more easily update
|
|
270
|
-
their requirements file with the desired hash).
|
|
271
|
-
"""
|
|
272
|
-
if not hashes:
|
|
273
|
-
logger.debug(
|
|
274
|
-
"Given no hashes to check %s links for project %r: "
|
|
275
|
-
"discarding no candidates",
|
|
276
|
-
len(candidates),
|
|
277
|
-
project_name,
|
|
278
|
-
)
|
|
279
|
-
# Make sure we're not returning back the given value.
|
|
280
|
-
return list(candidates)
|
|
281
|
-
|
|
282
|
-
matches_or_no_digest = []
|
|
283
|
-
# Collect the non-matches for logging purposes.
|
|
284
|
-
non_matches = []
|
|
285
|
-
match_count = 0
|
|
286
|
-
for candidate in candidates:
|
|
287
|
-
link = candidate.link
|
|
288
|
-
if not link.has_hash:
|
|
289
|
-
pass
|
|
290
|
-
elif link.is_hash_allowed(hashes=hashes):
|
|
291
|
-
match_count += 1
|
|
292
|
-
else:
|
|
293
|
-
non_matches.append(candidate)
|
|
294
|
-
continue
|
|
295
|
-
|
|
296
|
-
matches_or_no_digest.append(candidate)
|
|
297
|
-
|
|
298
|
-
if match_count:
|
|
299
|
-
filtered = matches_or_no_digest
|
|
300
|
-
else:
|
|
301
|
-
# Make sure we're not returning back the given value.
|
|
302
|
-
filtered = list(candidates)
|
|
303
|
-
|
|
304
|
-
if len(filtered) == len(candidates):
|
|
305
|
-
discard_message = "discarding no candidates"
|
|
306
|
-
else:
|
|
307
|
-
discard_message = "discarding {} non-matches:\n {}".format(
|
|
308
|
-
len(non_matches),
|
|
309
|
-
"\n ".join(str(candidate.link) for candidate in non_matches),
|
|
310
|
-
)
|
|
311
|
-
|
|
312
|
-
logger.debug(
|
|
313
|
-
"Checked %s links for project %r against %s hashes "
|
|
314
|
-
"(%s matches, %s no digest): %s",
|
|
315
|
-
len(candidates),
|
|
316
|
-
project_name,
|
|
317
|
-
hashes.digest_count,
|
|
318
|
-
match_count,
|
|
319
|
-
len(matches_or_no_digest) - match_count,
|
|
320
|
-
discard_message,
|
|
321
|
-
)
|
|
322
|
-
|
|
323
|
-
return filtered
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
@dataclass
|
|
327
|
-
class CandidatePreferences:
|
|
328
|
-
"""
|
|
329
|
-
Encapsulates some of the preferences for filtering and sorting
|
|
330
|
-
InstallationCandidate objects.
|
|
331
|
-
"""
|
|
332
|
-
|
|
333
|
-
prefer_binary: bool = False
|
|
334
|
-
allow_all_prereleases: bool = False
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
@dataclass(frozen=True)
|
|
338
|
-
class BestCandidateResult:
|
|
339
|
-
"""A collection of candidates, returned by `PackageFinder.find_best_candidate`.
|
|
340
|
-
|
|
341
|
-
This class is only intended to be instantiated by CandidateEvaluator's
|
|
342
|
-
`compute_best_candidate()` method.
|
|
343
|
-
|
|
344
|
-
:param all_candidates: A sequence of all available candidates found.
|
|
345
|
-
:param applicable_candidates: The applicable candidates.
|
|
346
|
-
:param best_candidate: The most preferred candidate found, or None
|
|
347
|
-
if no applicable candidates were found.
|
|
348
|
-
"""
|
|
349
|
-
|
|
350
|
-
all_candidates: List[InstallationCandidate]
|
|
351
|
-
applicable_candidates: List[InstallationCandidate]
|
|
352
|
-
best_candidate: Optional[InstallationCandidate]
|
|
353
|
-
|
|
354
|
-
def __post_init__(self) -> None:
|
|
355
|
-
assert set(self.applicable_candidates) <= set(self.all_candidates)
|
|
356
|
-
|
|
357
|
-
if self.best_candidate is None:
|
|
358
|
-
assert not self.applicable_candidates
|
|
359
|
-
else:
|
|
360
|
-
assert self.best_candidate in self.applicable_candidates
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
class CandidateEvaluator:
|
|
364
|
-
"""
|
|
365
|
-
Responsible for filtering and sorting candidates for installation based
|
|
366
|
-
on what tags are valid.
|
|
367
|
-
"""
|
|
368
|
-
|
|
369
|
-
@classmethod
|
|
370
|
-
def create(
|
|
371
|
-
cls,
|
|
372
|
-
project_name: str,
|
|
373
|
-
target_python: Optional[TargetPython] = None,
|
|
374
|
-
prefer_binary: bool = False,
|
|
375
|
-
allow_all_prereleases: bool = False,
|
|
376
|
-
specifier: Optional[specifiers.BaseSpecifier] = None,
|
|
377
|
-
hashes: Optional[Hashes] = None,
|
|
378
|
-
) -> "CandidateEvaluator":
|
|
379
|
-
"""Create a CandidateEvaluator object.
|
|
380
|
-
|
|
381
|
-
:param target_python: The target Python interpreter to use when
|
|
382
|
-
checking compatibility. If None (the default), a TargetPython
|
|
383
|
-
object will be constructed from the running Python.
|
|
384
|
-
:param specifier: An optional object implementing `filter`
|
|
385
|
-
(e.g. `packaging.specifiers.SpecifierSet`) to filter applicable
|
|
386
|
-
versions.
|
|
387
|
-
:param hashes: An optional collection of allowed hashes.
|
|
388
|
-
"""
|
|
389
|
-
if target_python is None:
|
|
390
|
-
target_python = TargetPython()
|
|
391
|
-
if specifier is None:
|
|
392
|
-
specifier = specifiers.SpecifierSet()
|
|
393
|
-
|
|
394
|
-
supported_tags = target_python.get_sorted_tags()
|
|
395
|
-
|
|
396
|
-
return cls(
|
|
397
|
-
project_name=project_name,
|
|
398
|
-
supported_tags=supported_tags,
|
|
399
|
-
specifier=specifier,
|
|
400
|
-
prefer_binary=prefer_binary,
|
|
401
|
-
allow_all_prereleases=allow_all_prereleases,
|
|
402
|
-
hashes=hashes,
|
|
403
|
-
)
|
|
404
|
-
|
|
405
|
-
def __init__(
|
|
406
|
-
self,
|
|
407
|
-
project_name: str,
|
|
408
|
-
supported_tags: List[Tag],
|
|
409
|
-
specifier: specifiers.BaseSpecifier,
|
|
410
|
-
prefer_binary: bool = False,
|
|
411
|
-
allow_all_prereleases: bool = False,
|
|
412
|
-
hashes: Optional[Hashes] = None,
|
|
413
|
-
) -> None:
|
|
414
|
-
"""
|
|
415
|
-
:param supported_tags: The PEP 425 tags supported by the target
|
|
416
|
-
Python in order of preference (most preferred first).
|
|
417
|
-
"""
|
|
418
|
-
self._allow_all_prereleases = allow_all_prereleases
|
|
419
|
-
self._hashes = hashes
|
|
420
|
-
self._prefer_binary = prefer_binary
|
|
421
|
-
self._project_name = project_name
|
|
422
|
-
self._specifier = specifier
|
|
423
|
-
self._supported_tags = supported_tags
|
|
424
|
-
# Since the index of the tag in the _supported_tags list is used
|
|
425
|
-
# as a priority, precompute a map from tag to index/priority to be
|
|
426
|
-
# used in wheel.find_most_preferred_tag.
|
|
427
|
-
self._wheel_tag_preferences = {
|
|
428
|
-
tag: idx for idx, tag in enumerate(supported_tags)
|
|
429
|
-
}
|
|
430
|
-
|
|
431
|
-
def get_applicable_candidates(
|
|
432
|
-
self,
|
|
433
|
-
candidates: List[InstallationCandidate],
|
|
434
|
-
) -> List[InstallationCandidate]:
|
|
435
|
-
"""
|
|
436
|
-
Return the applicable candidates from a list of candidates.
|
|
437
|
-
"""
|
|
438
|
-
# Using None infers from the specifier instead.
|
|
439
|
-
allow_prereleases = self._allow_all_prereleases or None
|
|
440
|
-
specifier = self._specifier
|
|
441
|
-
|
|
442
|
-
# We turn the version object into a str here because otherwise
|
|
443
|
-
# when we're debundled but setuptools isn't, Python will see
|
|
444
|
-
# packaging.version.Version and
|
|
445
|
-
# pkg_resources._vendor.packaging.version.Version as different
|
|
446
|
-
# types. This way we'll use a str as a common data interchange
|
|
447
|
-
# format. If we stop using the pkg_resources provided specifier
|
|
448
|
-
# and start using our own, we can drop the cast to str().
|
|
449
|
-
candidates_and_versions = [(c, str(c.version)) for c in candidates]
|
|
450
|
-
versions = set(
|
|
451
|
-
specifier.filter(
|
|
452
|
-
(v for _, v in candidates_and_versions),
|
|
453
|
-
prereleases=allow_prereleases,
|
|
454
|
-
)
|
|
455
|
-
)
|
|
456
|
-
|
|
457
|
-
applicable_candidates = [c for c, v in candidates_and_versions if v in versions]
|
|
458
|
-
filtered_applicable_candidates = filter_unallowed_hashes(
|
|
459
|
-
candidates=applicable_candidates,
|
|
460
|
-
hashes=self._hashes,
|
|
461
|
-
project_name=self._project_name,
|
|
462
|
-
)
|
|
463
|
-
|
|
464
|
-
return sorted(filtered_applicable_candidates, key=self._sort_key)
|
|
465
|
-
|
|
466
|
-
def _sort_key(self, candidate: InstallationCandidate) -> CandidateSortingKey:
|
|
467
|
-
"""
|
|
468
|
-
Function to pass as the `key` argument to a call to sorted() to sort
|
|
469
|
-
InstallationCandidates by preference.
|
|
470
|
-
|
|
471
|
-
Returns a tuple such that tuples sorting as greater using Python's
|
|
472
|
-
default comparison operator are more preferred.
|
|
473
|
-
|
|
474
|
-
The preference is as follows:
|
|
475
|
-
|
|
476
|
-
First and foremost, candidates with allowed (matching) hashes are
|
|
477
|
-
always preferred over candidates without matching hashes. This is
|
|
478
|
-
because e.g. if the only candidate with an allowed hash is yanked,
|
|
479
|
-
we still want to use that candidate.
|
|
480
|
-
|
|
481
|
-
Second, excepting hash considerations, candidates that have been
|
|
482
|
-
yanked (in the sense of PEP 592) are always less preferred than
|
|
483
|
-
candidates that haven't been yanked. Then:
|
|
484
|
-
|
|
485
|
-
If not finding wheels, they are sorted by version only.
|
|
486
|
-
If finding wheels, then the sort order is by version, then:
|
|
487
|
-
1. existing installs
|
|
488
|
-
2. wheels ordered via Wheel.support_index_min(self._supported_tags)
|
|
489
|
-
3. source archives
|
|
490
|
-
If prefer_binary was set, then all wheels are sorted above sources.
|
|
491
|
-
|
|
492
|
-
Note: it was considered to embed this logic into the Link
|
|
493
|
-
comparison operators, but then different sdist links
|
|
494
|
-
with the same version, would have to be considered equal
|
|
495
|
-
"""
|
|
496
|
-
valid_tags = self._supported_tags
|
|
497
|
-
support_num = len(valid_tags)
|
|
498
|
-
build_tag: BuildTag = ()
|
|
499
|
-
binary_preference = 0
|
|
500
|
-
link = candidate.link
|
|
501
|
-
if link.is_wheel:
|
|
502
|
-
# can raise InvalidWheelFilename
|
|
503
|
-
wheel = Wheel(link.filename)
|
|
504
|
-
try:
|
|
505
|
-
pri = -(
|
|
506
|
-
wheel.find_most_preferred_tag(
|
|
507
|
-
valid_tags, self._wheel_tag_preferences
|
|
508
|
-
)
|
|
509
|
-
)
|
|
510
|
-
except ValueError:
|
|
511
|
-
raise UnsupportedWheel(
|
|
512
|
-
f"{wheel.filename} is not a supported wheel for this platform. It "
|
|
513
|
-
"can't be sorted."
|
|
514
|
-
)
|
|
515
|
-
if self._prefer_binary:
|
|
516
|
-
binary_preference = 1
|
|
517
|
-
if wheel.build_tag is not None:
|
|
518
|
-
match = re.match(r"^(\d+)(.*)$", wheel.build_tag)
|
|
519
|
-
assert match is not None, "guaranteed by filename validation"
|
|
520
|
-
build_tag_groups = match.groups()
|
|
521
|
-
build_tag = (int(build_tag_groups[0]), build_tag_groups[1])
|
|
522
|
-
else: # sdist
|
|
523
|
-
pri = -(support_num)
|
|
524
|
-
has_allowed_hash = int(link.is_hash_allowed(self._hashes))
|
|
525
|
-
yank_value = -1 * int(link.is_yanked) # -1 for yanked.
|
|
526
|
-
return (
|
|
527
|
-
has_allowed_hash,
|
|
528
|
-
yank_value,
|
|
529
|
-
binary_preference,
|
|
530
|
-
candidate.version,
|
|
531
|
-
pri,
|
|
532
|
-
build_tag,
|
|
533
|
-
)
|
|
534
|
-
|
|
535
|
-
def sort_best_candidate(
|
|
536
|
-
self,
|
|
537
|
-
candidates: List[InstallationCandidate],
|
|
538
|
-
) -> Optional[InstallationCandidate]:
|
|
539
|
-
"""
|
|
540
|
-
Return the best candidate per the instance's sort order, or None if
|
|
541
|
-
no candidate is acceptable.
|
|
542
|
-
"""
|
|
543
|
-
if not candidates:
|
|
544
|
-
return None
|
|
545
|
-
best_candidate = max(candidates, key=self._sort_key)
|
|
546
|
-
return best_candidate
|
|
547
|
-
|
|
548
|
-
def compute_best_candidate(
|
|
549
|
-
self,
|
|
550
|
-
candidates: List[InstallationCandidate],
|
|
551
|
-
) -> BestCandidateResult:
|
|
552
|
-
"""
|
|
553
|
-
Compute and return a `BestCandidateResult` instance.
|
|
554
|
-
"""
|
|
555
|
-
applicable_candidates = self.get_applicable_candidates(candidates)
|
|
556
|
-
|
|
557
|
-
best_candidate = self.sort_best_candidate(applicable_candidates)
|
|
558
|
-
|
|
559
|
-
return BestCandidateResult(
|
|
560
|
-
candidates,
|
|
561
|
-
applicable_candidates=applicable_candidates,
|
|
562
|
-
best_candidate=best_candidate,
|
|
563
|
-
)
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
class PackageFinder:
|
|
567
|
-
"""This finds packages.
|
|
568
|
-
|
|
569
|
-
This is meant to match easy_install's technique for looking for
|
|
570
|
-
packages, by reading pages and looking for appropriate links.
|
|
571
|
-
"""
|
|
572
|
-
|
|
573
|
-
def __init__(
|
|
574
|
-
self,
|
|
575
|
-
link_collector: LinkCollector,
|
|
576
|
-
target_python: TargetPython,
|
|
577
|
-
allow_yanked: bool,
|
|
578
|
-
format_control: Optional[FormatControl] = None,
|
|
579
|
-
candidate_prefs: Optional[CandidatePreferences] = None,
|
|
580
|
-
ignore_requires_python: Optional[bool] = None,
|
|
581
|
-
) -> None:
|
|
582
|
-
"""
|
|
583
|
-
This constructor is primarily meant to be used by the create() class
|
|
584
|
-
method and from tests.
|
|
585
|
-
|
|
586
|
-
:param format_control: A FormatControl object, used to control
|
|
587
|
-
the selection of source packages / binary packages when consulting
|
|
588
|
-
the index and links.
|
|
589
|
-
:param candidate_prefs: Options to use when creating a
|
|
590
|
-
CandidateEvaluator object.
|
|
591
|
-
"""
|
|
592
|
-
if candidate_prefs is None:
|
|
593
|
-
candidate_prefs = CandidatePreferences()
|
|
594
|
-
|
|
595
|
-
format_control = format_control or FormatControl(set(), set())
|
|
596
|
-
|
|
597
|
-
self._allow_yanked = allow_yanked
|
|
598
|
-
self._candidate_prefs = candidate_prefs
|
|
599
|
-
self._ignore_requires_python = ignore_requires_python
|
|
600
|
-
self._link_collector = link_collector
|
|
601
|
-
self._target_python = target_python
|
|
602
|
-
|
|
603
|
-
self.format_control = format_control
|
|
604
|
-
|
|
605
|
-
# These are boring links that have already been logged somehow.
|
|
606
|
-
self._logged_links: Set[Tuple[Link, LinkType, str]] = set()
|
|
607
|
-
|
|
608
|
-
# Don't include an allow_yanked default value to make sure each call
|
|
609
|
-
# site considers whether yanked releases are allowed. This also causes
|
|
610
|
-
# that decision to be made explicit in the calling code, which helps
|
|
611
|
-
# people when reading the code.
|
|
612
|
-
@classmethod
|
|
613
|
-
def create(
|
|
614
|
-
cls,
|
|
615
|
-
link_collector: LinkCollector,
|
|
616
|
-
selection_prefs: SelectionPreferences,
|
|
617
|
-
target_python: Optional[TargetPython] = None,
|
|
618
|
-
) -> "PackageFinder":
|
|
619
|
-
"""Create a PackageFinder.
|
|
620
|
-
|
|
621
|
-
:param selection_prefs: The candidate selection preferences, as a
|
|
622
|
-
SelectionPreferences object.
|
|
623
|
-
:param target_python: The target Python interpreter to use when
|
|
624
|
-
checking compatibility. If None (the default), a TargetPython
|
|
625
|
-
object will be constructed from the running Python.
|
|
626
|
-
"""
|
|
627
|
-
if target_python is None:
|
|
628
|
-
target_python = TargetPython()
|
|
629
|
-
|
|
630
|
-
candidate_prefs = CandidatePreferences(
|
|
631
|
-
prefer_binary=selection_prefs.prefer_binary,
|
|
632
|
-
allow_all_prereleases=selection_prefs.allow_all_prereleases,
|
|
633
|
-
)
|
|
634
|
-
|
|
635
|
-
return cls(
|
|
636
|
-
candidate_prefs=candidate_prefs,
|
|
637
|
-
link_collector=link_collector,
|
|
638
|
-
target_python=target_python,
|
|
639
|
-
allow_yanked=selection_prefs.allow_yanked,
|
|
640
|
-
format_control=selection_prefs.format_control,
|
|
641
|
-
ignore_requires_python=selection_prefs.ignore_requires_python,
|
|
642
|
-
)
|
|
643
|
-
|
|
644
|
-
@property
|
|
645
|
-
def target_python(self) -> TargetPython:
|
|
646
|
-
return self._target_python
|
|
647
|
-
|
|
648
|
-
@property
|
|
649
|
-
def search_scope(self) -> SearchScope:
|
|
650
|
-
return self._link_collector.search_scope
|
|
651
|
-
|
|
652
|
-
@search_scope.setter
|
|
653
|
-
def search_scope(self, search_scope: SearchScope) -> None:
|
|
654
|
-
self._link_collector.search_scope = search_scope
|
|
655
|
-
|
|
656
|
-
@property
|
|
657
|
-
def find_links(self) -> List[str]:
|
|
658
|
-
return self._link_collector.find_links
|
|
659
|
-
|
|
660
|
-
@property
|
|
661
|
-
def index_urls(self) -> List[str]:
|
|
662
|
-
return self.search_scope.index_urls
|
|
663
|
-
|
|
664
|
-
@property
|
|
665
|
-
def proxy(self) -> Optional[str]:
|
|
666
|
-
return self._link_collector.session.pip_proxy
|
|
667
|
-
|
|
668
|
-
@property
|
|
669
|
-
def trusted_hosts(self) -> Iterable[str]:
|
|
670
|
-
for host_port in self._link_collector.session.pip_trusted_origins:
|
|
671
|
-
yield build_netloc(*host_port)
|
|
672
|
-
|
|
673
|
-
@property
|
|
674
|
-
def custom_cert(self) -> Optional[str]:
|
|
675
|
-
# session.verify is either a boolean (use default bundle/no SSL
|
|
676
|
-
# verification) or a string path to a custom CA bundle to use. We only
|
|
677
|
-
# care about the latter.
|
|
678
|
-
verify = self._link_collector.session.verify
|
|
679
|
-
return verify if isinstance(verify, str) else None
|
|
680
|
-
|
|
681
|
-
@property
|
|
682
|
-
def client_cert(self) -> Optional[str]:
|
|
683
|
-
cert = self._link_collector.session.cert
|
|
684
|
-
assert not isinstance(cert, tuple), "pip only supports PEM client certs"
|
|
685
|
-
return cert
|
|
686
|
-
|
|
687
|
-
@property
|
|
688
|
-
def allow_all_prereleases(self) -> bool:
|
|
689
|
-
return self._candidate_prefs.allow_all_prereleases
|
|
690
|
-
|
|
691
|
-
def set_allow_all_prereleases(self) -> None:
|
|
692
|
-
self._candidate_prefs.allow_all_prereleases = True
|
|
693
|
-
|
|
694
|
-
@property
|
|
695
|
-
def prefer_binary(self) -> bool:
|
|
696
|
-
return self._candidate_prefs.prefer_binary
|
|
697
|
-
|
|
698
|
-
def set_prefer_binary(self) -> None:
|
|
699
|
-
self._candidate_prefs.prefer_binary = True
|
|
700
|
-
|
|
701
|
-
def requires_python_skipped_reasons(self) -> List[str]:
|
|
702
|
-
reasons = {
|
|
703
|
-
detail
|
|
704
|
-
for _, result, detail in self._logged_links
|
|
705
|
-
if result == LinkType.requires_python_mismatch
|
|
706
|
-
}
|
|
707
|
-
return sorted(reasons)
|
|
708
|
-
|
|
709
|
-
def make_link_evaluator(self, project_name: str) -> LinkEvaluator:
|
|
710
|
-
canonical_name = canonicalize_name(project_name)
|
|
711
|
-
formats = self.format_control.get_allowed_formats(canonical_name)
|
|
712
|
-
|
|
713
|
-
return LinkEvaluator(
|
|
714
|
-
project_name=project_name,
|
|
715
|
-
canonical_name=canonical_name,
|
|
716
|
-
formats=formats,
|
|
717
|
-
target_python=self._target_python,
|
|
718
|
-
allow_yanked=self._allow_yanked,
|
|
719
|
-
ignore_requires_python=self._ignore_requires_python,
|
|
720
|
-
)
|
|
721
|
-
|
|
722
|
-
def _sort_links(self, links: Iterable[Link]) -> List[Link]:
|
|
723
|
-
"""
|
|
724
|
-
Returns elements of links in order, non-egg links first, egg links
|
|
725
|
-
second, while eliminating duplicates
|
|
726
|
-
"""
|
|
727
|
-
eggs, no_eggs = [], []
|
|
728
|
-
seen: Set[Link] = set()
|
|
729
|
-
for link in links:
|
|
730
|
-
if link not in seen:
|
|
731
|
-
seen.add(link)
|
|
732
|
-
if link.egg_fragment:
|
|
733
|
-
eggs.append(link)
|
|
734
|
-
else:
|
|
735
|
-
no_eggs.append(link)
|
|
736
|
-
return no_eggs + eggs
|
|
737
|
-
|
|
738
|
-
def _log_skipped_link(self, link: Link, result: LinkType, detail: str) -> None:
|
|
739
|
-
# This is a hot method so don't waste time hashing links unless we're
|
|
740
|
-
# actually going to log 'em.
|
|
741
|
-
if not logger.isEnabledFor(logging.DEBUG):
|
|
742
|
-
return
|
|
743
|
-
|
|
744
|
-
entry = (link, result, detail)
|
|
745
|
-
if entry not in self._logged_links:
|
|
746
|
-
# Put the link at the end so the reason is more visible and because
|
|
747
|
-
# the link string is usually very long.
|
|
748
|
-
logger.debug("Skipping link: %s: %s", detail, link)
|
|
749
|
-
self._logged_links.add(entry)
|
|
750
|
-
|
|
751
|
-
def get_install_candidate(
|
|
752
|
-
self, link_evaluator: LinkEvaluator, link: Link
|
|
753
|
-
) -> Optional[InstallationCandidate]:
|
|
754
|
-
"""
|
|
755
|
-
If the link is a candidate for install, convert it to an
|
|
756
|
-
InstallationCandidate and return it. Otherwise, return None.
|
|
757
|
-
"""
|
|
758
|
-
result, detail = link_evaluator.evaluate_link(link)
|
|
759
|
-
if result != LinkType.candidate:
|
|
760
|
-
self._log_skipped_link(link, result, detail)
|
|
761
|
-
return None
|
|
762
|
-
|
|
763
|
-
try:
|
|
764
|
-
return InstallationCandidate(
|
|
765
|
-
name=link_evaluator.project_name,
|
|
766
|
-
link=link,
|
|
767
|
-
version=detail,
|
|
768
|
-
)
|
|
769
|
-
except InvalidVersion:
|
|
770
|
-
return None
|
|
771
|
-
|
|
772
|
-
def evaluate_links(
|
|
773
|
-
self, link_evaluator: LinkEvaluator, links: Iterable[Link]
|
|
774
|
-
) -> List[InstallationCandidate]:
|
|
775
|
-
"""
|
|
776
|
-
Convert links that are candidates to InstallationCandidate objects.
|
|
777
|
-
"""
|
|
778
|
-
candidates = []
|
|
779
|
-
for link in self._sort_links(links):
|
|
780
|
-
candidate = self.get_install_candidate(link_evaluator, link)
|
|
781
|
-
if candidate is not None:
|
|
782
|
-
candidates.append(candidate)
|
|
783
|
-
|
|
784
|
-
return candidates
|
|
785
|
-
|
|
786
|
-
def process_project_url(
|
|
787
|
-
self, project_url: Link, link_evaluator: LinkEvaluator
|
|
788
|
-
) -> List[InstallationCandidate]:
|
|
789
|
-
logger.debug(
|
|
790
|
-
"Fetching project page and analyzing links: %s",
|
|
791
|
-
project_url,
|
|
792
|
-
)
|
|
793
|
-
index_response = self._link_collector.fetch_response(project_url)
|
|
794
|
-
if index_response is None:
|
|
795
|
-
return []
|
|
796
|
-
|
|
797
|
-
page_links = list(parse_links(index_response))
|
|
798
|
-
|
|
799
|
-
with indent_log():
|
|
800
|
-
package_links = self.evaluate_links(
|
|
801
|
-
link_evaluator,
|
|
802
|
-
links=page_links,
|
|
803
|
-
)
|
|
804
|
-
|
|
805
|
-
return package_links
|
|
806
|
-
|
|
807
|
-
@functools.lru_cache(maxsize=None)
|
|
808
|
-
def find_all_candidates(self, project_name: str) -> List[InstallationCandidate]:
|
|
809
|
-
"""Find all available InstallationCandidate for project_name
|
|
810
|
-
|
|
811
|
-
This checks index_urls and find_links.
|
|
812
|
-
All versions found are returned as an InstallationCandidate list.
|
|
813
|
-
|
|
814
|
-
See LinkEvaluator.evaluate_link() for details on which files
|
|
815
|
-
are accepted.
|
|
816
|
-
"""
|
|
817
|
-
link_evaluator = self.make_link_evaluator(project_name)
|
|
818
|
-
|
|
819
|
-
collected_sources = self._link_collector.collect_sources(
|
|
820
|
-
project_name=project_name,
|
|
821
|
-
candidates_from_page=functools.partial(
|
|
822
|
-
self.process_project_url,
|
|
823
|
-
link_evaluator=link_evaluator,
|
|
824
|
-
),
|
|
825
|
-
)
|
|
826
|
-
|
|
827
|
-
page_candidates_it = itertools.chain.from_iterable(
|
|
828
|
-
source.page_candidates()
|
|
829
|
-
for sources in collected_sources
|
|
830
|
-
for source in sources
|
|
831
|
-
if source is not None
|
|
832
|
-
)
|
|
833
|
-
page_candidates = list(page_candidates_it)
|
|
834
|
-
|
|
835
|
-
file_links_it = itertools.chain.from_iterable(
|
|
836
|
-
source.file_links()
|
|
837
|
-
for sources in collected_sources
|
|
838
|
-
for source in sources
|
|
839
|
-
if source is not None
|
|
840
|
-
)
|
|
841
|
-
file_candidates = self.evaluate_links(
|
|
842
|
-
link_evaluator,
|
|
843
|
-
sorted(file_links_it, reverse=True),
|
|
844
|
-
)
|
|
845
|
-
|
|
846
|
-
if logger.isEnabledFor(logging.DEBUG) and file_candidates:
|
|
847
|
-
paths = []
|
|
848
|
-
for candidate in file_candidates:
|
|
849
|
-
assert candidate.link.url # we need to have a URL
|
|
850
|
-
try:
|
|
851
|
-
paths.append(candidate.link.file_path)
|
|
852
|
-
except Exception:
|
|
853
|
-
paths.append(candidate.link.url) # it's not a local file
|
|
854
|
-
|
|
855
|
-
logger.debug("Local files found: %s", ", ".join(paths))
|
|
856
|
-
|
|
857
|
-
# This is an intentional priority ordering
|
|
858
|
-
return file_candidates + page_candidates
|
|
859
|
-
|
|
860
|
-
def make_candidate_evaluator(
|
|
861
|
-
self,
|
|
862
|
-
project_name: str,
|
|
863
|
-
specifier: Optional[specifiers.BaseSpecifier] = None,
|
|
864
|
-
hashes: Optional[Hashes] = None,
|
|
865
|
-
) -> CandidateEvaluator:
|
|
866
|
-
"""Create a CandidateEvaluator object to use."""
|
|
867
|
-
candidate_prefs = self._candidate_prefs
|
|
868
|
-
return CandidateEvaluator.create(
|
|
869
|
-
project_name=project_name,
|
|
870
|
-
target_python=self._target_python,
|
|
871
|
-
prefer_binary=candidate_prefs.prefer_binary,
|
|
872
|
-
allow_all_prereleases=candidate_prefs.allow_all_prereleases,
|
|
873
|
-
specifier=specifier,
|
|
874
|
-
hashes=hashes,
|
|
875
|
-
)
|
|
876
|
-
|
|
877
|
-
@functools.lru_cache(maxsize=None)
|
|
878
|
-
def find_best_candidate(
|
|
879
|
-
self,
|
|
880
|
-
project_name: str,
|
|
881
|
-
specifier: Optional[specifiers.BaseSpecifier] = None,
|
|
882
|
-
hashes: Optional[Hashes] = None,
|
|
883
|
-
) -> BestCandidateResult:
|
|
884
|
-
"""Find matches for the given project and specifier.
|
|
885
|
-
|
|
886
|
-
:param specifier: An optional object implementing `filter`
|
|
887
|
-
(e.g. `packaging.specifiers.SpecifierSet`) to filter applicable
|
|
888
|
-
versions.
|
|
889
|
-
|
|
890
|
-
:return: A `BestCandidateResult` instance.
|
|
891
|
-
"""
|
|
892
|
-
candidates = self.find_all_candidates(project_name)
|
|
893
|
-
candidate_evaluator = self.make_candidate_evaluator(
|
|
894
|
-
project_name=project_name,
|
|
895
|
-
specifier=specifier,
|
|
896
|
-
hashes=hashes,
|
|
897
|
-
)
|
|
898
|
-
return candidate_evaluator.compute_best_candidate(candidates)
|
|
899
|
-
|
|
900
|
-
def find_requirement(
|
|
901
|
-
self, req: InstallRequirement, upgrade: bool
|
|
902
|
-
) -> Optional[InstallationCandidate]:
|
|
903
|
-
"""Try to find a Link matching req
|
|
904
|
-
|
|
905
|
-
Expects req, an InstallRequirement and upgrade, a boolean
|
|
906
|
-
Returns a InstallationCandidate if found,
|
|
907
|
-
Raises DistributionNotFound or BestVersionAlreadyInstalled otherwise
|
|
908
|
-
"""
|
|
909
|
-
hashes = req.hashes(trust_internet=False)
|
|
910
|
-
best_candidate_result = self.find_best_candidate(
|
|
911
|
-
req.name,
|
|
912
|
-
specifier=req.specifier,
|
|
913
|
-
hashes=hashes,
|
|
914
|
-
)
|
|
915
|
-
best_candidate = best_candidate_result.best_candidate
|
|
916
|
-
|
|
917
|
-
installed_version: Optional[_BaseVersion] = None
|
|
918
|
-
if req.satisfied_by is not None:
|
|
919
|
-
installed_version = req.satisfied_by.version
|
|
920
|
-
|
|
921
|
-
def _format_versions(cand_iter: Iterable[InstallationCandidate]) -> str:
|
|
922
|
-
# This repeated parse_version and str() conversion is needed to
|
|
923
|
-
# handle different vendoring sources from pip and pkg_resources.
|
|
924
|
-
# If we stop using the pkg_resources provided specifier and start
|
|
925
|
-
# using our own, we can drop the cast to str().
|
|
926
|
-
return (
|
|
927
|
-
", ".join(
|
|
928
|
-
sorted(
|
|
929
|
-
{str(c.version) for c in cand_iter},
|
|
930
|
-
key=parse_version,
|
|
931
|
-
)
|
|
932
|
-
)
|
|
933
|
-
or "none"
|
|
934
|
-
)
|
|
935
|
-
|
|
936
|
-
if installed_version is None and best_candidate is None:
|
|
937
|
-
logger.critical(
|
|
938
|
-
"Could not find a version that satisfies the requirement %s "
|
|
939
|
-
"(from versions: %s)",
|
|
940
|
-
req,
|
|
941
|
-
_format_versions(best_candidate_result.all_candidates),
|
|
942
|
-
)
|
|
943
|
-
|
|
944
|
-
raise DistributionNotFound(f"No matching distribution found for {req}")
|
|
945
|
-
|
|
946
|
-
def _should_install_candidate(
|
|
947
|
-
candidate: Optional[InstallationCandidate],
|
|
948
|
-
) -> "TypeGuard[InstallationCandidate]":
|
|
949
|
-
if installed_version is None:
|
|
950
|
-
return True
|
|
951
|
-
if best_candidate is None:
|
|
952
|
-
return False
|
|
953
|
-
return best_candidate.version > installed_version
|
|
954
|
-
|
|
955
|
-
if not upgrade and installed_version is not None:
|
|
956
|
-
if _should_install_candidate(best_candidate):
|
|
957
|
-
logger.debug(
|
|
958
|
-
"Existing installed version (%s) satisfies requirement "
|
|
959
|
-
"(most up-to-date version is %s)",
|
|
960
|
-
installed_version,
|
|
961
|
-
best_candidate.version,
|
|
962
|
-
)
|
|
963
|
-
else:
|
|
964
|
-
logger.debug(
|
|
965
|
-
"Existing installed version (%s) is most up-to-date and "
|
|
966
|
-
"satisfies requirement",
|
|
967
|
-
installed_version,
|
|
968
|
-
)
|
|
969
|
-
return None
|
|
970
|
-
|
|
971
|
-
if _should_install_candidate(best_candidate):
|
|
972
|
-
logger.debug(
|
|
973
|
-
"Using version %s (newest of versions: %s)",
|
|
974
|
-
best_candidate.version,
|
|
975
|
-
_format_versions(best_candidate_result.applicable_candidates),
|
|
976
|
-
)
|
|
977
|
-
return best_candidate
|
|
978
|
-
|
|
979
|
-
# We have an existing version, and its the best version
|
|
980
|
-
logger.debug(
|
|
981
|
-
"Installed version (%s) is most up-to-date (past versions: %s)",
|
|
982
|
-
installed_version,
|
|
983
|
-
_format_versions(best_candidate_result.applicable_candidates),
|
|
984
|
-
)
|
|
985
|
-
raise BestVersionAlreadyInstalled
|
|
986
|
-
|
|
987
|
-
|
|
988
|
-
def _find_name_version_sep(fragment: str, canonical_name: str) -> int:
|
|
989
|
-
"""Find the separator's index based on the package's canonical name.
|
|
990
|
-
|
|
991
|
-
:param fragment: A <package>+<version> filename "fragment" (stem) or
|
|
992
|
-
egg fragment.
|
|
993
|
-
:param canonical_name: The package's canonical name.
|
|
994
|
-
|
|
995
|
-
This function is needed since the canonicalized name does not necessarily
|
|
996
|
-
have the same length as the egg info's name part. An example::
|
|
997
|
-
|
|
998
|
-
>>> fragment = 'foo__bar-1.0'
|
|
999
|
-
>>> canonical_name = 'foo-bar'
|
|
1000
|
-
>>> _find_name_version_sep(fragment, canonical_name)
|
|
1001
|
-
8
|
|
1002
|
-
"""
|
|
1003
|
-
# Project name and version must be separated by one single dash. Find all
|
|
1004
|
-
# occurrences of dashes; if the string in front of it matches the canonical
|
|
1005
|
-
# name, this is the one separating the name and version parts.
|
|
1006
|
-
for i, c in enumerate(fragment):
|
|
1007
|
-
if c != "-":
|
|
1008
|
-
continue
|
|
1009
|
-
if canonicalize_name(fragment[:i]) == canonical_name:
|
|
1010
|
-
return i
|
|
1011
|
-
raise ValueError(f"{fragment} does not match {canonical_name}")
|
|
1012
|
-
|
|
1013
|
-
|
|
1014
|
-
def _extract_version_from_fragment(fragment: str, canonical_name: str) -> Optional[str]:
|
|
1015
|
-
"""Parse the version string from a <package>+<version> filename
|
|
1016
|
-
"fragment" (stem) or egg fragment.
|
|
1017
|
-
|
|
1018
|
-
:param fragment: The string to parse. E.g. foo-2.1
|
|
1019
|
-
:param canonical_name: The canonicalized name of the package this
|
|
1020
|
-
belongs to.
|
|
1021
|
-
"""
|
|
1022
|
-
try:
|
|
1023
|
-
version_start = _find_name_version_sep(fragment, canonical_name) + 1
|
|
1024
|
-
except ValueError:
|
|
1025
|
-
return None
|
|
1026
|
-
version = fragment[version_start:]
|
|
1027
|
-
if not version:
|
|
1028
|
-
return None
|
|
1029
|
-
return version
|