Hey everyone! Wanted to share something I built and just published on PyPI.
depgraph-py--->scans your Python project using static analysis (no code is executed) and:
β
Shows a beautiful interactive dependency graph in your browser
β
Tells you the "blast radius" β what breaks if you change or delete something
β
Detects circular imports with fix suggestions
β
Finds dead code (modules nothing imports)
*Package:*https://pypi.org/project/depgraph-py/
This is my first published package so any feedback or bug reports are very welcome! π
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)