A commandline utility for taking a file of OCLC cross reference updates and using it to update records in Alma.
Clone the repo
git clone https://github.com/mlibrary/aim-oclc-xrefs.git
cd aim-oclc-xrefs
run the init.sh
script to set up your environment, build the docker image, and
install the python packages
./init.sh
edit .env with actual environment variables
docker compose run --rm app poetry run python ./process.py --help
docker-compose run --rm app poetry run pytest