codegraph-tools 0.3.28__tar.gz → 0.3.29__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_tools-0.3.28 → codegraph_tools-0.3.29}/PKG-INFO +1 -1
- codegraph_tools-0.3.29/codegraph/__init__.py +28 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/__main__.py +145 -145
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/analyze.py +1 -1
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/benchmark.py +3 -3
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/build.py +1 -1
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/cache.py +5 -5
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/cluster.py +1 -1
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/detect.py +4 -4
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/export.py +12 -12
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/extract.py +2 -2
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/hooks.py +28 -28
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/ingest.py +7 -7
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/manifest.py +1 -1
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/security.py +6 -6
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/serve.py +5 -5
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/validate.py +2 -2
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/watch.py +27 -27
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/wiki.py +4 -4
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/PKG-INFO +1 -1
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/SOURCES.txt +28 -28
- codegraph_tools-0.3.29/codegraph_tools.egg-info/entry_points.txt +2 -0
- codegraph_tools-0.3.29/codegraph_tools.egg-info/top_level.txt +1 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/pyproject.toml +4 -4
- codegraph_tools-0.3.28/codegraph_tools.egg-info/entry_points.txt +0 -2
- codegraph_tools-0.3.28/codegraph_tools.egg-info/top_level.txt +0 -1
- codegraph_tools-0.3.28/graphify/__init__.py +0 -28
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/LICENSE +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/README.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/report.py +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-aider.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-claw.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-codex.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-copilot.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-droid.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-opencode.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-trae.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill-windows.md +0 -0
- {codegraph_tools-0.3.28/graphify → codegraph_tools-0.3.29/codegraph}/skill.md +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/dependency_links.txt +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/requires.txt +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/setup.cfg +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_analyze.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_benchmark.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_build.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_cache.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_claude_md.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_cluster.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_confidence.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_detect.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_export.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_extract.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_hooks.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_hypergraph.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_ingest.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_install.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_languages.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_multilang.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_pipeline.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_rationale.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_report.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_security.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_semantic_similarity.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_serve.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_validate.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_watch.py +0 -0
- {codegraph_tools-0.3.28 → codegraph_tools-0.3.29}/tests/test_wiki.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-tools
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.29
|
|
4
4
|
Summary: AI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, OpenClaw, Factory Droid, Trae) - turn any folder of code, docs, papers, or images into a queryable knowledge graph
|
|
5
5
|
License: MIT License
|
|
6
6
|
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
"""codegraph - extract · build · cluster · analyze · report."""
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
def __getattr__(name):
|
|
5
|
+
# Lazy imports so `codegraph install` works before heavy deps are in place.
|
|
6
|
+
_map = {
|
|
7
|
+
"extract": ("codegraph.extract", "extract"),
|
|
8
|
+
"collect_files": ("codegraph.extract", "collect_files"),
|
|
9
|
+
"build_from_json": ("codegraph.build", "build_from_json"),
|
|
10
|
+
"cluster": ("codegraph.cluster", "cluster"),
|
|
11
|
+
"score_all": ("codegraph.cluster", "score_all"),
|
|
12
|
+
"cohesion_score": ("codegraph.cluster", "cohesion_score"),
|
|
13
|
+
"god_nodes": ("codegraph.analyze", "god_nodes"),
|
|
14
|
+
"surprising_connections": ("codegraph.analyze", "surprising_connections"),
|
|
15
|
+
"suggest_questions": ("codegraph.analyze", "suggest_questions"),
|
|
16
|
+
"generate": ("codegraph.report", "generate"),
|
|
17
|
+
"to_json": ("codegraph.export", "to_json"),
|
|
18
|
+
"to_html": ("codegraph.export", "to_html"),
|
|
19
|
+
"to_svg": ("codegraph.export", "to_svg"),
|
|
20
|
+
"to_canvas": ("codegraph.export", "to_canvas"),
|
|
21
|
+
"to_wiki": ("codegraph.wiki", "to_wiki"),
|
|
22
|
+
}
|
|
23
|
+
if name in _map:
|
|
24
|
+
import importlib
|
|
25
|
+
mod_name, attr = _map[name]
|
|
26
|
+
mod = importlib.import_module(mod_name)
|
|
27
|
+
return getattr(mod, attr)
|
|
28
|
+
raise AttributeError(f"module 'codegraph' has no attribute {name!r}")
|