I just published my first Python package โ a tool that maps your project's imports visually ๐ธ๏ธ
Source: Dev.to
Overview
Hey everyone! Wanted to share something I built and just published on PyPI.
Features
- โ 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
Feedback
This is my first published package so any feedback or bug reports are very welcome! ๐