Scroll to navigation

SIP(1) General Commands Manual SIP(1)

NAME

sip - generates C++/Python bindings

SYNOPSIS

sip [-h] [-V] [-a file] [-b file] [-B tag] [-c dir] [-d file] [-D] [-e] [-f] [-g] [-I dir] [-j number] [-k] [-m file] [-n name] [-o] [-p module] [-P] [-r] [-s suffix] [-t tag] [-w] [-x feature] [-X id:file] [-y file] [-z file] [@file] [file]

DESCRIPTION

sip takes a set of specification files and generates C++ code, documentation and build files.

The format of the needed specification file is similar to a C++ header. sip includes run-time support for the generated code.

OPTIONS

Show summary of options.
Display the sip version number.
The name of the QScintilla API file. If not indicated, it will not be generated.
The name of the build file. If not indicated, it will not be generated.
Add tag to the list of timeline backstops.
The name of the directory where generated source file will be put. If not indicated, no code will be generated.
The name of the documentation file (deprecated). If not indicated, no documentation will be generated.
Generate code for a debug build of Python.
Enable support for exceptions. Disabled by default.
Handle warnings as errors.
Always release and reacquire the GIL.
Directory where sip can search for included files.
Splits the generated code in number files (1 by default). This flag was added for parallel compilation on SMP machines.
Support keyword arguments in functions and methods.
The name of the XML export file. If not indicated, the file will not be generated.
The qualified name of the private copy of the sip module.
Enable the automatic generation of docstrings. Disabled by default.
Give the name of the consolidated module this module should be a component of.
Enable the protected/public hack.
Enable tracing on generated code.
The suffix used for generated C or C++ files (".c" or ".cpp" if none specified)
The version/platform to generate code for.
Enable warning messages.
Disable a feature.
Create the extracts for an id in a file.
The name of the .pyi stub file to generate. If not indicated, it will not be generated.
The name of a file containing additional command line flags. This option is deprecated, use @file instead.
@file
The name of a file containing more command line flags.
The name of the file containing the specification. If you skip it, sip will expect to be fed by stdin.

AUTHOR

This manual page was written by Ricardo Javier Cardenes Medina <rcardenes@debian.org>, Torsten Marek <shlomme@debian.org> and Dmitry Shachnev <mitya57@debian.org>, for the Debian project (but may be used by others).

2018/07/02