Parallelize your data-processing pipelines with just a decorator.
Please see the tutorial notebook for an overview of the functionality.
Python 2 is NOT supported. You must use python version 3.6 or higher!
- The recommended way is to create a python venv and install it into the venv. Create a new virtualenv by
python -m venv --system-site-packages ~/.venv/defaultpyvenv
-
activate the environment using
source ~/.venv/defaultpyvenv/bin/activate
. -
Install into the venv
pip install generatorpipeline[full]@git+https://github.com/skuschel/generatorpipeline.git
Follow steps 1 and 2 of the normal installation to create and activate a venv.
- git clone this repository
git clone [email protected]:skuschel/generatorpipeline.git
- Install in editable mode using
pip install -e .
... is always welcome! Development and issue tracker can be found on github. Please report bugs to https://github.com/skuschel/generatorpipeline/issues