Skip to main content

Clamd is a python interface to Clamd (Clamav daemon).

Project description

clamd

travis build status

About

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/

Usage

To use with a unix socket:

>>> import clamd
>>> cd = clamd.ClamdUnixSocket()
>>> cd.ping()
'PONG'
>>> cd.version()                             # doctest: +ELLIPSIS
'ClamAV ...
>>> cd.reload()
'RELOADING'

To scan a file:

>>> open('/tmp/EICAR','wb').write(clamd.EICAR)
>>> cd.scan('/tmp/EICAR')
{'/tmp/EICAR': ('FOUND', 'Eicar-Test-Signature')}

To scan a stream:

>>> from six import BytesIO
>>> cd.instream(BytesIO(clamd.EICAR))
{'stream': ('FOUND', 'Eicar-Test-Signature')}

License

clamd is released as open-source software under the LGPL license.

clamd Install

How to install the ClamAV daemon clamd under Ubuntu:

sudo apt-get install clamav-daemon clamav-freshclam clamav-unofficial-sigs
sudo freshclam
sudo service clamav-daemon start

Changes

1.0.2 (2014-08-21)

  • Remove all dependencies. clamd is now standalone!

  • Use plain setuptools no d2to1.

  • Create universal wheel.

1.0.1 (2013-03-06)

  • Updated d2to1 dependency

1.0.0 (2013-02-08)

  • Change public interface, including exceptions

  • Support Python 3.3, withdraw 2.5 support

0.3.4 (2013-02-01)

  • Use regex to parse file status reponse instead of complicated string split/join

0.3.3 (2013-01-28)

  • First version of clamd that can be installed from PyPI

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

clamd-1.0.2.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

clamd-1.0.2-py2.py3-none-any.whl (6.7 kB view details)

Uploaded Python 2 Python 3

File details

Details for the file clamd-1.0.2.tar.gz.

File metadata

  • Download URL: clamd-1.0.2.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for clamd-1.0.2.tar.gz
Algorithm Hash digest
SHA256 d82a2fd814684a35a1b31feadafb2e69c8ebde9403613f6bdaa5d877c0f29560
MD5 637f1d44a60a511544b6bd0bcb817f8a
BLAKE2b-256 148b55332f1f79f28a5ccc50f66364087e64fae8e4ed62e52007ca82b3072221

See more details on using hashes here.

File details

Details for the file clamd-1.0.2-py2.py3-none-any.whl.

File metadata

File hashes

Hashes for clamd-1.0.2-py2.py3-none-any.whl
Algorithm Hash digest
SHA256 5c32546b7d1eb00fd6be00a889d79e00fbf980ed082826ccfa369bce3dcff5e7
MD5 355f5210a2a4096a3fd88aeb9e41630c
BLAKE2b-256 3dd084614de2a53ad52370adc9f9260bea420e53e0c228a248ec0eacfa65ccbb

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page