./security/py-pydeep, Python bindings for ssdeep

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2021Q1, Version: 0.4, Package name: py38-pydeep-0.4, Maintainer: pkgsrc-users

Python/C bindings for the ssdeep library at http://ssdeep.sourceforge.net:

* hash_buf / hash_bytes - returns the ssdeep hash for a given buffer
* hash_file - returns the ssdeep hash for filepath
* compare - returns the % match between 2 hashes

import pydeep
pydeep.hash_buf('somedata')
pydeep.hash_file('path-to-file')
pydeep.compare('hash1','hash2')


Master sites:

SHA1: 91609ac3d9a34dfcae961317060353e801ae1328
RMD160: 8ad08fba9fb13730cd57ae42f3ab8ee83f804229
Filesize: 1.983 KB

Version history: (Expand)