shiboken2 5.15.2.1


pip install shiboken2

  Latest version

Released: Jan 14, 2022

Project Links

Meta
Author: Qt for Python Team
Requires Python: >=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <3.11

Classifiers

Development Status
  • 5 - Production/Stable

Environment
  • Console
  • MacOS X
  • X11 Applications :: Qt
  • Win32 (MS Windows)

Intended Audience
  • Developers

License
  • OSI Approved :: GNU Library or Lesser General Public License (LGPL)
  • Other/Proprietary License

Operating System
  • MacOS :: MacOS X
  • POSIX
  • POSIX :: Linux
  • Microsoft
  • Microsoft :: Windows

Programming Language
  • C++
  • Python
  • Python :: 2
  • Python :: 2.7
  • Python :: 3
  • Python :: 3.5
  • Python :: 3.6
  • Python :: 3.7
  • Python :: 3.8
  • Python :: 3.9
  • Python :: 3.10

Topic
  • Database
  • Software Development
  • Software Development :: Code Generators
  • Software Development :: Libraries :: Application Frameworks
  • Software Development :: User Interfaces
  • Software Development :: Widget Sets

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

No dependencies