Skip to main content

Python bindings for the Qt cross-platform application and UI framework

Project description

PySide2

Introduction

PySide2 is the official Python module from the Qt for Python project, which provides access to the complete Qt 5.12+ framework.

The Qt for Python project is developed in the open, with all facilities you'd expect from any modern OSS project such as all code in a git repository and an open design process. We welcome any contribution conforming to the Qt Contribution Agreement.

Installation

Since the release of the Technical Preview it is possible to install via pip, both from Qt's servers and PyPi:

pip install PySide2

Dependencies

PySide2 versions following 5.12 use a C++ parser based on Clang. The Clang library (C-bindings), version 6.0 or higher is required for building. Prebuilt versions of it can be downloaded from download.qt.io.

After unpacking the archive, set the environment variable LLVM_INSTALL_DIR to point to the folder containing the include and lib directories of Clang:

7z x .../libclang-release_60-linux-Rhel7.2-gcc5.3-x86_64-clazy.7z
export LLVM_INSTALL_DIR=$PWD/libclang

On Windows:

7z x .../libclang-release_60-windows-vs2015_64-clazy.7z
SET LLVM_INSTALL_DIR=%CD%\libclang

Building from source

For building PySide2 from scratch, please read about getting started. This process will include getting the code:

git clone https://code.qt.io/pyside/pyside-setup
cd pyside-setup
git branch --track 5.12 origin/5.12
git checkout 5.12

then install the dependencies, and following the instructions per platform. A common build command will look like:

python setup.py install --qmake=<path/to/qmake/> --parallel=8 --build-tests

You can obtain more information about the options to build PySide and Shiboken in our wiki.

Documentation and Bugs

You can find more information about the PySide2 module API in the official Qt for Python documentation.

If you come across any issue, please file a bug report at our JIRA tracker following our guidelines.

Community

Check #qt-pyside, our official IRC channel on FreeNode, or contact us via our mailing list.

Licensing

PySide2 is available under both Open Source (LGPLv3/GPLv2) and commercial license. Using PyPi is the recommended installation source, because the content of the wheels is valid for both cases. For more information, refer to the Qt Licensing page.

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distributions

PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl (122.1 MB view details)

Uploaded CPython 3.5 CPython 3.6 CPython 3.7 Windows x86-64

PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl (103.0 MB view details)

Uploaded CPython 3.5 CPython 3.6 CPython 3.7 Windows x86

PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl (156.1 MB view details)

Uploaded CPython 3.5+ CPython 3.6+ CPython 3.7+

PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl (122.6 MB view details)

Uploaded CPython 3.5+ CPython 3.6+ CPython 3.7+ macOS 10.12+ Intel (x86-64, i386)

PySide2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl (155.6 MB view details)

Uploaded CPython 2.7mu

PySide2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl (122.3 MB view details)

Uploaded CPython 2.7m macOS 10.12+ Intel (x86-64, i386)

File details

Details for the file PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl
  • Upload date:
  • Size: 122.1 MB
  • Tags: CPython 3.5, CPython 3.6, CPython 3.7, Windows x86-64
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win_amd64.whl
Algorithm Hash digest
SHA256 589b90944c24046d31bf76694590a600d59d20130015086491b793a81753629a
MD5 d1a78d60e3d97dc6fdc8cf2ac5878cf3
BLAKE2b-256 e90c9574f74fa125bacb101dfda825f944b567f838d48e56cf7ee02c7fe94e87

See more details on using hashes here.

File details

Details for the file PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl
  • Upload date:
  • Size: 103.0 MB
  • Tags: CPython 3.5, CPython 3.6, CPython 3.7, Windows x86
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp35.cp36.cp37-none-win32.whl
Algorithm Hash digest
SHA256 7c61a6883f3474939097b9dabc80f028887046be003ce416da1b3565a08d1f92
MD5 af06550cbd9c7717e8d0987869c18af3
BLAKE2b-256 e5509c0e6a75bc94cead57e2bf79ccdb1ccc94f43734fdf9bc71751cc2558ff3

See more details on using hashes here.

File details

Details for the file PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl
  • Upload date:
  • Size: 156.1 MB
  • Tags: CPython 3.5+, CPython 3.6+, CPython 3.7+
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 7c57fe60ed57a3a8b95d9163abca9caa803a1470f29b40bff8ef4103b97a96c8
MD5 b4593266b6fb816628e4e50ca363e6cd
BLAKE2b-256 ea58e5a1aa7417f87987f03f02c0d0ce4bb1112ae9981667107ee9a1560f3607

See more details on using hashes here.

File details

Details for the file PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl
  • Upload date:
  • Size: 122.6 MB
  • Tags: CPython 3.5+, CPython 3.6+, CPython 3.7+, macOS 10.12+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp35.cp36.cp37-abi3-macosx_10_12_intel.whl
Algorithm Hash digest
SHA256 ed6d22c7a3a99f480d4c9348bcced97ef7bc0c9d353ad3665ae705e8eb61feb5
MD5 649084f659627f92c7775968a330c51e
BLAKE2b-256 130b37cf970e9d3f30356448ba120c7d92fa9b5aceea92171fd415f67db9c5fb

See more details on using hashes here.

File details

Details for the file PySide2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 155.6 MB
  • Tags: CPython 2.7mu
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 63cc845434388b398b79b65f7b5312b9b5348fbc772d84092c9245efbf341197
MD5 e2c3987e0a700d846891e6c65e21d415
BLAKE2b-256 a413e72b37720c11d257bb5ce46343401069ebae913abfad528100579b3a9fff

See more details on using hashes here.

File details

Details for the file PySide2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl.

File metadata

  • Download URL: PySide2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl
  • Upload date:
  • Size: 122.3 MB
  • Tags: CPython 2.7m, macOS 10.12+ Intel (x86-64, i386)
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.6.8

File hashes

Hashes for PySide2-5.13.2-5.13.2-cp27-cp27m-macosx_10_12_intel.whl
Algorithm Hash digest
SHA256 ede8ed6e7021232184829d16614eb153f188ea250862304eac35e04b2bd0120c
MD5 417c7e5e2e41d479c95b596aa08657c0
BLAKE2b-256 4059e23366fd3bda219317eb3964512f33a0073ccf2691baefe789d640ce9c43

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page