{% extends "layout.html" %} {% set title = 'Overview' %} {% block body %}

BoostPythonGenerator {{ version }}

BoostPythonGenerator is a tool that eases the development of Python bindings for Qt-based libraries by automating most of the process. It relies heavily on the ApiExtractor library to parse the header files and manipulate the classes information while generating the code. This generated code uses the Boost::Python library in order to bridge the C++ library and Python.

BoostPythonGenerator is based on the QtScriptGenerator project.

Documentation

{% endblock %}