Metadata-Version: 1.0
Name: DLNetSNMP
Version: 0.4.1
Summary: A small but complete NetSNMP ctypes wrapper.
Home-page: http://www.dlevel.com/products/opensource/dlnetsnmp
Author: Alessandro Iob
Author-email: alessandro.iob@dlevel.com
License: GPL
Description: DLNetSNMP is a Python ctypes wrapper for the NetSNMP library written.
        It provides:
        - Synchronous and asynchronous "get", "getbulk", "walk" and "set" operations.
        - MIBs management: set/get MIBs paths, load new MIBs, get OID descriptions
        from MIBs, oid to name (and vice versa) translation tools.
        - Session management, internal asynchronous events management, pluggable logger
        and meaningful error reporting.
        - Multi-platform: runs under Linux (and I think other Unixes also), Windows and OS X.
        
Keywords: snmp dlevel dlnetsnmp
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Environment :: Console
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: GNU General Public License (GPL)
Classifier: Topic :: Internet
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows :: Windows NT/2000
