GithubHelp home page GithubHelp logo

johngostick / metsflask Goto Github PK

View Code? Open in Web Editor NEW

This project forked from tw4l/metsflask

0.0 0.0 0.0 12.71 MB

A web application for human-friendly exploration of Archivematica METS files

License: MIT License

Python 55.61% HTML 44.39%

metsflask's Introduction

METSFlask

A web application for human-friendly exploration of Archivematica METS files.

Live site (try it out!):

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.

Screenshots

Home page:

index

AIP METS file view:

aip

aip_1

File detail view:

detail

Install locally (dev):

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:5000 in browser.

Creators

  • 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.

metsflask's People

Contributors

tw4l avatar ablwr avatar gehurley avatar hamidzr avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.