codegraph-tools 0.1.0__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.1.0/codegraph_tools.egg-info → codegraph_tools-0.3.29}/PKG-INFO +1 -1
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29/codegraph_tools.egg-info}/PKG-INFO +1 -1
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/pyproject.toml +1 -1
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/LICENSE +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/README.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/__init__.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/__main__.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/analyze.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/benchmark.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/build.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/cache.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/cluster.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/detect.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/export.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/extract.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/hooks.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/ingest.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/manifest.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/report.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/security.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/serve.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-aider.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-claw.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-codex.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-copilot.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-droid.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-opencode.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-trae.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill-windows.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/skill.md +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/validate.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/watch.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph/wiki.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/SOURCES.txt +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/dependency_links.txt +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/entry_points.txt +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/requires.txt +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/top_level.txt +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/setup.cfg +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_analyze.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_benchmark.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_build.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_cache.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_claude_md.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_cluster.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_confidence.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_detect.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_export.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_extract.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_hooks.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_hypergraph.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_ingest.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_install.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_languages.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_multilang.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_pipeline.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_rationale.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_report.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_security.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_semantic_similarity.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_serve.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_validate.py +0 -0
- {codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/tests/test_watch.py +0 -0
- {codegraph_tools-0.1.0 → 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
|
+
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
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraph-tools
|
|
3
|
-
Version: 0.
|
|
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
|
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "codegraph-tools"
|
|
7
|
-
version = "0.
|
|
7
|
+
version = "0.3.29"
|
|
8
8
|
description = "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"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = { file = "LICENSE" }
|
|
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
|
{codegraph_tools-0.1.0 → codegraph_tools-0.3.29}/codegraph_tools.egg-info/dependency_links.txt
RENAMED
|
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
|