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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
According to BagIt spec 16 a bag is complete when:
bagit.txt
data/
manifest-<alg>.txt
A bag is valid when:
Implement methods bag.isComplete and bag.isValid according to the statements above.
bag.isComplete
bag.isValid
The text was updated successfully, but these errors were encountered:
rvanheest
No branches or pull requests
According to BagIt spec 16 a bag is complete when:
bagit.txt
,data/
,manifest-<alg>.txt
)A bag is valid when:
Implement methods
bag.isComplete
andbag.isValid
according to the statements above.The text was updated successfully, but these errors were encountered: