Scripts for summarizing and validating content on the Digital Production Hub, the UGA Libraries' centralized storage for digital objects that are not suitable for our digital preservation system.
Creative Commons Attribution Share Alike 4.0 International
Function accession_paths() currently skips folders known not to be accessions. Could switch to using accession_test() from collection_summary.py instead, which tests that something is an accession. It is more flexible this way, so archivists can make folders of any name for other work without impacting the script. Not as important for this script though, since it would just make an extra row in the report that could be ignored if something was incorrectly not skipped.
Function accession_paths() currently skips folders known not to be accessions. Could switch to using accession_test() from collection_summary.py instead, which tests that something is an accession. It is more flexible this way, so archivists can make folders of any name for other work without impacting the script. Not as important for this script though, since it would just make an extra row in the report that could be ignored if something was incorrectly not skipped.