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,480 +0,0 @@
|
|
|
1
|
-
import sys
|
|
2
|
-
from typing import TYPE_CHECKING, Iterable, List
|
|
3
|
-
|
|
4
|
-
if sys.version_info >= (3, 8):
|
|
5
|
-
from typing import Literal
|
|
6
|
-
else:
|
|
7
|
-
from pip._vendor.typing_extensions import Literal # pragma: no cover
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
from ._loop import loop_last
|
|
11
|
-
|
|
12
|
-
if TYPE_CHECKING:
|
|
13
|
-
from pip._vendor.rich.console import ConsoleOptions
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
class Box:
|
|
17
|
-
"""Defines characters to render boxes.
|
|
18
|
-
|
|
19
|
-
┌─┬┐ top
|
|
20
|
-
│ ││ head
|
|
21
|
-
├─┼┤ head_row
|
|
22
|
-
│ ││ mid
|
|
23
|
-
├─┼┤ row
|
|
24
|
-
├─┼┤ foot_row
|
|
25
|
-
│ ││ foot
|
|
26
|
-
└─┴┘ bottom
|
|
27
|
-
|
|
28
|
-
Args:
|
|
29
|
-
box (str): Characters making up box.
|
|
30
|
-
ascii (bool, optional): True if this box uses ascii characters only. Default is False.
|
|
31
|
-
"""
|
|
32
|
-
|
|
33
|
-
def __init__(self, box: str, *, ascii: bool = False) -> None:
|
|
34
|
-
self._box = box
|
|
35
|
-
self.ascii = ascii
|
|
36
|
-
line1, line2, line3, line4, line5, line6, line7, line8 = box.splitlines()
|
|
37
|
-
# top
|
|
38
|
-
self.top_left, self.top, self.top_divider, self.top_right = iter(line1)
|
|
39
|
-
# head
|
|
40
|
-
self.head_left, _, self.head_vertical, self.head_right = iter(line2)
|
|
41
|
-
# head_row
|
|
42
|
-
(
|
|
43
|
-
self.head_row_left,
|
|
44
|
-
self.head_row_horizontal,
|
|
45
|
-
self.head_row_cross,
|
|
46
|
-
self.head_row_right,
|
|
47
|
-
) = iter(line3)
|
|
48
|
-
|
|
49
|
-
# mid
|
|
50
|
-
self.mid_left, _, self.mid_vertical, self.mid_right = iter(line4)
|
|
51
|
-
# row
|
|
52
|
-
self.row_left, self.row_horizontal, self.row_cross, self.row_right = iter(line5)
|
|
53
|
-
# foot_row
|
|
54
|
-
(
|
|
55
|
-
self.foot_row_left,
|
|
56
|
-
self.foot_row_horizontal,
|
|
57
|
-
self.foot_row_cross,
|
|
58
|
-
self.foot_row_right,
|
|
59
|
-
) = iter(line6)
|
|
60
|
-
# foot
|
|
61
|
-
self.foot_left, _, self.foot_vertical, self.foot_right = iter(line7)
|
|
62
|
-
# bottom
|
|
63
|
-
self.bottom_left, self.bottom, self.bottom_divider, self.bottom_right = iter(
|
|
64
|
-
line8
|
|
65
|
-
)
|
|
66
|
-
|
|
67
|
-
def __repr__(self) -> str:
|
|
68
|
-
return "Box(...)"
|
|
69
|
-
|
|
70
|
-
def __str__(self) -> str:
|
|
71
|
-
return self._box
|
|
72
|
-
|
|
73
|
-
def substitute(self, options: "ConsoleOptions", safe: bool = True) -> "Box":
|
|
74
|
-
"""Substitute this box for another if it won't render due to platform issues.
|
|
75
|
-
|
|
76
|
-
Args:
|
|
77
|
-
options (ConsoleOptions): Console options used in rendering.
|
|
78
|
-
safe (bool, optional): Substitute this for another Box if there are known problems
|
|
79
|
-
displaying on the platform (currently only relevant on Windows). Default is True.
|
|
80
|
-
|
|
81
|
-
Returns:
|
|
82
|
-
Box: A different Box or the same Box.
|
|
83
|
-
"""
|
|
84
|
-
box = self
|
|
85
|
-
if options.legacy_windows and safe:
|
|
86
|
-
box = LEGACY_WINDOWS_SUBSTITUTIONS.get(box, box)
|
|
87
|
-
if options.ascii_only and not box.ascii:
|
|
88
|
-
box = ASCII
|
|
89
|
-
return box
|
|
90
|
-
|
|
91
|
-
def get_plain_headed_box(self) -> "Box":
|
|
92
|
-
"""If this box uses special characters for the borders of the header, then
|
|
93
|
-
return the equivalent box that does not.
|
|
94
|
-
|
|
95
|
-
Returns:
|
|
96
|
-
Box: The most similar Box that doesn't use header-specific box characters.
|
|
97
|
-
If the current Box already satisfies this criterion, then it's returned.
|
|
98
|
-
"""
|
|
99
|
-
return PLAIN_HEADED_SUBSTITUTIONS.get(self, self)
|
|
100
|
-
|
|
101
|
-
def get_top(self, widths: Iterable[int]) -> str:
|
|
102
|
-
"""Get the top of a simple box.
|
|
103
|
-
|
|
104
|
-
Args:
|
|
105
|
-
widths (List[int]): Widths of columns.
|
|
106
|
-
|
|
107
|
-
Returns:
|
|
108
|
-
str: A string of box characters.
|
|
109
|
-
"""
|
|
110
|
-
|
|
111
|
-
parts: List[str] = []
|
|
112
|
-
append = parts.append
|
|
113
|
-
append(self.top_left)
|
|
114
|
-
for last, width in loop_last(widths):
|
|
115
|
-
append(self.top * width)
|
|
116
|
-
if not last:
|
|
117
|
-
append(self.top_divider)
|
|
118
|
-
append(self.top_right)
|
|
119
|
-
return "".join(parts)
|
|
120
|
-
|
|
121
|
-
def get_row(
|
|
122
|
-
self,
|
|
123
|
-
widths: Iterable[int],
|
|
124
|
-
level: Literal["head", "row", "foot", "mid"] = "row",
|
|
125
|
-
edge: bool = True,
|
|
126
|
-
) -> str:
|
|
127
|
-
"""Get the top of a simple box.
|
|
128
|
-
|
|
129
|
-
Args:
|
|
130
|
-
width (List[int]): Widths of columns.
|
|
131
|
-
|
|
132
|
-
Returns:
|
|
133
|
-
str: A string of box characters.
|
|
134
|
-
"""
|
|
135
|
-
if level == "head":
|
|
136
|
-
left = self.head_row_left
|
|
137
|
-
horizontal = self.head_row_horizontal
|
|
138
|
-
cross = self.head_row_cross
|
|
139
|
-
right = self.head_row_right
|
|
140
|
-
elif level == "row":
|
|
141
|
-
left = self.row_left
|
|
142
|
-
horizontal = self.row_horizontal
|
|
143
|
-
cross = self.row_cross
|
|
144
|
-
right = self.row_right
|
|
145
|
-
elif level == "mid":
|
|
146
|
-
left = self.mid_left
|
|
147
|
-
horizontal = " "
|
|
148
|
-
cross = self.mid_vertical
|
|
149
|
-
right = self.mid_right
|
|
150
|
-
elif level == "foot":
|
|
151
|
-
left = self.foot_row_left
|
|
152
|
-
horizontal = self.foot_row_horizontal
|
|
153
|
-
cross = self.foot_row_cross
|
|
154
|
-
right = self.foot_row_right
|
|
155
|
-
else:
|
|
156
|
-
raise ValueError("level must be 'head', 'row' or 'foot'")
|
|
157
|
-
|
|
158
|
-
parts: List[str] = []
|
|
159
|
-
append = parts.append
|
|
160
|
-
if edge:
|
|
161
|
-
append(left)
|
|
162
|
-
for last, width in loop_last(widths):
|
|
163
|
-
append(horizontal * width)
|
|
164
|
-
if not last:
|
|
165
|
-
append(cross)
|
|
166
|
-
if edge:
|
|
167
|
-
append(right)
|
|
168
|
-
return "".join(parts)
|
|
169
|
-
|
|
170
|
-
def get_bottom(self, widths: Iterable[int]) -> str:
|
|
171
|
-
"""Get the bottom of a simple box.
|
|
172
|
-
|
|
173
|
-
Args:
|
|
174
|
-
widths (List[int]): Widths of columns.
|
|
175
|
-
|
|
176
|
-
Returns:
|
|
177
|
-
str: A string of box characters.
|
|
178
|
-
"""
|
|
179
|
-
|
|
180
|
-
parts: List[str] = []
|
|
181
|
-
append = parts.append
|
|
182
|
-
append(self.bottom_left)
|
|
183
|
-
for last, width in loop_last(widths):
|
|
184
|
-
append(self.bottom * width)
|
|
185
|
-
if not last:
|
|
186
|
-
append(self.bottom_divider)
|
|
187
|
-
append(self.bottom_right)
|
|
188
|
-
return "".join(parts)
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
# fmt: off
|
|
192
|
-
ASCII: Box = Box(
|
|
193
|
-
"+--+\n"
|
|
194
|
-
"| ||\n"
|
|
195
|
-
"|-+|\n"
|
|
196
|
-
"| ||\n"
|
|
197
|
-
"|-+|\n"
|
|
198
|
-
"|-+|\n"
|
|
199
|
-
"| ||\n"
|
|
200
|
-
"+--+\n",
|
|
201
|
-
ascii=True,
|
|
202
|
-
)
|
|
203
|
-
|
|
204
|
-
ASCII2: Box = Box(
|
|
205
|
-
"+-++\n"
|
|
206
|
-
"| ||\n"
|
|
207
|
-
"+-++\n"
|
|
208
|
-
"| ||\n"
|
|
209
|
-
"+-++\n"
|
|
210
|
-
"+-++\n"
|
|
211
|
-
"| ||\n"
|
|
212
|
-
"+-++\n",
|
|
213
|
-
ascii=True,
|
|
214
|
-
)
|
|
215
|
-
|
|
216
|
-
ASCII_DOUBLE_HEAD: Box = Box(
|
|
217
|
-
"+-++\n"
|
|
218
|
-
"| ||\n"
|
|
219
|
-
"+=++\n"
|
|
220
|
-
"| ||\n"
|
|
221
|
-
"+-++\n"
|
|
222
|
-
"+-++\n"
|
|
223
|
-
"| ||\n"
|
|
224
|
-
"+-++\n",
|
|
225
|
-
ascii=True,
|
|
226
|
-
)
|
|
227
|
-
|
|
228
|
-
SQUARE: Box = Box(
|
|
229
|
-
"┌─┬┐\n"
|
|
230
|
-
"│ ││\n"
|
|
231
|
-
"├─┼┤\n"
|
|
232
|
-
"│ ││\n"
|
|
233
|
-
"├─┼┤\n"
|
|
234
|
-
"├─┼┤\n"
|
|
235
|
-
"│ ││\n"
|
|
236
|
-
"└─┴┘\n"
|
|
237
|
-
)
|
|
238
|
-
|
|
239
|
-
SQUARE_DOUBLE_HEAD: Box = Box(
|
|
240
|
-
"┌─┬┐\n"
|
|
241
|
-
"│ ││\n"
|
|
242
|
-
"╞═╪╡\n"
|
|
243
|
-
"│ ││\n"
|
|
244
|
-
"├─┼┤\n"
|
|
245
|
-
"├─┼┤\n"
|
|
246
|
-
"│ ││\n"
|
|
247
|
-
"└─┴┘\n"
|
|
248
|
-
)
|
|
249
|
-
|
|
250
|
-
MINIMAL: Box = Box(
|
|
251
|
-
" ╷ \n"
|
|
252
|
-
" │ \n"
|
|
253
|
-
"╶─┼╴\n"
|
|
254
|
-
" │ \n"
|
|
255
|
-
"╶─┼╴\n"
|
|
256
|
-
"╶─┼╴\n"
|
|
257
|
-
" │ \n"
|
|
258
|
-
" ╵ \n"
|
|
259
|
-
)
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
MINIMAL_HEAVY_HEAD: Box = Box(
|
|
263
|
-
" ╷ \n"
|
|
264
|
-
" │ \n"
|
|
265
|
-
"╺━┿╸\n"
|
|
266
|
-
" │ \n"
|
|
267
|
-
"╶─┼╴\n"
|
|
268
|
-
"╶─┼╴\n"
|
|
269
|
-
" │ \n"
|
|
270
|
-
" ╵ \n"
|
|
271
|
-
)
|
|
272
|
-
|
|
273
|
-
MINIMAL_DOUBLE_HEAD: Box = Box(
|
|
274
|
-
" ╷ \n"
|
|
275
|
-
" │ \n"
|
|
276
|
-
" ═╪ \n"
|
|
277
|
-
" │ \n"
|
|
278
|
-
" ─┼ \n"
|
|
279
|
-
" ─┼ \n"
|
|
280
|
-
" │ \n"
|
|
281
|
-
" ╵ \n"
|
|
282
|
-
)
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
SIMPLE: Box = Box(
|
|
286
|
-
" \n"
|
|
287
|
-
" \n"
|
|
288
|
-
" ── \n"
|
|
289
|
-
" \n"
|
|
290
|
-
" \n"
|
|
291
|
-
" ── \n"
|
|
292
|
-
" \n"
|
|
293
|
-
" \n"
|
|
294
|
-
)
|
|
295
|
-
|
|
296
|
-
SIMPLE_HEAD: Box = Box(
|
|
297
|
-
" \n"
|
|
298
|
-
" \n"
|
|
299
|
-
" ── \n"
|
|
300
|
-
" \n"
|
|
301
|
-
" \n"
|
|
302
|
-
" \n"
|
|
303
|
-
" \n"
|
|
304
|
-
" \n"
|
|
305
|
-
)
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
SIMPLE_HEAVY: Box = Box(
|
|
309
|
-
" \n"
|
|
310
|
-
" \n"
|
|
311
|
-
" ━━ \n"
|
|
312
|
-
" \n"
|
|
313
|
-
" \n"
|
|
314
|
-
" ━━ \n"
|
|
315
|
-
" \n"
|
|
316
|
-
" \n"
|
|
317
|
-
)
|
|
318
|
-
|
|
319
|
-
|
|
320
|
-
HORIZONTALS: Box = Box(
|
|
321
|
-
" ── \n"
|
|
322
|
-
" \n"
|
|
323
|
-
" ── \n"
|
|
324
|
-
" \n"
|
|
325
|
-
" ── \n"
|
|
326
|
-
" ── \n"
|
|
327
|
-
" \n"
|
|
328
|
-
" ── \n"
|
|
329
|
-
)
|
|
330
|
-
|
|
331
|
-
ROUNDED: Box = Box(
|
|
332
|
-
"╭─┬╮\n"
|
|
333
|
-
"│ ││\n"
|
|
334
|
-
"├─┼┤\n"
|
|
335
|
-
"│ ││\n"
|
|
336
|
-
"├─┼┤\n"
|
|
337
|
-
"├─┼┤\n"
|
|
338
|
-
"│ ││\n"
|
|
339
|
-
"╰─┴╯\n"
|
|
340
|
-
)
|
|
341
|
-
|
|
342
|
-
HEAVY: Box = Box(
|
|
343
|
-
"┏━┳┓\n"
|
|
344
|
-
"┃ ┃┃\n"
|
|
345
|
-
"┣━╋┫\n"
|
|
346
|
-
"┃ ┃┃\n"
|
|
347
|
-
"┣━╋┫\n"
|
|
348
|
-
"┣━╋┫\n"
|
|
349
|
-
"┃ ┃┃\n"
|
|
350
|
-
"┗━┻┛\n"
|
|
351
|
-
)
|
|
352
|
-
|
|
353
|
-
HEAVY_EDGE: Box = Box(
|
|
354
|
-
"┏━┯┓\n"
|
|
355
|
-
"┃ │┃\n"
|
|
356
|
-
"┠─┼┨\n"
|
|
357
|
-
"┃ │┃\n"
|
|
358
|
-
"┠─┼┨\n"
|
|
359
|
-
"┠─┼┨\n"
|
|
360
|
-
"┃ │┃\n"
|
|
361
|
-
"┗━┷┛\n"
|
|
362
|
-
)
|
|
363
|
-
|
|
364
|
-
HEAVY_HEAD: Box = Box(
|
|
365
|
-
"┏━┳┓\n"
|
|
366
|
-
"┃ ┃┃\n"
|
|
367
|
-
"┡━╇┩\n"
|
|
368
|
-
"│ ││\n"
|
|
369
|
-
"├─┼┤\n"
|
|
370
|
-
"├─┼┤\n"
|
|
371
|
-
"│ ││\n"
|
|
372
|
-
"└─┴┘\n"
|
|
373
|
-
)
|
|
374
|
-
|
|
375
|
-
DOUBLE: Box = Box(
|
|
376
|
-
"╔═╦╗\n"
|
|
377
|
-
"║ ║║\n"
|
|
378
|
-
"╠═╬╣\n"
|
|
379
|
-
"║ ║║\n"
|
|
380
|
-
"╠═╬╣\n"
|
|
381
|
-
"╠═╬╣\n"
|
|
382
|
-
"║ ║║\n"
|
|
383
|
-
"╚═╩╝\n"
|
|
384
|
-
)
|
|
385
|
-
|
|
386
|
-
DOUBLE_EDGE: Box = Box(
|
|
387
|
-
"╔═╤╗\n"
|
|
388
|
-
"║ │║\n"
|
|
389
|
-
"╟─┼╢\n"
|
|
390
|
-
"║ │║\n"
|
|
391
|
-
"╟─┼╢\n"
|
|
392
|
-
"╟─┼╢\n"
|
|
393
|
-
"║ │║\n"
|
|
394
|
-
"╚═╧╝\n"
|
|
395
|
-
)
|
|
396
|
-
|
|
397
|
-
MARKDOWN: Box = Box(
|
|
398
|
-
" \n"
|
|
399
|
-
"| ||\n"
|
|
400
|
-
"|-||\n"
|
|
401
|
-
"| ||\n"
|
|
402
|
-
"|-||\n"
|
|
403
|
-
"|-||\n"
|
|
404
|
-
"| ||\n"
|
|
405
|
-
" \n",
|
|
406
|
-
ascii=True,
|
|
407
|
-
)
|
|
408
|
-
# fmt: on
|
|
409
|
-
|
|
410
|
-
# Map Boxes that don't render with raster fonts on to equivalent that do
|
|
411
|
-
LEGACY_WINDOWS_SUBSTITUTIONS = {
|
|
412
|
-
ROUNDED: SQUARE,
|
|
413
|
-
MINIMAL_HEAVY_HEAD: MINIMAL,
|
|
414
|
-
SIMPLE_HEAVY: SIMPLE,
|
|
415
|
-
HEAVY: SQUARE,
|
|
416
|
-
HEAVY_EDGE: SQUARE,
|
|
417
|
-
HEAVY_HEAD: SQUARE,
|
|
418
|
-
}
|
|
419
|
-
|
|
420
|
-
# Map headed boxes to their headerless equivalents
|
|
421
|
-
PLAIN_HEADED_SUBSTITUTIONS = {
|
|
422
|
-
HEAVY_HEAD: SQUARE,
|
|
423
|
-
SQUARE_DOUBLE_HEAD: SQUARE,
|
|
424
|
-
MINIMAL_DOUBLE_HEAD: MINIMAL,
|
|
425
|
-
MINIMAL_HEAVY_HEAD: MINIMAL,
|
|
426
|
-
ASCII_DOUBLE_HEAD: ASCII2,
|
|
427
|
-
}
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
if __name__ == "__main__": # pragma: no cover
|
|
431
|
-
from pip._vendor.rich.columns import Columns
|
|
432
|
-
from pip._vendor.rich.panel import Panel
|
|
433
|
-
|
|
434
|
-
from . import box as box
|
|
435
|
-
from .console import Console
|
|
436
|
-
from .table import Table
|
|
437
|
-
from .text import Text
|
|
438
|
-
|
|
439
|
-
console = Console(record=True)
|
|
440
|
-
|
|
441
|
-
BOXES = [
|
|
442
|
-
"ASCII",
|
|
443
|
-
"ASCII2",
|
|
444
|
-
"ASCII_DOUBLE_HEAD",
|
|
445
|
-
"SQUARE",
|
|
446
|
-
"SQUARE_DOUBLE_HEAD",
|
|
447
|
-
"MINIMAL",
|
|
448
|
-
"MINIMAL_HEAVY_HEAD",
|
|
449
|
-
"MINIMAL_DOUBLE_HEAD",
|
|
450
|
-
"SIMPLE",
|
|
451
|
-
"SIMPLE_HEAD",
|
|
452
|
-
"SIMPLE_HEAVY",
|
|
453
|
-
"HORIZONTALS",
|
|
454
|
-
"ROUNDED",
|
|
455
|
-
"HEAVY",
|
|
456
|
-
"HEAVY_EDGE",
|
|
457
|
-
"HEAVY_HEAD",
|
|
458
|
-
"DOUBLE",
|
|
459
|
-
"DOUBLE_EDGE",
|
|
460
|
-
"MARKDOWN",
|
|
461
|
-
]
|
|
462
|
-
|
|
463
|
-
console.print(Panel("[bold green]Box Constants", style="green"), justify="center")
|
|
464
|
-
console.print()
|
|
465
|
-
|
|
466
|
-
columns = Columns(expand=True, padding=2)
|
|
467
|
-
for box_name in sorted(BOXES):
|
|
468
|
-
table = Table(
|
|
469
|
-
show_footer=True, style="dim", border_style="not dim", expand=True
|
|
470
|
-
)
|
|
471
|
-
table.add_column("Header 1", "Footer 1")
|
|
472
|
-
table.add_column("Header 2", "Footer 2")
|
|
473
|
-
table.add_row("Cell", "Cell")
|
|
474
|
-
table.add_row("Cell", "Cell")
|
|
475
|
-
table.box = getattr(box, box_name)
|
|
476
|
-
table.title = Text(f"box.{box_name}", style="magenta")
|
|
477
|
-
columns.add_renderable(table)
|
|
478
|
-
console.print(columns)
|
|
479
|
-
|
|
480
|
-
# console.save_svg("box.svg")
|
|
@@ -1,174 +0,0 @@
|
|
|
1
|
-
from __future__ import annotations
|
|
2
|
-
|
|
3
|
-
from functools import lru_cache
|
|
4
|
-
from typing import Callable
|
|
5
|
-
|
|
6
|
-
from ._cell_widths import CELL_WIDTHS
|
|
7
|
-
|
|
8
|
-
# Ranges of unicode ordinals that produce a 1-cell wide character
|
|
9
|
-
# This is non-exhaustive, but covers most common Western characters
|
|
10
|
-
_SINGLE_CELL_UNICODE_RANGES: list[tuple[int, int]] = [
|
|
11
|
-
(0x20, 0x7E), # Latin (excluding non-printable)
|
|
12
|
-
(0xA0, 0xAC),
|
|
13
|
-
(0xAE, 0x002FF),
|
|
14
|
-
(0x00370, 0x00482), # Greek / Cyrillic
|
|
15
|
-
(0x02500, 0x025FC), # Box drawing, box elements, geometric shapes
|
|
16
|
-
(0x02800, 0x028FF), # Braille
|
|
17
|
-
]
|
|
18
|
-
|
|
19
|
-
# A set of characters that are a single cell wide
|
|
20
|
-
_SINGLE_CELLS = frozenset(
|
|
21
|
-
[
|
|
22
|
-
character
|
|
23
|
-
for _start, _end in _SINGLE_CELL_UNICODE_RANGES
|
|
24
|
-
for character in map(chr, range(_start, _end + 1))
|
|
25
|
-
]
|
|
26
|
-
)
|
|
27
|
-
|
|
28
|
-
# When called with a string this will return True if all
|
|
29
|
-
# characters are single-cell, otherwise False
|
|
30
|
-
_is_single_cell_widths: Callable[[str], bool] = _SINGLE_CELLS.issuperset
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
@lru_cache(4096)
|
|
34
|
-
def cached_cell_len(text: str) -> int:
|
|
35
|
-
"""Get the number of cells required to display text.
|
|
36
|
-
|
|
37
|
-
This method always caches, which may use up a lot of memory. It is recommended to use
|
|
38
|
-
`cell_len` over this method.
|
|
39
|
-
|
|
40
|
-
Args:
|
|
41
|
-
text (str): Text to display.
|
|
42
|
-
|
|
43
|
-
Returns:
|
|
44
|
-
int: Get the number of cells required to display text.
|
|
45
|
-
"""
|
|
46
|
-
if _is_single_cell_widths(text):
|
|
47
|
-
return len(text)
|
|
48
|
-
return sum(map(get_character_cell_size, text))
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
def cell_len(text: str, _cell_len: Callable[[str], int] = cached_cell_len) -> int:
|
|
52
|
-
"""Get the number of cells required to display text.
|
|
53
|
-
|
|
54
|
-
Args:
|
|
55
|
-
text (str): Text to display.
|
|
56
|
-
|
|
57
|
-
Returns:
|
|
58
|
-
int: Get the number of cells required to display text.
|
|
59
|
-
"""
|
|
60
|
-
if len(text) < 512:
|
|
61
|
-
return _cell_len(text)
|
|
62
|
-
if _is_single_cell_widths(text):
|
|
63
|
-
return len(text)
|
|
64
|
-
return sum(map(get_character_cell_size, text))
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
@lru_cache(maxsize=4096)
|
|
68
|
-
def get_character_cell_size(character: str) -> int:
|
|
69
|
-
"""Get the cell size of a character.
|
|
70
|
-
|
|
71
|
-
Args:
|
|
72
|
-
character (str): A single character.
|
|
73
|
-
|
|
74
|
-
Returns:
|
|
75
|
-
int: Number of cells (0, 1 or 2) occupied by that character.
|
|
76
|
-
"""
|
|
77
|
-
codepoint = ord(character)
|
|
78
|
-
_table = CELL_WIDTHS
|
|
79
|
-
lower_bound = 0
|
|
80
|
-
upper_bound = len(_table) - 1
|
|
81
|
-
index = (lower_bound + upper_bound) // 2
|
|
82
|
-
while True:
|
|
83
|
-
start, end, width = _table[index]
|
|
84
|
-
if codepoint < start:
|
|
85
|
-
upper_bound = index - 1
|
|
86
|
-
elif codepoint > end:
|
|
87
|
-
lower_bound = index + 1
|
|
88
|
-
else:
|
|
89
|
-
return 0 if width == -1 else width
|
|
90
|
-
if upper_bound < lower_bound:
|
|
91
|
-
break
|
|
92
|
-
index = (lower_bound + upper_bound) // 2
|
|
93
|
-
return 1
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
def set_cell_size(text: str, total: int) -> str:
|
|
97
|
-
"""Set the length of a string to fit within given number of cells."""
|
|
98
|
-
|
|
99
|
-
if _is_single_cell_widths(text):
|
|
100
|
-
size = len(text)
|
|
101
|
-
if size < total:
|
|
102
|
-
return text + " " * (total - size)
|
|
103
|
-
return text[:total]
|
|
104
|
-
|
|
105
|
-
if total <= 0:
|
|
106
|
-
return ""
|
|
107
|
-
cell_size = cell_len(text)
|
|
108
|
-
if cell_size == total:
|
|
109
|
-
return text
|
|
110
|
-
if cell_size < total:
|
|
111
|
-
return text + " " * (total - cell_size)
|
|
112
|
-
|
|
113
|
-
start = 0
|
|
114
|
-
end = len(text)
|
|
115
|
-
|
|
116
|
-
# Binary search until we find the right size
|
|
117
|
-
while True:
|
|
118
|
-
pos = (start + end) // 2
|
|
119
|
-
before = text[: pos + 1]
|
|
120
|
-
before_len = cell_len(before)
|
|
121
|
-
if before_len == total + 1 and cell_len(before[-1]) == 2:
|
|
122
|
-
return before[:-1] + " "
|
|
123
|
-
if before_len == total:
|
|
124
|
-
return before
|
|
125
|
-
if before_len > total:
|
|
126
|
-
end = pos
|
|
127
|
-
else:
|
|
128
|
-
start = pos
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
def chop_cells(
|
|
132
|
-
text: str,
|
|
133
|
-
width: int,
|
|
134
|
-
) -> list[str]:
|
|
135
|
-
"""Split text into lines such that each line fits within the available (cell) width.
|
|
136
|
-
|
|
137
|
-
Args:
|
|
138
|
-
text: The text to fold such that it fits in the given width.
|
|
139
|
-
width: The width available (number of cells).
|
|
140
|
-
|
|
141
|
-
Returns:
|
|
142
|
-
A list of strings such that each string in the list has cell width
|
|
143
|
-
less than or equal to the available width.
|
|
144
|
-
"""
|
|
145
|
-
_get_character_cell_size = get_character_cell_size
|
|
146
|
-
lines: list[list[str]] = [[]]
|
|
147
|
-
|
|
148
|
-
append_new_line = lines.append
|
|
149
|
-
append_to_last_line = lines[-1].append
|
|
150
|
-
|
|
151
|
-
total_width = 0
|
|
152
|
-
|
|
153
|
-
for character in text:
|
|
154
|
-
cell_width = _get_character_cell_size(character)
|
|
155
|
-
char_doesnt_fit = total_width + cell_width > width
|
|
156
|
-
|
|
157
|
-
if char_doesnt_fit:
|
|
158
|
-
append_new_line([character])
|
|
159
|
-
append_to_last_line = lines[-1].append
|
|
160
|
-
total_width = cell_width
|
|
161
|
-
else:
|
|
162
|
-
append_to_last_line(character)
|
|
163
|
-
total_width += cell_width
|
|
164
|
-
|
|
165
|
-
return ["".join(line) for line in lines]
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
if __name__ == "__main__": # pragma: no cover
|
|
169
|
-
print(get_character_cell_size("😽"))
|
|
170
|
-
for line in chop_cells("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", 8):
|
|
171
|
-
print(line)
|
|
172
|
-
for n in range(80, 1, -1):
|
|
173
|
-
print(set_cell_size("""这是对亚洲语言支持的测试。面对模棱两可的想法,拒绝猜测的诱惑。""", n) + "|")
|
|
174
|
-
print("x" * n)
|