mputil icon indicating copy to clipboard operation
mputil copied to clipboard

Utility functions for Python's multiprocessing standard library module

PyPI version Python 3.6 License

mputil

Utility functions for Python's multiprocessing standard library module

Documentation

Mputil is (currently) a rather small package that provides functions for memory-efficient multi-processing, based Python's multiprocessing standard library. Mputil doesn't have a full-blown documentation, yet. However, you can find explanations and usage examples in the Jupyter Notebook that is references in the "Examples" section below.

Examples

Installation

The mputil package can be installed via pip:

pip3 install mputil

Alternatively, if you are using Anaconda/Miniconda, you can install mputil via the conda package manager from the conda-forge channel as follows:

conda install mputil -c conda-forge