Source: python-netsnmpagent
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Salvo 'LtWorf' Tomaselli <ltworf@debian.org>
Build-Depends:
 debhelper (>= 13),
 dh-python,
 python3-all:any,
 python3-setuptools,
 debhelper-compat (= 13),
 libsnmp-dev,
Standards-Version: 4.6.2
Homepage: https://github.com/pief/python-netsnmpagent
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-netsnmpagent
Vcs-Git: https://salsa.debian.org/python-team/packages/python-netsnmpagent.git
Rules-Requires-Root: no

Package: python3-netsnmpagent
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}, ${lib:Depends}
Description: Allows writing SNMP (AgentX) subagents in Python
 The Simple Network Management Protocol (SNMP) provides a framework
 for the exchange of management information between agents (servers)
 and clients.
 .
 This module offers a Python API to use of libsnmp, which no longer
 has python bindings.
