Metadata-Version: 2.1
Name: py-mpworker
Version: 1.1.0
Summary: Python multiprocess periodic worker
Home-page: https://github.com/Ujang360/py-mpworker
Author: Aditya Kresna
Author-email: aditya.kresna@outlook.co.id
License: UNKNOWN
Project-URL: Source, https://github.com/Ujang360/py-mpworker
Project-URL: Bug Reports, https://github.com/Ujang360/py-mpworker/issues
Keywords: multiprocess
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6.*, <4
Description-Content-Type: text/markdown

![Workflow Status](https://github.com/Ujang360/py-mpworker/workflows/Tests/badge.svg)

# Python - Multiprocess Worker

This a wrapper class for periodic multiprocess worker in Python, currently only support Python 3.6 or above

## Install using PyPI

```bash
pip install py-mpworker
```


