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

..03-May-2022-

examples/H05-Mar-2021-1,602983

examples-1.0.0/H05-Mar-2021-954577

sip/QtChart/H05-Mar-2021-4,3563,913

ChangeLogH A D05-Mar-202131.5 KiB1,325955

LICENSEH A D05-Mar-202134.3 KiB675553

NEWSH A D05-Mar-20212.6 KiB10473

PKG-INFOH A D05-Mar-20211.6 KiB5737

READMEH A D05-Mar-20211.3 KiB4627

configure.pyH A D03-May-202267.3 KiB1,9991,335

mk_distinfo.pyH A D04-Mar-20213.5 KiB12576

pyproject.tomlH A D05-Mar-2021788 2924

README

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