python-pyside-6
The Qt for Python product enables the use of Qt6 APIs in Python applications
The Qt for Python product enables the use of Qt6 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide6 module. The PySide6 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken6 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.
- Versions: 6.9.2
- Website: https://wiki.qt.io/Qt_for_Python
- Licenses: GPL 2 · GPL 3 · LGPL 3
- Package source: gnu/packages/qt.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of python-pyside-6 as follows:
guix install python-pyside-6
Or install a particular version:
guix install python-pyside-6@6.9.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of python-pyside-6 about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/python-pyside-6'><img src='https://packages.guix.gnu.org/packages/python-pyside-6/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/python-pyside-6)
Example Org:
[[https://packages.guix.gnu.org/packages/python-pyside-6][https://packages.guix.gnu.org/packages/python-pyside-6/badges/latest-version.svg]]