Data integration code for repcheck
You need a .env file with:
Do not check this file into git!
POSTGRES_DB_PASSWORD = xxxYou can then run like so
# set up venv
python -m venv venv
source ./venv/bin/activate
pip install -r requirements.txt
python -m scripts.$script_nameNote: Repo assumes that postgres is running locally on the default 5432 port and uses the database name 'repcheck' which must already exist!