AV-EFI / mets2handle_dk

GNU General Public License v3.0
0 stars 0 forks source link

Package dev #5

Closed bingert closed 1 year ago

bingert commented 1 year ago

This branch contains the tool as python package.

place the credentials in: mets2handle/credentials/handle_connection.txt

1) Go to directory 2) pip install . 3) start python 4) > import mets2handle 5) > filename = 6) > res = mets2handle.m2h(filename)

or provide the handle credentials with

6b) > res = mets2handle.m2h(filename,credentials=)