Metadata-Version: 2.1
Name: adparallelengine
Version: 0.1.10
Summary: A wrapper around several ways of doing map multiprocessing in Python
Home-page: https://github.com/Advestis/adparallelengine
Author: Advestis
Author-email: pythondev@advestis.com
License: GPLv3
Project-URL: Bug Tracker, https://github.com/Advestis/adparallelengine/issues
Project-URL: Documentation, https://advestis.github.io/adparallelengine
Project-URL: Source Code, https://github.com/Advestis/adparallelengine/
Platform: UNKNOWN
Classifier: Development Status :: 5 - Production/Stable
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Provides-Extra: dask
Provides-Extra: k8s
Provides-Extra: mpi
Provides-Extra: support_shared
Provides-Extra: all
License-File: LICENSE

[![doc](https://img.shields.io/badge/-Documentation-blue)](https://advestis.github.io/adengine)
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)

#### Status
[![pytests](https://github.com/Advestis/adengine/actions/workflows/pull-request.yml/badge.svg)](https://github.com/Advestis/adengine/actions/workflows/pull-request.yml)
[![push-pypi](https://github.com/Advestis/adengine/actions/workflows/push-pypi.yml/badge.svg)](https://github.com/Advestis/adengine/actions/workflows/push-pypi.yml)
[![push-doc](https://github.com/Advestis/adengine/actions/workflows/push-doc.yml/badge.svg)](https://github.com/Advestis/adengine/actions/workflows/push-doc.yml)

![maintained](https://img.shields.io/badge/Maintained%3F-yes-green.svg)
[![issues](https://img.shields.io/github/issues/Advestis/adengine.svg)](https://github.com/Advestis/adengine/issues)
[![pr](https://img.shields.io/github/issues-pr/Advestis/adengine.svg)](https://github.com/Advestis/adengine/pulls)


#### Compatibilities
![ubuntu](https://img.shields.io/badge/Ubuntu-supported--tested-success)
![unix](https://img.shields.io/badge/Other%20Unix-supported--untested-yellow)

![python](https://img.shields.io/pypi/pyversions/adengine)


##### Contact
[![linkedin](https://img.shields.io/badge/LinkedIn-Advestis-blue)](https://www.linkedin.com/company/advestis/)
[![website](https://img.shields.io/badge/website-Advestis.com-blue)](https://www.advestis.com/)
[![mail](https://img.shields.io/badge/mail-maintainers-blue)](mailto:pythondev@advestis.com)

# adengine

A wrapper around several ways of doing map multiprocessing in Python. One can use :
* Dask
* concurrent.futures
* mpi4py.futures

## Installation

```
pip install adengine[all,mpi,dask,support_shared,k8s]
```

## Usage

```python
# TODO
```


