Metadata-Version: 2.1
Name: cthread
Version: 1.2.0
Summary: Python implementation of a thread that can be started, stopped, paused, resumed, and reset.
Home-page: https://github.com/ksonter95/ControllableThread.git
Author: Kieran Sonter
Author-email: ksonter95@gmail.com
License: UNKNOWN
Description: # ControllableThread
        Python implementation of a thread that can be started, stopped, paused, resumed, and reset.
        
        [![PyPI version](https://img.shields.io/pypi/v/cthread.svg)](https://pypi.org/project/cthread/)
        [![Python versions](https://img.shields.io/pypi/pyversions/cthread.svg)](https://pypi.org/project/cthread/)
        [![PyPi Downloads](https://pepy.tech/badge/cthread)](http://pepy.tech/project/cthread)
        
        ## Installation
        ```
        $ pip install cthread
        ```
        
        ## Quickstart
        See <https://cthread.readthedocs.org/> for documentation and examples.
        
        ## Project
        - [The MIT License (MIT)](https://github.com/ksonter95/ControllableThread/blob/master/LICENSE.rst) Copyright Â© 2019 Kieran Sonter
        - [Changelog](https://github.com/ksonter95/ControllableThread/blob/master/CHANGELOG.rst)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
