python-pyside-2
The Qt for Python product enables the use of Qt5 APIs in Python applications
The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2 module provides access to the individual Qt modules such as QtCore, QtGui,and so on. Qt for Python also comes with the Shiboken2 CPython binding code generator, which can be used to generate Python bindings for your C or C++ code.
- Versions: 5.15.10
- 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-2
as follows:
guix install python-pyside-2
Or install a particular version:
guix install python-pyside-2@5.15.10
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.