Metadata-Version: 1.1
Name: clamav
Version: 0.2
Summary: A Python interface to ClamAV.
Home-page: UNKNOWN
Author: Ryan Gonzalez
Author-email: kirbyfan64sos@gmail.com
License: UNKNOWN
Description: 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 <https://pypi.python.org/pypi/clamav>`_
        - `GitHub <https://github.com/kirbyfan64/clamav-python>`_
        - `Issue tracker <https://github.com/kirbyfan64/clamav-python/issues>`_
        
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 3
Requires: cffi
