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)