Download Latest Version V2.0.1 source code.zip (997.5 kB)
Email in envelope

Get an email when there's a new version of ezsnmp

Home / v2.0.0b2
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-02-20 2.2 kB
V2.0.0b2 source code.tar.gz 2025-02-20 808.0 kB
v2.0.0b2 source code.tar.gz 2025-02-20 808.0 kB
V2.0.0b2 source code.zip 2025-02-20 966.5 kB
v2.0.0b2 source code.zip 2025-02-20 966.5 kB
Totals: 5 Items   3.6 MB 0

Summary

With the third stable beta of Version 2.0.0, we have swapped the EzSnmp Exceptions to all inherit from the Generic one and not Exception. We have updated documentation with a migration guide and updated various python3 doc strings. We have introduced five new session parameters:

:::python3
        :param load_mibs: Comma-separated string of MIB modules to load.
        :type load_mibs: str
        :param mib_directories: Comma-separated string of directories to search for MIB files.
        :type mib_directories: str
        :param print_enums_numerically: Whether to print enums numerically.
        :type print_enums_numerically: bool
        :param print_full_oids: Whether to print full OIDs.
        :type print_full_oids: bool
        :param print_oids_numerically: Whether to print OIDs numerically.
        :type print_oids_numerically: bool

Test this in your production/developer environments. If you find issues, please submit an issue, If you can fix the issue submitted, thanks in advance!

Documentation for V2.0.0 can be found here - https://carlkidcrypto.github.io/ezsnmp/html/index.html

Allow a few hours after this post for files to become available via pip.

Happy Testing/Using!

What's Changed

Full Changelog: https://github.com/carlkidcrypto/ezsnmp/compare/v2.0.0b1...v2.0.0b2

Download ezsnmp

https://pypi.org/project/ezsnmp/2.0.0b2

Source: README.md, updated 2025-02-20