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

Automatic bagit'ing. #8

Open
cudevmaxwell opened this issue Aug 6, 2015 · 1 comment
Open

Automatic bagit'ing. #8

cudevmaxwell opened this issue Aug 6, 2015 · 1 comment

Comments

@cudevmaxwell
Copy link

Do we want to turn on an option to automatically create zip'd bagit formatted subdirectories?

For example:

/archive_directory/
    project1
        logo
        readme
    project2
        logo
        readme
        doc
    project3
        images
            1.jpg
            2.jpg
swiftbulkupload prepare --bagit /archive_directory/
swiftbulkupload upload bagit_container

And have bagit_container have:

project1.bagit.zip
project2.bagit.zip
project3.bagit.zip

Or should that be done with another utility? Might be out of scope.

@ruebot
Copy link
Contributor

ruebot commented Aug 14, 2015

We could incorporate the Library of Congress python bagit library: https://github.com/libraryofcongress/bagit-python

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants