{"library":"shiboken2","title":"Shiboken2","description":"Shiboken2 is the Python binding generator and helper module for PySide2 (Qt for Python, Qt5). This package provides the `shiboken2` runtime module used by PySide2 to manage C++ object ownership and lifetime. Current version: 5.15.2.1 (final PySide2 release). Maintenance-only status; no new releases expected as the project focuses on PySide6.","language":"python","status":"maintenance","last_verified":"Mon Apr 27","install":{"commands":["pip install shiboken2"],"cli":{"name":"shiboken2","version":"sh: 1: shiboken2: not found"}},"imports":["from shiboken2 import Shiboken","from shiboken2 import getCppPointer"],"auth":{"required":false,"env_vars":[]},"quickstart":{"code":"from shiboken2 import Shiboken\nfrom PySide2.QtWidgets import QWidget\n\nwidget = QWidget()\nprint(Shiboken.getCppPointer(widget))","lang":"python","description":"Basic usage: import the Shiboken helper and get the C++ pointer of a Qt object.","tag":null,"tag_description":null,"last_tested":null,"results":[]},"compatibility":null}