util API reference

taxadb.util.md5_check(file, block_size=32768)[source]

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