Source: python-pydeep
Section: python
Priority: optional
Maintainer: Raphaël Hertzog <buxy@kali.org>
Build-Depends: debhelper (>= 9), python-all-dev, libfuzzy-dev
Standards-Version: 3.9.4
Homepage: https://github.com/kbandla/pydeep
Vcs-Git: git://git.kali.org/packages/python-pydeep.git
Vcs-Browser: http://git.kali.org/gitweb/?p=packages/python-pydeep.git;a=summary

Package: python-pydeep
Architecture: any
Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
Provides: ${python:Provides}
Description: Python extension for the ssdeep library
 ssdeep is a program for computing context triggered piecewise hashes (CTPH).
 Also called fuzzy hashes, CTPH can match inputs that have homologies. Such
 inputs have sequences of identical bytes in the same order, although bytes in
 between these sequences may be different in both content and length.
 .
 This package provides a Python extension on top of libfuzzy.
