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.0b3
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2025-03-28 3.5 kB
V2.0.0b3 source code.tar.gz 2025-03-28 823.3 kB
V2.0.0b3 source code.zip 2025-03-28 984.6 kB
Totals: 3 Items   1.8 MB 0

Summary

Version 2.0.0 beta 4 enhances backward compatibility with V1.X.X by allowing certain parameters to accept both string and integer inputs, aligning with V1.0.0's behavior. Additionally, numerous unit test updates have been implemented to resolve bugs and improve code coverage.

:::python
def __init__(
        self,
        ...
        port_number: Union[str, int] = "",
        version: Union[str, int] = "3",
        ...
        retries: Union[str, int] = "3",
        timeout: Union[str, int] = "1",
        ...
    ):

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.0b2...v2.0.0b3

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

Download ezsnmp

Source: README.md, updated 2025-03-28