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

Python module and CLI for hashing of file system directories based on the Dirhash Standard.

Results 14 dirhash-python issues
Sort by recently updated
recently updated
newest added

This change allows control over which tests should be run from the command line. https://tox.wiki/en/latest/example/general.html#interactively-passing-positional-arguments

The `test_ignore_hidden_files` test is broken when used with `pathspec` >= 0.10.0. I'm not sure if this was a regression in that package or a bugfix. ``` self = def test_ignore_hidden_files(self):...

In using this library, the interaction between the ignore patters and empty dir seems counterintuitive and does not produce the results I expect (although it does seem consistent with the...

Hello, I'm currently trying to upload a package that my company is writing to conda-forge, which depends on `dirhash`. It doesn't seem like this package is uploaded to conda-forge, so...

it seems that `--ignore` doesn't take in consideration the full path of the file, so it's impossible to exclude a sub-directory. So it's not really a "glob/.gitignore match" as documented,...

adler32 is faster than other included hashes and often it is good enough. crc32 is similar but not that fast.

1. It brakes the code if `setuptools` package is not installed and 2. It is also unused, since you're getting the version directly from a separate file: ``` from dirhash.version...

Unfortunately, I've had zero time to maintain this library since it was created as a small hobby project (together with https://github.com/andhus/dirhash and https://github.com/andhus/scantree). I see that it is used by...

It would be handy to obtain an aggregate of the information that `dirhash` used to compute the final hash for the root directory. For example, in the form of a...

It would be handy if dirhash was aware of any revision control system in effect for any subpaths it crawls through. For example, this could allow for `dirhash` to automatically...