shiboken_tool.py
CPython bindings generator for C++ libraries
Install
- All systems
-
curl cmd.cat/shiboken_tool.py.sh
- Debian
-
apt-get install shiboken2
- Ubuntu
-
apt-get install shiboken2
- Arch Linux
-
pacman -S shiboken2
- Kali Linux
-
apt-get install shiboken2
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shiboken2
- Dockerfile
- dockerfile.run/shiboken_tool.py
shiboken2
CPython bindings generator for C++ libraries
Shiboken2 is a bindings generator for C++ libraries that outputs CPython source code. It collects information from library headers, and then merges modifications and handwritten code defined in the typesystem description. Shiboken2 is the binding generator used to create the PySide2 bindings.