Metadata-Version: 2.1
Name: malcolm
Version: 4.2b8
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
Description: 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://travis-ci.org/dls-controls/pymalcolm.svg?branch=master
            :target: https://travis-ci.org/dls-controls/pymalcolm
            :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
        
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 :: 2.7
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Provides-Extra: websocket
Provides-Extra: ca
Provides-Extra: hdf5
Provides-Extra: test
