map-parallel

A drop-in replacement of map/starmap but in parallel with different backends.


License
BSD-3-Clause
Install
pip install map-parallel==0.2.0

Documentation

Overview

docs Documentation Status
tests
package

A drop-in replacement of map/starmap but in parallel with different backends.

  • Free software: BSD 3-Clause License

Installation

pip install map-parallel

You can also install the in-development version with:

pip install https://github.com/ickc/python-map_parallel/archive/master.zip

Documentation

https://python-map_parallel.readthedocs.io/

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox