diff options
author | Brenton Earl <brent@exitstatusone.com> | 2015-11-13 18:16:44 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-11-13 18:16:44 +0700 |
commit | 6ca46fdae407b66cafe700afaca0c3c332abed7b (patch) | |
tree | 6701249d715dcc39c64942eded2441521424075e /python/python-clamd/README | |
parent | bd8dc9f8a73d531cffaa3bd25b036982d0dc308d (diff) | |
download | slackbuilds-6ca46fdae407b66cafe700afaca0c3c332abed7b.tar.gz |
python/python-clamd: Added (python interface to Clamav).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python-clamd/README')
-rw-r--r-- | python/python-clamd/README | 7 |
1 files changed, 7 insertions, 0 deletions
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. |