Metadata-Version: 2.4
Name: simplemapreduce
Version: 0.0.1
Summary: A simple map reduce multithreaded library
Author-email: Yiannis Giannelos <johngiannelos@gmail.com>
License-Expression: MIT
License-File: LICENSE.txt
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# simplemapreduce

[![PyPI - Version](https://img.shields.io/pypi/v/simplemapreduce.svg)](https://pypi.org/project/simplemapreduce)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/simplemapreduce.svg)](https://pypi.org/project/simplemapreduce)

-----

## Table of Contents

- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install simplemapreduce
```

## License

`simplemapreduce` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
