Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 788 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 788 Bytes

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.