loongson/pypi/: shiboken6-6.2.0 metadata and description

Homepage Simple index

Python / C++ bindings helper module

author Qt for Python Team
author_email pyside@qt-project.org
classifiers
  • Development Status :: 5 - Production/Stable
  • Environment :: Console
  • Environment :: MacOS X
  • Environment :: X11 Applications :: Qt
  • Environment :: Win32 (MS Windows)
  • Intended Audience :: Developers
  • License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  • License :: Other/Proprietary License
  • Operating System :: MacOS :: MacOS X
  • Operating System :: POSIX
  • Operating System :: POSIX :: Linux
  • Operating System :: Microsoft
  • Operating System :: Microsoft :: Windows
  • Programming Language :: C++
  • Programming Language :: Python
  • Programming Language :: Python :: 3
  • Programming Language :: Python :: 3.6
  • Programming Language :: Python :: 3.7
  • Programming Language :: Python :: 3.8
  • Programming Language :: Python :: 3.9
  • Programming Language :: Python :: 3.10
  • Topic :: Database
  • Topic :: Software Development
  • Topic :: Software Development :: Code Generators
  • Topic :: Software Development :: Libraries :: Application Frameworks
  • Topic :: Software Development :: User Interfaces
  • Topic :: Software Development :: Widget Sets
description_content_type text/markdown
download_url https://download.qt.io/official_releases/QtForPython
keywords Qt
license LGPL
platform
  • UNKNOWN
requires_python >=3.6, <3.11

Because this project isn't in the mirror_whitelist, no releases from root/pypi are included.

File Tox results History
shiboken6-6.2.0-6.2.2-cp37-cp37m-linux_loongarch64.whl
Size
1000 KB
Type
Python Wheel
Python
3.7
  • Replaced 1 time(s)
  • Uploaded to loongson/pypi by loongson 2023-06-02 06:17:34
shiboken6-6.2.0-6.2.2-cp38-cp38-linux_loongarch64.whl
Size
983 KB
Type
Python Wheel
Python
3.8

Shiboken6 module

The purpose of the shiboken6 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