superqt


Namesuperqt JSON
Version 0.7.0 PyPI version JSON
download
home_pageNone
SummaryMissing widgets and components for PyQt/PySide
upload_time2024-12-14 19:48:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.9
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.9 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.9",
    "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/4a/7b/10b854842f76b20fc8a13ea5b62f78346c84bf9664b7d54ee82e53d88b6d/superqt-0.7.0.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.9 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.7.0",
    "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": "ec7747289ce2c607f72446811230ec96406ace44db7669e443793a13fd7b3486",
                "md5": "f30e027455e276600040330d30e85067",
                "sha256": "395d3f511fe5143882eba6e9ffb8d79bd4c782b6d571c1edb4141cea977612d3"
            },
            "downloads": -1,
            "filename": "superqt-0.7.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "f30e027455e276600040330d30e85067",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.9",
            "size": 91179,
            "upload_time": "2024-12-14T19:48:29",
            "upload_time_iso_8601": "2024-12-14T19:48:29.164738Z",
            "url": "https://files.pythonhosted.org/packages/ec/77/47289ce2c607f72446811230ec96406ace44db7669e443793a13fd7b3486/superqt-0.7.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "4a7b10b854842f76b20fc8a13ea5b62f78346c84bf9664b7d54ee82e53d88b6d",
                "md5": "872b2fdb50f1c2c0d5d8ee97aa10b2ea",
                "sha256": "fa8014a0ffead7f618a85346ac355ba5e9529b177f50caf5093edeec566c6f5d"
            },
            "downloads": -1,
            "filename": "superqt-0.7.0.tar.gz",
            "has_sig": false,
            "md5_digest": "872b2fdb50f1c2c0d5d8ee97aa10b2ea",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.9",
            "size": 97558,
            "upload_time": "2024-12-14T19:48:31",
            "upload_time_iso_8601": "2024-12-14T19:48:31.637276Z",
            "url": "https://files.pythonhosted.org/packages/4a/7b/10b854842f76b20fc8a13ea5b62f78346c84bf9664b7d54ee82e53d88b6d/superqt-0.7.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-12-14 19:48:31",
    "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.42774s