code-context-engine 0.4.6__py3-none-any.whl → 0.4.8__py3-none-any.whl
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.
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/METADATA +14 -5
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/RECORD +6 -6
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/WHEEL +0 -0
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/entry_points.txt +0 -0
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/licenses/LICENSE +0 -0
- {code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-context-engine
|
|
3
|
-
Version: 0.4.
|
|
3
|
+
Version: 0.4.8
|
|
4
4
|
Summary: Index your codebase. AI searches instead of re-reading files. 94% token savings, benchmarked on FastAPI. Works with Claude Code, Cursor, VS Code, Gemini CLI, and Codex.
|
|
5
5
|
Author-email: Fazle Elahee <felahee@gmail.com>, Raj <rajkumar.sakti@gmail.com>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -61,6 +61,9 @@ Dynamic: license-file
|
|
|
61
61
|
<a href="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml"><img src="https://github.com/elara-labs/code-context-engine/actions/workflows/ci.yml/badge.svg" alt="CI"></a>
|
|
62
62
|
<a href="https://pypi.org/project/code-context-engine/"><img src="https://img.shields.io/pypi/v/code-context-engine?color=blue&label=PyPI" alt="PyPI"></a>
|
|
63
63
|
<a href="https://www.python.org/downloads/"><img src="https://img.shields.io/badge/python-3.11+-blue.svg" alt="Python 3.11+"></a>
|
|
64
|
+
<img src="https://img.shields.io/badge/macOS-000000?logo=apple&logoColor=white" alt="macOS">
|
|
65
|
+
<img src="https://img.shields.io/badge/Linux-FCC624?logo=linux&logoColor=black" alt="Linux">
|
|
66
|
+
<img src="https://img.shields.io/badge/Windows-0078D6?logo=windows&logoColor=white" alt="Windows">
|
|
64
67
|
<a href="https://modelcontextprotocol.io"><img src="https://img.shields.io/badge/MCP-compatible-green.svg" alt="MCP Compatible"></a>
|
|
65
68
|
<a href="https://opensource.org/licenses/MIT"><img src="https://img.shields.io/badge/License-MIT-yellow.svg" alt="MIT License"></a>
|
|
66
69
|
<a href="https://github.com/elara-labs/code-context-engine"><img src="https://img.shields.io/github/stars/elara-labs/code-context-engine?style=social" alt="Stars"></a>
|
|
@@ -91,11 +94,17 @@ Dynamic: license-file
|
|
|
91
94
|
|
|
92
95
|
## System requirements
|
|
93
96
|
|
|
94
|
-
- Python 3.11+
|
|
97
|
+
- Python 3.11+ (tested on 3.11, 3.12, 3.13)
|
|
95
98
|
- A C compiler and `cmake` (needed to build tree-sitter grammars)
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
+
|
|
100
|
+
| Platform | Setup |
|
|
101
|
+
|----------|-------|
|
|
102
|
+
| **macOS** | `xcode-select --install` (provides compiler and cmake) |
|
|
103
|
+
| **Ubuntu/Debian** | `sudo apt install build-essential cmake` |
|
|
104
|
+
| **Fedora/RHEL** | `sudo dnf install gcc gcc-c++ cmake` |
|
|
105
|
+
| **Windows** | Install [Visual Studio Build Tools](https://visualstudio.microsoft.com/visual-cpp-build-tools/) (C++ workload) and [CMake](https://cmake.org/download/) |
|
|
106
|
+
|
|
107
|
+
Tested on all three platforms in CI (macOS, Linux, Windows × Python 3.11/3.12/3.13).
|
|
99
108
|
|
|
100
109
|
## Install and see savings in 60 seconds
|
|
101
110
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
code_context_engine-0.4.
|
|
1
|
+
code_context_engine-0.4.8.dist-info/licenses/LICENSE,sha256=vLbw0GGCVJSIRppMus7Oq0PyMDhDXz-dfvz2rPpWtjQ,1069
|
|
2
2
|
context_engine/__init__.py,sha256=qThGxB7xfZi5M9jDpUno0MKBp7KKrEOdH1hG4wHMuLc,193
|
|
3
3
|
context_engine/cli.py,sha256=3m4UHGkURqlhnyr6AslU7fuansvD6TMR2VDrPjd0Yhc,113375
|
|
4
4
|
context_engine/cli_style.py,sha256=a3l3Smq1gIN2asbNalFUz0i_5x7Tmkp_wEhyGMoo8a4,2460
|
|
@@ -56,8 +56,8 @@ context_engine/storage/graph_store.py,sha256=mftuJFvlkFeBlzMsQorY5YS4l5wsDUxCMw5
|
|
|
56
56
|
context_engine/storage/local_backend.py,sha256=5MVoAn6Jkiltho-9BjClisLkyXMkSZZc2Z_h3N7Vfcg,4200
|
|
57
57
|
context_engine/storage/remote_backend.py,sha256=u77lnGIvqrL3PwInjT6nfRgyNn6oVxW92KUK66oWrvI,5504
|
|
58
58
|
context_engine/storage/vector_store.py,sha256=tA0ol_v5B2KRNMt2hE2kI4qnYe_AoYP_HSp1MvzcsFU,14704
|
|
59
|
-
code_context_engine-0.4.
|
|
60
|
-
code_context_engine-0.4.
|
|
61
|
-
code_context_engine-0.4.
|
|
62
|
-
code_context_engine-0.4.
|
|
63
|
-
code_context_engine-0.4.
|
|
59
|
+
code_context_engine-0.4.8.dist-info/METADATA,sha256=gfafQDAfxKmxmwUTY-NRpoqBl1dx-ytBAGGQKFU7QU4,19160
|
|
60
|
+
code_context_engine-0.4.8.dist-info/WHEEL,sha256=aeYiig01lYGDzBgS8HxWXOg3uV61G9ijOsup-k9o1sk,91
|
|
61
|
+
code_context_engine-0.4.8.dist-info/entry_points.txt,sha256=DQuRWUuVFM7nPcXtDmJzlem7QA0IboD_4N8AnTtDD9Q,144
|
|
62
|
+
code_context_engine-0.4.8.dist-info/top_level.txt,sha256=X1-RUqb61WXBjy3JjsW2oXwfvqk2ydXKDNidxmw4CZ4,15
|
|
63
|
+
code_context_engine-0.4.8.dist-info/RECORD,,
|
|
File without changes
|
{code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/entry_points.txt
RENAMED
|
File without changes
|
{code_context_engine-0.4.6.dist-info → code_context_engine-0.4.8.dist-info}/licenses/LICENSE
RENAMED
|
File without changes
|
|
File without changes
|