File: control

package info (click to toggle)
python-netsnmpagent 0.6.0-6
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 340 kB
  • sloc: python: 1,200; sh: 172; makefile: 6
file content (30 lines) | stat: -rw-r--r-- 950 bytes parent folder | download
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
Source: python-netsnmpagent
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Alexandre Detiste <tchet@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 libsnmp-dev,
 python3-all:any,
 python3-setuptools,
Standards-Version: 4.7.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

Package: python3-netsnmpagent
Architecture: all
Depends:
 ${lib:Depends},
 ${misc:Depends},
 ${python3: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.