{"id":19921514,"url":"https://github.com/pyapp-kit/superqt","last_synced_at":"2025-12-28T00:41:58.463Z","repository":{"id":37955050,"uuid":"373322122","full_name":"pyapp-kit/superqt","owner":"pyapp-kit","description":"Missing widgets and components for Qt-python","archived":false,"fork":false,"pushed_at":"2025-03-28T19:31:29.000Z","size":3514,"stargazers_count":236,"open_issues_count":25,"forks_count":39,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-04-06T21:06:33.840Z","etag":null,"topics":["components","gui","pyqt","pyside","python","qt","widgets"],"latest_commit_sha":null,"homepage":"https://pyapp-kit.github.io/superqt/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pyapp-kit.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-06-02T22:50:06.000Z","updated_at":"2025-03-28T19:31:02.000Z","dependencies_parsed_at":"2023-12-22T23:22:09.699Z","dependency_job_id":"ae79e9b8-b5dc-4421-844e-d1997fd8291d","html_url":"https://github.com/pyapp-kit/superqt","commit_stats":{"total_commits":278,"total_committers":18,"mean_commits":"15.444444444444445","dds":"0.27338129496402874","last_synced_commit":"4da5ac262cb1197713b77fd3f776aea17f4236f1"},"previous_names":[],"tags_count":43,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-kit%2Fsuperqt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-kit%2Fsuperqt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-kit%2Fsuperqt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pyapp-kit%2Fsuperqt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pyapp-kit","download_url":"https://codeload.github.com/pyapp-kit/superqt/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248799804,"owners_count":21163398,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["components","gui","pyqt","pyside","python","qt","widgets"],"created_at":"2024-11-12T22:07:47.900Z","updated_at":"2025-12-28T00:41:58.356Z","avatar_url":"https://github.com/pyapp-kit.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ![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 \u0026 PySide\nthat are not provided in the native QtWidgets module.\n\nComponents are tested on:\n\n- macOS, Windows, \u0026 Linux\n- Python 3.9 and above\n- PyQt5 (5.11 and above) \u0026 PyQt6\n- PySide2 (5.11 and above) \u0026 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\u003cimg src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/demo_darwin10.png\" alt=\"range sliders\" width=680\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_qslider.png\" alt=\"range sliders\" width=680\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/pyapp-kit/superqt/main/docs/images/labeled_range.png\" alt=\"range sliders\" width=680\u003e\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-kit%2Fsuperqt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpyapp-kit%2Fsuperqt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpyapp-kit%2Fsuperqt/lists"}