Skip to content

BCDA-APS/QSview

Repository files navigation

QSview

Table of Contents

Installation

On a terminal:

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

Usage

On a terminal:

conda activate QSview
QSview &

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

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

About

Bluesky Queue Server GUI

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages