Downloadliste

Projektbeschreibung

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

Systemanforderungen

Die Systemvoraussetzungen sind nicht definiert
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

Diese Version ist mit clamav Release 0,93 kompatibel.
Tags: Minor security fixes
This version is compatible with clamav release
0.93.

2007-02-15 19:38
0.4.0

Support für clamav 0.90. Durch die Beseitigung von cl_scanbuff von libclamav, pyclamav.scanthis () musste entfernt werden. Nutzen statt pyclamav pyclamd ist ausdrücklich erwünscht.
Tags: Major security fixes
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.

2006-04-23 13:53
0.3.3

Eine Python-Ausnahme wurde nur für, wenn ein Fehler auftritt, mit der Viren-Datenbank aufgenommen. Das Verzeichnis / usr / local / lib-Pfad wurde hinzugefügt, um Setup dumm Zusammenstellung Weg mit libclamav Fehler zu vermeiden nicht gefunden.
Tags: Minor bugfixes
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.

2006-02-07 14:06
0.3.2

Ein OpenBSD 3.8 Kompilierungsfehler von stat64 nicht definiert verursacht wurde behoben.
Tags: Minor bugfixes
An OpenBSD 3.8 compilation error caused by stat64 not being defined was fixed.

2005-07-10 06:33
0.3.1

Einige Zusammenstellung Warnungen wurden korrigiert. pyclamav wirft jetzt Ausnahmen, wenn etwas schief auftritt. Wenn ScanFile mit einem Verzeichnis als Argument, eine Ausnahme gegeben ValueError verwendet wird, ist eher als Rückkehr (0 ,''). erhöht Doctrings jetzt arbeiten. "Pyclamav.get_version" wurde korrigiert, um den täglichen Datum und Version zurückkehren. Dies wurde mit clamav 0.86.1 getestet. Ein get_Version Methode wurde hinzugefügt, um die Version von libclamav erhalten. Python 2.3 ist vor unterstützt.
Tags: Major bugfixes
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.

Project Resources