{"id":37741695,"url":"https://github.com/pymmcore-plus/pymmcore-widgets","last_synced_at":"2026-02-21T19:12:52.505Z","repository":{"id":44424490,"uuid":"510792468","full_name":"pymmcore-plus/pymmcore-widgets","owner":"pymmcore-plus","description":"A set of Qt-based widgets onto the pymmcore-plus model","archived":false,"fork":false,"pushed_at":"2026-02-11T11:17:31.000Z","size":29650,"stargazers_count":20,"open_issues_count":24,"forks_count":14,"subscribers_count":4,"default_branch":"main","last_synced_at":"2026-02-20T12:28:04.852Z","etag":null,"topics":["gui","micro-manager","microscopy","python"],"latest_commit_sha":null,"homepage":"https://pymmcore-plus.github.io/pymmcore-widgets","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pymmcore-plus.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"docs/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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-07-05T15:25:19.000Z","updated_at":"2026-02-11T11:17:36.000Z","dependencies_parsed_at":"2023-02-11T23:45:59.747Z","dependency_job_id":"e7f3dde8-3464-4c53-8830-9ac307de36de","html_url":"https://github.com/pymmcore-plus/pymmcore-widgets","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/pymmcore-plus/pymmcore-widgets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pymmcore-plus%2Fpymmcore-widgets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pymmcore-plus%2Fpymmcore-widgets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pymmcore-plus%2Fpymmcore-widgets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pymmcore-plus%2Fpymmcore-widgets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pymmcore-plus","download_url":"https://codeload.github.com/pymmcore-plus/pymmcore-widgets/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pymmcore-plus%2Fpymmcore-widgets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29690829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-21T18:18:25.093Z","status":"ssl_error","status_checked_at":"2026-02-21T18:18:22.435Z","response_time":107,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["gui","micro-manager","microscopy","python"],"created_at":"2026-01-16T14:10:49.385Z","updated_at":"2026-02-21T19:12:52.484Z","avatar_url":"https://github.com/pymmcore-plus.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# pymmcore-widgets\n\n[![License](https://img.shields.io/pypi/l/pymmcore-widgets.svg?color=green)](https://github.com/pymmcore-plus/pymmcore-widgets/raw/main/LICENSE)\n[![Python Version](https://img.shields.io/pypi/pyversions/pymmcore-widgets.svg?color=green)](https://python.org)\n[![PyPI](https://img.shields.io/pypi/v/pymmcore-widgets.svg?color=green)](https://pypi.org/project/pymmcore-widgets)\n[![Conda](https://img.shields.io/conda/vn/conda-forge/pymmcore-widgets)](https://anaconda.org/conda-forge/pymmcore-widgets)\n[![CI](https://github.com/pymmcore-plus/pymmcore-widgets/actions/workflows/ci.yml/badge.svg)](https://github.com/pymmcore-plus/pymmcore-widgets/actions/workflows/ci.yml)\n[![docs](https://github.com/pymmcore-plus/pymmcore-plus/actions/workflows/docs.yml/badge.svg)](https://pymmcore-plus.github.io/pymmcore-widgets/)\n[![codecov](https://codecov.io/gh/pymmcore-plus/pymmcore-widgets/branch/main/graph/badge.svg)](https://codecov.io/gh/pymmcore-plus/pymmcore-widgets)\n\nA set of widgets for the [pymmcore-plus](https://github.com/pymmcore-plus/pymmcore-plus) package.\nThis package can be used to build custom user interfaces for micromanager in a python/Qt environment.\nIt forms the basis of [`napari-micromanager`](https://github.com/pymmcore-plus/napari-micromanager)\n\n### [:book: Documentation](https://pymmcore-plus.github.io/pymmcore-widgets)\n\n\u003cimg width=\"1721\" alt=\"mm_widgets\" src=\"https://github.com/pymmcore-plus/pymmcore-widgets/assets/1609449/20747052-8621-4c6d-a9ab-473792b411ac\"\u003e\n\nSee complete list of available widgets in the [documentation](https://pymmcore-plus.github.io/pymmcore-widgets/#widgets)\n\n## Installation\n\n```sh\npip install pymmcore-widgets\n\n# note that this package does NOT include a Qt backend\n# you must install manually, or using an extra, e.g.:\npip install pymmcore-widgets[PyQt6]\npip install pymmcore-widgets[PySide6]\n\n# package is tested against PyQt6, and PySide6, we no longer test PyQt5/PySide2\n```\n\n## Development\n\nInstall [uv](https://docs.astral.sh/uv/getting-started/installation/)\n\n```sh\ngit clone \u003cyour-fork\u003e\ncd pymmcore-widgets\nuv sync\n```\n\n### Testing\n\n```sh\nuv run pytest\n```\n\n### Docs\n\n```sh\nuv run --group docs mkdocs serve\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmcore-plus%2Fpymmcore-widgets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpymmcore-plus%2Fpymmcore-widgets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpymmcore-plus%2Fpymmcore-widgets/lists"}