File: PKG-INFO

package info (click to toggle)
pyagentx 0.4.1-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 200 kB
  • sloc: python: 818; sh: 15; makefile: 3
file content (33 lines) | stat: -rw-r--r-- 1,179 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Metadata-Version: 1.1
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
Description: 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
        
        
Keywords: snmp network agentx
Platform: UNKNOWN
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