| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2022-01-10 | py-pydeep: convert to egg.mk | wiz | 1 | -2/+3 | |
| 2019-12-15 | py-pydeep: updated to 0.4 | adam | 1 | -4/+4 | |
| 0.4: Unknown changes | |||||
| 2017-09-16 | Reset maintainer | wiz | 1 | -2/+2 | |
| 2016-06-08 | Switch to MASTER_SITES_PYPI. | wiz | 1 | -2/+2 | |
| 2014-06-02 | Import py27-pydeep-0.2 as security/py-pydeep. | rodent | 1 | -0/+15 | |
| 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') | |||||
