Use case

You have some code and you want to figure out what the code depends on.

Usage:

find_imports *.py

By default, this will print out the modules imported by the python files, excluding stuff from the standard library and files importable from the current directory.