1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62
|
Metadata-Version: 1.2
Name: PyQt-builder
Version: 1.7.0
Summary: The PEP 517 compliant PyQt build system
Home-page: https://www.riverbankcomputing.com/software/pyqt/
Author: Riverbank Computing Limited
Author-email: info@riverbankcomputing.com
License: SIP
Description: 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/.
Support may be obtained from the PyQt mailing list at
https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
License
-------
PyQt-builder is released under the BSD license.
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 is part of the
`PyQt5 <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__
documentation.
Platform: X11
Platform: macOS
Platform: Windows
Requires-Python: >=3.5
|