Skip to content

Commit 5eac140

Browse files
authored
Update README.md
1 parent dbfb0e7 commit 5eac140

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,9 @@ The 'createMetadataElementDirect' function in the script is used to create a met
5757
#### [deleteKeyFromCollection.py](deleteKeyFromCollection.py)
5858
Based on user input, this script removes all key-value pairs with the specified key for every item in the collection with the specified handle.
5959

60+
#### [deleteBitstreamsFromItem.py](deleteBitstreamsFromItem.py)
61+
Based on user input, this script removes all bitstreams associated with an item with the specified handle.
62+
6063
#### [postCollection.py](postCollection.py)
6164
Based on user input, this script creates a community with a specified name and collection with a specified name within that community. In the specified directory (within the filePath set by the secrets.py file), the script creates items and associated metadata based on a 'collectionMetadata.json' file in the directory. Based on the specified file extension, the script then posts each file in the directory with that extension as a bitstream for the appropriate item, which is determined by having the file name (minus the file extension) in a 'dc.identifier.other' field in the item metadata record.
6265

0 commit comments

Comments
 (0)