Releases: kbrbe/enrich-authority-csv
Releases · kbrbe/enrich-authority-csv
Version 0.3.0
As of this version, the tool can be installed via pip
and can be used as a library and not only via the command line. Please have a look at the README for more information.
Added
- The possibility to install the tool via
pip
(#7
Changed
- The import of the lib module is no longer relative, this means to use the tool without installing it one has to set the
PYTHONPATH
environment variable, for exampleexport PYTHONPATH=/home/youruser/repo/enrich-authority-csv
Version 0.2.0
In this version the name of the tool changed from enrich-authority-csv-via-isni
to the more generic enrich-authority-csv
.
Mainly because the script was generalized to handle more than just the ISNI SRU API based on a configuration file and new commandline arguments.
Added
- The possibility to fill datafield gaps from other APIs via a configuration file (#3)
Changed
- Due to the new features the commandline parameters have been adapted, see README file
Fixed
- The progress bar had a wrong total and never reached 100%, this was fixed (#2)