.gitignore
.pre-commit-config.yaml
LICENSE.md
README.md
dev-requirements.txt
doc-environment.yml
doc-requirements.txt
mkdocs.yml
pyproject.toml
requirements.txt
.github/workflows/build-and-test.yml
.github/workflows/gh-pages.yml
.github/workflows/pre-commit.yml
.github/workflows/publish-to-pypi.yml
docs/alarm_manager.md
docs/developer.md
docs/index.md
docs/pydm.md
docs/img/acknowledge-alarms.gif
docs/img/demo-display.png
docs/img/demo-structure.png
docs/img/demo-widgets.png
docs/img/double-click-menu.png
docs/img/nalms-protocol.gif
docs/img/no-alarms.png
docs/img/pydm-demo.gif
docs/img/toggle-alarms.gif
examples/kafka_setup.py
pydm_alarm_plugin/README.md
pydm_alarm_plugin/__init__.py
pydm_alarm_plugin/alarm_plugin.py
slac_alarm_manager.egg-info/PKG-INFO
slac_alarm_manager.egg-info/SOURCES.txt
slac_alarm_manager.egg-info/dependency_links.txt
slac_alarm_manager.egg-info/entry_points.txt
slac_alarm_manager.egg-info/requires.txt
slac_alarm_manager.egg-info/top_level.txt
slam/__init__.py
slam/_version.py
slam/alarm_configuration_widget.py
slam/alarm_item.py
slam/alarm_table_model.py
slam/alarm_table_view.py
slam/alarm_tree_model.py
slam/alarm_tree_view.py
slam/archive_search.py
slam/kafka_reader.py
slam/main_window.py
slam/permissions.py
slam/tests/__init__.py
slam/tests/conftest.py
slam/tests/test_alarm_configuration_widget.py
slam/tests/test_alarm_item.py
slam/tests/test_alarm_plugin.py
slam/tests/test_alarm_table_model.py
slam/tests/test_alarm_table_view.py
slam/tests/test_alarm_tree_model.py
slam/tests/test_alarm_tree_view.py
slam/tests/test_archive_search.py
slam/tests/test_main_window.py
slam/tests/test_permissions.py
slam_launcher/__init__.py
slam_launcher/main.py