File: PKG-INFO

package info (click to toggle)
pyqt-builder 1.14.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 568 kB
  • sloc: python: 1,895; makefile: 5
file content (66 lines) | stat: -rw-r--r-- 1,750 bytes parent folder | download | duplicates (2)
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
63
64
65
66
Metadata-Version: 2.1
Name: PyQt-builder
Version: 1.14.1
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.7
License-File: LICENSE
License-File: LICENSE-GPL3
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/>`__.