A simple DublinCore/ORE SimpleArchive Packager
Project description
dc-ore-packager
A tool to create a SimpleArchivePackage package from a BaseURL and a Handle of an item of any repository that supports OAI protocol, which can be imported by DSpace's Batch Import tool.
The objective is to create a clone of the given item using a link to its bitstreams and a copy of its bitstreams. The link is made using ORE format, so that the bitstreams are shown in the graphical interface in the exactly same way as the original item.
To use it:
from dc_ore_packager import DCOREPackager
repositoryURL = 'http://demo.dspace.org'
handleList = ['10673/3','10673/4','10673/5','10673/6','10673/7']
i = DCOREPackager(repositoryURL, handleList, outDir='/tmp')
print(i.getPackage())
A sample WebApp that receives a URL and send a package file: dc-ore-packager-webapp
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file dc-ore-packager-0.0.3.tar.gz.
File metadata
- Download URL: dc-ore-packager-0.0.3.tar.gz
- Upload date:
- Size: 3.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
f3304849606d67bfb238d25f1a3b2097c1ee245ca3019db0d796d00578e49eef
|
|
| MD5 |
9e70c405b73cfb4c2b6ed1e0263fd8f5
|
|
| BLAKE2b-256 |
f9a10dc130671dd3b576818f45b651888bf34a342d14c944ddbc0a5f56978d2c
|
File details
Details for the file dc_ore_packager-0.0.3-py3-none-any.whl.
File metadata
- Download URL: dc_ore_packager-0.0.3-py3-none-any.whl
- Upload date:
- Size: 16.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.22.0 setuptools/42.0.2 requests-toolbelt/0.9.1 tqdm/4.40.1 CPython/3.6.9
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
306c1646366e7f217f664795daad1986e43ffb2fdc44f543c924e7548cdd6483
|
|
| MD5 |
2ce38718d9fca7afe6a792b3cc57e448
|
|
| BLAKE2b-256 |
2a0e784a2acba6701a316a995715cc88cdfb30de6f7d9ce43641604a68f34649
|