Path to this page:
./
security/py-pydeep,
Python bindings for ssdeep
Branch: pkgsrc-2017Q4,
Version: 0.2,
Package name: py27-pydeep-0.2,
Maintainer: pkgsrc-usersPython/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')
Required to run:[
lang/python27]
Required to build:[
pkgtools/cwrappers]
Master sites:
SHA1: 948a0dd5f8e3894ee8c11a6fd7b710a4b7542def
RMD160: 4b232bc55d9da0a0883a50ac9e260b35672baebd
Filesize: 1.606 KB
Version history: (Expand)
- (2018-01-02) Package added to pkgsrc.se, version py27-pydeep-0.2 (created)