shiboken
CPython bindings generator for C++ libraries
Install
- All systems
-
curl cmd.cat/shiboken.sh
- Debian
-
apt-get install shiboken
- Ubuntu
-
apt-get install shiboken
- Kali Linux
-
apt-get install shiboken
- Fedora
-
dnf install shiboken
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install shiboken
- Raspbian
-
apt-get install shiboken
- Dockerfile
- dockerfile.run/shiboken
shiboken
CPython bindings generator for C++ libraries
Shiboken 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. Shiboken is the binding generator used to create the PySide bindings.