Metadata-Version: 2.2
Name: PyQt6-Graphs
Version: 6.9.0
Requires-Python: >=3.9
Summary: Python bindings for the Qt Graphs library
Description-Content-Type: text/markdown
Project-Url: homepage, https://www.riverbankcomputing.com/software/pyqtgraphs/
Requires-Dist: PyQt6-sip (>=13.8, <14)
License: GPL v3
Author-Email: Riverbank Computing Limited <info@riverbankcomputing.com>

# PyQt6-Graphs - Python Bindings for the Qt Graphs Library

PyQt6-Graphs is a set of Python bindings for The Qt Company's Qt Graphs
library.  The bindings sit on top of PyQt6 and are implemented as two separate
modules corresponding to the different libraries that make up the framework.


## Author

PyQt6-Graphs is copyright (c) Riverbank Computing Limited.  Its homepage is
https://www.riverbankcomputing.com/software/pyqtgraphs/.

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


## License

PyQt6-Graphs 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/PyQt6/).


## Installation

The GPL version of PyQt6-Graphs can be installed from PyPI:

    pip install PyQt6-Graphs

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