Metadata-Version: 2.1
Name: PyQtPurchasing
Version: 5.15.5
Requires-Python: >=3.7
Summary: Python bindings for the Qt Purchasing library
Home-Page: https://www.riverbankcomputing.com/software/pyqtpurchasing/
Author: Riverbank Computing Limited
Author-Email: info@riverbankcomputing.com
License: GPL v3
Requires-Dist: PyQt5-sip (>=12.11, <13)
Requires-Dist: PyQt5 (>=5.15.4)

PyQtPurchasing - Python Bindings for the Qt Purchasing Library
==============================================================

PyQtPurchasing is a set of Python bindings for The Qt Company's Qt Purchasing
library.  The bindings sit on top of PyQt5 and are implemented as a single
module.


Author
------

PyQtPurchasing is copyright (c) Riverbank Computing Limited.  Its homepage is
https://www.riverbankcomputing.com/software/pyqtpurchasing/.

Support may be obtained from the PyQt mailing list at
https://www.riverbankcomputing.com/mailman/listinfo/pyqt/.


License
-------

PyQtPurchasing is released under the GPL v3 license and under a commercial
license that allows for the development of proprietary applications.


Documentation
-------------

The documentation for the latest release can be found
`here <https://www.riverbankcomputing.com/static/Docs/PyQt5/>`__.


Installation
------------

The GPL version of PyQtPurchasing can be installed from PyPI::

    pip install PyQtPurchasing

``pip`` will also build and install the bindings from the sdist package but
Qt's ``qmake`` tool must be on ``PATH``.

The ``sip-install`` tool will also install the bindings from the sdist package
but will allow you to configure many aspects of the installation.
