Metadata-Version: 2.4
Name: pyagentx
Version: 0.4.1
Summary: AgentX package to extend SNMP with pure Python
Home-page: https://github.com/rayed/pyagentx
Author: Rayed Alrashed
Author-email: rayed@rayed.com
License: BSD
Keywords: snmp network agentx
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: BSD License
Classifier: Environment :: No Input/Output (Daemon)
Classifier: Topic :: System :: Monitoring
Classifier: Topic :: System :: Networking
Classifier: Programming Language :: Python
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Intended Audience :: Telecommunications Industry
License-File: LICENSE.txt
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: keywords
Dynamic: license
Dynamic: license-file
Dynamic: summary

PyAgentX
--------------------
pyagentx is a pure Python implementation of AgentX protocol (RFC 2741), it
will allow you to extend SNMP agent (snmpd) by writing AgentX subagents,
without modifying your original SNMP agent.

The agent can support the following commands:
- snmpget
- snmpwalk
- snmptable
- snmpset

