Skip to content

Python scripts for manipulating Fedora Commons 3 content via its REST API

License

Notifications You must be signed in to change notification settings

TheLanguageArchive/fcrepo3_utility_scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

fcrepo3_utility_scripts

Python scripts for manipulating Fedora Commons 3 content via its REST API

purge_ds_versions.py

Script for deleting older versions of specified datastream IDs from Fedora Commons 3.x

Requirements: Python 3 with requests and lxml modules

Usage:
purge_ds_versions.py -r islandora:root -d POLICY,RELS-EXT -k 2
keep the 2 most recent versions of the POLICY and RELS-EXT datastreams for all objects in the islandora:root collection

About

Python scripts for manipulating Fedora Commons 3 content via its REST API

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages