VectorCode

View on PyPIReverse Dependencies (0)

0.4.7 vectorcode-0.4.7-py3-none-any.whl
0.4.6 vectorcode-0.4.6-py3-none-any.whl
0.4.5 vectorcode-0.4.5-py3-none-any.whl

Wheel Details

Project: VectorCode
Version: 0.4.5
Filename: vectorcode-0.4.5-py3-none-any.whl
Download: [link]
Size: 24373
MD5: 6287c207b63c6b9eb660317c3ac2af66
SHA256: 7967a463c6d8e5d7930e5e1de9b46bc164601aeb89fbf9e272b50fe42c0e1252
Uploaded: 2025-03-11 15:52:29 +0000

dist-info

METADATA

Metadata-Version: 2.1
Name: VectorCode
Version: 0.4.5
Summary: A tool to vectorise repositories for RAG.
Author-Email: Davidyz <hzjlyz[at]gmail.com>
Project-Url: homepage, https://github.com/Davidyz/VectorCode
Project-Url: github, https://github.com/Davidyz/VectorCode
Project-Url: documentation, https://github.com/Davidyz/VectorCode/blob/main/docs/cli.md
License: MIT
Requires-Python: <3.14,>=3.11
Requires-Dist: chromadb (<=0.6.3)
Requires-Dist: sentence-transformers (>=3.2.0)
Requires-Dist: pathspec
Requires-Dist: tabulate
Requires-Dist: shtab
Requires-Dist: numpy
Requires-Dist: psutil
Requires-Dist: httpx
Requires-Dist: numpy (<2.0.0); extra == "legacy"
Requires-Dist: torch (<=2.2.2); extra == "legacy"
Requires-Dist: optimum[openvino]; extra == "intel"
Requires-Dist: openvino; extra == "intel"
Requires-Dist: pygls (<2.0.0); extra == "lsp"
Requires-Dist: lsprotocol; extra == "lsp"
Requires-Dist: mcp (<2.0.0); extra == "mcp"
Requires-Dist: pydantic; extra == "mcp"
Provides-Extra: legacy
Provides-Extra: intel
Provides-Extra: lsp
Provides-Extra: mcp
Description-Content-Type: text/markdown
[Description omitted; length: 3788 characters]

WHEEL

Wheel-Version: 1.0
Generator: pdm-backend (2.4.3)
Root-Is-Purelib: true
Tag: py3-none-any

RECORD

Path Digest Size
vectorcode-0.4.5.dist-info/METADATA sha256=6_BkiV4oz_GYRG1SB7YlPnfWqj9_86lUtkdLLeV3lcI 4871
vectorcode-0.4.5.dist-info/WHEEL sha256=thaaA2w1JzcGC48WYufAs8nrYZjJm8LqNfnXFOFyCC4 90
vectorcode-0.4.5.dist-info/entry_points.txt sha256=d-SA5h_OgmtrPEpbO9BssL8vR7xHJr0rFgnARJfAGlQ 162
vectorcode-0.4.5.dist-info/licenses/LICENSE sha256=vR4eeMt0B0otCdKk6HZ1mRzftFyQ3UdGco2NrrSA-aw 1062
vectorcode/__init__.py sha256=PKS0GGKAuPBVjIKYqPX5jBygf8hH2NTLOsXQG2i0qAs 162
vectorcode/_version.py sha256=aYJpblaKx7C4NugypZ2lZHBzsGsZoG5sUbcsPwgoi9s 21
vectorcode/chunking.py sha256=tCnqZtwWX1r5eBeGtQ7b8B4nwHeviGvbmcix0adTaLg 2152
vectorcode/cli_utils.py sha256=MasqdVvj8CymQrA6bBJv2-F94ubl1p0aCqBhYXHA5mU 13338
vectorcode/common.py sha256=yA991ngp8y-T-A-mUNk2sPCdP7fEwWDTOCB7VwricQg 7675
vectorcode/lsp_main.py sha256=sOY8g_vv7wCDyK8dS-uw6TOjY_pziGe9yRIGiu9DJCI 4850
vectorcode/main.py sha256=E0Ch3WWZwgomX9bMkQWUYRAFq_IUDseWgu-RBBfyE-E 2802
vectorcode/mcp_main.py sha256=c3vW3HWKzEU6JOTrAk6XYoxgL3x1T9hNQ0gia6V1he4 2707
vectorcode/subcommands/__init__.py sha256=Zm1biVr_ie4J6UimGAhgY6SOYXlTQyF9TJqMqINNYXY 460
vectorcode/subcommands/check.py sha256=0I1c0W_Xk4fqHtrbQLpLmiDlYfQGHoQZs_6eR3E_zqY 606
vectorcode/subcommands/clean.py sha256=YpeEmA-uGtVxUYNQOdP7mxCygOg0b_J6eCCf-U6YJCg 610
vectorcode/subcommands/drop.py sha256=bqWv3EuqdtRkS-mhM_XG5Ogm7_mJ3QQckVVwH2BdS7U 640
vectorcode/subcommands/init.py sha256=f6tRz8ndB6vVYJNYrETRtGOCOPynY9Xe8aA2DtYpPyU 1164
vectorcode/subcommands/ls.py sha256=xJdHDB5XziebdVpJJXTDAR0THCKFmfj2iA5zAYejoIQ 1791
vectorcode/subcommands/query/__init__.py sha256=CQYMMyNpd3UqsgEX0Lj5ol-2K3RlGbBE_y35kyJhlVk 4129
vectorcode/subcommands/query/reranker.py sha256=lzgtI3i8SmQLRtNPWvgbMQXfjvKlIPIcIGgRgM10KIY 2744
vectorcode/subcommands/update.py sha256=bYdS_DA0A4fsHqy0ReJuqZmNR7uTgPgdxOiX7Bq5L0k 2436
vectorcode/subcommands/vectorise.py sha256=qfb0VppI4xdKh-DEt9KtIDTvBf_eRJLOOxw1CIF0BXc 6491
vectorcode-0.4.5.dist-info/RECORD

entry_points.txt

vectorcode = vectorcode.main:main
vectorcode-mcp-server = vectorcode.mcp_main:main
vectorcode-server = vectorcode.lsp_main:main