bagit-python icon indicating copy to clipboard operation
bagit-python copied to clipboard

Work with BagIt packages from Python.

Results 69 bagit-python issues
Sort by recently updated
recently updated
newest added

Is it possible to use bagit-python from the command line to update bag manifests? Or is that only possible through a python script? My workflow involved adding additional information to...

enhancement
parity-bagit-java

In the past bagit returned similar errors when anti-virus was running, but now completely removed, so not sure what these errors are about. Note, the attempted payload has almost 3000...

Based on @runderwood #92, but reimplemented within the current codebase to address #32 and #136 Major difference, this places every source within its own bag rather than combining bag, e.g....

enhancement
Needs Code Review
Needs Testing

Because bagit-python removes blank characters at the end of each manifest line, the in-memory representation of a filename like "path_with_space_at_the_end.txt " is "path_with_space_at_the_end.txt" which causes a completeness fail. https://github.com/LibraryOfCongress/bagit-python/blob/4b76c143e61d815043f1e8bdfbb159ce98f7d978/bagit.py#L669 I...

Hi, Should there be an argument to pass to `make_bag()` that adds a `Bag-Size` property automatically? That seems like an appropriate time to hook this in rather than trying to...

I've noticed that this library creates bags with version `0.97` still -- any reason it can't be bumped to 1.0?

I'm not sure if this wasn't included for some reason I'm not seeing, but this lets you use multiple cores when validating with the `is_valid()` method as a library. You...

We're running a bag on a folder full of media, some of which was shot on a Sony camera. Sony inserts a file into a folder inside the media folder...

Bagit-python currently assumes that a user owns the directory it is creating a bag in. We have a use case where a user needs to create a bag on an...