We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
We could incorporate the Library of Congress python bagit library: https://github.com/libraryofcongress/bagit-python
Sorry, something went wrong.
No branches or pull requests
Do we want to turn on an option to automatically create zip'd bagit formatted subdirectories?
For example:
And have bagit_container have:
Or should that be done with another utility? Might be out of scope.
The text was updated successfully, but these errors were encountered: