Metadata-Version: 2.1
Name: simplethread
Version: 0.3.0
Summary: Some useful utilities for Python's threading and greenlet modules
Home-page: https://gitlab.com/amalchuk/simplethread
License: MIT
Keywords: asynchronous,concurrency,greenlet,python,threading
Author: Andrew Malchuk
Author-email: andrew.malchuk@yandex.ru
Requires-Python: >=3.6,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Dist: greenlet
Project-URL: Repository, https://gitlab.com/amalchuk/simplethread
Description-Content-Type: text/markdown

Simple Thread
=============
[![pipeline status][pipeline]][homepage]
[![coverage report][coverage]][homepage]
[![latest version][version]][pypi]
[![python requires][pyversions]][pypi]

Some useful utilities for Python's `threading` and `greenlet` modules.

Requirements
------------
Python 3.6+

Installation
------------
```
$ pip install simplethread
```

Distribution
------------
This project is licensed under the terms of the [MIT License](LICENSE).

Links
-----
- Code: <https://gitlab.com/amalchuk/simplethread>
- GitHub mirror: <https://github.com/amalchuk/simplethread>

[homepage]: <https://gitlab.com/amalchuk/simplethread>
[pypi]: <https://pypi.org/project/simplethread>
[pipeline]: <https://gitlab.com/amalchuk/simplethread/badges/master/pipeline.svg?style=flat-square>
[coverage]: <https://gitlab.com/amalchuk/simplethread/badges/master/coverage.svg?style=flat-square>
[version]: <https://img.shields.io/pypi/v/simplethread?color=blue&style=flat-square>
[pyversions]: <https://img.shields.io/pypi/pyversions/simplethread?color=blue&style=flat-square>

