Skip to content

Commit

Permalink
more links and fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilya Etingof committed Mar 25, 2017
1 parent 9299bb4 commit e84d3e0
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,11 @@ SNMP MIB parser
[![Coverage Status](https://img.shields.io/codecov/c/github/etingof/pysmi.svg)](https://codecov.io/github/etingof/pysmi)
[![GitHub license](https://img.shields.io/badge/license-BSD-blue.svg)](https://raw.githubusercontent.com/etingof/pysmi/master/LICENSE.rst)

PySMI is a pure-Python implementation of SNMP SMI MIB parser. This tool
is designed to turn ASN.1 MIBs into various formats. As of this moment, JSON and
[pysnmp](https://github.com/etingof/pysnmp) modules can be generated from ASN.1 MIBs.
PySMI is a pure-Python implementation of
[SNMP SMI](https://en.wikipedia.org/wiki/Management_information_base) MIB parser.
This tool is designed to turn ASN.1 MIBs into various formats. As of this moment,
JSON and [pysnmp](https://github.com/etingof/pysnmp) modules can be generated
from ASN.1 MIBs.

Features
--------
Expand Down Expand Up @@ -104,7 +106,6 @@ would hold information such as:
"1993-11-08 21:55"
]
},
...
"ifTestTable": {
"name": "ifTestTable",
Expand Down

0 comments on commit e84d3e0

Please sign in to comment.