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

Defaults have updated from md5 to SHA256 and SHA512. Wasn't sure if I should put a dash after the SHA or make not!

This is a fix for #193 and uses an alternative method `(os.mkdir`) instead of `tempfile.mkdtemp ` to work correctly with domain-joined windows accounts with regards to permissions. I'm very open...

We have been bagging on network shares lately using bagit-python as opposed to working on local forensic workstations. As a result, some new issues have arisen, largely with bagit failing...

I saw a "TODO" in the code regarding a redundant `os.walk` operation when checking whether a Bag can actually be created or not, which this pull request addresses. I've combined...

hello :) making some bags in testing, getting a `DeprecationWarning`: ``` tests/test_validation.py: 81 warnings .venv/bin/bagit.py:1412: DeprecationWarning: 'count' is passed as positional argument s = re.sub(r"%0D", "\r", s, re.IGNORECASE) tests/test_validation.py: 81...

This commit includes changes to remove the use of setup.py and setuptools in favor of using the existing pyproject.toml and hatch. A source layout was chosen, which required several changes...

In #186 I describe the unwanted creation of nested bags. This PR also closes the issue. Currently it is not transparent that a nested bag is created. Because it may...

When creating a bag of bag I would expect a warning or confirmation if I really want to create a bag of a bag. In general it should be possible...

The GH Pages site loads over HTTPS by default which means the CC0 icon will be blocked by browser mixed content policies. This uses a new HTTP URL and also...