Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-09 | add type annotations to most of the codeHEADmaster | Helmut Grohne | |
2020-02-16 | drop support for Python 2.x | Helmut Grohne | |
2018-06-25 | adapt to python3-magic/2:0.4.15-1 API | Helmut Grohne | |
2017-09-23 | add module dedup.filemagic | Helmut Grohne | |
This module is not used anywhere and thus its dependency on python3-magic is not recorded in the README. It can be used to guess the file type by looking at the contents using file magic. It is not a typical hash function, but it can be used for repurposing dedup for other analysers. |