Project: pyqt-builder

The PEP 517 compliant PyQt build system

Project Details

Latest version
1.15.4
Home Page
https://www.riverbankcomputing.com/software/pyqt-builder/
PyPI Page
https://pypi.org/project/pyqt-builder/

Project Popularity

PageRank
0.0023454888472532126
Number of downloads
75896

PyQt-builder - The PEP 517 Compliant PyQt Build System

What is PyQt-builder?

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.

Author

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/.

License

PyQt-builder is released under the same licenses as SIP.

Installation

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.

Documentation

The documentation for the latest release can be found here <https://www.riverbankcomputing.com/static/Docs/PyQt-builder/>__.