summaryrefslogtreecommitdiff
path: root/security/py-pydeep/PLIST
AgeCommit message (Collapse)AuthorFilesLines
2022-01-19*: fix for python 3.xwiz1-2/+6
2022-01-14*: python2 egg files are back, add them to the PLISTswiz1-5/+2
2022-01-10py-pydeep: convert to egg.mkwiz1-2/+5
2014-06-02Import py27-pydeep-0.2 as security/py-pydeep.rodent1-0/+3
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')