{"id":41260645,"url":"https://github.com/wright-group/bluesky-cmds","last_synced_at":"2026-01-23T01:58:42.155Z","repository":{"id":37104342,"uuid":"433180909","full_name":"wright-group/bluesky-cmds","owner":"wright-group","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-19T22:03:31.000Z","size":22900,"stargazers_count":3,"open_issues_count":13,"forks_count":2,"subscribers_count":3,"default_branch":"main","last_synced_at":"2026-01-20T05:19:14.016Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wright-group.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"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":".zenodo.json","notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2021-11-29T20:04:32.000Z","updated_at":"2025-05-20T20:24:21.000Z","dependencies_parsed_at":"2026-01-20T00:15:54.818Z","dependency_job_id":null,"html_url":"https://github.com/wright-group/bluesky-cmds","commit_stats":{"total_commits":490,"total_committers":15,"mean_commits":"32.666666666666664","dds":0.5795918367346939,"last_synced_commit":"0842b815c57a9be5a059ab1727415bb152824936"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/wright-group/bluesky-cmds","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wright-group%2Fbluesky-cmds","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wright-group%2Fbluesky-cmds/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wright-group%2Fbluesky-cmds/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wright-group%2Fbluesky-cmds/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wright-group","download_url":"https://codeload.github.com/wright-group/bluesky-cmds/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wright-group%2Fbluesky-cmds/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28677714,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-23T01:00:35.747Z","status":"ssl_error","status_checked_at":"2026-01-23T01:00:19.529Z","response_time":144,"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":[],"created_at":"2026-01-23T01:58:42.100Z","updated_at":"2026-01-23T01:58:42.147Z","avatar_url":"https://github.com/wright-group.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# bluesky-cmds\n\n[![PyPI](https://img.shields.io/pypi/v/bluesky-cmds)](https://pypi.org/project/bluesky-cmds)\n[![Conda](https://img.shields.io/conda/vn/conda-forge/bluesky-cmds)](https://anaconda.org/conda-forge/bluesky-cmds)\n[![black](https://img.shields.io/badge/code--style-black-black)](https://black.readthedocs.io/)\n\nA qt-based graphical client for [bluesky-queueserver](https://blueskyproject.io/bluesky-queueserver/) with a focus on coherent multidimensional spectroscopy in the Wright Group.\n\n![screenshot](./plot_screenshot.png)\n\n## installation\n\nInstall the latest released version from PyPI:\n\n```bash\n$ python3 -m pip install bluesky-cmds\n```\n\nconda-forge and separately installable versions coming soon!\n\nUse [flit](https://flit.readthedocs.io/) to install from source.\n\n```\n$ git clone https://github.com/wright-group/bluesky-cmds.git\n$ cd bluesky-cmds\n$ flit install -s\n```\n\n## configuration\n\nbluesky-cmds requires access to two ports:\n- bluesky re-manager\n- bluesky zmq proxy\n\nBy default, bluesky-cmds uses the default ports on localhost.\nThis works for most applications.\nIf you require alternatives, configure bluesky-cmds with the following command:\n\n```bash\n$ bluesky-cmds edit-config\n```\n\nThis will open a [toml](https://toml.io/) file which you must format as follows:\n\n```\n[bluesky]\nre-manager = \"localhost:60615\"\nzmq-proxy = \"localhost:5568\"\n```\n\nThe default values are shown above.\n\n## usage\n\nFirst start bluesky re-manager and zmq-server.\nYou may wish to use [bluesky-in-a-box](https://github.com/wright-group/bluesky-in-a-box).\nThen start bluesky-cmds.\n\nUse the queue tab to add or change plans on the queueserver.\nNote that bluesky-cmds is designed for usage with [wright-plans](https://github.com/wright-group/wright-plans).\nwright-plans are specialized for coherent multidimensional spectroscopy.\n\nUse the plot tab to watch raw data streaming from bluesky.\n\nNote that direct hardware interaction or configuration is not supported by bluesky-cmds.\nThis application is only for interacting with the queueserver.\nYou may be interested in yaqc-qtpy.\n\n## citation\n\nThis project is archived using [Zenodo](https://zenodo.org/record/1198910).\nPlease use DOI: 10.5281/zenodo.1198910 to cite bluesky-cmds.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwright-group%2Fbluesky-cmds","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwright-group%2Fbluesky-cmds","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwright-group%2Fbluesky-cmds/lists"}