Metadata-Version: 1.2
Name: PyQtChart
Version: 5.13.1
Summary: Python bindings for the Qt Charts library
Home-page: https://www.riverbankcomputing.com/software/pyqtchart/
Author: Riverbank Computing Limited
Author-email: info@riverbankcomputing.com
License: GPL v3
Platform: UNIX
Platform: OS X
Platform: Windows
Platform: iOS
Platform: Android
Requires-Dist: PyQt5 (>=5.13)

PyQtChart - Python Bindings for the Qt Charts Library
=====================================================

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


Author
------

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

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


License
-------

PyQtChart 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 PyQtChart can be installed from PyPI::

    pip install PyQtChart

The wheels include a copy of the required parts of the LGPL version of Qt.

``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.
