To give a simple example I set up a simple configure.py file and the first sip file: onyx_dialog.sip. Unfortunately message_dialog.sip is not working at the moment. But I'm sure now this whole project will turn out much easier than expected.
Please note: It's _not_ necessary to write an API for _all_ of those onyx/* libraries. We only pick the methods and classes we'd like to use in our Python code. It's really easy to add new methods and classes once we have a basic selection of classes/methods - simply because (once you are familiar with the SIP syntax) the hardest work to do here is setting up the configure.py and pyonyxconfig.py.in files.
|