Source: python-clamd
Section: python
Priority: extra
Maintainer: Devon Kearns <dookie@kali.org>
Build-Depends: debhelper (>= 8.0.0), python-all, python-setuptools, python-d2to1
Standards-Version: 3.9.3
Homepage: https://github.com/graingert/python-clamd
Vcs-Git: ssh://git@git.kali.org/packages/python-clamd.git
Vcs-Browser: http://git.kali.org/gitweb?p=packages/python-clamd.git;a=summary
XS-Python-Version: all

Package: python-clamd
Architecture: all
Depends: ${Python:Depends}, ${misc:Depends}, python-d2to1
Suggests: clamav-daemon, clamav-freshclam, clamav-unofficial-sigs
XB-Python-Version: ${python:Versions}
Description: Python interface to Clamd
 clamd is a portable Python module to use the ClamAV anti-virus engine on 
 Windows, Linux, MacOSX and other platforms. It requires a running instance of 
 the clamd daemon.
 .
 This is a fork of pyClamd v0.2.0 created by Philippe Lagadec and published on 
 his website: http://www.decalage.info/en/python/pyclamd which in turn is a 
 slightly improved version of pyClamd v0.1.1 created by Alexandre Norman and 
 published on his website: http://xael.org/norman/python/pyclamd/
