PySide6-QtAds


NamePySide6-QtAds JSON
Version 4.4.0.2 PyPI version JSON
download
home_pageNone
SummaryPySide6 bindings to Qt Advanced Docking System
upload_time2025-07-28 23:24:08
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
licensePySide6-QtAds is licensed under GNU LGPL v2.1. Based on PySide6 binding work by CJ Niemira via https://github.com/cniemira/pyside6_qtads MIT License Copyright (c) 2022 cniemira Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE. With bindings.xml improvements via https://github.com/metgem/PySide2Ads also under LGPL v2.1
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # PySide6-QtAds
[![Latest Release](https://img.shields.io/pypi/v/Pyside6-QtAds.svg)](https://pypi.python.org/pypi/Pyside6-QtAds/)
![Monthly Downloads](https://img.shields.io/pypi/dm/PySide6-QtAds)

Python/PySide6 bindings to the [Qt Advanced Docking System](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System) library.

Pre-built wheels are available for Windows, macOS, and Linux. You can install with:

```
pip install PySide6-QtAds
```

You may also build from source. Example build from source on Ubuntu 24.04:

```bash
# Install Qt (for example, using aqtinstall)
pip install aqtinstall
aqt install-qt linux desktop 6.9.0 --outputdir qt

# Build PySide6-QtAds
LD_LIBRARY_PATH=$PWD/qt/6.9.0/gcc_64/lib \
CMAKE_PREFIX_PATH=$PWD/qt/6.9.0/gcc_64/lib/cmake/ \
PIP_EXTRA_INDEX_URL=https://download.qt.io/official_releases/QtForPython/ \
pip install -v .
```

Note: `shiboken6-generator` is required when building from source. It will be downloaded automatically in the command above from Qt's package index, as it is not available on PyPI.

# Examples
https://github.com/mborgerson/Qt-Advanced-Docking-System/tree/pyside6

# Credits
- Original PySide6 binding work by CJ Niemira via https://github.com/cniemira/pyside6_qtads
- With bindings.xml improvements via https://github.com/metgem/PySide2Ads

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "PySide6-QtAds",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.9",
    "maintainer_email": null,
    "keywords": null,
    "author": null,
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/87/c9/e2f28b1fc49ff876cfaa0cbfe6597b06faf419452454155f7cc307444c0a/pyside6_qtads-4.4.0.2.tar.gz",
    "platform": null,
    "description": "# PySide6-QtAds\n[![Latest Release](https://img.shields.io/pypi/v/Pyside6-QtAds.svg)](https://pypi.python.org/pypi/Pyside6-QtAds/)\n![Monthly Downloads](https://img.shields.io/pypi/dm/PySide6-QtAds)\n\nPython/PySide6 bindings to the [Qt Advanced Docking System](https://github.com/githubuser0xFFFF/Qt-Advanced-Docking-System) library.\n\nPre-built wheels are available for Windows, macOS, and Linux. You can install with:\n\n```\npip install PySide6-QtAds\n```\n\nYou may also build from source. Example build from source on Ubuntu 24.04:\n\n```bash\n# Install Qt (for example, using aqtinstall)\npip install aqtinstall\naqt install-qt linux desktop 6.9.0 --outputdir qt\n\n# Build PySide6-QtAds\nLD_LIBRARY_PATH=$PWD/qt/6.9.0/gcc_64/lib \\\nCMAKE_PREFIX_PATH=$PWD/qt/6.9.0/gcc_64/lib/cmake/ \\\nPIP_EXTRA_INDEX_URL=https://download.qt.io/official_releases/QtForPython/ \\\npip install -v .\n```\n\nNote: `shiboken6-generator` is required when building from source. It will be downloaded automatically in the command above from Qt's package index, as it is not available on PyPI.\n\n# Examples\nhttps://github.com/mborgerson/Qt-Advanced-Docking-System/tree/pyside6\n\n# Credits\n- Original PySide6 binding work by CJ Niemira via https://github.com/cniemira/pyside6_qtads\n- With bindings.xml improvements via https://github.com/metgem/PySide2Ads\n",
    "bugtrack_url": null,
    "license": "PySide6-QtAds is licensed under GNU LGPL v2.1.\n        \n        Based on PySide6 binding work by CJ Niemira via https://github.com/cniemira/pyside6_qtads\n        \n        \tMIT License\n        \n        \tCopyright (c) 2022 cniemira\n        \n        \tPermission is hereby granted, free of charge, to any person obtaining a copy\n        \tof this software and associated documentation files (the \"Software\"), to deal\n        \tin the Software without restriction, including without limitation the rights\n        \tto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n        \tcopies of the Software, and to permit persons to whom the Software is\n        \tfurnished to do so, subject to the following conditions:\n        \n        \tThe above copyright notice and this permission notice shall be included in all\n        \tcopies or substantial portions of the Software.\n        \n        \tTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n        \tIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n        \tFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n        \tAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n        \tLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n        \tOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\n        \tSOFTWARE.\n        \n        With bindings.xml improvements via https://github.com/metgem/PySide2Ads also under LGPL v2.1\n        ",
    "summary": "PySide6 bindings to Qt Advanced Docking System",
    "version": "4.4.0.2",
    "project_urls": {
        "Homepage": "https://github.com/mborgerson/pyside6_qtads/"
    },
    "split_keywords": [],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f37dd5d88acb6a253e3252468b891e2894f92540c7f28c3cac3361a9d2771be9",
                "md5": "53ac9b2068ada72bf3c70549fbba7b63",
                "sha256": "f99bb222377f5eb91381ec4eb005df7fd7dc3b0a2e00c921987dff79afba5612"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-macosx_12_0_arm64.whl",
            "has_sig": false,
            "md5_digest": "53ac9b2068ada72bf3c70549fbba7b63",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 513932,
            "upload_time": "2025-07-28T23:24:00",
            "upload_time_iso_8601": "2025-07-28T23:24:00.958556Z",
            "url": "https://files.pythonhosted.org/packages/f3/7d/d5d88acb6a253e3252468b891e2894f92540c7f28c3cac3361a9d2771be9/pyside6_qtads-4.4.0.2-cp39-abi3-macosx_12_0_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "428513b0829ca9911f8866e0c57eb6d8eb206d49a6b35388361bc78fec202adb",
                "md5": "73fd5521ac327de6b8c720fd45e321bd",
                "sha256": "9930d6d54b8cce03ee4c6ab3c7eb5c02fca9589cf73dffb31222ba48f956109d"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-macosx_12_0_x86_64.whl",
            "has_sig": false,
            "md5_digest": "73fd5521ac327de6b8c720fd45e321bd",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 533010,
            "upload_time": "2025-07-28T23:24:02",
            "upload_time_iso_8601": "2025-07-28T23:24:02.092456Z",
            "url": "https://files.pythonhosted.org/packages/42/85/13b0829ca9911f8866e0c57eb6d8eb206d49a6b35388361bc78fec202adb/pyside6_qtads-4.4.0.2-cp39-abi3-macosx_12_0_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "6103548f44688a53d2fd47cf0db57cf72dcf8102221f014516a34948e234c8b5",
                "md5": "2167ab6b4e3e349e66d5fa439b8ac646",
                "sha256": "a70737ff48e156f2ecf712851371efe395ab81fd5cbb81ac1c7bfa27a55e19c0"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-manylinux_2_28_x86_64.whl",
            "has_sig": false,
            "md5_digest": "2167ab6b4e3e349e66d5fa439b8ac646",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 730497,
            "upload_time": "2025-07-28T23:24:03",
            "upload_time_iso_8601": "2025-07-28T23:24:03.402740Z",
            "url": "https://files.pythonhosted.org/packages/61/03/548f44688a53d2fd47cf0db57cf72dcf8102221f014516a34948e234c8b5/pyside6_qtads-4.4.0.2-cp39-abi3-manylinux_2_28_x86_64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "d001bc9fbdf3c173366834152846f07c46a29dbb21f103db2abfb4106a98dbf8",
                "md5": "589c346fd4d68c5bcfff8a71dd11f6e6",
                "sha256": "3ff915bcb15e8341215059a42210dc9d13b91f6a9a827412f7747ce2c599a4d3"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-manylinux_2_39_aarch64.whl",
            "has_sig": false,
            "md5_digest": "589c346fd4d68c5bcfff8a71dd11f6e6",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 742928,
            "upload_time": "2025-07-28T23:24:04",
            "upload_time_iso_8601": "2025-07-28T23:24:04.445413Z",
            "url": "https://files.pythonhosted.org/packages/d0/01/bc9fbdf3c173366834152846f07c46a29dbb21f103db2abfb4106a98dbf8/pyside6_qtads-4.4.0.2-cp39-abi3-manylinux_2_39_aarch64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "357d45c36eeb25a0986e2041247684bf7980290a087614dc5a5d2c49fc2e7e75",
                "md5": "c557b3f645268ed8e13ba74eda95950f",
                "sha256": "aa749645e180f24e5af5ff7279986811f98760c47e7c5faf277be931983d4989"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-win_amd64.whl",
            "has_sig": false,
            "md5_digest": "c557b3f645268ed8e13ba74eda95950f",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 391039,
            "upload_time": "2025-07-28T23:24:05",
            "upload_time_iso_8601": "2025-07-28T23:24:05.496339Z",
            "url": "https://files.pythonhosted.org/packages/35/7d/45c36eeb25a0986e2041247684bf7980290a087614dc5a5d2c49fc2e7e75/pyside6_qtads-4.4.0.2-cp39-abi3-win_amd64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "f00c2dfd4ec21063b637d47b65cde0c59d0613917ae0a6d279f2e1825edbe04e",
                "md5": "8bb11e55f9f69d2c04539f3cbe78aa3a",
                "sha256": "94f88a3ca3c30ec2f2485052e9dcc1016094111ec34adf17bc778b41da8015b3"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2-cp39-abi3-win_arm64.whl",
            "has_sig": false,
            "md5_digest": "8bb11e55f9f69d2c04539f3cbe78aa3a",
            "packagetype": "bdist_wheel",
            "python_version": "cp39",
            "requires_python": ">=3.9",
            "size": 368065,
            "upload_time": "2025-07-28T23:24:06",
            "upload_time_iso_8601": "2025-07-28T23:24:06.397599Z",
            "url": "https://files.pythonhosted.org/packages/f0/0c/2dfd4ec21063b637d47b65cde0c59d0613917ae0a6d279f2e1825edbe04e/pyside6_qtads-4.4.0.2-cp39-abi3-win_arm64.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "87c9e2f28b1fc49ff876cfaa0cbfe6597b06faf419452454155f7cc307444c0a",
                "md5": "b7da13b55aa9725284cc8216bcf18a15",
                "sha256": "6b13aabb210cafa3c582734cb18d8e023a463662aa9deb3181279fb5408f709e"
            },
            "downloads": -1,
            "filename": "pyside6_qtads-4.4.0.2.tar.gz",
            "has_sig": false,
            "md5_digest": "b7da13b55aa9725284cc8216bcf18a15",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 21831122,
            "upload_time": "2025-07-28T23:24:08",
            "upload_time_iso_8601": "2025-07-28T23:24:08.474745Z",
            "url": "https://files.pythonhosted.org/packages/87/c9/e2f28b1fc49ff876cfaa0cbfe6597b06faf419452454155f7cc307444c0a/pyside6_qtads-4.4.0.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-07-28 23:24:08",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "mborgerson",
    "github_project": "pyside6_qtads",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "pyside6-qtads"
}
        
Elapsed time: 1.32048s