thebjorn/pydeps

How to exclude installed modules in "site-packages"?

Closed this issue · 2 comments

I only want to see the calling graph for my own codes.

Hi Rudaoshi, and thank you for your interest in pydeps. Please note that pydeps gives you the import graph (not the calling graph). There is no explicit flag to exclude site-packages, but perhaps the --cluster flag does what you want?

You can create of list of module from "sites_packages" and using as excluding list.