• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

sip/QtNetworkAuth/H05-Mar-2021-745640

ChangeLogH A D05-Mar-20211.2 KiB5136

LICENSEH A D05-Mar-202134.3 KiB675553

NEWSH A D05-Mar-2021165 75

PKG-INFOH A D05-Mar-20211.7 KiB5838

READMEH A D05-Mar-20211.3 KiB4728

configure.pyH A D03-May-202265.6 KiB1,9631,312

mk_distinfo.pyH A D04-Mar-20213.5 KiB12576

pyproject.tomlH A D03-May-2022875 3025

README

1PyQtNetworkAuth - Python Bindings for the Qt Network Authorization Library
2==========================================================================
3
4PyQtNetworkAuth is a set of Python bindings for The Qt Company's Qt Network
5Authorization library.  The bindings sit on top of PyQt5 and are implemented as
6a single module.
7
8
9Author
10------
11
12PyQtNetworkAuth is copyright (c) Riverbank Computing Limited.  Its homepage is
13https://www.riverbankcomputing.com/software/pyqtnetworkauth/.
14
15Support may be obtained from the PyQt mailing list at
16https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.
17
18
19License
20-------
21
22PyQtNetworkAuth is released under the GPL v3 license and under a commercial
23license that allows for the development of proprietary applications.
24
25
26Documentation
27-------------
28
29The documentation for the latest release can be found
30`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.
31
32
33Installation
34------------
35
36The GPL version of PyQtNetworkAuth can be installed from PyPI::
37
38    pip install PyQtNetworkAuth
39
40The wheels include a copy of the required parts of the LGPL version of Qt.
41
42``pip`` will also build and install the bindings from the sdist package but
43Qt's ``qmake`` tool must be on ``PATH``.
44
45The ``sip-install`` tool will also install the bindings from the sdist package
46but will allow you to configure many aspects of the installation.
47