Metadata-Version: 2.1
Name: malcolm
Version: 4.6
Summary: Scanning in the middlelayer
Home-page: https://github.com/dls-controls/pymalcolm
Author: Tom Cobb
Author-email: tom.cobb@diamond.ac.uk
License: Apache License 2.0
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Requires-Dist: tornado
Requires-Dist: numpy
Requires-Dist: ruamel.yaml
Requires-Dist: h5py (==2.9.0)
Requires-Dist: p4p
Requires-Dist: packaging
Requires-Dist: pygelf
Requires-Dist: plop
Requires-Dist: annotypes
Requires-Dist: cothread
Requires-Dist: scanpointgenerator
Requires-Dist: vdsgen
Requires-Dist: ipython

Malcolm
=======


|build_status| |coverage| |health| |pypi_version| |readthedocs|

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 http://pymalcolm.readthedocs.org

Source Code
-----------

Available from https://github.com/dls-controls/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/dls-controls/pymalcolm.git

Changelog
---------

See `CHANGELOG`_

Contributing
------------

See `CONTRIBUTING`_

License
-------
APACHE License. (see `LICENSE`_)


.. |build_status| image:: https://github.com/dls-controls/pymalcolm/workflows/GitHub%20Actions/badge.svg?branch=master
    :target: https://github.com/dls-controls/pymalcolm/actions
    :alt: Build Status

.. |coverage| image:: https://codecov.io/gh/dls-controls/pymalcolm/branch/master/graph/badge.svg
    :target: https://codecov.io/gh/dls-controls/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

.. |readthedocs| image:: https://readthedocs.org/projects/pymalcolm/badge/?version=latest
    :target: http://pymalcolm.readthedocs.org
    :alt: Documentation

.. |health| image:: https://api.codacy.com/project/badge/Grade/9b277852ec9347329f35dc41d068c151
   :target: https://app.codacy.com/app/dls-controls/pymalcolm?utm_source=github.com&utm_medium=referral&utm_content=dls-controls/pymalcolm&utm_campaign=Badge_Grade_Dashboard
   :alt: Code Health

.. _CHANGELOG:
    https://github.com/dls-controls/pymalcolm/blob/master/CHANGELOG.rst

.. _CONTRIBUTING:
    https://github.com/dls-controls/pymalcolm/blob/master/CONTRIBUTING.rst

.. _LICENSE:
    https://github.com/dls-controls/pymalcolm/blob/master/LICENSE


