Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 616 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 616 Bytes

EZID

Scripts for working with EZID ARK service.

Uses python 2.7, because that is what Apple provides on OS X be default.

We predominately use csv-update.py as it allows for minting and updating ARKs using a tab-delimited source file.

Requires:

  • SUDS (sudo pip install suds)
  • Requests (sudo pip install requests)

To batch download all of your ARKs with certain fields of interest, please use the EZID provided script batch-download.sh.