Some useful python scripts for librarians.
To install the scripts, clone the repo and add the scripts/
directory to your PATH.
Compare two lists of eBooks checking for differences and matches.
Extract all identifiers from a title list and prepare a list for the SFX dataloader.
Convert a CSV file to TSV.
(Specific to the software CAS) Extract the XML configuration from a GPR file.
(Specific to the KLU Library) Count the number of media in the library collection divided by category.
Python 3.6 is required to run the scripts.
External libraries are specified in the file requirements.txt: install them with pip install -r requirements.txt
.