Download Latest Version graphifyy-0.3.11.tar.gz (173.3 kB)
Email in envelope

Get an email when there's a new version of graphify

Home / v0.3.8
Name Modified Size InfoDownloads / Week
Parent folder
graphifyy-0.3.8-py3-none-any.whl < 17 hours ago 152.6 kB
graphifyy-0.3.8.tar.gz < 17 hours ago 171.9 kB
README.md < 24 hours ago 691 Bytes
v0.3.8 source code.tar.gz < 24 hours ago 250.7 kB
v0.3.8 source code.zip < 24 hours ago 300.1 kB
Totals: 5 Items   876.0 kB 0

What's new

C# inheritance extraction (#45)

  • DataProcessor : IProcessor now emits inherits edges
  • Handles both simple bases (identifier) and generic bases (IList<T>generic_name)
  • Zero false positives — tested on 6,100-file Unity/VaM codebase producing 3,957 edges

graphify query CLI command (#43)

  • Query the knowledge graph without Claude Code: graphify query "what connects attention to the optimizer?" graphify query "what is CfgNode?" --dfs graphify query "show auth flow" --budget 500 --graph path/to/graph.json
  • BFS by default, --dfs for path tracing, --budget N to cap output tokens

Tests

  • 362 tests passing (up from 360)
Source: README.md, updated 2026-04-07