1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Source: python-easysnmp
Section: python
Priority: optional
Maintainer: Bernhard Schmidt <berni@debian.org>
Build-Depends: debhelper-compat (= 12),
dh-python,
python3-all,
python3-all-dev,
python3-setuptools,
libsnmp-dev
Standards-Version: 4.6.1
Homepage: https://github.com/kamakazikamikaze/easysnmp
Vcs-Browser: https://salsa.debian.org/debian/python-easysnmp
Vcs-Git: https://salsa.debian.org/debian/python-easysnmp.git
Package: python3-easysnmp
Architecture: any
Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends}
Description: Pythonic SNMP library based on Net-SNMP (Python 3)
Easy SNMP is a fork of Net-SNMP Python Bindings that attempts to bring a more
Pythonic interface to the library. This module provides a full-featured SNMP
client API and supports all dialects of the SNMP protocol.
|