checksumdir
checksumdir copied to clipboard
Simple package to compute a single deterministic hash of the file contents of a directory.
Use of pkg_resources is discouraged in favor of importlib.resources and importlib.metadata. importlib.metadata is used in this commit to get the version string from the pyproject.toml package configuration. This PR closes...
Please, implement a possibility to calculate a checksum for a single file. I know that there are other tools for that, but there are no utilities which can do a...
Hi @cakepietoast , I tried this library for testing my own hashsum script if it works correctly. But there were mismatches in various situations. I found it encodes hash values...
Also added debug option
Hi, Your tool is helpful for us which extends the functionality of default hash tools in Linux which is just for files. We need an additional functionality as a favor...
Hello there @cakepietoast, I just want to know if there are plans to support currently opened issues & PR or this lib will continue unsupported. Thanks
crc32 is faster than other included hashes and often it is good enough.
I am trying to package an app utilizing this library using [PyOxidizer](https://github.com/indygreg/PyOxidizer). PyOxidizer doesn't support pkg_resources per [issue](https://github.com/indygreg/PyOxidizer/issues/378). If you are interested in changing to something else, I would be...
https://packaging.python.org/tutorials/packaging-projects/ It is not possible to install the development version of this project via pip (requirements.txt) because this repository does not have the setup.py script. # requirements.txt https://github.com/cakepietoast/checksumdir/archive/master.zip
Due to this commit we might be sure that the folder structure is considered different when files are in the different subdirectories. For example: Environment: ``` > mkdir -p /tmp/subdir...