Tessa Walsh
Tessa Walsh
Flask, SQLAlchemy, sqlalchemy-migrate
Move from one single model containing pickled `metslist` to multi-table schema with appropriate foreign key contstraints (likely models: `METSFile`, `DCMetadata`, `FSEntry`, `PREMISEvent`). Moving to a better-designed and normalized multi-table structure...
Replace custom code in METSFlask/parsemets.py with Artefactual's [mets-reader-writer](https://mets-reader-writer.readthedocs.io/en/latest/) where possible. mets-reader-writer API documented here: https://mets-reader-writer.readthedocs.io/en/latest/
* Which formats to start with? * Define values to be extracted for each tool * Possibility: rather than hard-coding values, loop through each found value and save both key...
Fixes #859 ## Description Modifies the output of POST canonicalization query strings in pywb to use native JSON values for booleans, numbers, and null, rather than a string representation of...
Now that we have at long last stopped supporting Python 2 in pywb, there's a fair amount of code dedicated to maintaining compatibility between Python 2 and Python 3 that...
In https://github.com/webrecorder/pywb/pull/839, we decided to continue supporting Python 3.7 for the next release, which resulted in pinning a few older dependencies. When we're ready for the next release following to...
Disks with multiple volumes/partitions ([see test images](http://www.dftt.org/test14/)) may only have files exported from one volume, depending on what tsk_recover is able to do.
* E01 disk image * HFS disk * UDF disk