| SFOOD(1) | General Commands Manual | SFOOD(1) |
sfood - detect import statements using the AST parser
sfood [options] files ...
This script outputs a comma-separated list of tuples:
The roots are the root directories where the modules lie. You can use sfood-graph or some other tool to filter, cluster and generate a meaningful graph from this list of dependencies.
As a special case, if the 'to' tuple is (None, None), this means to at least include the 'from' tuple as a node. This may happen if the file has no dependencies on anything.
As inputs, it can receive either files or directories; in case no argument is passed, it parses the current directory recursively.
sfood-checker(1), sfood-cluster(1), sfood-copy(1), sfood-flatten(1), sfood-graph(1), sfood-imports(1).
sfood was written by Martin Blais <blais@furius.ca> and it's part of snakefood suite.
This manual page was written by Sandro Tosi <morph@debian.org>, for the Debian project (and may be used by others).
| January 2, 2009 |