Metadata-Version: 1.1
Name: malcolm
Version: 0.2
Summary: Scanning in the middlelayer
Home-page: https://github.com/dls_controls/malcolm
Author: Tom Cobb
Author-email: tom.cobb@diamond.ac.uk
License: APACHE
Description: malcolm
        =======
        
        |build-status| |coverage| |pypi-version| |readthedocs|
        
        Malcolm is a middlelayer service that allows high level configure/run control
        of control system components generally involved in continous scans.
        
        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/malcolm.git
        
        Documentation
        -------------
        
        Full documentation is available at http://malcolm.readthedocs.org
        
        Changelog
        ---------
        
        See `CHANGELOG`_
        
        Contributing
        ------------
        
        See `CONTRIBUTING`_
        
        License
        -------
        APACHE License. (see `LICENSE`_)
        
        
        .. |build-status| image:: https://travis-ci.org/dls-controls/malcolm.svg?style=flat
            :target: https://travis-ci.org/dls-controls/malcolm
            :alt: Build Status
        
        .. |coverage| image:: https://coveralls.io/repos/dls-controls/malcolm/badge.svg?branch=develop
            :target: https://coveralls.io/r/dls-controls/malcolm?branch=develop
            :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/malcolm/badge/?version=latest
            :target: https://readthedocs.org/projects/malcolm/?badge=latest
            :alt: Documentation Status
        
        .. _CHANGELOG: https://github.com/dls-controls/malcolm/blob/master/CHANGELOG.rst
        .. _CONTRIBUTING: https://github.com/dls-controls/malcolm/blob/master/CONTRIBUTING.rst
        .. _LICENSE: https://github.com/dls-controls/malcolm/blob/master/LICENSE
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 2.7
