importlab - A library to calculate python dependency graphs.
Contents
Description
usage: importlab [-h] [--tree] [--unresolved] [-V PYTHON_VERSION]
[-P PYTHONPATH] [--trim] [-v] [input ...]
positionalarguments:
input Input files or directories. Directories will be recursively scanned for .py files
options:-h, --help
show this help message and exit
--tree Display import tree.
--unresolved
Display unresolved dependencies.
-V PYTHON_VERSION, --python_version PYTHON_VERSION
Python version of target code, e.g. "2.7"
-P PYTHONPATH, --pythonpath PYTHONPATH
Directories for reading dependencies - a list of paths separated by ":".
--trim Trim the dependencies of builtin and system files.
-v, --version
Script version
Name
importlab - A library to calculate python dependency graphs.
See Also
The full documentation for importlab is maintained as a Texinfo manual. If the info and importlab
programs are properly installed at your site, the command
infoimportlab
should give you access to the complete manual.
importlab 0.8.1 March 2024 IMPORTLAB(1)
