Skip to content

Commit 758118e

Browse files
authored
Update README.md
1 parent 6a4a97f commit 758118e

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

README.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,19 @@ All of these scripts require a secrets.py file in the same directory that must c
1212

1313
#### [addBibNumbersAndPost.py](/addBibNumbersAndPost.py)
1414

15+
#### [dateCheck.py](/dateCheck.py)
16+
1517
#### [eadToCsv.py](/eadToCsv.py)
1618
Based on a specified file name and a specified file path, this script extracts selected elements from an EAD XML file and prints them to a CSV file.
1719

20+
21+
#### [getAccessionUDFs.py](/getAccessionUDFs.py)
22+
23+
#### [getAccessions.py](/getAccessions.py)
24+
#### [getAllArchivalObjectTitles.py](/getAllArchivalObjectTitles.py)
25+
26+
#### [getArchivalObjectCountByResource.py](/getArchivalObjectCountByResource.py)
27+
1828
#### [getArchivalObjectsByResource.py](/getArchivalObjectsByResource.py)
1929
A GET script to extract all of the archival objects associated with a particular resource. Upon running the script, you will be prompted enter the resource ID (just the number, not the full URI).
2030

@@ -30,6 +40,12 @@ This GET scripts retrieves all of the resources from a particular repository int
3040
#### [getSingleRecord.py](/getSingleRecord.py)
3141
This GET script retrieves a single ArchivesSpace record based on the record's 'uri,' which is specified in the 'endpoint' variable on line 13.
3242

43+
#### [getTopContainerCountByResource.py](/getTopContainerCountByResource.py)
44+
45+
#### [getTopContainerCountByResourceNoAOs.py](/getTopContainerCountByResourceNoAOs.py)
46+
47+
#### [getTopContainers.py](/getTopContainers.py)
48+
3349
#### [getUrisAndIds.py](getUrisAndIds.py)
3450

3551
#### [postContainersFromCSV.py](/postContainersFromCSV.py)
@@ -42,3 +58,11 @@ This POST script will post new records to a generic API endpoint based the recor
4258
This POST script will overwrite existing ArchivesSpace records based the 'uri' and can be used with any ArchivesSpace record type (e.g. resource, accession, subject, agent_people, agent_corporate_entity, archival_object, etc.). It requires a properly formatted JSON file (specified where [JSON File] appears in the 'records' variable on line 13) for the particular ArchivesSpace record type you are trying to post.
4359

4460
#### [resourcesWithNoBibNum.py](/resourcesWithNoBibNum.py)
61+
62+
#### [searchForUnassociatedContainers.py](/searchForUnassociatedContainers.py)
63+
64+
#### [unpublishArchivalObjectsByResource.py](/unpublishArchivalObjectsByResource.py)
65+
66+
#### [updateFindingAidData.py](/updateFindingAidData.py)
67+
68+
#### [updateResourceWithCSV.py](/updateResourceWithCSV.py)

0 commit comments

Comments
 (0)