A web application for human-friendly exploration of Archivematica METS files.
http://bitarchivist.pythonanywhere.com/
All files uploaded to METSFlask are deleted after being read into the database. Database entries are deletable by all users at any time. That is to say - feel free to upload and view your own files! You can delete them from the web app as soon as you're done.
Home page:
AIP METS file view:
File detail view:
Requires Python 3.4+ or higher.
- Clone files and cd to directory:
git clone https://github.com/tw4l/METSFlask && cd METSFlask - Set up virtualenv:
virtualenv venv - Activate virtualenv:
source venv/bin/activate - Install requirements:
pip install -r requirements.txt - Create database:
chmod a+x db_create.py
./db_create.py - Run (on localhost, port 5000):
./run.py - Go to
localhost:5000in browser.
- Canadian Centre for Architecture
- Tessa Walsh
This project was initially developed in 2016-2017 for the Canadian Centre for Architecture by Tessa Walsh, Digital Archivist, as part of the development of the Archaeology of the Digital project.



