Source: pyagentx
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Valentin Vidic <vvidic@debian.org>
Build-Depends: debhelper (>= 11),
               dh-python,
               python3-all,
               python3-setuptools,
Standards-Version: 4.2.1
Homepage: https://github.com/rayed/pyagentx
Vcs-Git: https://salsa.debian.org/python-team/modules/pyagentx.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/pyagentx

Package: python3-pyagentx
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: AgentX package to extend SNMP with pure Python
 Pure Python implementation of AgentX protocol (RFC 2741) allowing
 you to extend SNMP agent (snmpd) by writing AgentX subagents.
 .
 The agent can support the following commands:
  - snmpget
  - snmpwalk
  - snmptable
  - snmpset
