uga-libraries / general-aip

This is the general workflow to make archival information packages (AIPs) that are ready for ingest into the UGA Libraries' digital preservation system (ARCHive). The workflow organizes files, extracts and formats metadata, and packages the files. It may be used for any combination of file formats.
Creative Commons Attribution Share Alike 4.0 International
4 stars 0 forks source link

Replace md5deep with python library hashlib #25

Open amhanson9 opened 6 months ago

amhanson9 commented 6 months ago

Eliminates a dependency and simplifies the configuration file. However, need to work on using the block option because I was running into memory errors with WARCs. https://stackoverflow.com/questions/3431825/generating-an-md5-checksum-of-a-file

amhanson9 commented 2 weeks ago

Alternative: https://github.com/uga-libraries/unpack-aips uses tarfile