This is the command sfood-imports that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator
PROGRAM:
NAME
sfood-imports - parse Python files and output a unified list of imported symbols
SYNOPSIS
sfood-imports [options] files...
DESCRIPTION
The imported modules/symbols are output even if they cannot be found. (You could try to
do this with grep, but this is more accurate because it uses the AST to obtain the list of
imports.)
OPTIONS
-h, --help
show the help message and exit
-I IGNORES, --ignore=IGNORES
Add the given directory name to the list to be ignored.
-u, --unified
Just output the unique set of dependencies found, in no particular order, without
the filenames. The default is to output all imports, in order of appearance, along
with the filename and line number.
-v, --verbose
Output input lines as well.
Use sfood-imports online using onworks.net services