Source: snimpy Section: python Priority: optional Maintainer: Vincent Bernat Build-Depends: debhelper (>= 9), dh-python, libsmi2-dev, python3-sphinx, python3-all-dev, python3-setuptools, python3-pysnmp4, python3-cffi, python3-mock, python3-nose, python3-vcversioner Standards-Version: 4.1.1 Homepage: https://github.com/vincentbernat/snimpy/ Vcs-Browser: https://salsa.debian.org/debian/snimpy Vcs-Git: https://salsa.debian.org/debian/snimpy.git Package: snimpy Architecture: all Depends: ${python3:Depends}, ${misc:Depends}, python3-snimpy (>= ${source:Version}), python3-snimpy (<< ${source:Version}.1~) Suggests: ipython3 Description: interactive SNMP tool with Python Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries. . Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available. Package: python3-snimpy Architecture: any Depends: ${python3:Depends}, ${misc:Depends}, ${shlibs:Depends} Description: high-level SNMP bindings for Python 3 Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries. . Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available. . This package contains the binding for Python 3. Package: python-snimpy-doc Section: doc Architecture: all Depends: ${sphinxdoc:Depends}, ${misc:Depends} Description: interactive SNMP tool with Python (documentation) Snimpy is a Python-based tool providing a simple interface to build SNMP queries. This interface aims at being the most Pythonic possible: you grab scalars using attributes and columns are like dictionaries. . Snimpy can either be used interactively through its console (derived from Python own console or from IPython if available) or by writing snimpy scripts which are just Python scripts with some global variables available. . This package contains the documentation.