summaryrefslogtreecommitdiff
path: root/dedup/filemagic.py
AgeCommit message (Collapse)Author
2023-05-09add type annotations to most of the codeHEADmasterHelmut Grohne
2020-02-16drop support for Python 2.xHelmut Grohne
2018-06-25adapt to python3-magic/2:0.4.15-1 APIHelmut Grohne
2017-09-23add module dedup.filemagicHelmut 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.