Metadata-Version: 1.1
Name: oid_translate
Version: 0.1.1
Summary: Python OID/MIB Name Translator
Home-page: https://github.com/dropbox/oid_translate
Author: Gary M. Josack
Author-email: gary@dropbox.com
License: Apache
Download-URL: https://github.com/dropbox/oid_translate/archive/master.tar.gz
Description: oid\_translate
        ==============
        
        Description
        ~~~~~~~~~~~
        
        This is a light wrapper around a C library (netsnmp) to allow quick
        translations between OID and MIB Names in Python.
        
        Installation
        ~~~~~~~~~~~~
        
        New versions will be updated to PyPI pretty regularly so it should be as
        easy as:
        
        ::
        
            pip install oid_translate
        
        
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
