pipdeptree 4 is now out - the engine is a complete rewrite in Rust, so it's much faster on small but especially large environments; see github.com/tox-dev/pipd... 😀 #python #oss
✨ feat(rust): replace the Python engine with a Rust extension by gaborbernat · Pull Request #618 · tox-dev/pipdeptree
One Rust extension discovers distributions, parses metadata, constructs the dependency graph, and renders the result. Those stages account for most CLI runtime in pipdeptree. The public Python API ...
github.com