util API reference

taxadb2.util.md5_check(file, block_size=32768)

Check the md5 of files large or small

Parameters:
  • file (str) – input file

  • block_size (int) – block_size for the file chunks. Default = 256*128