DEV Community

Pegasus
Pegasus

Posted on

I just published my first Python package β€” a tool that maps your project's imports visually πŸ•ΈοΈ

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! πŸ™

Top comments (0)