Focused subgraph views: visualize --scope
Navigate a large estate by program instead of trying to render the whole graph.
Added
nervapack visualize --scope <target> [--hops N]renders just the N-hop neighborhood around a matched program, copybook, file, or node.- Follows both callers and callees, so you see what a program calls and who calls it.
- Default depth is 2 hops.
- Scoped views are small, so physics stays enabled for a proper interactive layout.
- Output defaults to
.nervapack/scope_<target>.html— never clobbers the full-graph file.
# PAYROLL, its callers, and its callees (2 hops)
nervapack visualize --scope PAYROLL --hops 2
# Immediate neighbors of a copybook
nervapack visualize --scope EMPREC --hops 1Upgrade
pip install -U nervapack # 0.7.6Docs: https://github.com/ramdhavepreetam/NervaPack/blob/master/docs/user-guide/commands/visualize.md
PyPI: https://pypi.org/project/nervapack/0.7.6/