superqt


Namesuperqt JSON
Version 0.6.3 PyPI version JSON
download
home_pageNone
SummaryMissing widgets and components for PyQt/PySide
upload_time2024-03-27 21:44:56
maintainerNone
docs_urlNone
authorNone
requires_python>=3.8
licenseBSD 3-Clause License
keywords components gui pyqt pyside qt range slider widgets
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # ![tiny](https://user-images.githubusercontent.com/1609449/120636353-8c3f3800-c43b-11eb-8732-a14dec578897.png)  superqt!

[![License](https://img.shields.io/pypi/l/superqt.svg?color=green)](https://github.com/pyapp-kit/superqt/raw/master/LICENSE)
[![PyPI](https://img.shields.io/pypi/v/superqt.svg?color=green)](https://pypi.org/project/superqt)
[![Python
Version](https://img.shields.io/pypi/pyversions/superqt.svg?color=green)](https://python.org)
[![Test](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml)
[![codecov](https://codecov.io/gh/pyapp-kit/superqt/branch/main/graph/badge.svg?token=dcsjgl1sOi)](https://codecov.io/gh/pyapp-kit/superqt)

###  "missing" widgets and components for PyQt/PySide

This repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide
that are not provided in the native QtWidgets module.

Components are tested on:

- macOS, Windows, & Linux
- Python 3.8 and above
- PyQt5 (5.11 and above) & PyQt6
- PySide2 (5.11 and above) & PySide6

## Documentation

Documentation is available at https://pyapp-kit.github.io/superqt/

## Widgets

superqt provides a variety of widgets that are not included in the native QtWidgets module, including multihandle (range) sliders, comboboxes, and more.

See the [widgets documentation](https://pyapp-kit.github.io/superqt/widgets) for a full list of widgets.

- [Range Slider](https://pyapp-kit.github.io/superqt/widgets/qrangeslider/) (multi-handle slider)

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/demo_darwin10.png" alt="range sliders" width=680>

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_qslider.png" alt="range sliders" width=680>

<img src="https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_range.png" alt="range sliders" width=680>

## Utilities

superqt includes a number of utilities for working with Qt, including:

- tools and decorators for working with threads in qt.
- `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/))

See the [utilities documentation](https://pyapp-kit.github.io/superqt/utilities/) for a full list of utilities.

## Contributing

We welcome contributions!

Please see the [Contributing Guide](CONTRIBUTING.md)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "superqt",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.8",
    "maintainer_email": null,
    "keywords": "components, gui, pyqt, pyside, qt, range slider, widgets",
    "author": null,
    "author_email": "Talley Lambert <talley.lambert@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/45/f1/c8ae74d74c3aa267873c486f97ac913eb7f182a84a9f9b047c36032d142f/superqt-0.6.3.tar.gz",
    "platform": null,
    "description": "# ![tiny](https://user-images.githubusercontent.com/1609449/120636353-8c3f3800-c43b-11eb-8732-a14dec578897.png)  superqt!\n\n[![License](https://img.shields.io/pypi/l/superqt.svg?color=green)](https://github.com/pyapp-kit/superqt/raw/master/LICENSE)\n[![PyPI](https://img.shields.io/pypi/v/superqt.svg?color=green)](https://pypi.org/project/superqt)\n[![Python\nVersion](https://img.shields.io/pypi/pyversions/superqt.svg?color=green)](https://python.org)\n[![Test](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml/badge.svg)](https://github.com/pyapp-kit/superqt/actions/workflows/test_and_deploy.yml)\n[![codecov](https://codecov.io/gh/pyapp-kit/superqt/branch/main/graph/badge.svg?token=dcsjgl1sOi)](https://codecov.io/gh/pyapp-kit/superqt)\n\n###  \"missing\" widgets and components for PyQt/PySide\n\nThis repository aims to provide high-quality community-contributed Qt widgets and components for PyQt & PySide\nthat are not provided in the native QtWidgets module.\n\nComponents are tested on:\n\n- macOS, Windows, & Linux\n- Python 3.8 and above\n- PyQt5 (5.11 and above) & PyQt6\n- PySide2 (5.11 and above) & PySide6\n\n## Documentation\n\nDocumentation is available at https://pyapp-kit.github.io/superqt/\n\n## Widgets\n\nsuperqt provides a variety of widgets that are not included in the native QtWidgets module, including multihandle (range) sliders, comboboxes, and more.\n\nSee the [widgets documentation](https://pyapp-kit.github.io/superqt/widgets) for a full list of widgets.\n\n- [Range Slider](https://pyapp-kit.github.io/superqt/widgets/qrangeslider/) (multi-handle slider)\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/demo_darwin10.png\" alt=\"range sliders\" width=680>\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_qslider.png\" alt=\"range sliders\" width=680>\n\n<img src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_range.png\" alt=\"range sliders\" width=680>\n\n## Utilities\n\nsuperqt includes a number of utilities for working with Qt, including:\n\n- tools and decorators for working with threads in qt.\n- `superqt.fonticon` for generating icons from font files (such as [Material Design Icons](https://materialdesignicons.com/) and [Font Awesome](https://fontawesome.com/))\n\nSee the [utilities documentation](https://pyapp-kit.github.io/superqt/utilities/) for a full list of utilities.\n\n## Contributing\n\nWe welcome contributions!\n\nPlease see the [Contributing Guide](CONTRIBUTING.md)\n",
    "bugtrack_url": null,
    "license": "BSD 3-Clause License",
    "summary": "Missing widgets and components for PyQt/PySide",
    "version": "0.6.3",
    "project_urls": {
        "Changelog": "https://github.com/pyapp-kit/superqt/blob/main/CHANGELOG.md",
        "Documentation": "https://pyapp-kit.github.io/superqt/",
        "Source": "https://github.com/pyapp-kit/superqt",
        "Tracker": "https://github.com/pyapp-kit/superqt/issues"
    },
    "split_keywords": [
        "components",
        " gui",
        " pyqt",
        " pyside",
        " qt",
        " range slider",
        " widgets"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "9a374c36f1000c64c241c2d226d61a12b1857690ee7ed524d76934478c32c04c",
                "md5": "5049f240f4d0b730c78cd0a496810a1b",
                "sha256": "a54fe70b0b814bc9a9c68f35e0ad827c7acfee8c6e78d9f30ab8811e181ef082"
            },
            "downloads": -1,
            "filename": "superqt-0.6.3-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "5049f240f4d0b730c78cd0a496810a1b",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8",
            "size": 89545,
            "upload_time": "2024-03-27T21:44:52",
            "upload_time_iso_8601": "2024-03-27T21:44:52.930232Z",
            "url": "https://files.pythonhosted.org/packages/9a/37/4c36f1000c64c241c2d226d61a12b1857690ee7ed524d76934478c32c04c/superqt-0.6.3-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "45f1c8ae74d74c3aa267873c486f97ac913eb7f182a84a9f9b047c36032d142f",
                "md5": "7d6ad0b11b0b1b057bd523c0edebca8c",
                "sha256": "f4a6bf76cf5b4d33dce3a58c2685cb32e395d96d16479c19381b09df254e47e0"
            },
            "downloads": -1,
            "filename": "superqt-0.6.3.tar.gz",
            "has_sig": false,
            "md5_digest": "7d6ad0b11b0b1b057bd523c0edebca8c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8",
            "size": 95200,
            "upload_time": "2024-03-27T21:44:56",
            "upload_time_iso_8601": "2024-03-27T21:44:56.501121Z",
            "url": "https://files.pythonhosted.org/packages/45/f1/c8ae74d74c3aa267873c486f97ac913eb7f182a84a9f9b047c36032d142f/superqt-0.6.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-27 21:44:56",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyapp-kit",
    "github_project": "superqt",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "superqt"
}
        
Elapsed time: 0.25837s