File: PKG-INFO

package info (click to toggle)
pyqt-builder 1.7.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 460 kB
  • sloc: python: 1,517; makefile: 5
file content (62 lines) | stat: -rw-r--r-- 2,061 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
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