Skip to content

TRI-AMDD/paretl

Repository files navigation

tests codecoverage

Parameterized ETL

Minimalistic python package for doing parameterized Extract-Transform-Load in state-passing style with support for nested parameter sweeps.

Installing

Paretl can be installed using pip after cloning this repo as pip install -e .

Developing

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.