bagit-python
bagit-python copied to clipboard
Work with BagIt packages from Python.
Currently the module only allows one to do what the LOC Java library calls "bag in place". It would be very useful to have built-in the ability to specify one...
Unable to get Bagger working on my machine (work laptop), but can run bagit-python, but need to use a custom bagit profile. Thanks!
When creating a new bag, `make_bag()` takes the bag directory as argument. It assumes the current content of this bag directory to be the payload. It creates a new subdirectory...
It should be possible to provide bag configuration data (--source-organizatio=..., etc.) from one (or more) configuration files (like, INI files). This simplifies several tasks for bag creators/providers. Existing command-line options...
This is for #161 I ended up noticing a couple of bugs and unclear behaviors, mostly around completeness tests. I changed the requirement for `--processes` to 1 or more since...
A couple years ago I wanted to add CLI tests. > > @acdha is it okay if I add tests to cover the CLI? It would have caught the bug...
Fixing validation bug - oxum validation was outside the if fast condition, so validation was *always* defaulting to fast
Hey, we building a large scale data preservation service, and we are using bagit for data validation purposes. we currently run into the issue that multiprocessed bagit.validate runs sometimes into...
small change to move away from the deprecated `pkg_resources` `importlib.metadata` is not supported in 3.7, which is still supported by bagit-python. The library also doesn't have an exception class but...