Skip to content
forked from ranguli/clammy

A Python interface to clamd, enabling you to add virus detection capabilities to your software in an efficient and easy way.

Notifications You must be signed in to change notification settings

DemandLogic/clammy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

clammy

About

clammy is a Python wrapper library for the ClamAV daemon, clamd, making it simple to implement anti-virus functionality into your project. This is a modern fork of graingert/python-clamd .

License

clammy is released as open-source software under the LGPL license in following with the license of the original fork.

Installation

Installing the ClamAV daemon (clamd)

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

Installing clammy

pip install clammy

About

A Python interface to clamd, enabling you to add virus detection capabilities to your software in an efficient and easy way.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%