%Module

Name

%Module -- Definition of the (main) modules name

Synopsis

%Module module_name

Description

The module_name must be defined at least once. If multiple definitions are given the last one is used. The produced wrapping consists of the following files:

module_name.pyimport this and have fun
libmodule_namec.pyddynamic lib with the wrappers C code

Bear in mind, that you also need sip.lib and of course a lib with your classes to be wrapped.