Tool for finding external dependencies

Rob Cakebread gentoodev at gmail.com
Sun Jul 8 21:39:43 EDT 2007


Hi,

I need to find external dependencies for modules (not Python standard
library imports).

Currently I use pylint and manually scan the output, which is very
nice, or use pylint's --ext-import-graph option to create a .dot file
and extract the info from it, but either way can take a very long
time.

I'm aware of Python's modulefinder.py, but it doesn't find external
dependencies (or at least I don't know how to make it do them).

Thanks,
Rob




More information about the Python-list mailing list