Minimalistic python package for doing parameterized Extract-Transform-Load in state-passing style with support for nested parameter sweeps.
Paretl can be installed using pip after cloning this repo as pip install -e .
Dependencies for developing can be installed using pip as
pip install -r requirements_dev.txt
Tests can now be run with pytest
and the developer workflows with tox
.