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.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl (135.3 MB view details)

Uploaded CPython 3.5 CPython 3.6 CPython 3.7 CPython 3.8 Windows x86-64

PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl (115.3 MB view details)

Uploaded CPython 3.5 CPython 3.6 CPython 3.7 CPython 3.8 Windows x86

PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl (165.4 MB view details)

Uploaded CPython 3.5+ CPython 3.6+ CPython 3.7+ CPython 3.8+

PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl (148.3 MB view details)

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

PySide2-5.14.0-5.14.0-cp27-cp27mu-manylinux1_x86_64.whl (164.8 MB view details)

Uploaded CPython 2.7mu

PySide2-5.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl (147.9 MB view details)

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

File details

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

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl
  • Upload date:
  • Size: 135.3 MB
  • Tags: CPython 3.5, CPython 3.6, CPython 3.7, CPython 3.8, 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.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win_amd64.whl
Algorithm Hash digest
SHA256 72feeb655958791383085bcb3154f6b3e193c1d66b6aa771c4244a6cafd62b7e
MD5 bef80ec66590198b182e33c27e04817a
BLAKE2b-256 1884f83991e290b31ac17e71704ab9f584c5118b5b083c54900de2ef15d1ab4f

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl
  • Upload date:
  • Size: 115.3 MB
  • Tags: CPython 3.5, CPython 3.6, CPython 3.7, CPython 3.8, 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.14.0-5.14.0-cp35.cp36.cp37.cp38-none-win32.whl
Algorithm Hash digest
SHA256 77474e11c0bb3efa2d7e8506fe0f36049585ba911b8242e070b5f8978e5ba6f7
MD5 a670cc253c46a14e1e6e3958407579ae
BLAKE2b-256 a4d8a431a57c881ee6e91973c360cd3f3fb64c566851df086ba0322c90229089

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl
  • Upload date:
  • Size: 165.4 MB
  • Tags: CPython 3.5+, CPython 3.6+, CPython 3.7+, CPython 3.8+
  • 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.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 ce43f98333443242cd3fe976d72fcb3acf6bb7fa40dd5949e59947a501d5dd72
MD5 7d5dc8e67fe37d4c8ffe70ec736d12eb
BLAKE2b-256 74f7738a55a81eebb854c263622822e551bcff4276b96b5a8eadfed12500ee46

See more details on using hashes here.

File details

Details for the file PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl.

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl
  • Upload date:
  • Size: 148.3 MB
  • Tags: CPython 3.5+, CPython 3.6+, CPython 3.7+, CPython 3.8+, macOS 10.13+ 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.14.0-5.14.0-cp35.cp36.cp37.cp38-abi3-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 578b727a5a254cfd509ea2f1fa31779f217a2a1d765c770727662dac950d60eb
MD5 21e97e116b73094889cdbdd8cbbd9d90
BLAKE2b-256 d1e23f741bb95400add6e3c6cdbfa499337ce7a3c0a42c17d8de67c092c3fa34

See more details on using hashes here.

File details

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

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp27-cp27mu-manylinux1_x86_64.whl
  • Upload date:
  • Size: 164.8 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.14.0-5.14.0-cp27-cp27mu-manylinux1_x86_64.whl
Algorithm Hash digest
SHA256 c9f59e8c49a9a3b0cca04d8468becd8a562eb9ad0ac1d4d9a8622d2dfa3ce4c9
MD5 33205c1ccd61a9cf00c3f0188976da38
BLAKE2b-256 0998d2fd47eb4426eb38a2dff5b6592a18653360bed6f0b8d616b14ff17e8338

See more details on using hashes here.

File details

Details for the file PySide2-5.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl.

File metadata

  • Download URL: PySide2-5.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl
  • Upload date:
  • Size: 147.9 MB
  • Tags: CPython 2.7m, macOS 10.13+ 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.14.0-5.14.0-cp27-cp27m-macosx_10_13_intel.whl
Algorithm Hash digest
SHA256 11bba54a62bcd9d7879d3e74cc54c0054c8c6dcdf011ecee9b47c5229cbd7af9
MD5 adc89d568c346ec19c16bbe7d928a445
BLAKE2b-256 05a4a7e7f6a92ccc343e4cb0c37f42bbf29a3b4ba226d3a20ee9be30f0ceb364

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