Skip to content

Latest commit

 

History

History
46 lines (27 loc) · 744 Bytes

README.rst

File metadata and controls

46 lines (27 loc) · 744 Bytes

BlackWidow

Visualizing Python Project Import Graphs

Installation:

sudo pip install blackwidow

Demo with:

python -m blackwidow.web [package_name]

Optionally pass in a list of file patterns to exclude

python -m blackwidow.web [package_name] --exclude *test*

Once the visualization is displayed, you can inspect file names by hovering over a node.

Sample results:

Requests:

Requests Project Graph

Flask:

Flask Project Graph

BlackWidow:

BlackWidow Project Graph