[pysnmp-users] ANN: pysnmp renovation (release 4.3.0)
Brought to you by:
elie
From: Ilya E. <il...@gl...> - 2015-09-28 16:13:57
|
Dear fellow Pythonistas, This is to let you know that pysnmp 4.3.0 has just arrived! This release brings many significant features: * Pure-Python, automatic MIB parsing. No smidump hassles anymore! * Rewritten synchronous high-level interface: walking SNMP agent becomes a matter of exhausting Python generator! * Rewritten Twisted interface: now it is also high-level! * Shiny new high-level asyncio/trollius interfaces! Async code becomes synchronous again (only at the first glance). * Quite a lot of long-pending fixes finally went live! Finally, proper Sphinx documentation now accompanies important pieces of the code. It’s all on the web site: http://pysnmp.sf.net <http://pysnmp.sf.net/> Enjoy! ;-) |