How to Install sip-dev in Ubuntu 18.04



Install sip-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install sip-dev

Description:

Python/C++ bindings generator code generator application

SIP is a tool for generating bindings for C++ classes with some ideas borrowed from SWIG, but capable of tighter bindings because of its specificity towards C++ and Python. . SIP was originally designed to generate Python bindings for KDE and so has explicit support for the signal slot mechanism used by the Qt/KDE class libraries. . Features: - connecting Qt signals to Python functions and class methods - connecting Python signals to Qt slots - overloading virtual member functions with Python class methods - protected member functions - abstract classes - enumerated types - global class instances - static member functions. . This package contains the code generator tool needed to develop Python and Python 3 bindings with sip.

Homepage: http://www.riverbankcomputing.co.uk/software/sip/

Version: 4.19.7+dfsg-1

Section: universe/python