Skip to content

gpaddis/libtools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Libtools

Some useful python scripts for librarians. To install the scripts, clone the repo and add the scripts/ directory to your PATH.

Scripts

diff_ebooks.py

Compare two lists of eBooks checking for differences and matches.

datalo.py

Extract all identifiers from a title list and prepare a list for the SFX dataloader.

csv_to_tsv.py

Convert a CSV file to TSV.

cleangpr.py

(Specific to the software CAS) Extract the XML configuration from a GPR file.

countmedia.py

(Specific to the KLU Library) Count the number of media in the library collection divided by category.

Requirements

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.

Releases

No releases published

Packages

No packages published

Languages