Release 0.3.0
This release bring a couple of new features plus some fixes. Most importantly:
- The
mibcopy
tool implemented to copy MIB modules from files with potentially messed up names into a directory under canonical MIB names picking up the latest MIB revision along the way. - ZIP archive reader implemented to pull ASN.1 MIB files from .zip archives pretty much in the same way as from plain directories
- HTTP/S proxy support added (through respecting
http_proxy
environment variable) by switching fromhttplib
tourllib2
internally
Full change log can be seen here.