loongson/pypi/: shiboken2-5.15.2.1 metadata and description
Python / C++ bindings helper module
author | Qt for Python Team |
author_email | pyside@qt-project.org |
classifiers |
|
description_content_type | text/markdown |
download_url | https://download.qt.io/official_releases/QtForPython |
keywords | Qt |
license | LGPL |
requires_python | >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.11 |
Because this project isn't in the mirror_whitelist
,
no releases from root/pypi are included.
File | Tox results | History |
---|---|---|
shiboken2-5.15.2.1-5.15.2-cp310-cp310-linux_loongarch64.whl
|
|
Shiboken2 module
The purpose of the shiboken2 Python module is to access information related to the binding generation that could be used to integrate C++ programs to Python, or even to get useful information to debug an application.
Mostly the idea is to interact with Shiboken objects, where one can check if it is valid, or if the generated Python wrapper is invalid after the underlying C++ object has been destroyed.
More information on the available functions can be found in our official documentation