https://github.com/diamondlightsource/pymalcolm
Scanning in the middlelayer, v2
https://github.com/diamondlightsource/pymalcolm
from-dls-controls
Last synced: 19 days ago
JSON representation
Scanning in the middlelayer, v2
- Host: GitHub
- URL: https://github.com/diamondlightsource/pymalcolm
- Owner: DiamondLightSource
- License: apache-2.0
- Created: 2016-02-09T11:21:37.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-10T07:41:14.000Z (7 months ago)
- Last Synced: 2025-04-27T14:05:44.781Z (23 days ago)
- Topics: from-dls-controls
- Language: Python
- Size: 100 MB
- Stars: 9
- Watchers: 32
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.rst
- Contributing: CONTRIBUTING.rst
- License: LICENSE
Awesome Lists containing this project
README
Malcolm
=======|code_ci| |docs_ci| |coverage| |pypi_version|
Malcolm is a middlelayer framework that implements high level configure/run
behaviour of control system components like those used in continuous scans.
This repository contains a Python implementation allowing the creation of
Malcolm servers and clients.Documentation
-------------Full documentation is available at https://DiamondLightSource.github.io/pymalcolm
Source Code
-----------Available from https://github.com/DiamondLightSource/pymalcolm
Installation
------------
To install the latest release, type::pip install malcolm
To install the latest code directly from source, type::
pip install git+git://github.com/DiamondLightSource/pymalcolm.git
Changelog
---------See `CHANGELOG`_
Contributing
------------See `CONTRIBUTING`_
License
-------
APACHE License. (see `LICENSE`_).. |code_ci| image:: https://github.com/DiamondLightSource/pymalcolm/actions/workflows/code.yml/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/pymalcolm/actions?query=workflow%3A%22Code+CI%22
:alt: Code CI.. |docs_ci| image:: https://github.com/DiamondLightSource/pymalcolm/actions/workflows/docs.yml/badge.svg?branch=master
:target: https://github.com/DiamondLightSource/pymalcolm/actions?query=workflow%3A%22Docs+CI%22
:alt: Docs CI.. |coverage| image:: https://codecov.io/gh/DiamondLightSource/pymalcolm/branch/master/graph/badge.svg
:target: https://codecov.io/gh/DiamondLightSource/pymalcolm
:alt: Test coverage.. |pypi_version| image:: https://img.shields.io/pypi/v/malcolm.svg
:target: https://pypi.python.org/pypi/malcolm/
:alt: Latest PyPI version.. _CHANGELOG:
https://github.com/DiamondLightSource/pymalcolm/blob/master/CHANGELOG.rst.. _CONTRIBUTING:
https://github.com/DiamondLightSource/pymalcolm/blob/master/CONTRIBUTING.rst.. _LICENSE:
https://github.com/DiamondLightSource/pymalcolm/blob/master/LICENSE