Dr.Web pyavdesk (python-avdesk) is a Python module, wrapping Dr.Web dwavdapi C library to introduce simple yet powerful interface to manipulate Dr.Web AV-Desk server resources from within your Python code, making integration of third-party applications with AV-Desk as easy as possible.
- Python 2.6+
- Dr.Web AV-Desk - http://ru.av-desk.com/support/demo/?lng=en
- Dr.Web dwavdapi library - http://download.geo.drweb.com/pub/drweb/avd/libs/libdwavdapi/
- PIP or setuptools (to install pyavdesk package)
Execute from the command line:
> pip install pyavdesk
Note: this command requires python-pip package to be installed in advance.
OR
Execute from the command line:
> python setup.py install
Note: this command requires python-setuptools package to be installed in advance.
API documentation is available at https://drweb-pyavdesk.readthedocs.org/.
Dr.Web pyavdesk uses python-sphinx for API documentation builds: use make <build_format_name> in docs/ directory to build documentation from sources.
Copyright (c) 2003-2013, Doctor Web, Ltd.
Dr.Web pyavdesk is distributed under the license available from LICENSE file provided with the source code.