code-explore-by-sql 0.1.0__tar.gz → 0.1.1__tar.gz
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_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/PKG-INFO +3 -3
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/README.md +2 -2
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/pyproject.toml +3 -3
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/.gitignore +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/AGENTS.md +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/CLAUDE.md +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/LICENSE +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/MANIFEST.in +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/__init__.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/__main__.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/bracket_scanner.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/build_db.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/code_block_summary.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/configs.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/db.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/edge_extractor.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/__init__.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/c.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/cpp.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/csharp.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/glsl.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/go.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/hlsl.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/java.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/javascript.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/kotlin.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/python.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/rust.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/swift.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/server.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/symbol_analyzer.py +0 -0
- {code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/unreal_rules.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: code-explore-by-sql
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: SQLite FTS5 (trigram) MCP server for code source search.
|
|
5
5
|
Project-URL: Repository, https://github.com/didi514354875/code-explore-by-sql
|
|
6
6
|
License-Expression: MIT
|
|
@@ -49,10 +49,10 @@ pip install code-explore-by-sql
|
|
|
49
49
|
|
|
50
50
|
```bash
|
|
51
51
|
# Build index for your codebase
|
|
52
|
-
uvx code-
|
|
52
|
+
uvx code-explore-by-sql-build-db /path/to/source /path/to/output.db
|
|
53
53
|
|
|
54
54
|
# Smoke test with limited files
|
|
55
|
-
uvx code-
|
|
55
|
+
uvx code-explore-by-sql-build-db /path/to/source /path/to/output.db --limit 1000
|
|
56
56
|
```
|
|
57
57
|
|
|
58
58
|
Performance: ~84,700 files indexed in ~3.3 minutes on a 2-core machine.
|
|
@@ -27,10 +27,10 @@ pip install code-explore-by-sql
|
|
|
27
27
|
|
|
28
28
|
```bash
|
|
29
29
|
# Build index for your codebase
|
|
30
|
-
uvx code-
|
|
30
|
+
uvx code-explore-by-sql-build-db /path/to/source /path/to/output.db
|
|
31
31
|
|
|
32
32
|
# Smoke test with limited files
|
|
33
|
-
uvx code-
|
|
33
|
+
uvx code-explore-by-sql-build-db /path/to/source /path/to/output.db --limit 1000
|
|
34
34
|
```
|
|
35
35
|
|
|
36
36
|
Performance: ~84,700 files indexed in ~3.3 minutes on a 2-core machine.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "code-explore-by-sql"
|
|
3
|
-
version = "0.1.
|
|
3
|
+
version = "0.1.1"
|
|
4
4
|
description = "SQLite FTS5 (trigram) MCP server for code source search."
|
|
5
5
|
readme = "README.md"
|
|
6
6
|
license = "MIT"
|
|
@@ -27,8 +27,8 @@ classifiers = [
|
|
|
27
27
|
Repository = "https://github.com/didi514354875/code-explore-by-sql"
|
|
28
28
|
|
|
29
29
|
[project.scripts]
|
|
30
|
-
code-
|
|
31
|
-
code-
|
|
30
|
+
code-explore-by-sql = "code_source_sql:main"
|
|
31
|
+
code-explore-by-sql-build-db = "code_source_sql.build_db:main"
|
|
32
32
|
|
|
33
33
|
[tool.hatch.build.targets.wheel]
|
|
34
34
|
packages = [
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/bracket_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/code_block_summary.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/edge_extractor.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/cpp.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/csharp.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/glsl.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/hlsl.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/java.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/javascript.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/kotlin.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/python.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/rust.py
RENAMED
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/languages/swift.py
RENAMED
|
File without changes
|
|
File without changes
|
{code_explore_by_sql-0.1.0 → code_explore_by_sql-0.1.1}/src/code_source_sql/symbol_analyzer.py
RENAMED
|
File without changes
|
|
File without changes
|