This project is part of SGHI ETL projects. Specifically, this is a collection of common implementations of the interfaces defined by the sghi-etl-core project as well as other useful utilities.
sghi-etl-commons
supports Python 3.11+.
To install the latest stable release, use:
pip install sghi-etl-commons@git+https://github.com/savannahghi/sghi-etl-commons.git@v1.1.0
To install the latest development version, use:
pip install sghi-etl-commons@git+https://github.com/savannahghi/sghi-etl-commons.git@develop
Clone the project and run the following command to install dependencies:
pip install -e .[dev,test,docs]
Set up pre-commit hooks:
pre-commit install
Copyright (c) 2024, Savannah Informatics Global Health Institute