Metadata-Version: 1.1
Name: cothread
Version: 2.17
Summary: Cooperative threading based utilities
Home-page: http://controls.diamond.ac.uk/downloads/python/cothread/
Author: Michael Abbott
Author-email: Michael.Abbott@diamond.ac.uk
License: GPL2
Description: |build_status| |coverage| |pypi-version| |readthedocs|
        
        cothread
        ========
        
        The `cothread` Python library is designed for building tools using cooperative
        threading.  This means that, with care, programs can effectively run several
        tasks simultaneously.
        
        The `cothread.catools` library is designed to support easy channel access from
        Python, and makes essential use of the features of cooperative threads -- in
        particular, `catools.camonitor()` notifies updates in the background.
        
        See the documentation for more details.
        
        
        Installation
        ------------
        To install the latest release, type::
        
            pip install cothread
        
        To install the latest code directly from source, type::
        
            pip install git+git://github.com/dls-controls/cothread
        
        Documentation
        =============
        
        Full documentation is available at http://cothread.readthedocs.org
        
        License
        =======
        GPL2 License (see COPYING)
        
        .. |pypi-version| image:: https://img.shields.io/pypi/v/cothread.svg
            :target: https://pypi.python.org/pypi/cothread/
            :alt: Latest PyPI version
        
        .. |readthedocs| image:: https://readthedocs.org/projects/cothread/badge/?version=latest
            :target: https://readthedocs.org/projects/cothread/?badge=latest
            :alt: Documentation Status
        
        .. |build_status| image:: https://travis-ci.org/dls-controls/cothread.svg?style=flat
            :target: https://travis-ci.org/dls-controls/cothread
            :alt: Build Status
        
        .. |coverage| image:: https://coveralls.io/repos/dls-controls/cothread/badge.svg?branch=master&service=github
            :target: https://coveralls.io/github/dls-controls/cothread?branch=master
            :alt: Test coverage
        
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: GNU General Public License v2 or later (GPLv2+)
