项目作者: ppw0

项目描述 :
find file and folder duplicates quickly
高级语言: Python
项目地址: git://github.com/ppw0/finddup.git
创建时间: 2018-11-13T13:07:32Z
项目社区:https://github.com/ppw0/finddup

开源协议:Apache License 2.0

下载


finddup

find file and folder duplicates quickly

  • group.py helper module
  • filedup.py hashes all files to find dupes (from https://www.pythoncentral.io/finding-duplicate-files-with-python/)
  • folddup.py finds duplicate subfolders using pairwise comparison
    • folddup_m.py uses multiprocessing and tries to avoid unnecessary computation
  • folddup_h.py finds duplicate subfolders by hashing everything