From 6ca46fdae407b66cafe700afaca0c3c332abed7b Mon Sep 17 00:00:00 2001 From: Brenton Earl Date: Fri, 13 Nov 2015 18:16:44 +0700 Subject: python/python-clamd: Added (python interface to Clamav). Signed-off-by: Willy Sudiarto Raharjo --- python/python-clamd/README | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 python/python-clamd/README (limited to 'python/python-clamd/README') diff --git a/python/python-clamd/README b/python/python-clamd/README new file mode 100644 index 0000000000..0f572300f1 --- /dev/null +++ b/python/python-clamd/README @@ -0,0 +1,7 @@ +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. + +*NOTE* +Make sure that the Clamav daemon is running and that freshclam +has been ran to use this python module. -- cgit v1.2.3