Download List

專案描述

pyclamav is a module makes it possible to use
the free libclamav virus scanning library
within Python.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2008-04-16 17:41
0.4.1

This version is compatible with clamav release
0.93.
標籤: Minor security fixes

2007-02-15 19:38
0.4.0

Support for clamav 0.90. Due to the removal of cl_scanbuff from libclamav, pyclamav.scanthis() had to be removed. Using pyclamd instead of pyclamav is strongly encouraged.
標籤: Major security fixes

2006-04-23 13:53
0.3.3

A Python exception was added for when an error
occurs with the virus database. The /usr/local/lib
path was added to setup to avoid stupid
compilation path errors with libclamav not found.
標籤: Minor bugfixes

2006-02-07 14:06
0.3.2

An OpenBSD 3.8 compilation error caused by stat64 not being defined was fixed.
標籤: Minor bugfixes

2005-07-10 06:33
0.3.1

Some compilation warnings were corrected. pyclamav
now raises exceptions when something wrong occurs.
When scanfile is used with a directory given as an
argument, a ValueError exception is raised rather
than returning (0,''). Doctrings are now working.
"pyclamav.get_version" was corrected to return the
daily date and version. This has been tested with
clamav 0.86.1. A get_version method was added to
get the version of libclamav. Python prior to 2.3
is supported.
標籤: Major bugfixes

Project Resources