I just published my first Python package โ€” a tool that maps your project's imports visually ๐Ÿ•ธ๏ธ

Published: (March 9, 2026 at 07:21 AM EDT)
1 min read
Source: Dev.to

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

depgraph-py on PyPI

Feedback

This is my first published package so any feedback or bug reports are very welcome! ๐Ÿ™

0 views
Back to Blog

Related posts

Read more ยป

'Warn about PyPy being unmaintained'

markdown !@konstinhttps://avatars.githubusercontent.com/u/6826232?s=40&v=4 It seems that PyPy is not being actively developed anymore and is phased out even by...

Warn about PyPy being unmaintained

markdown !@konstinhttps://avatars.githubusercontent.com/u/6826232?s=40&v=4 It seems that PyPy is not being actively developed anymore and is phased out even by...