Source: pythonqt Standards-Version: 4.7.4 Maintainer: Debian Python Team Uploaders: Fernando Hueso , Section: libs Build-Depends: debhelper-compat (= 14), dh-exec, pkgconf, libpython3-dev, cmake, qt6-base-dev, qt6-base-private-dev, qt6-declarative-dev, qt6-multimedia-dev, qt6-svg-dev, qt6-tools-dev, qt6-webengine-dev, Vcs-Browser: https://salsa.debian.org/python-team/packages/pythonqt Vcs-Git: https://salsa.debian.org/python-team/packages/pythonqt.git Homepage: https://mevislab.github.io/pythonqt/ Package: libpythonqt4 Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, Description: Dynamic Python binding for the Qt framework - runtime PythonQt offers an easy way to embed the Python scripting language into a C++ Qt applications. It makes heavy use of the QMetaObject system and requires Qt 6.x. The focus of PythonQt is on embedding Python into an existing C++ application, not on writing the whole application completely in Python. If you want to write your whole application in Python, you should use PyQt or PySide instead. If you are looking for a simple way to embed Python objects into your C++/Qt Application and to script parts of your application via Python, PythonQt is the way to go! . This package contains the libraries needed to run PythonQt applications for Python 3. Package: libpythonqt-dev Architecture: any Section: libdevel Depends: libpythonqt4 (= ${binary:Version}), ${misc:Depends}, Description: Dynamic Python binding for the Qt framework - development PythonQt offers an easy way to embed the Python scripting language into a C++ Qt applications. It makes heavy use of the QMetaObject system and requires Qt 6.x. The focus of PythonQt is on embedding Python into an existing C++ application, not on writing the whole application completely in Python. If you want to write your whole application in Python, you should use PyQt or PySide instead. If you are looking for a simple way to embed Python objects into your C++/Qt Application and to script parts of your application via Python, PythonQt is the way to go! . This package contains development files for Python 3 needed to build PythonQt applications.