blender_qt
Third-Party Notices
===================

This wheel does not bundle third-party wheels or Blender extension archives.
Instead, it declares normal PyPI runtime dependencies. At publish time the
package metadata requires:

- PySide6>=6.7
- numpy>=1.26

The PySide6 distribution in turn depends on companion Qt for Python packages,
including matching versions of:

- PySide6_Addons
- PySide6_Essentials
- shiboken6

The exact resolved versions depend on the environment in which `blender_qt` is
installed. Consult the installed distribution metadata in your environment for
the final resolved versions.

Qt for Python
-------------

Relevant project:

- PySide6

Project URLs from PySide6 package metadata:

- Homepage: https://pyside.org
- Documentation: https://doc.qt.io/qtforpython
- Repository: https://code.qt.io/cgit/pyside/pyside-setup.git/
- Changelog: https://code.qt.io/cgit/pyside/pyside-setup.git/tree/doc/changelogs
- Tracker: https://qt-project.atlassian.net/browse/PYSIDE

License string from PySide6 package metadata:

- `LGPL-3.0-only OR GPL-2.0-only OR GPL-3.0-only`

PySide6 package metadata also declares these runtime dependencies:

- shiboken6
- PySide6_Essentials
- PySide6_Addons

Commercial license notice bundled with Qt for Python distributions:

Licensees holding valid commercial Qt licenses may use this software in
accordance with the terms contained in a written agreement between you and
The Qt Company. Alternatively, the terms and conditions that were accepted by
the licensee when buying and/or downloading the software do apply.

Qt for Python publishes additional third-party license notices for code shipped
with Qt itself. See:

- https://doc.qt.io/qtforpython-6/licenses.html
- https://doc.qt.io/qt-6/licenses-used-in-qt.html

Notes
-----

- `blender_qt` requires PySide6 through standard Python dependency resolution.
- `blender_qt` does not redistribute PySide6, PySide6_Addons,
    PySide6_Essentials, shiboken6, or numpy inside this wheel.
- For exact dependency versions and bundled license files, inspect the
    installed `*.dist-info` metadata for those packages in the target
    environment.