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
|
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.
|