https://github.com/refi64/clamav-python
A simple set of ClamAV bindings for Python using CFFI.
https://github.com/refi64/clamav-python
Last synced: 6 months ago
JSON representation
A simple set of ClamAV bindings for Python using CFFI.
- Host: GitHub
- URL: https://github.com/refi64/clamav-python
- Owner: refi64
- License: bsd-3-clause
- Created: 2014-04-03T01:12:46.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-05-15T02:14:56.000Z (about 12 years ago)
- Last Synced: 2024-10-08T17:08:28.081Z (over 1 year ago)
- Language: Python
- Size: 148 KB
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
ClamAV for Python
=================
ClamAV for Python lets you use the libclamav scanning engine from Python.
Why?
****
pyClamAV was abandoned in favor of pyClamd, which never worked for me well under Windows. As a result, I decided to roll my own bindings.
Requirements
************
- CFFI
- libclamav
Documentation
*************
There isn't any documentation right now, but the source shouldn't be difficult to read. Also check out ex.py, a simple example of how to use the engine.
Links
*****
- `PyPI `_
- `GitHub `_
- `Issue tracker `_