TGTGInsighttelegram intelligenceLIVE / telegram public index
Post content
帖子内容
I got tired of not understanding why I have dependency Y installed via PIP on my pc, and having literally hundreds of them for old projects I no longer use unlike in the NPM ecosystem, we can't track that dep X depends on Y, and so on... so I built some scripts to understand that : - a deps mapper - a summarizer - a graph generator - (the best) a deps viewer as a webpage https://github.com/EDM115/useful-stuff/blob/main/scripts/pip_deps/README.md