Package
qml-module-io-thp-pyothersideVersion
1.4.0-2Priority
optionalSection
libsSource
pyothersideOrigin
UbuntuMaintainer
Zygmunt Krynicki <zygmunt.krynicki@canonical.com>Bugs
https://bugs.launchpad.net/ubuntu/+filebugInstalled Size
222 kBDepends
python3, libc6 (>= 2.14), libgcc1 (>= 1:3.0), libpython3.5 (>= 3.5.0~b1), libqt5core5a (>= 5.5.0), libqt5gui5 (>= 5.0.2) | libqt5gui5-gles (>= 5.0.2), libqt5qml5 (>= 5.0.2), libqt5quick5 (>= 5.0.2) | libqt5quick5-gles (>= 5.0.2), libstdc++6 (>= 4.1.1)Breaks
pyotherside (<< 1.4.0-2~)Replaces
pyotherside (<< 1.4.0-2~)Homepage
http://thp.io/2011/pyotherside/Task
ubuntu-desktop, ubuntu-usb, edubuntu-desktop, edubuntu-usb, ubuntukylin-desktopSupported
5yDownload Size
62.6 kBAPT Manual Installed
noAPT Sources
http://gb.archive.ubuntu.com/ubuntu xenial/main amd64 PackagesDescription
asynchronous Python 3 Bindings for Qt 5 (QML plugin)A Qt 5 QML Plugin that provides access to a Python 3 interpreter from QML.
.
PyOtherSide is a Qt 5 QML Plugin that provides access to a Python 3
interpreter from QML. It was designed with mobile devices in mind, where
high-framerate touch interfaces are common, and where the user usually
interfaces only with one application at a time via a touchscreen. As such, it
is important to never block the UI thread, so that the user can always
continue to use the interface, even when the backend is processing,
downloading or calculating something in the background.
.
At its core, PyOtherSide is basically a simple layer that converts Qt (QML)
objects to Python objects and vice versa, with focus on asynchronous events
and continuation-passing style function calls.
.
While legacy versions of PyOtherSide worked with Qt 4.x and Python 2.x, its
focus now lies on Python 3.x and Qt 5. Python 3 has been out for several
years, and offers some nice language features and clean-ups, while Qt 5
supports most mobile platforms well, and has an improved QML engine and a
faster renderer (Qt Scene Graph) compared to Qt 4.
.
This package provides the QML plugin.