Metadata-Version: 2.1
Name: PyQt-builder
Version: 1.10.3
Summary: The PEP 517 compliant PyQt build system
Home-page: https://www.riverbankcomputing.com/software/pyqt-builder/
Author: Riverbank Computing Limited
Author-email: info@riverbankcomputing.com
License: SIP
Platform: X11
Platform: macOS
Platform: Windows
Requires-Python: >=3.5
License-File: LICENSE-GPL3
License-File: LICENSE
License-File: LICENSE-GPL2

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


