Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add yapremisrw2, yet another PREMIS reader/writer plugin #34

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Nov 11, 2017

  1. Configuration menu
    Copy the full SHA
    ea868f3 View commit details
    Browse the repository at this point in the history
  2. Add yapremisrw, Yet Another PREMIS reader/writer

    Added yapremisrw, yet another PREMIS reader/writer plugin. This was based on
    previous work by mcantelon. It has been rebased against current master and
    modified minimally to make it a dependency (plugin) injectable into
    `metsrw.fsentry.FSEntry`.
    jrwdunham committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    ee177cf View commit details
    Browse the repository at this point in the history
  3. Bump version to 0.2.1

    jrwdunham committed Nov 11, 2017
    Configuration menu
    Copy the full SHA
    804a295 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2017

  1. Improve version retrieval in setup.py again

    Also moved tests/plugins/dc to tests/plugins/dcrw to be consistent with
    metsrw/plugins.
    jrwdunham committed Nov 13, 2017
    Configuration menu
    Copy the full SHA
    afa67e2 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2017

  1. Allow fsentry instances with no amdSecs

    Before this, calling `get_subsections_of_type` could raise `IndexError`
    if the `FSEntry` instance had no amdSecs.
    jrwdunham committed Nov 29, 2017
    Configuration menu
    Copy the full SHA
    13d78b1 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2017

  1. WIP: code review fixes

    jrwdunham committed Dec 15, 2017
    Configuration menu
    Copy the full SHA
    55a394e View commit details
    Browse the repository at this point in the history