ANN: first stable pysnmp release

Ilya Etingof ilya at glas.net
Mon Nov 7 16:50:10 CET 2011


I'm pleased to announce the first stable release of the pysnmp
library -- fully-featured, standards compliant SNMP engine coded in
pure Python.

   http://sourceforge.net/projects/pysnmp/

The pysnmp library is designed to be easy to use for a simple matters, 
yet flexible enough to handle enterprise-grade network management
operations.

The built-in SNMP engine can talk SNMP v1, v2c and v3, and act
Manager, Agent and Proxy roles. The whole system is designed to
fit into an asynchronous I/O framework (asyncore and Twisted are
readily supported).

The library is shipped along with a programmer's tutorial:

   http://pysnmp.sourceforge.net/

and a collection of command-line SNMP management tools.

The whole codebase has been tested with Python 2.4 through 3.2 on Linux,
Windows and MacOS systems.

-ilya


More information about the Python-announce-list mailing list