Skip to content
This repository was archived by the owner on Aug 4, 2026. It is now read-only.

Repository files navigation

⚠️ ARCHIVED REPOSITORY

This repository has been archived and is no longer maintained. The code is provided for historical reference and may contain unpatched or unknown vulnerabilities. It should not be used in production systems.

queueUI

Table of Contents

Installation

On a terminal:

git clone https://github.com/BCDA-APS/queueUI.git
cd queueUI
conda env create --force -n queueUI -f ./env.yml
conda activate queueUI
pip install -e . --no-deps

Usage

On a terminal:

conda activate queueUI
queueUI &

Using Pre-commit

  • To run pre-commit checks before committing, run pre-commit run --all-files
  • NONE OF THE FOLLOWING SHOULD BE DONE REGULARLY, AND ALL CHECKS SHOULD BE PASSING BEFORE BRANCHES ARE MERGED
    • To skip linting during commits, use SKIP=ruff git commit ...
    • To skip formatting during commits, use SKIP=ruff-format git commit ...
    • To skip all pre-commit hooks, use git commit --no-verify ...
  • See pre-commit documentation for more

Contributing

Please report bugs, enhancement requests, or questions through the Issue Tracker.

If you are looking to contribute, please see CONTRIBUTING.md.

Citing

License

queueUI is MIT licensed, as seen in the LICENSE file.

About

PyQt5 User Interface for Bluesky Queueserver

Resources

Code of conduct

Contributing

Stars

2 stars

Watchers

4 watching

Forks

Releases

Packages

Used by

Contributors

Languages