PEP 733: Adjust binding generator for Qt (GH-3533)

PySide was listed as a binding generator for Qt,
but PySide is the final project. The name of the used
binding generator that PySide uses, is Shiboken.
This commit is contained in:
Cristián Maureira-Fredes 2023-11-14 12:00:51 +01:00 committed by GitHub
parent f7ccb48574
commit eb71e6a422
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -208,7 +208,8 @@ Examples are
`pybind11 <https://pybind11.readthedocs.io/en/stable/>`__ and
`nanobind <https://github.com/wjakob/nanobind>`__ for C++,
`PyO3 <https://github.com/PyO3/pyo3>`__ for Rust,
`PySide <https://pypi.org/project/PySide/>`__ for Qt,
`Shiboken <https://doc.qt.io/qtforpython-6/shiboken6/index.html>`__ used by
PySide for Qt,
`PyGObject <https://pygobject.readthedocs.io/en/latest/>`__ for GTK,
`Pygolo <https://gitlab.com/pygolo/py>`__ for Go,
`JPype <https://github.com/jpype-project/jpype/>`__ for Java,