Scroll to navigation

IMPORTLAB(1) User Commands IMPORTLAB(1)

NAME

importlab - A library to calculate python dependency graphs.

DESCRIPTION

usage: importlab [-h] [--tree] [--unresolved] [-V PYTHON_VERSION]

[-P PYTHONPATH] [--trim] [-v] [input ...]

positional arguments:

Input files or directories. Directories will be recursively scanned for .py files

options:

show this help message and exit
Display import tree.
Display unresolved dependencies.
Python version of target code, e.g. "2.7"
Directories for reading dependencies - a list of paths separated by ":".
Trim the dependencies of builtin and system files.
Script version

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

info importlab

should give you access to the complete manual.

February 2024 importlab 0.8.1