The PEP 517 compliant PyQt build system
PyQt-builder is the PEP 517 compliant build system for PyQt and projects that
extend PyQt. It extends the SIP build system and uses Qt's qmake
to
perform the actual compilation and installation of extension modules.
Projects that use PyQt-builder provide an appropriate pyproject.toml
file
and an optional project.py
script. Any PEP 517 compliant frontend, for
example sip-install
or pip
can then be used to build and install the
project.
PyQt-builder is copyright (c) Riverbank Computing Limited. Its homepage is https://www.riverbankcomputing.com/software/pyqt-builder/.
Support may be obtained from the PyQt mailing list at https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
PyQt-builder is released under the same licenses as SIP.
PyQt-builder can be installed from PyPI::
pip install PyQt-builder
However you do not normally need to explicitly install it. It will be installed automatically when it is needed.
The documentation for the latest release can be found
here <https://www.riverbankcomputing.com/static/Docs/PyQt-builder/>
__.