| Name | Modified | Size | Downloads / 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 : IProcessornow emitsinheritsedges- 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,
--dfsfor path tracing,--budget Nto cap output tokens
Tests
- 362 tests passing (up from 360)