codegraph-py 1.0.0__tar.gz → 1.0.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.
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/PKG-INFO +1 -1
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/__init__.py +1 -1
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/cli.py +3 -3
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/codegraph.py +1 -1
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/mcp/__init__.py +1 -1
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph_py.egg-info/PKG-INFO +1 -1
- codegraph_py-1.0.1/codegraph_py.egg-info/top_level.txt +2 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/pyproject.toml +3 -4
- codegraph_py-1.0.0/codegraph_py.egg-info/top_level.txt +0 -1
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/README.md +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/__main__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/context/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/db/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/db/connection.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/db/queries.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/db/schema.sql +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/directory.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/errors.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/base.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/c_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/cpp_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/dart_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/go_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/java_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/javascript_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/kotlin_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/lua_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/python_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/ruby_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/rust_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/scala_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/swift_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/languages/typescript_cfg.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/extraction/tree_sitter_extractor.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/graph/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/installer/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/project_config.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/resolution/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/search/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/sync/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/types.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/ui/__init__.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph/utils.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph_py.egg-info/SOURCES.txt +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph_py.egg-info/dependency_links.txt +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph_py.egg-info/entry_points.txt +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/codegraph_py.egg-info/requires.txt +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/setup.cfg +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/tests/test_codegraph.py +0 -0
- {codegraph_py-1.0.0 → codegraph_py-1.0.1}/tests/test_stress.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-py
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local.
|
|
5
5
|
Author-email: mading <martin98@bu.edu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -107,7 +107,7 @@ def resolve_project_path(path_arg: Optional[str] = None) -> str:
|
|
|
107
107
|
# =============================================================================
|
|
108
108
|
|
|
109
109
|
@click.group()
|
|
110
|
-
@click.version_option(version='1.0.
|
|
110
|
+
@click.version_option(version='1.0.1', prog_name='codegraph')
|
|
111
111
|
def main():
|
|
112
112
|
"""CodeGraph - Semantic code intelligence for AI coding agents.
|
|
113
113
|
|
|
@@ -315,7 +315,7 @@ def status(path: Optional[str], json_output: bool):
|
|
|
315
315
|
if json_output:
|
|
316
316
|
click.echo(json.dumps({
|
|
317
317
|
'initialized': False,
|
|
318
|
-
'version': '1.0.
|
|
318
|
+
'version': '1.0.1',
|
|
319
319
|
'projectPath': project_path,
|
|
320
320
|
}))
|
|
321
321
|
return
|
|
@@ -335,7 +335,7 @@ def status(path: Optional[str], json_output: bool):
|
|
|
335
335
|
if json_output:
|
|
336
336
|
click.echo(json.dumps({
|
|
337
337
|
'initialized': True,
|
|
338
|
-
'version': '1.0.
|
|
338
|
+
'version': '1.0.1',
|
|
339
339
|
'projectPath': project_path,
|
|
340
340
|
'fileCount': stats.file_count,
|
|
341
341
|
'nodeCount': stats.node_count,
|
|
@@ -31,7 +31,7 @@ from codegraph.graph import GraphTraverser, GraphQueryManager
|
|
|
31
31
|
from codegraph.context import ContextBuilder, create_context_builder
|
|
32
32
|
from codegraph.sync import FileWatcher, WatchOptions, PendingFile
|
|
33
33
|
|
|
34
|
-
__version__ = "1.0.
|
|
34
|
+
__version__ = "1.0.1"
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
@dataclass
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-py
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.1
|
|
4
4
|
Summary: Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local.
|
|
5
5
|
Author-email: mading <martin98@bu.edu>
|
|
6
6
|
License-Expression: MIT
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "codegraph-py"
|
|
7
|
-
version = "1.0.
|
|
7
|
+
version = "1.0.1"
|
|
8
8
|
description = "Supercharge AI coding agents with semantic code intelligence — surgical context, fewer tool calls, faster answers. 100% local."
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = "MIT"
|
|
@@ -54,12 +54,11 @@ Issues = "https://github.com/martin98-afk/codegraph-py/issues"
|
|
|
54
54
|
codegraph = "codegraph.cli:main"
|
|
55
55
|
|
|
56
56
|
[tool.setuptools.packages.find]
|
|
57
|
-
where = ["."]
|
|
58
57
|
include = ["codegraph*"]
|
|
59
|
-
exclude = ["tests
|
|
58
|
+
exclude = ["tests"]
|
|
60
59
|
|
|
61
60
|
[tool.setuptools.package-data]
|
|
62
|
-
codegraph = ["
|
|
61
|
+
"codegraph.db" = ["schema.sql"]
|
|
63
62
|
|
|
64
63
|
[tool.pytest.ini_options]
|
|
65
64
|
testpaths = ["tests"]
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
codegraph
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|