Skip to main content

BEC Widgets

Project description

BEC Widgets

BEC Widgets is a GUI framework designed for interaction with BEC (Beamline Experiment Control).

Installation

Use the package manager pip to install BEC Widgets:

pip install bec-widgets

For development purposes, you can clone the repository and install the package locally in editable mode:

git clone https://gitlab.psi.ch/bec/bec-widgets
cd bec-widgets
pip install -e .[dev]

BEC Widgets currently supports both PyQt5 and PyQt6. By default, PyQt6 is installed.

To select a specific Python Qt distribution, install the package with an additional tag:

pip install bec-widgets[pyqt6]

or

pip install bec-widgets[pyqt5]

Documentation

Documentation of BEC Widgets can be found here. The documentation of the BEC can be found here.

Contributing

All commits should use the Angular commit scheme:

Angular Commit Message Header

<type>(<scope>): <short summary>
  │       │             │
  │       │             └─⫸ Summary in present tense. Not capitalized. No period at the end.
  │       │
  │       └─⫸ Commit Scope: animations|bazel|benchpress|common|compiler|compiler-cli|core|
  │                          elements|forms|http|language-service|localize|platform-browser|
  │                          platform-browser-dynamic|platform-server|router|service-worker|
  │                          upgrade|zone.js|packaging|changelog|docs-infra|migrations|ngcc|ve|
  │                          devtools
  │
  └─⫸ Commit Type: build|ci|docs|feat|fix|perf|refactor|test

The <type> and <summary> fields are mandatory, the (<scope>) field is optional.

Type

Must be one of the following:

  • build: Changes that affect the build system or external dependencies (example scopes: gulp, broccoli, npm)
  • ci: Changes to our CI configuration files and scripts (examples: CircleCi, SauceLabs)
  • docs: Documentation only changes
  • feat: A new feature
  • fix: A bug fix
  • perf: A code change that improves performance
  • refactor: A code change that neither fixes a bug nor adds a feature
  • test: Adding missing tests or correcting existing tests

License

BSD-3-Clause

Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

bec_widgets-0.36.1.tar.gz (66.3 kB view hashes)

Uploaded Source

Built Distribution

bec_widgets-0.36.1-py3-none-any.whl (79.1 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page