Skip to content
/ mputil Public

Utility functions for Python's multiprocessing standard library module

License

Notifications You must be signed in to change notification settings

rasbt/mputil

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Utility functions for Python's multiprocessing standard library module

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages