# HG changeset patch # User Marco Fabiani # Date 1333040253 -3600 # Node ID 79d0f6e27371edfb501a774fd2d83015aafc4766 # Parent 13fc2773b3fe2995255e3b831e534ee814dedf4b v0.3: upload files in a folder one at a time. using option --zip, upload with SimpleZip (to keep structure) diff -r 13fc2773b3fe -r 79d0f6e27371 sworduploader.py --- a/sworduploader.py Thu Mar 29 17:55:51 2012 +0100 +++ b/sworduploader.py Thu Mar 29 17:57:33 2012 +0100 @@ -1,6 +1,6 @@ #!usr/bin/env/ python -""" SWORD2 DSpace bulk uploader - v0.3 +""" SWORD2 DSpace bulk uploader - v0.3 A python script to submit large numbers of files to a SWORD2-compatible repository, specifically DSpace 1.8x. Built on the SWORD2 python client library: https://bitbucket.org/beno/python-sword2/overview