.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.49.2. .TH IMPORTLAB "1" "November 2022" "importlab 0.7" "User Commands" .SH NAME importlab \- A library to calculate python dependency graphs. .SH DESCRIPTION usage: importlab [\-h] [\-\-tree] [\-\-unresolved] [\-V PYTHON_VERSION] .IP [\-P PYTHONPATH] [\-\-trim] [\-v] [input ...] .SS "positional arguments:" .TP input Input files or directories. Directories will be recursively scanned for .py files .SS "options:" .TP \fB\-h\fR, \fB\-\-help\fR show this help message and exit .TP \fB\-\-tree\fR Display import tree. .TP \fB\-\-unresolved\fR Display unresolved dependencies. .TP \fB\-V\fR PYTHON_VERSION, \fB\-\-python_version\fR PYTHON_VERSION Python version of target code, e.g. "2.7" .TP \fB\-P\fR PYTHONPATH, \fB\-\-pythonpath\fR PYTHONPATH Directories for reading dependencies \- a list of paths separated by ":". .TP \fB\-\-trim\fR Trim the dependencies of builtin and system files. .TP \fB\-v\fR, \fB\-\-version\fR Script version .SH "SEE ALSO" The full documentation for .B importlab is maintained as a Texinfo manual. If the .B info and .B importlab programs are properly installed at your site, the command .IP .B info importlab .PP should give you access to the complete manual.