Metadata-Version: 1.1
Name: pyavdesk
Version: 1.0.1
Summary: pyavdesk is a Python wrapper for dwavdapi C library to manipulate Dr.Web AV-Desk server resources.
Home-page: http://www.drweb.com
Author: Doctor Web, Ltd.
Author-email: support@drweb.com
License: UNKNOWN
Description: Dr.Web pyavdesk
        ===============
        
        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.
        
        Internally pyavdesk uses `dwavdapi` library to make a dialog with AV-Desk server through its XML API.
        
        
        Installation
        ------------
        
        Execute `> python setup.py install` from command line.
        Note: this command requires python-setuptools package to be installed in advance.
        
        
        Documentation
        -------------
        
        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
        ---------
        
        Copyright (c) 2003-2013, Doctor Web, Ltd.
        
        Dr.Web pyavdesk is distributed under the license available from LICENSE file provided
        with the source code.
        
        
        --
        http://www.drweb.com
        http://www.av-desk.com
        
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Other Environment
Classifier: Intended Audience :: Developers
Classifier: License :: Other/Proprietary License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
