https://github.com/diamondlightsource/odinprocservcontrol
https://github.com/diamondlightsource/odinprocservcontrol
from-dls-controls
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/diamondlightsource/odinprocservcontrol
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2023-06-09T08:18:42.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-15T12:59:22.000Z (10 months ago)
- Last Synced: 2024-07-15T15:22:38.360Z (10 months ago)
- Topics: from-dls-controls
- Language: Python
- Size: 5.91 MB
- Stars: 0
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
odinprocservcontrol
===================|code_ci| |docs_ci| |coverage| |pypi_version| |license|
A pythonSoftIOC to restart Odin procServ processes in a logical way. The IOC provides
START, STOP and RESTART PVs and pokes the corresponding PVs of the procServControl
instances for the given Odin processes, in the correct order and with appropriate
delays.============== ==============================================================
PyPI ``pip install odinprocservcontrol``
Source code https://github.com/DiamondLightSource/odinprocservcontrol
Documentation https://DiamondLightSource.github.io/odinprocservcontrol
============== ==============================================================.. |code_ci| image:: https://github.com/DiamondLightSource/odinprocservcontrol/workflows/Code%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/odinprocservcontrol/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI.. |docs_ci| image:: https://github.com/DiamondLightSource/odinprocservcontrol/workflows/Docs%20CI/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/odinprocservcontrol/actions?query=workflow%3A%22Docs+CI%22
:alt: Docs CI.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/odinprocservcontrol/branch/master/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/odinprocservcontrol
:alt: Test Coverage.. |pypi_version| image:: https://img.shields.io/pypi/v/odinprocservcontrol.svg
:target: https://pypi.org/project/odinprocservcontrol
:alt: Latest PyPI version.. |license| image:: https://img.shields.io/badge/License-Apache%202.0-blue.svg
:target: https://opensource.org/licenses/Apache-2.0
:alt: Apache License..
Anything below this line is used when viewing README.rst and will be replaced
when included in index.rstSee https://DiamondLightSource.github.io/odinprocservcontrol for more detailed documentation.