Skip to content

NervaPack v0.7.6 — visualize --scope/--hops

Latest

Choose a tag to compare

@ramdhavepreetam ramdhavepreetam released this 05 Aug 17:19
· 8 commits to master since this release

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 1

Upgrade

pip install -U nervapack   # 0.7.6

Docs: https://github.com/ramdhavepreetam/NervaPack/blob/master/docs/user-guide/commands/visualize.md
PyPI: https://pypi.org/project/nervapack/0.7.6/