msipgen Command Line Tool
msipgen is the command line part of MetaSIP that generates the .sip files
from the project created by msip.
To install msipgen, run the following command:
pip install metasip
Command Line Options
The syntax of the msipgen command line is:
msipgen [options] project
The full set of command line options is:
-h,--helpShow a help message.
-V,--versionShow the MetaSIP version number.
--ignore MODULEDo not generate
.sipfiles forMODULE.--output-dir DIRGenerate the
.sipfiles inDIR. This option is required.--verboseDisplay progress messages.