loongson/pypi/: pyqtchart-5.15.6 metadata and description

Homepage Simple index

Python bindings for the Qt Charts library

author Riverbank Computing Limited
author_email info@riverbankcomputing.com
license GPL v3
requires_dist
  • PyQt5 (>=5.15.4)
requires_python >=3.7

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
PyQtChart-5.15.6-cp39-abi3-linux_loongarch64.whl
Size
298 KB
Type
Python Wheel
Python
3.9
  • Replaced 2 time(s)
  • Uploaded to loongson/pypi by loongson 2023-06-01 00:44:13
PyQtChart-5.15.6.tar.gz
Size
67 KB
Type
Source

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.

Installation

The GPL version of PyQtChart can be installed from PyPI:

pip install PyQtChart

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.