codegraphcontext 0.6.5__tar.gz → 0.6.6__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.
- {codegraphcontext-0.6.5/src/codegraphcontext.egg-info → codegraphcontext-0.6.6}/PKG-INFO +7 -2
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/README.md +6 -1
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/pyproject.toml +1 -1
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/persistence/writer.py +24 -6
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/schema.py +29 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6/src/codegraphcontext.egg-info}/PKG-INFO +7 -2
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/LICENSE +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/MANIFEST.in +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/setup.cfg +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/__main__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/app.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/auth.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/mcp_sse.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/router.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/api/schemas.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/cli_helpers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/config_manager.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/hook_manager.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/main.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/project_config.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/registry_commands.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/setup_macos.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/setup_wizard.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/simulator.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/visualizer.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/bundle_registry.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/cgc_bundle.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/cgcignore.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_embedded_kuzu.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_falkordb.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_falkordb_remote.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_kuzu.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_ladybug.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_nornic.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/falkor_worker.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/graph_query.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/jobs.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/simulator.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/watcher.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/prompts.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/server.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/stdlibs.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tool_definitions.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/advanced_language_query_tool.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/code_finder.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/datasources/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/datasources/cassandra_ingester.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/datasources/mysql_ingester.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/datasources/redis_ingester.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/graph_builder.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/handlers/analysis_handlers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/handlers/indexing_handlers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/handlers/management_handlers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/handlers/query_handlers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/handlers/watcher_handlers.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/constants.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/discovery.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/embeddings.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/persistence/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/persistence/utils.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/pipeline.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/pre_scan.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/resolution/__init__.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/resolution/calls.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/resolution/inheritance.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/resolution/post_resolution.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/sanitize.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/schema_contract.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/scip_pipeline.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/vector_resolver.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/c.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/cpp.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/csharp.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/css.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/dart.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/elisp.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/elixir.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/go.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/gradle.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/haskell.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/html.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/java.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/javascript.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/kotlin.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/lua.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/maven.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/mybatis.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/perl.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/php.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/python.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/ruby.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/rust.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/scala.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/sfc_common.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/solidity.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/solidity_remappings.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/svelte.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/swift.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/typescript.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/typescriptjsx.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/vue.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/package_resolver.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/c_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/cpp_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/csharp_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/dart_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/elisp_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/go_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/haskell_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/java_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/javascript_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/perl_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/python_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/ruby_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/rust_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/scala_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/solidity_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/swift_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/query_tool_languages/typescript_toolkit.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/report_generator.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/scip_indexer.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/scip_pb2.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/system.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/tree_sitter_parser.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/type_utils.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/cypher_ddl.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/cypher_readonly.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/debug_log.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/gcf_encoder.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/git_utils.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/path_ignore.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/path_sandbox.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/repo_path.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/secret_scanner.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/tool_limits.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/tree_sitter_manager.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/visualize_graph.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/__vite-browser-external-9wXp6ZBx.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/function-calls-BtRHrqa2.png +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/graph-total-D1fBAugo.png +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/hero-graph-2voMJp2a.jpg +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/hierarchy-DGADo0YT.png +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/index-C-187lf0.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/index-fNAa6jgv.css +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/parser-pyodide.worker-BgsDfaad.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/parser.worker-_nvrecvj.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/assets/tree-sitter-qKYAACSa.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/cgcIcon.png +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/favicon.ico +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/index.html +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/logo-icon.svg +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/logo.svg +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/placeholder.svg +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/preview-image.png +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/robots.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-c_sharp.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-core.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-cpp.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-dart.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-go.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-java.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-javascript.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-kotlin.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-perl.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-php.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-python.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-ruby.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-rust.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-swift.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-tsx.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter-typescript.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/tree-sitter.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.js +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/wasm/web-tree-sitter.wasm +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/server.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/SOURCES.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/dependency_links.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/entry_points.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/requires.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/top_level.txt +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/tests/test_issue_806_fix.py +0 -0
- {codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/tests/test_mcp_sse.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.6
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -258,7 +258,12 @@ flowchart LR
|
|
|
258
258
|
---
|
|
259
259
|
|
|
260
260
|
## Star History
|
|
261
|
-
[
|
|
261
|
+
[Star History Chart ↗](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date)
|
|
262
|
+
<!-- The inline chart image is temporarily removed: api.star-history.com currently
|
|
263
|
+
renders "GitHub restricted access to star data" instead of the chart
|
|
264
|
+
(GitHub-side restriction, see PR #1642). Restore the image once the
|
|
265
|
+
official service recovers:
|
|
266
|
+
[](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date) -->
|
|
262
267
|
|
|
263
268
|
---
|
|
264
269
|
|
|
@@ -159,7 +159,12 @@ flowchart LR
|
|
|
159
159
|
---
|
|
160
160
|
|
|
161
161
|
## Star History
|
|
162
|
-
[
|
|
162
|
+
[Star History Chart ↗](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date)
|
|
163
|
+
<!-- The inline chart image is temporarily removed: api.star-history.com currently
|
|
164
|
+
renders "GitHub restricted access to star data" instead of the chart
|
|
165
|
+
(GitHub-side restriction, see PR #1642). Restore the image once the
|
|
166
|
+
official service recovers:
|
|
167
|
+
[](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date) -->
|
|
163
168
|
|
|
164
169
|
---
|
|
165
170
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[project]
|
|
2
2
|
name = "codegraphcontext"
|
|
3
|
-
version = "0.6.
|
|
3
|
+
version = "0.6.6"
|
|
4
4
|
description = "An MCP server that indexes local code into a graph database to provide context to AI assistants."
|
|
5
5
|
authors = [{ name = "Shashank Shekhar Singh", email = "shashankshekharsingh1205@gmail.com" }]
|
|
6
6
|
readme = "README.md"
|
|
@@ -154,14 +154,30 @@ def _cypher_label(label: str, backend: str) -> str:
|
|
|
154
154
|
|
|
155
155
|
|
|
156
156
|
def _called_context_clause(called_label: str) -> str:
|
|
157
|
-
"""Match CALLS targets that store scope in context, class_context, or module_context.
|
|
158
|
-
|
|
157
|
+
"""Match CALLS targets that store scope in context, class_context, or module_context.
|
|
158
|
+
|
|
159
|
+
Resolution stores the resolved scope in `called_context`, but which node
|
|
160
|
+
property carries that scope differs by parser: Python/JS use `context`,
|
|
161
|
+
C++/PHP methods use `class_context`, and Rust functions carry ONLY
|
|
162
|
+
`module_context` (#1510). Matching `context` alone filtered every
|
|
163
|
+
correctly-resolved Rust module-scoped call out at write time.
|
|
164
|
+
|
|
165
|
+
Variable is restricted to `context`: the Kùzu Variable table declares no
|
|
166
|
+
class_context/module_context columns, and referencing a missing column
|
|
167
|
+
binder-errors the whole batch on typed backends.
|
|
168
|
+
"""
|
|
169
|
+
if called_label == "Function":
|
|
159
170
|
return (
|
|
160
171
|
'AND (row.called_context = "" OR row.called_context IS NULL '
|
|
161
172
|
"OR called.context = row.called_context "
|
|
162
173
|
"OR called.class_context = row.called_context "
|
|
163
174
|
"OR called.module_context = row.called_context)"
|
|
164
175
|
)
|
|
176
|
+
if called_label == "Variable":
|
|
177
|
+
return (
|
|
178
|
+
'AND (row.called_context = "" OR row.called_context IS NULL '
|
|
179
|
+
"OR called.context = row.called_context)"
|
|
180
|
+
)
|
|
165
181
|
return ""
|
|
166
182
|
|
|
167
183
|
|
|
@@ -1006,10 +1022,12 @@ class GraphWriter:
|
|
|
1006
1022
|
precise_batch.append(row)
|
|
1007
1023
|
|
|
1008
1024
|
# Define which labels have a 'context' property in the schema
|
|
1009
|
-
|
|
1010
|
-
|
|
1011
|
-
|
|
1012
|
-
|
|
1025
|
+
# The label-aware helper matches context, class_context or
|
|
1026
|
+
# module_context depending on what the label's parsers emit —
|
|
1027
|
+
# the inline context-only predicate silently dropped Rust
|
|
1028
|
+
# module-scoped calls whose functions carry only
|
|
1029
|
+
# module_context (#1510).
|
|
1030
|
+
called_context_clause = _called_context_clause(called_label)
|
|
1013
1031
|
|
|
1014
1032
|
# ...and which have a 'line_number'. File and Directory do not:
|
|
1015
1033
|
# the Kùzu File table is (path, name, relative_path, package_name,
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/schema.py
RENAMED
|
@@ -137,6 +137,35 @@ def create_graph_schema(driver: Any, db_manager: Any) -> None:
|
|
|
137
137
|
ddl.run(
|
|
138
138
|
"CREATE CONSTRAINT annotation_unique IF NOT EXISTS FOR (a:Annotation) REQUIRE (a.name, a.path, a.line_number) IS UNIQUE"
|
|
139
139
|
)
|
|
140
|
+
# The relationship passes and code_finder look these nodes up
|
|
141
|
+
# by (name, path) with no line_number: write_inheritance_links
|
|
142
|
+
# matches `(child:<Label> {name: row.child_name, path:
|
|
143
|
+
# row.path})`, and the same for the parent, for every label
|
|
144
|
+
# pair it enumerates; write_function_call_groups matches the
|
|
145
|
+
# callee by (name, path) in both the batched and the single-row
|
|
146
|
+
# path; and code_finder's who_calls_function,
|
|
147
|
+
# what_does_function_call, find_class_hierarchy,
|
|
148
|
+
# find_all_callers and find_all_callees do the same.
|
|
149
|
+
#
|
|
150
|
+
# Neo4j uses a composite index only when EVERY indexed property
|
|
151
|
+
# has a predicate, so the four-property identity constraints
|
|
152
|
+
# above cannot serve those lookups -- the planner falls back to
|
|
153
|
+
# NodeByLabelScan + Filter, once per row. These plain
|
|
154
|
+
# two-property indexes restore an index seek. They do not
|
|
155
|
+
# collide with the identity constraints: a constraint's backing
|
|
156
|
+
# index covers a different property set, so the two coexist.
|
|
157
|
+
#
|
|
158
|
+
# FalkorDB is excluded (this is inside `not is_falkordb`): it
|
|
159
|
+
# indexes per attribute, not per property tuple, and the
|
|
160
|
+
# composite CREATE INDEX statements in its own branch already
|
|
161
|
+
# cover name and path. A second (name, path) index would add
|
|
162
|
+
# nothing there and only re-issue an index creation FalkorDB
|
|
163
|
+
# rejects as "already indexed".
|
|
164
|
+
for _label, _var in POSITIONAL_IDENTITY_LABELS.items():
|
|
165
|
+
ddl.run(
|
|
166
|
+
f"CREATE INDEX {_label.lower()}_name_path IF NOT EXISTS "
|
|
167
|
+
f"FOR ({_var}:{_label}) ON ({_var}.name, {_var}.path)"
|
|
168
|
+
)
|
|
140
169
|
|
|
141
170
|
ddl.run("CREATE INDEX function_lang IF NOT EXISTS FOR (f:Function) ON (f.lang)")
|
|
142
171
|
ddl.run("CREATE INDEX class_lang IF NOT EXISTS FOR (c:Class) ON (c.lang)")
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: codegraphcontext
|
|
3
|
-
Version: 0.6.
|
|
3
|
+
Version: 0.6.6
|
|
4
4
|
Summary: An MCP server that indexes local code into a graph database to provide context to AI assistants.
|
|
5
5
|
Author-email: Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
|
|
6
6
|
License: MIT License
|
|
@@ -258,7 +258,12 @@ flowchart LR
|
|
|
258
258
|
---
|
|
259
259
|
|
|
260
260
|
## Star History
|
|
261
|
-
[
|
|
261
|
+
[Star History Chart ↗](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date)
|
|
262
|
+
<!-- The inline chart image is temporarily removed: api.star-history.com currently
|
|
263
|
+
renders "GitHub restricted access to star data" instead of the chart
|
|
264
|
+
(GitHub-side restriction, see PR #1642). Restore the image once the
|
|
265
|
+
official service recovers:
|
|
266
|
+
[](https://www.star-history.com/#CodeGraphContext/CodeGraphContext&Date) -->
|
|
262
267
|
|
|
263
268
|
---
|
|
264
269
|
|
|
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
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/config_manager.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/project_config.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/cli/registry_commands.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/bundle_registry.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_falkordb.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_kuzu.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_ladybug.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/database_nornic.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/core/falkor_worker.py
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
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/datasources/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/graph_builder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/__init__.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/constants.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/discovery.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/embeddings.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/pipeline.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/pre_scan.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/indexing/sanitize.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/cpp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/csharp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/css.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/dart.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/elisp.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/elixir.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/go.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/gradle.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/haskell.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/html.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/java.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/javascript.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/kotlin.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/lua.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/maven.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/mybatis.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/perl.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/php.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/python.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/ruby.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/rust.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/scala.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/sfc_common.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/solidity.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/svelte.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/swift.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/typescript.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/languages/vue.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/package_resolver.py
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
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/report_generator.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/scip_indexer.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/tools/tree_sitter_parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/cypher_readonly.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/path_sandbox.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/secret_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/tree_sitter_manager.py
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/utils/visualize_graph.py
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
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/logo-icon.svg
RENAMED
|
File without changes
|
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/placeholder.svg
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext/viz/dist/preview-image.png
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
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/dependency_links.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/entry_points.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/requires.txt
RENAMED
|
File without changes
|
{codegraphcontext-0.6.5 → codegraphcontext-0.6.6}/src/codegraphcontext.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|