*** Welcome to piglix ***

PySide

PySide
Pyside.png
Original author(s) Openbossa
Developer(s) Qt Project
Initial release 18 August 2009; 7 years ago (2009-08-18)
Stable release
1.2.4 / 14 October 2015; 15 months ago (2015-10-14)
Written in Python
Operating system Cross-platform
License LGPL
Website www.pyside.org

PySide is a Python binding of the cross-platform GUI toolkit Qt. It is one of the alternatives to the standard library package Tkinter. Like Qt, PySide is free software. The project started out using Boost.Python from the Boost C++ Libraries for the bindings and later switched to the binding generator Shiboken to reduce the size of the binaries and the memory footprint.

PySide was released under the LGPL in August 2009 by Nokia, the former owners of the Qt toolkit, after Nokia failed to reach an agreement with PyQt developers Riverbank Computing to change its licensing terms to include LGPL as an alternative license.

Work is currently underway to update PySide to work with Qt 5 under the project name PySide2 following an announcement by The Qt Company.

PySide supports Linux/X11, Mac OS X, Windows and Maemo. Support for Android and Symbian is currently being added by the PySide community.



...
Wikipedia

...