Python interface for managing alarms
Project description
SLAC Alarm Manger
A user interface for monitoring and managing alarms written in Python. It is a frontend display for NALMS and requires a running NALMS deployment to interact with. Specifically it will consume messages from the kafka queue in order to put together the alarm tree hierarchy, and then continue to read updates to alarm severity in order to display them in the tree and table views.
In addition to displaying data, this interface will allow users to take actions on alarms such as acknowledgments and enabling/disabling specific alarms. These actions will be written into the kafka queue so that if multiple users have multiple copies of this application running, each user will receive any commands run by each other user.
Requirements
- Python 3.6+
- pydm
- kafka-python
- qtpy
- A Qt Python wrapper
Most requirements are listed in the requirements.txt
file, but the qt wrapper is not allowing flexibility in the choice.
Installation
This package can be installed from PyPI using the command pip install slac-alarm-manager
.
Alternatively, it may also be installed from source by cloning the code from the repository, and running
pip install .
from the top level slam directory. pip install -e .
may also be used for to allow for easier development
on the project.
Running Tests
In order to run all of the tests included with this project, a few additional test-only requirements must be installed
as included in dev-requirements.txt
. This test suite will also be run as part of every pull request, and whenever
a new commit is made to main.
User Documentation
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for slac_alarm_manager-1.2.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8a88c4b7392baf2dda6f42ad6b9f377231397faf2503c7c097500c232b1c4f63 |
|
MD5 | 692dfb2e07e7108d2ecce7474cfd7b17 |
|
BLAKE2b-256 | d52bfd215446c342e907f6ae803cac868c7f37201c7d5fd6a63bc6c377d20051 |